2024-03-24T11:12:09.393 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-24T11:12:09.393 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi --description orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900 -- /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900/orig.config.yaml 2024-03-24T11:12:09.422 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-24T11:12:09.512 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900 branch: squid description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7617900' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 workunit: branch: squid sha1: f73f1dfd96849300c4322bd7259a3ab37f94c200 owner: scheduled_teuthology@teuthology priority: 100 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: 8903 sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 sleep_before_teardown: 0 subset: 44/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_f73f1dfd96849300c4322bd7259a3ab37f94c200/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: f73f1dfd96849300c4322bd7259a3ab37f94c200 targets: smithi157.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOMX0L5nGocvPJEb/zalEHeCVkhH76MhJjy14C0qwDSY2J9Diy5atzm9lm6VxDF6mRCcHw/5PC+CPCF4iNO9xhE= smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNgkOlY9UmyXVZdpQtD//zk5GWn5KjvkGDquSLMJhSnxX2Z00Ny/zTD9QFOnGHgaEsbyLkBBF0nA+2N3KaQyGUg= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF372Dtf9Gl8fUWLSqgoH4YOQp2Irys5z3F8RDvAbpIKKSUi+3ugKOQC6u4zQJcGnTB/68WMzealapxd4uUamWM= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-22_21:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-24T11:12:09.512 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_f73f1dfd96849300c4322bd7259a3ab37f94c200/qa; will attempt to use it 2024-03-24T11:12:09.513 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_f73f1dfd96849300c4322bd7259a3ab37f94c200/qa/tasks 2024-03-24T11:12:09.513 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-24T11:12:09.515 INFO:teuthology.task.internal:Checking packages... 2024-03-24T11:12:09.538 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'db0330b1e4e2470d52b750e251e55a522b4f7d69' 2024-03-24T11:12:09.538 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-24T11:12:09.538 INFO:teuthology.packaging:ref: None 2024-03-24T11:12:09.538 INFO:teuthology.packaging:tag: None 2024-03-24T11:12:09.538 INFO:teuthology.packaging:branch: squid 2024-03-24T11:12:09.538 INFO:teuthology.packaging:sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:12:09.538 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-03-24T11:12:09.681 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1764-gf73f1dfd-1jammy 2024-03-24T11:12:09.683 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-24T11:12:09.689 INFO:teuthology.task.internal:no buildpackages task found 2024-03-24T11:12:09.689 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-24T11:12:09.696 INFO:teuthology.task.internal:Saving configuration 2024-03-24T11:12:09.713 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-24T11:12:09.719 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-24T11:12:09.745 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi157.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900', '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-03-24 11:05:53.371094', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFuTwrAnksVkpvDaAbaTo3cnbVWJpOFMTLfEOEGYwU42'} 2024-03-24T11:12:09.769 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900', '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-03-24 11:05:53.369553', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGOWKe7tBJTrg/fsVRznDRriFGsnR4+e2k7rFzwadMWW'} 2024-03-24T11:12:09.790 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900', '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-03-24 11:05:53.367703', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH88wD5v4Jh0IyWIAAKuthB+tzhpqgICy7nXo0r6Wgrh'} 2024-03-24T11:12:09.791 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-24T11:12:09.797 INFO:teuthology.task.internal:roles: ubuntu@smithi157.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-24T11:12:09.797 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-24T11:12:09.797 INFO:teuthology.task.internal:roles: ubuntu@smithi196.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-24T11:12:09.797 INFO:teuthology.run_tasks:Running task console_log... 2024-03-24T11:12:09.987 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8d95f2a280>, signals=[15]) 2024-03-24T11:12:09.988 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-24T11:12:09.994 INFO:teuthology.task.internal:Opening connections... 2024-03-24T11:12:09.994 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi157.front.sepia.ceph.com 2024-03-24T11:12:09.996 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:12:10.075 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2024-03-24T11:12:10.076 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:12:10.158 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2024-03-24T11:12:10.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:12:10.244 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-24T11:12:10.545 DEBUG:teuthology.orchestra.run.smithi157:> uname -m 2024-03-24T11:12:10.551 INFO:teuthology.orchestra.run.smithi157.stdout:x86_64 2024-03-24T11:12:10.552 DEBUG:teuthology.orchestra.run.smithi157:> cat /etc/os-release 2024-03-24T11:12:10.598 INFO:teuthology.orchestra.run.smithi157.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-24T11:12:10.598 INFO:teuthology.orchestra.run.smithi157.stdout:NAME="Ubuntu" 2024-03-24T11:12:10.598 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION_ID="22.04" 2024-03-24T11:12:10.598 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-24T11:12:10.598 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION_CODENAME=jammy 2024-03-24T11:12:10.598 INFO:teuthology.orchestra.run.smithi157.stdout:ID=ubuntu 2024-03-24T11:12:10.598 INFO:teuthology.orchestra.run.smithi157.stdout:ID_LIKE=debian 2024-03-24T11:12:10.599 INFO:teuthology.orchestra.run.smithi157.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-24T11:12:10.599 INFO:teuthology.orchestra.run.smithi157.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-24T11:12:10.599 INFO:teuthology.orchestra.run.smithi157.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-24T11:12:10.599 INFO:teuthology.orchestra.run.smithi157.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-24T11:12:10.599 INFO:teuthology.orchestra.run.smithi157.stdout:UBUNTU_CODENAME=jammy 2024-03-24T11:12:10.599 INFO:teuthology.lock.ops:Updating smithi157.front.sepia.ceph.com on lock server 2024-03-24T11:12:10.630 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2024-03-24T11:12:10.636 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2024-03-24T11:12:10.636 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2024-03-24T11:12:10.684 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-24T11:12:10.684 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="Ubuntu" 2024-03-24T11:12:10.684 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="22.04" 2024-03-24T11:12:10.684 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-24T11:12:10.684 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_CODENAME=jammy 2024-03-24T11:12:10.684 INFO:teuthology.orchestra.run.smithi194.stdout:ID=ubuntu 2024-03-24T11:12:10.684 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE=debian 2024-03-24T11:12:10.685 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-24T11:12:10.685 INFO:teuthology.orchestra.run.smithi194.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-24T11:12:10.685 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-24T11:12:10.685 INFO:teuthology.orchestra.run.smithi194.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-24T11:12:10.685 INFO:teuthology.orchestra.run.smithi194.stdout:UBUNTU_CODENAME=jammy 2024-03-24T11:12:10.685 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2024-03-24T11:12:10.713 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2024-03-24T11:12:10.719 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2024-03-24T11:12:10.720 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2024-03-24T11:12:10.769 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-24T11:12:10.770 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="Ubuntu" 2024-03-24T11:12:10.770 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="22.04" 2024-03-24T11:12:10.770 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-24T11:12:10.770 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_CODENAME=jammy 2024-03-24T11:12:10.770 INFO:teuthology.orchestra.run.smithi196.stdout:ID=ubuntu 2024-03-24T11:12:10.770 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE=debian 2024-03-24T11:12:10.770 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-24T11:12:10.770 INFO:teuthology.orchestra.run.smithi196.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-24T11:12:10.771 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-24T11:12:10.771 INFO:teuthology.orchestra.run.smithi196.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-24T11:12:10.771 INFO:teuthology.orchestra.run.smithi196.stdout:UBUNTU_CODENAME=jammy 2024-03-24T11:12:10.771 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2024-03-24T11:12:10.796 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-24T11:12:10.805 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-24T11:12:10.810 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-24T11:12:10.811 DEBUG:teuthology.orchestra.run.smithi157:> test '!' -e /home/ubuntu/cephtest 2024-03-24T11:12:10.813 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2024-03-24T11:12:10.816 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2024-03-24T11:12:10.820 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-24T11:12:10.827 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-24T11:12:10.827 DEBUG:teuthology.orchestra.run.smithi157:> test -z $(ls -A /var/lib/ceph) 2024-03-24T11:12:10.859 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2024-03-24T11:12:10.864 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2024-03-24T11:12:10.940 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-24T11:12:11.018 INFO:teuthology.run_tasks:Running task kernel... 2024-03-24T11:12:11.034 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-24T11:12:11.034 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-24T11:12:11.035 DEBUG:teuthology.orchestra.run.smithi157:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-24T11:12:11.035 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-24T11:12:11.036 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-24T11:12:11.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:12:11.040 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-03-24T11:12:11.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:12:11.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:12:11.042 DEBUG:teuthology.orchestra.run.smithi157:> uname -r 2024-03-24T11:12:11.043 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-03-24T11:12:11.088 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-56-generic 2024-03-24T11:12:11.088 INFO:teuthology.task.kernel:Running kernel on smithi194: 5.15.0-56-generic 2024-03-24T11:12:11.088 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2024-03-24T11:12:11.091 INFO:teuthology.orchestra.run.smithi157.stdout:5.15.0-56-generic 2024-03-24T11:12:11.091 INFO:teuthology.orchestra.run.smithi196.stdout:5.15.0-56-generic 2024-03-24T11:12:11.091 INFO:teuthology.task.kernel:Running kernel on smithi157: 5.15.0-56-generic 2024-03-24T11:12:11.092 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get clean 2024-03-24T11:12:11.092 INFO:teuthology.task.kernel:Running kernel on smithi196: 5.15.0-56-generic 2024-03-24T11:12:11.092 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get clean 2024-03-24T11:12:11.227 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get update 2024-03-24T11:12:11.240 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-03-24T11:12:11.247 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get update 2024-03-24T11:12:11.358 INFO:teuthology.orchestra.run.smithi157.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-24T11:12:11.417 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:12:11.417 INFO:teuthology.orchestra.run.smithi196.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-24T11:12:11.431 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:12:11.431 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-24T11:12:11.431 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-24T11:12:11.436 INFO:teuthology.orchestra.run.smithi196.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-24T11:12:11.475 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:12:11.540 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-24T11:12:11.547 INFO:teuthology.orchestra.run.smithi157.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-24T11:12:11.551 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-24T11:12:11.659 INFO:teuthology.orchestra.run.smithi196.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-24T11:12:11.660 INFO:teuthology.orchestra.run.smithi157.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-24T11:12:11.705 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-24T11:12:11.720 INFO:teuthology.orchestra.run.smithi196.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-24T11:12:11.773 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-24T11:12:11.774 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-24T11:12:11.797 INFO:teuthology.orchestra.run.smithi196.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-24T11:12:11.812 INFO:teuthology.orchestra.run.smithi157.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-24T11:12:11.879 INFO:teuthology.orchestra.run.smithi196.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-24T11:12:11.900 INFO:teuthology.orchestra.run.smithi157.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-24T11:12:11.906 INFO:teuthology.orchestra.run.smithi196.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-24T11:12:11.910 INFO:teuthology.orchestra.run.smithi196.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-24T11:12:11.911 INFO:teuthology.orchestra.run.smithi196.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-24T11:12:11.912 INFO:teuthology.orchestra.run.smithi196.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-24T11:12:11.918 INFO:teuthology.orchestra.run.smithi196.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-24T11:12:11.918 INFO:teuthology.orchestra.run.smithi196.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-24T11:12:11.921 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-24T11:12:11.941 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-24T11:12:11.998 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-24T11:12:12.003 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-24T11:12:12.004 INFO:teuthology.orchestra.run.smithi157.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-24T11:12:12.006 INFO:teuthology.orchestra.run.smithi157.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-24T11:12:12.006 INFO:teuthology.orchestra.run.smithi157.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-24T11:12:12.010 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-24T11:12:12.011 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-24T11:12:12.029 INFO:teuthology.orchestra.run.smithi196.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-24T11:12:12.030 INFO:teuthology.orchestra.run.smithi196.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-24T11:12:12.031 INFO:teuthology.orchestra.run.smithi196.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-24T11:12:12.038 INFO:teuthology.orchestra.run.smithi157.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-24T11:12:12.056 INFO:teuthology.orchestra.run.smithi196.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-24T11:12:12.057 INFO:teuthology.orchestra.run.smithi196.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-24T11:12:12.069 INFO:teuthology.orchestra.run.smithi196.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-24T11:12:12.085 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-24T11:12:12.089 INFO:teuthology.orchestra.run.smithi196.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-24T11:12:12.094 INFO:teuthology.orchestra.run.smithi196.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-24T11:12:12.094 INFO:teuthology.orchestra.run.smithi196.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-24T11:12:12.096 INFO:teuthology.orchestra.run.smithi196.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-24T11:12:12.096 INFO:teuthology.orchestra.run.smithi196.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-24T11:12:12.096 INFO:teuthology.orchestra.run.smithi196.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-24T11:12:12.097 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-24T11:12:12.097 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-24T11:12:12.109 INFO:teuthology.orchestra.run.smithi196.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-24T11:12:12.109 INFO:teuthology.orchestra.run.smithi196.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-24T11:12:12.131 INFO:teuthology.orchestra.run.smithi157.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-24T11:12:12.132 INFO:teuthology.orchestra.run.smithi157.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-24T11:12:12.135 INFO:teuthology.orchestra.run.smithi196.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-24T11:12:12.136 INFO:teuthology.orchestra.run.smithi196.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-24T11:12:12.137 INFO:teuthology.orchestra.run.smithi196.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-24T11:12:12.148 INFO:teuthology.orchestra.run.smithi196.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-24T11:12:12.153 INFO:teuthology.orchestra.run.smithi157.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-24T11:12:12.153 INFO:teuthology.orchestra.run.smithi157.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-24T11:12:12.155 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-24T11:12:12.155 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-24T11:12:12.167 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-24T11:12:12.167 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-24T11:12:12.189 INFO:teuthology.orchestra.run.smithi157.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-24T11:12:12.190 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-24T11:12:12.191 INFO:teuthology.orchestra.run.smithi196.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-24T11:12:12.191 INFO:teuthology.orchestra.run.smithi196.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-24T11:12:12.192 INFO:teuthology.orchestra.run.smithi196.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-24T11:12:12.193 INFO:teuthology.orchestra.run.smithi196.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-24T11:12:12.193 INFO:teuthology.orchestra.run.smithi196.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-24T11:12:12.193 INFO:teuthology.orchestra.run.smithi194.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-24T11:12:12.194 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-24T11:12:12.195 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-24T11:12:12.196 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-24T11:12:12.196 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-24T11:12:12.210 INFO:teuthology.orchestra.run.smithi196.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-24T11:12:12.217 INFO:teuthology.orchestra.run.smithi196.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-24T11:12:12.220 INFO:teuthology.orchestra.run.smithi196.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-24T11:12:12.220 INFO:teuthology.orchestra.run.smithi196.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-24T11:12:12.222 INFO:teuthology.orchestra.run.smithi196.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-24T11:12:12.223 INFO:teuthology.orchestra.run.smithi196.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-24T11:12:12.230 INFO:teuthology.orchestra.run.smithi157.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-24T11:12:12.237 INFO:teuthology.orchestra.run.smithi157.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-24T11:12:12.238 INFO:teuthology.orchestra.run.smithi157.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-24T11:12:12.243 INFO:teuthology.orchestra.run.smithi157.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-24T11:12:12.243 INFO:teuthology.orchestra.run.smithi157.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-24T11:12:12.243 INFO:teuthology.orchestra.run.smithi157.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-24T11:12:12.281 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-24T11:12:12.283 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-24T11:12:12.294 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-24T11:12:12.294 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-24T11:12:12.329 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-24T11:12:12.342 INFO:teuthology.orchestra.run.smithi157.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-24T11:12:12.347 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-24T11:12:12.352 INFO:teuthology.orchestra.run.smithi194.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-24T11:12:12.353 INFO:teuthology.orchestra.run.smithi194.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-24T11:12:12.354 INFO:teuthology.orchestra.run.smithi194.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-24T11:12:12.355 INFO:teuthology.orchestra.run.smithi194.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-24T11:12:12.356 INFO:teuthology.orchestra.run.smithi194.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-24T11:12:12.356 INFO:teuthology.orchestra.run.smithi194.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-24T11:12:12.358 INFO:teuthology.orchestra.run.smithi194.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-24T11:12:12.381 INFO:teuthology.orchestra.run.smithi157.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-24T11:12:12.391 INFO:teuthology.orchestra.run.smithi194.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-24T11:12:12.392 INFO:teuthology.orchestra.run.smithi194.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-24T11:12:12.392 INFO:teuthology.orchestra.run.smithi194.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-24T11:12:12.393 INFO:teuthology.orchestra.run.smithi194.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-24T11:12:12.396 INFO:teuthology.orchestra.run.smithi157.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-24T11:12:12.396 INFO:teuthology.orchestra.run.smithi157.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-24T11:12:12.398 INFO:teuthology.orchestra.run.smithi157.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-24T11:12:12.416 INFO:teuthology.orchestra.run.smithi194.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-24T11:12:12.417 INFO:teuthology.orchestra.run.smithi194.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-24T11:12:12.457 INFO:teuthology.orchestra.run.smithi157.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-24T11:12:12.464 INFO:teuthology.orchestra.run.smithi157.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-24T11:12:12.628 INFO:teuthology.orchestra.run.smithi157.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-24T11:12:13.267 INFO:teuthology.orchestra.run.smithi157.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-24T11:12:13.305 INFO:teuthology.orchestra.run.smithi157.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-24T11:12:13.318 INFO:teuthology.orchestra.run.smithi157.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-24T11:12:13.320 INFO:teuthology.orchestra.run.smithi157.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-24T11:12:13.325 INFO:teuthology.orchestra.run.smithi157.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-24T11:12:13.327 INFO:teuthology.orchestra.run.smithi157.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-24T11:12:13.331 INFO:teuthology.orchestra.run.smithi157.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-24T11:12:13.333 INFO:teuthology.orchestra.run.smithi157.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-24T11:12:13.349 INFO:teuthology.orchestra.run.smithi157.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-24T11:12:13.351 INFO:teuthology.orchestra.run.smithi157.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-24T11:12:13.516 INFO:teuthology.orchestra.run.smithi157.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-24T11:12:13.599 INFO:teuthology.orchestra.run.smithi157.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-24T11:12:13.683 INFO:teuthology.orchestra.run.smithi157.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-24T11:12:13.764 INFO:teuthology.orchestra.run.smithi157.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-24T11:12:13.798 INFO:teuthology.orchestra.run.smithi157.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-24T11:12:17.441 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 12.5 MB in 2s (6,787 kB/s) 2024-03-24T11:12:17.580 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 12.5 MB in 2s (6,532 kB/s) 2024-03-24T11:12:18.192 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 12.5 MB in 3s (4,952 kB/s) 2024-03-24T11:12:18.756 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-03-24T11:12:18.773 DEBUG:teuthology.orchestra.run.smithi196:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-24T11:12:18.835 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-03-24T11:12:18.898 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-03-24T11:12:18.914 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-24T11:12:18.978 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-03-24T11:12:19.031 INFO:teuthology.orchestra.run.smithi196.stdout:Building dependency tree... 2024-03-24T11:12:19.032 INFO:teuthology.orchestra.run.smithi196.stdout:Reading state information... 2024-03-24T11:12:19.175 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-03-24T11:12:19.175 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-03-24T11:12:19.205 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:12:19.205 INFO:teuthology.orchestra.run.smithi196.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:12:19.205 INFO:teuthology.orchestra.run.smithi196.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:12:19.206 INFO:teuthology.orchestra.run.smithi196.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:12:19.206 INFO:teuthology.orchestra.run.smithi196.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-24T11:12:19.206 INFO:teuthology.orchestra.run.smithi196.stdout: python2.7-minimal 2024-03-24T11:12:19.206 INFO:teuthology.orchestra.run.smithi196.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:12:19.207 INFO:teuthology.orchestra.run.smithi196.stdout:The following additional packages will be installed: 2024-03-24T11:12:19.207 INFO:teuthology.orchestra.run.smithi196.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-24T11:12:19.207 INFO:teuthology.orchestra.run.smithi196.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-24T11:12:19.208 INFO:teuthology.orchestra.run.smithi196.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-24T11:12:19.208 INFO:teuthology.orchestra.run.smithi196.stdout:Suggested packages: 2024-03-24T11:12:19.208 INFO:teuthology.orchestra.run.smithi196.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-24T11:12:19.208 INFO:teuthology.orchestra.run.smithi196.stdout:Recommended packages: 2024-03-24T11:12:19.208 INFO:teuthology.orchestra.run.smithi196.stdout: thermald 2024-03-24T11:12:19.265 INFO:teuthology.orchestra.run.smithi196.stdout:The following NEW packages will be installed: 2024-03-24T11:12:19.265 INFO:teuthology.orchestra.run.smithi196.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-24T11:12:19.265 INFO:teuthology.orchestra.run.smithi196.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-24T11:12:19.265 INFO:teuthology.orchestra.run.smithi196.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-24T11:12:19.266 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages will be upgraded: 2024-03-24T11:12:19.266 INFO:teuthology.orchestra.run.smithi196.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-24T11:12:19.326 INFO:teuthology.orchestra.run.smithi196.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-24T11:12:19.326 INFO:teuthology.orchestra.run.smithi196.stdout:Need to get 113 MB of archives. 2024-03-24T11:12:19.326 INFO:teuthology.orchestra.run.smithi196.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-24T11:12:19.326 INFO:teuthology.orchestra.run.smithi196.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-24T11:12:19.347 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:12:19.347 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:12:19.347 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:12:19.347 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:12:19.348 INFO:teuthology.orchestra.run.smithi194.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-24T11:12:19.348 INFO:teuthology.orchestra.run.smithi194.stdout: python2.7-minimal 2024-03-24T11:12:19.348 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:12:19.349 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2024-03-24T11:12:19.349 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-24T11:12:19.349 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-24T11:12:19.350 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-24T11:12:19.351 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2024-03-24T11:12:19.351 INFO:teuthology.orchestra.run.smithi194.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-24T11:12:19.351 INFO:teuthology.orchestra.run.smithi194.stdout:Recommended packages: 2024-03-24T11:12:19.351 INFO:teuthology.orchestra.run.smithi194.stdout: thermald 2024-03-24T11:12:19.398 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2024-03-24T11:12:19.398 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-24T11:12:19.398 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-24T11:12:19.399 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-24T11:12:19.400 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages will be upgraded: 2024-03-24T11:12:19.400 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-24T11:12:19.580 INFO:teuthology.orchestra.run.smithi194.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-24T11:12:19.580 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 113 MB of archives. 2024-03-24T11:12:19.581 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-24T11:12:19.581 INFO:teuthology.orchestra.run.smithi194.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-24T11:12:19.646 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-03-24T11:12:19.663 DEBUG:teuthology.orchestra.run.smithi157:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-24T11:12:19.726 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-03-24T11:12:19.788 INFO:teuthology.orchestra.run.smithi196.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-24T11:12:19.903 INFO:teuthology.orchestra.run.smithi196.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-24T11:12:19.922 INFO:teuthology.orchestra.run.smithi157.stdout:Building dependency tree... 2024-03-24T11:12:19.923 INFO:teuthology.orchestra.run.smithi157.stdout:Reading state information... 2024-03-24T11:12:20.094 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:12:20.095 INFO:teuthology.orchestra.run.smithi157.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:12:20.095 INFO:teuthology.orchestra.run.smithi157.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:12:20.095 INFO:teuthology.orchestra.run.smithi157.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:12:20.095 INFO:teuthology.orchestra.run.smithi157.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-24T11:12:20.095 INFO:teuthology.orchestra.run.smithi157.stdout: python2.7-minimal 2024-03-24T11:12:20.096 INFO:teuthology.orchestra.run.smithi157.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:12:20.096 INFO:teuthology.orchestra.run.smithi157.stdout:The following additional packages will be installed: 2024-03-24T11:12:20.097 INFO:teuthology.orchestra.run.smithi157.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-24T11:12:20.097 INFO:teuthology.orchestra.run.smithi157.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-24T11:12:20.097 INFO:teuthology.orchestra.run.smithi157.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-24T11:12:20.098 INFO:teuthology.orchestra.run.smithi157.stdout:Suggested packages: 2024-03-24T11:12:20.098 INFO:teuthology.orchestra.run.smithi157.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-24T11:12:20.098 INFO:teuthology.orchestra.run.smithi157.stdout:Recommended packages: 2024-03-24T11:12:20.098 INFO:teuthology.orchestra.run.smithi157.stdout: thermald 2024-03-24T11:12:20.144 INFO:teuthology.orchestra.run.smithi157.stdout:The following NEW packages will be installed: 2024-03-24T11:12:20.145 INFO:teuthology.orchestra.run.smithi157.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-24T11:12:20.145 INFO:teuthology.orchestra.run.smithi157.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-24T11:12:20.145 INFO:teuthology.orchestra.run.smithi157.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-24T11:12:20.146 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages will be upgraded: 2024-03-24T11:12:20.146 INFO:teuthology.orchestra.run.smithi157.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-24T11:12:20.212 INFO:teuthology.orchestra.run.smithi157.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-24T11:12:20.212 INFO:teuthology.orchestra.run.smithi157.stdout:Need to get 113 MB of archives. 2024-03-24T11:12:20.212 INFO:teuthology.orchestra.run.smithi157.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-24T11:12:20.212 INFO:teuthology.orchestra.run.smithi157.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-24T11:12:20.821 INFO:teuthology.orchestra.run.smithi157.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-24T11:12:20.901 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-24T11:12:20.902 INFO:teuthology.orchestra.run.smithi196.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-24T11:12:20.902 INFO:teuthology.orchestra.run.smithi196.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-24T11:12:20.925 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-24T11:12:20.925 INFO:teuthology.orchestra.run.smithi157.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-24T11:12:21.270 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-24T11:12:21.610 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-24T11:12:21.710 INFO:teuthology.orchestra.run.smithi196.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-24T11:12:21.902 INFO:teuthology.orchestra.run.smithi157.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-24T11:12:21.902 INFO:teuthology.orchestra.run.smithi157.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-24T11:12:21.902 INFO:teuthology.orchestra.run.smithi157.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-24T11:12:22.069 INFO:teuthology.orchestra.run.smithi157.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-24T11:12:22.096 INFO:teuthology.orchestra.run.smithi157.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-24T11:12:22.141 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 113 MB in 2s (46.4 MB/s) 2024-03-24T11:12:22.314 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-24T11:12:22.547 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 113 MB in 2s (56.3 MB/s) 2024-03-24T11:12:22.728 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-24T11:12:23.417 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-24T11:12:23.417 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-24T11:12:23.417 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-24T11:12:23.900 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-24T11:12:23.988 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-24T11:12:24.243 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-03-24T11:12:24.248 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:24.319 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:24.381 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 113 MB in 5s (24.7 MB/s) 2024-03-24T11:12:24.570 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-24T11:12:24.694 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:12:24.699 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:24.784 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:26.403 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-24T11:12:26.424 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:26.504 INFO:teuthology.orchestra.run.smithi194.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-03-24T11:12:26.507 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:26.508 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:26.633 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:26.894 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-24T11:12:26.915 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:26.964 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-24T11:12:26.985 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:26.993 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:27.022 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:27.414 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-24T11:12:27.435 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:27.472 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:29.150 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-24T11:12:29.172 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:29.265 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:29.737 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-24T11:12:29.758 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:29.795 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:33.696 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:12:33.823 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:12:34.141 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:12:34.236 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:12:34.239 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:12:34.366 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:12:34.498 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-24T11:12:34.508 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-24T11:12:34.548 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-24T11:12:34.701 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:12:34.820 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:12:35.115 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-24T11:12:35.138 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-24T11:12:35.181 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-24T11:12:36.086 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:12:36.219 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:12:36.510 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:12:36.606 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:12:36.934 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-24T11:12:36.956 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-24T11:12:37.000 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-24T11:12:39.740 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-24T11:12:39.777 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:39.815 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:41.080 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-24T11:12:41.115 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:41.162 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:42.388 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:12:42.510 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:12:42.841 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-24T11:12:42.843 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-24T11:12:42.877 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:12:42.916 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:42.964 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:43.091 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-24T11:12:43.211 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:43.707 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:12:43.829 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:12:44.254 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-24T11:12:44.375 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:44.493 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-24T11:12:44.496 INFO:teuthology.orchestra.run.smithi196.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:12:44.496 INFO:teuthology.orchestra.run.smithi196.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-24T11:12:44.496 INFO:teuthology.orchestra.run.smithi196.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:12:44.496 INFO:teuthology.orchestra.run.smithi196.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-24T11:12:44.597 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:44.655 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:45.536 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:12:45.675 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:12:45.904 INFO:teuthology.orchestra.run.smithi157.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:12:45.904 INFO:teuthology.orchestra.run.smithi157.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-24T11:12:45.904 INFO:teuthology.orchestra.run.smithi157.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:12:45.904 INFO:teuthology.orchestra.run.smithi157.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-24T11:12:46.033 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-24T11:12:46.066 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:46.081 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:46.154 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:46.264 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-24T11:12:46.392 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:47.690 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:12:47.690 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-24T11:12:47.690 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:12:47.690 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-24T11:12:47.845 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:47.966 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:48.065 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-24T11:12:48.185 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-24T11:12:48.295 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:48.359 INFO:teuthology.orchestra.run.smithi196.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-24T11:12:48.359 INFO:teuthology.orchestra.run.smithi196.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:12:49.261 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:49.392 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-24T11:12:49.518 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-24T11:12:49.661 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:49.729 INFO:teuthology.orchestra.run.smithi157.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-24T11:12:49.729 INFO:teuthology.orchestra.run.smithi157.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:12:50.688 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-24T11:12:50.806 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-24T11:12:50.932 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:12:50.994 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-24T11:12:50.994 INFO:teuthology.orchestra.run.smithi194.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:13:02.934 INFO:teuthology.orchestra.run.smithi196.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-24T11:13:02.935 INFO:teuthology.orchestra.run.smithi196.stdout:Sourcing file `/etc/default/grub' 2024-03-24T11:13:02.948 INFO:teuthology.orchestra.run.smithi196.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-24T11:13:02.967 INFO:teuthology.orchestra.run.smithi196.stdout:Generating grub configuration file ... 2024-03-24T11:13:03.237 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:13:03.253 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:13:03.525 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:13:03.531 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-24T11:13:03.610 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-24T11:13:03.616 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-24T11:13:03.788 INFO:teuthology.orchestra.run.smithi196.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-24T11:13:03.788 INFO:teuthology.orchestra.run.smithi196.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-24T11:13:03.788 INFO:teuthology.orchestra.run.smithi196.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-24T11:13:03.827 INFO:teuthology.orchestra.run.smithi196.stdout:done 2024-03-24T11:13:03.946 INFO:teuthology.orchestra.run.smithi157.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-24T11:13:03.946 INFO:teuthology.orchestra.run.smithi157.stdout:Sourcing file `/etc/default/grub' 2024-03-24T11:13:03.964 INFO:teuthology.orchestra.run.smithi157.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-24T11:13:03.988 INFO:teuthology.orchestra.run.smithi157.stdout:Generating grub configuration file ... 2024-03-24T11:13:04.231 INFO:teuthology.orchestra.run.smithi157.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:13:04.248 INFO:teuthology.orchestra.run.smithi157.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:13:04.264 DEBUG:teuthology.orchestra.run.smithi196:> dpkg -s linux-image-generic 2024-03-24T11:13:04.285 INFO:teuthology.orchestra.run.smithi196.stdout:Package: linux-image-generic 2024-03-24T11:13:04.285 INFO:teuthology.orchestra.run.smithi196.stdout:Status: install ok installed 2024-03-24T11:13:04.285 INFO:teuthology.orchestra.run.smithi196.stdout:Priority: optional 2024-03-24T11:13:04.285 INFO:teuthology.orchestra.run.smithi196.stdout:Section: kernel 2024-03-24T11:13:04.285 INFO:teuthology.orchestra.run.smithi196.stdout:Installed-Size: 21 2024-03-24T11:13:04.285 INFO:teuthology.orchestra.run.smithi196.stdout:Maintainer: Ubuntu Kernel Team 2024-03-24T11:13:04.285 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: amd64 2024-03-24T11:13:04.286 INFO:teuthology.orchestra.run.smithi196.stdout:Source: linux-meta 2024-03-24T11:13:04.286 INFO:teuthology.orchestra.run.smithi196.stdout:Version: 5.15.0.101.98 2024-03-24T11:13:04.286 INFO:teuthology.orchestra.run.smithi196.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-24T11:13:04.286 INFO:teuthology.orchestra.run.smithi196.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-24T11:13:04.286 INFO:teuthology.orchestra.run.smithi196.stdout:Recommends: thermald 2024-03-24T11:13:04.286 INFO:teuthology.orchestra.run.smithi196.stdout:Description: Generic Linux kernel image 2024-03-24T11:13:04.286 INFO:teuthology.orchestra.run.smithi196.stdout: This package will always depend on the latest generic kernel image 2024-03-24T11:13:04.286 INFO:teuthology.orchestra.run.smithi196.stdout: available. 2024-03-24T11:13:04.287 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-24T11:13:04.287 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-24T11:13:04.287 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-24T11:13:04.288 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-24T11:13:04.288 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi196.front.sepia.ceph.com, path=None, version=distro) 2024-03-24T11:13:04.288 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get clean 2024-03-24T11:13:04.429 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get update 2024-03-24T11:13:04.535 INFO:teuthology.orchestra.run.smithi157.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:13:04.540 INFO:teuthology.orchestra.run.smithi157.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-24T11:13:04.608 INFO:teuthology.orchestra.run.smithi157.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-24T11:13:04.614 INFO:teuthology.orchestra.run.smithi157.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-24T11:13:04.715 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-24T11:13:04.715 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:13:04.769 INFO:teuthology.orchestra.run.smithi157.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-24T11:13:04.769 INFO:teuthology.orchestra.run.smithi157.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-24T11:13:04.769 INFO:teuthology.orchestra.run.smithi157.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-24T11:13:04.787 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-24T11:13:04.822 INFO:teuthology.orchestra.run.smithi157.stdout:done 2024-03-24T11:13:04.869 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-24T11:13:05.118 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-24T11:13:05.119 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub' 2024-03-24T11:13:05.131 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-24T11:13:05.154 INFO:teuthology.orchestra.run.smithi194.stdout:Generating grub configuration file ... 2024-03-24T11:13:05.270 DEBUG:teuthology.orchestra.run.smithi157:> dpkg -s linux-image-generic 2024-03-24T11:13:05.290 INFO:teuthology.orchestra.run.smithi157.stdout:Package: linux-image-generic 2024-03-24T11:13:05.290 INFO:teuthology.orchestra.run.smithi157.stdout:Status: install ok installed 2024-03-24T11:13:05.290 INFO:teuthology.orchestra.run.smithi157.stdout:Priority: optional 2024-03-24T11:13:05.290 INFO:teuthology.orchestra.run.smithi157.stdout:Section: kernel 2024-03-24T11:13:05.290 INFO:teuthology.orchestra.run.smithi157.stdout:Installed-Size: 21 2024-03-24T11:13:05.291 INFO:teuthology.orchestra.run.smithi157.stdout:Maintainer: Ubuntu Kernel Team 2024-03-24T11:13:05.291 INFO:teuthology.orchestra.run.smithi157.stdout:Architecture: amd64 2024-03-24T11:13:05.291 INFO:teuthology.orchestra.run.smithi157.stdout:Source: linux-meta 2024-03-24T11:13:05.291 INFO:teuthology.orchestra.run.smithi157.stdout:Version: 5.15.0.101.98 2024-03-24T11:13:05.291 INFO:teuthology.orchestra.run.smithi157.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-24T11:13:05.291 INFO:teuthology.orchestra.run.smithi157.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-24T11:13:05.291 INFO:teuthology.orchestra.run.smithi157.stdout:Recommends: thermald 2024-03-24T11:13:05.291 INFO:teuthology.orchestra.run.smithi157.stdout:Description: Generic Linux kernel image 2024-03-24T11:13:05.291 INFO:teuthology.orchestra.run.smithi157.stdout: This package will always depend on the latest generic kernel image 2024-03-24T11:13:05.291 INFO:teuthology.orchestra.run.smithi157.stdout: available. 2024-03-24T11:13:05.292 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-24T11:13:05.292 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-24T11:13:05.292 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-24T11:13:05.292 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-24T11:13:05.292 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi157.front.sepia.ceph.com, path=None, version=distro) 2024-03-24T11:13:05.293 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get clean 2024-03-24T11:13:05.438 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:13:05.456 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:13:05.474 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get update 2024-03-24T11:13:05.647 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:13:05.648 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-24T11:13:05.676 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-24T11:13:05.720 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-24T11:13:05.765 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:13:05.770 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-24T11:13:05.843 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-24T11:13:05.848 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-24T11:13:06.018 INFO:teuthology.orchestra.run.smithi194.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-24T11:13:06.018 INFO:teuthology.orchestra.run.smithi194.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-24T11:13:06.018 INFO:teuthology.orchestra.run.smithi194.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-24T11:13:06.050 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-03-24T11:13:06.057 INFO:teuthology.orchestra.run.smithi194.stdout:done 2024-03-24T11:13:06.067 DEBUG:teuthology.orchestra.run.smithi196:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-24T11:13:06.118 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-03-24T11:13:06.294 INFO:teuthology.orchestra.run.smithi196.stdout:Building dependency tree... 2024-03-24T11:13:06.294 INFO:teuthology.orchestra.run.smithi196.stdout:Reading state information... 2024-03-24T11:13:06.446 INFO:teuthology.orchestra.run.smithi196.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-24T11:13:06.446 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:13:06.446 INFO:teuthology.orchestra.run.smithi196.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:13:06.446 INFO:teuthology.orchestra.run.smithi196.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:13:06.446 INFO:teuthology.orchestra.run.smithi196.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:13:06.446 INFO:teuthology.orchestra.run.smithi196.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-24T11:13:06.447 INFO:teuthology.orchestra.run.smithi196.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-24T11:13:06.447 INFO:teuthology.orchestra.run.smithi196.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:13:06.486 INFO:teuthology.orchestra.run.smithi196.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-24T11:13:06.488 DEBUG:teuthology.orchestra.run.smithi196:> dpkg -s linux-image-generic 2024-03-24T11:13:06.542 INFO:teuthology.orchestra.run.smithi196.stdout:Package: linux-image-generic 2024-03-24T11:13:06.542 INFO:teuthology.orchestra.run.smithi196.stdout:Status: install ok installed 2024-03-24T11:13:06.542 INFO:teuthology.orchestra.run.smithi196.stdout:Priority: optional 2024-03-24T11:13:06.542 INFO:teuthology.orchestra.run.smithi196.stdout:Section: kernel 2024-03-24T11:13:06.543 INFO:teuthology.orchestra.run.smithi196.stdout:Installed-Size: 21 2024-03-24T11:13:06.543 INFO:teuthology.orchestra.run.smithi196.stdout:Maintainer: Ubuntu Kernel Team 2024-03-24T11:13:06.543 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: amd64 2024-03-24T11:13:06.543 INFO:teuthology.orchestra.run.smithi196.stdout:Source: linux-meta 2024-03-24T11:13:06.543 INFO:teuthology.orchestra.run.smithi196.stdout:Version: 5.15.0.101.98 2024-03-24T11:13:06.543 INFO:teuthology.orchestra.run.smithi196.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-24T11:13:06.543 INFO:teuthology.orchestra.run.smithi196.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-24T11:13:06.543 INFO:teuthology.orchestra.run.smithi196.stdout:Recommends: thermald 2024-03-24T11:13:06.543 INFO:teuthology.orchestra.run.smithi196.stdout:Description: Generic Linux kernel image 2024-03-24T11:13:06.543 INFO:teuthology.orchestra.run.smithi196.stdout: This package will always depend on the latest generic kernel image 2024-03-24T11:13:06.543 INFO:teuthology.orchestra.run.smithi196.stdout: available. 2024-03-24T11:13:06.544 DEBUG:teuthology.orchestra.run.smithi196:> mktemp 2024-03-24T11:13:06.575 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2024-03-24T11:13:06.586 INFO:teuthology.orchestra.run.smithi196.stdout:/tmp/tmp.mgB8DUGzEi 2024-03-24T11:13:06.587 DEBUG:teuthology.orchestra.run.smithi196:> sudo cp /boot/grub/grub.cfg /tmp/tmp.mgB8DUGzEi 2024-03-24T11:13:06.640 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 0666 /tmp/tmp.mgB8DUGzEi 2024-03-24T11:13:06.641 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 21 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.101.98 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2024-03-24T11:13:06.642 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2024-03-24T11:13:06.643 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2024-03-24T11:13:06.643 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2024-03-24T11:13:06.643 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-24T11:13:06.643 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-24T11:13:06.643 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-24T11:13:06.643 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-24T11:13:06.643 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2024-03-24T11:13:06.643 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2024-03-24T11:13:06.762 DEBUG:teuthology.orchestra.remote:smithi196:/tmp/tmp.mgB8DUGzEi is 10KB 2024-03-24T11:13:06.774 DEBUG:teuthology.orchestra.run.smithi196:> rm -fr /tmp/tmp.mgB8DUGzEi 2024-03-24T11:13:06.779 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-24T11:13:06.828 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-03-24T11:13:06.833 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:13:06.834 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-24T11:13:06.834 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-24T11:13:06.900 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-24T11:13:06.901 DEBUG:teuthology.orchestra.run.smithi196:> sudo update-grub 2024-03-24T11:13:06.993 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-03-24T11:13:07.011 DEBUG:teuthology.orchestra.run.smithi157:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-24T11:13:07.074 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-03-24T11:13:07.078 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:13:07.079 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-24T11:13:07.148 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-24T11:13:07.230 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-24T11:13:07.270 INFO:teuthology.orchestra.run.smithi157.stdout:Building dependency tree... 2024-03-24T11:13:07.271 INFO:teuthology.orchestra.run.smithi157.stdout:Reading state information... 2024-03-24T11:13:07.445 INFO:teuthology.orchestra.run.smithi157.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-24T11:13:07.446 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:13:07.446 INFO:teuthology.orchestra.run.smithi157.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:13:07.446 INFO:teuthology.orchestra.run.smithi157.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:13:07.446 INFO:teuthology.orchestra.run.smithi157.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:13:07.446 INFO:teuthology.orchestra.run.smithi157.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-24T11:13:07.447 INFO:teuthology.orchestra.run.smithi157.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-24T11:13:07.447 INFO:teuthology.orchestra.run.smithi157.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:13:07.486 INFO:teuthology.orchestra.run.smithi157.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-24T11:13:07.488 DEBUG:teuthology.orchestra.run.smithi157:> dpkg -s linux-image-generic 2024-03-24T11:13:07.504 INFO:teuthology.orchestra.run.smithi157.stdout:Package: linux-image-generic 2024-03-24T11:13:07.504 INFO:teuthology.orchestra.run.smithi157.stdout:Status: install ok installed 2024-03-24T11:13:07.504 INFO:teuthology.orchestra.run.smithi157.stdout:Priority: optional 2024-03-24T11:13:07.504 INFO:teuthology.orchestra.run.smithi157.stdout:Section: kernel 2024-03-24T11:13:07.504 INFO:teuthology.orchestra.run.smithi157.stdout:Installed-Size: 21 2024-03-24T11:13:07.504 INFO:teuthology.orchestra.run.smithi157.stdout:Maintainer: Ubuntu Kernel Team 2024-03-24T11:13:07.504 INFO:teuthology.orchestra.run.smithi157.stdout:Architecture: amd64 2024-03-24T11:13:07.504 INFO:teuthology.orchestra.run.smithi157.stdout:Source: linux-meta 2024-03-24T11:13:07.504 INFO:teuthology.orchestra.run.smithi157.stdout:Version: 5.15.0.101.98 2024-03-24T11:13:07.505 INFO:teuthology.orchestra.run.smithi157.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-24T11:13:07.505 INFO:teuthology.orchestra.run.smithi157.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-24T11:13:07.505 INFO:teuthology.orchestra.run.smithi157.stdout:Recommends: thermald 2024-03-24T11:13:07.505 INFO:teuthology.orchestra.run.smithi157.stdout:Description: Generic Linux kernel image 2024-03-24T11:13:07.505 INFO:teuthology.orchestra.run.smithi157.stdout: This package will always depend on the latest generic kernel image 2024-03-24T11:13:07.505 INFO:teuthology.orchestra.run.smithi157.stdout: available. 2024-03-24T11:13:07.505 DEBUG:teuthology.orchestra.run.smithi157:> mktemp 2024-03-24T11:13:07.552 INFO:teuthology.orchestra.run.smithi157.stdout:/tmp/tmp.3ng6ZgMF1J 2024-03-24T11:13:07.553 DEBUG:teuthology.orchestra.run.smithi157:> sudo cp /boot/grub/grub.cfg /tmp/tmp.3ng6ZgMF1J 2024-03-24T11:13:07.627 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 0666 /tmp/tmp.3ng6ZgMF1J 2024-03-24T11:13:07.753 DEBUG:teuthology.orchestra.remote:smithi157:/tmp/tmp.3ng6ZgMF1J is 10KB 2024-03-24T11:13:07.765 DEBUG:teuthology.orchestra.run.smithi157:> rm -fr /tmp/tmp.3ng6ZgMF1J 2024-03-24T11:13:07.771 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-24T11:13:07.824 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:13:07.824 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-24T11:13:07.824 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-24T11:13:07.893 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-24T11:13:07.893 DEBUG:teuthology.orchestra.run.smithi157:> sudo update-grub 2024-03-24T11:13:07.950 INFO:teuthology.orchestra.run.smithi196.stderr:Sourcing file `/etc/default/grub' 2024-03-24T11:13:07.951 INFO:teuthology.orchestra.run.smithi196.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-24T11:13:07.953 INFO:teuthology.orchestra.run.smithi196.stderr:Generating grub configuration file ... 2024-03-24T11:13:08.130 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:13:08.136 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:13:08.361 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:13:08.366 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-24T11:13:08.404 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-24T11:13:08.409 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-24T11:13:08.461 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-03-24T11:13:08.478 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-24T11:13:08.511 INFO:teuthology.orchestra.run.smithi196.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-24T11:13:08.511 INFO:teuthology.orchestra.run.smithi196.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-24T11:13:08.511 INFO:teuthology.orchestra.run.smithi196.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-24T11:13:08.533 INFO:teuthology.orchestra.run.smithi196.stderr:done 2024-03-24T11:13:08.542 DEBUG:teuthology.orchestra.run.smithi196:> sudo shutdown -r now 2024-03-24T11:13:08.542 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-03-24T11:13:08.737 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-03-24T11:13:08.738 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-03-24T11:13:08.912 INFO:teuthology.orchestra.run.smithi194.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-24T11:13:08.912 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:13:08.912 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:13:08.912 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:13:08.912 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:13:08.912 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-24T11:13:08.913 INFO:teuthology.orchestra.run.smithi194.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-24T11:13:08.913 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:13:08.952 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-24T11:13:08.954 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2024-03-24T11:13:08.969 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 21 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.101.98 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2024-03-24T11:13:08.970 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2024-03-24T11:13:08.971 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2024-03-24T11:13:08.971 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2024-03-24T11:13:09.014 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.EBRiIbWvpv 2024-03-24T11:13:09.014 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub/grub.cfg /tmp/tmp.EBRiIbWvpv 2024-03-24T11:13:09.063 INFO:teuthology.orchestra.run.smithi157.stderr:Sourcing file `/etc/default/grub' 2024-03-24T11:13:09.064 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.EBRiIbWvpv 2024-03-24T11:13:09.065 INFO:teuthology.orchestra.run.smithi157.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-24T11:13:09.067 INFO:teuthology.orchestra.run.smithi157.stderr:Generating grub configuration file ... 2024-03-24T11:13:09.186 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.EBRiIbWvpv is 10KB 2024-03-24T11:13:09.199 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.EBRiIbWvpv 2024-03-24T11:13:09.204 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-24T11:13:09.257 INFO:teuthology.orchestra.run.smithi157.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:13:09.259 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:13:09.259 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-24T11:13:09.260 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-24T11:13:09.263 INFO:teuthology.orchestra.run.smithi157.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:13:09.344 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-24T11:13:09.344 DEBUG:teuthology.orchestra.run.smithi194:> sudo update-grub 2024-03-24T11:13:09.537 INFO:teuthology.orchestra.run.smithi157.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:13:09.543 INFO:teuthology.orchestra.run.smithi157.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-24T11:13:09.584 INFO:teuthology.orchestra.run.smithi157.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-24T11:13:09.589 INFO:teuthology.orchestra.run.smithi157.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-24T11:13:09.730 INFO:teuthology.orchestra.run.smithi157.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-24T11:13:09.730 INFO:teuthology.orchestra.run.smithi157.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-24T11:13:09.730 INFO:teuthology.orchestra.run.smithi157.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-24T11:13:09.747 INFO:teuthology.orchestra.run.smithi157.stderr:done 2024-03-24T11:13:09.750 DEBUG:teuthology.orchestra.run.smithi157:> sudo shutdown -r now 2024-03-24T11:13:10.601 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub' 2024-03-24T11:13:10.602 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-24T11:13:10.606 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2024-03-24T11:13:10.804 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:13:10.810 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:13:11.105 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:13:11.111 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-24T11:13:11.153 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-24T11:13:11.158 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-24T11:13:11.277 INFO:teuthology.orchestra.run.smithi194.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-24T11:13:11.277 INFO:teuthology.orchestra.run.smithi194.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-24T11:13:11.277 INFO:teuthology.orchestra.run.smithi194.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-24T11:13:11.289 INFO:teuthology.orchestra.run.smithi194.stderr:done 2024-03-24T11:13:11.301 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2024-03-24T11:13:38.570 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-24T11:13:38.571 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-24T11:13:38.571 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:13:39.753 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-24T11:13:39.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-03-24T11:13:39.754 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:13:41.306 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-24T11:13:41.306 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-24T11:13:41.306 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:14:13.151 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2024-03-24T11:14:14.438 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-03-24T11:14:22.158 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-24T11:14:22.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:14:23.440 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-03-24T11:14:23.441 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:14:26.494 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-03-24T11:14:38.506 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-03-24T11:14:38.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:14:40.542 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2024-03-24T11:14:41.309 DEBUG:teuthology.orchestra.remote:timed out 2024-03-24T11:14:50.316 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-24T11:14:50.317 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:14:50.673 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-03-24T11:14:51.669 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-24T11:14:51.669 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-24T11:14:51.670 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-03-24T11:14:51.717 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-101-generic 2024-03-24T11:14:51.717 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-24T11:14:51.718 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-24T11:14:51.718 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-24T11:14:52.543 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-24T11:14:52.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:14:52.718 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-24T11:14:52.719 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-24T11:14:52.901 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-03-24T11:14:53.308 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2024-03-24T11:14:53.336 DEBUG:teuthology.parallel:result is None 2024-03-24T11:14:53.927 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-24T11:14:53.927 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-24T11:14:53.927 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-03-24T11:14:53.973 INFO:teuthology.orchestra.run.smithi196.stdout:5.15.0-101-generic 2024-03-24T11:14:53.974 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-24T11:14:53.974 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-24T11:14:53.974 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-24T11:14:54.975 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-24T11:14:54.975 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-24T11:14:55.193 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2024-03-24T11:14:55.231 DEBUG:teuthology.parallel:result is None 2024-03-24T11:14:56.926 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-03-24T11:15:11.927 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-03-24T11:15:11.928 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:15:12.200 DEBUG:teuthology.orchestra.run.smithi157:> true 2024-03-24T11:15:13.182 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-03-24T11:15:13.183 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-24T11:15:13.183 DEBUG:teuthology.orchestra.run.smithi157:> uname -r 2024-03-24T11:15:13.188 INFO:teuthology.orchestra.run.smithi157.stdout:5.15.0-101-generic 2024-03-24T11:15:13.188 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-24T11:15:13.188 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-24T11:15:13.188 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-24T11:15:14.189 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-24T11:15:14.190 DEBUG:teuthology.orchestra.run.smithi157:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-24T11:15:14.269 INFO:teuthology.orchestra.run.smithi157.stdout:ttyS1 2024-03-24T11:15:14.291 DEBUG:teuthology.parallel:result is None 2024-03-24T11:15:14.291 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-24T11:15:14.299 INFO:teuthology.task.internal:Creating test directory... 2024-03-24T11:15:14.299 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-24T11:15:14.301 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-24T11:15:14.304 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-24T11:15:14.310 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-24T11:15:14.317 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-24T11:15:14.325 INFO:teuthology.task.internal:Creating archive directory... 2024-03-24T11:15:14.326 DEBUG:teuthology.orchestra.run.smithi157:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-24T11:15:14.350 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-24T11:15:14.352 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-24T11:15:14.377 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-24T11:15:14.384 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-24T11:15:14.384 DEBUG:teuthology.orchestra.run.smithi157:> 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-03-24T11:15:14.406 DEBUG:teuthology.orchestra.run.smithi194:> 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-03-24T11:15:14.408 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-03-24T11:15:14.434 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-24T11:15:14.434 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-24T11:15:14.439 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-24T11:15:14.442 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-24T11:15:14.473 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-24T11:15:14.481 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-24T11:15:14.483 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-24T11:15:14.490 INFO:teuthology.task.internal:Configuring sudo... 2024-03-24T11:15:14.490 DEBUG:teuthology.orchestra.run.smithi157:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-24T11:15:14.492 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-24T11:15:14.495 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-03-24T11:15:14.516 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-24T11:15:14.525 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-24T11:15:14.525 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-24T11:15:14.562 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-24T11:15:14.568 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-24T11:15:14.574 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-24T11:15:14.613 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-24T11:15:14.661 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:15:14.661 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-24T11:15:14.728 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-24T11:15:14.734 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-24T11:15:14.782 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:15:14.782 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-24T11:15:14.846 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-24T11:15:14.852 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-24T11:15:14.897 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:15:14.897 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-24T11:15:14.972 DEBUG:teuthology.orchestra.run.smithi157:> sudo service rsyslog restart 2024-03-24T11:15:14.975 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2024-03-24T11:15:14.977 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2024-03-24T11:15:15.043 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-24T11:15:15.053 INFO:teuthology.task.internal:Starting timer... 2024-03-24T11:15:15.054 INFO:teuthology.run_tasks:Running task pcp... 2024-03-24T11:15:15.063 INFO:teuthology.run_tasks:Running task selinux... 2024-03-24T11:15:15.072 DEBUG:teuthology.task.selinux:Excluding smithi157: OS 'ubuntu' does not support SELinux 2024-03-24T11:15:15.072 DEBUG:teuthology.task.selinux:Excluding smithi194: OS 'ubuntu' does not support SELinux 2024-03-24T11:15:15.072 DEBUG:teuthology.task.selinux:Excluding smithi196: OS 'ubuntu' does not support SELinux 2024-03-24T11:15:15.072 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-24T11:15:15.072 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-24T11:15:15.072 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-24T11:15:15.073 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-24T11:15:15.081 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-24T11:15:15.098 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-03-24T11:15:15.100 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi157.front.sepia.ceph.com,smithi194.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-24T11:22:17.998 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi157.front.sepia.ceph.com'), Remote(name='ubuntu@smithi194.front.sepia.ceph.com'), Remote(name='ubuntu@smithi196.front.sepia.ceph.com')] 2024-03-24T11:22:17.999 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-03-24T11:22:18.000 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:22:18.083 DEBUG:teuthology.orchestra.run.smithi157:> true 2024-03-24T11:22:18.163 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-03-24T11:22:18.163 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-24T11:22:18.164 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:22:18.243 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-03-24T11:22:18.319 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-24T11:22:18.319 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-24T11:22:18.320 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:22:18.402 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-03-24T11:22:18.478 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-24T11:22:18.478 INFO:teuthology.run_tasks:Running task clock... 2024-03-24T11:22:18.489 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-24T11:22:18.489 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-24T11:22:18.490 DEBUG:teuthology.orchestra.run.smithi157:> 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-03-24T11:22:18.492 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-24T11:22:18.492 DEBUG:teuthology.orchestra.run.smithi194:> 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-03-24T11:22:18.494 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-24T11:22:18.495 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-03-24T11:22:18.518 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-24T11:22:18.518 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: Command line: ntpd -gq 2024-03-24T11:22:18.518 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: ---------------------------------------------------- 2024-03-24T11:22:18.518 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: ntp-4 is maintained by Network Time Foundation, 2024-03-24T11:22:18.518 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-24T11:22:18.519 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: corporation. Support and training for ntp-4 are 2024-03-24T11:22:18.519 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: available at https://www.nwtime.org/support 2024-03-24T11:22:18.519 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: ---------------------------------------------------- 2024-03-24T11:22:18.519 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: proto: precision = 0.063 usec (-24) 2024-03-24T11:22:18.519 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: basedate set to 2022-02-04 2024-03-24T11:22:18.519 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: gps base set to 2022-02-06 (week 2196) 2024-03-24T11:22:18.520 INFO:teuthology.orchestra.run.smithi157.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-24T11:22:18.520 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-24T11:22:18.520 INFO:teuthology.orchestra.run.smithi157.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-24T11:22:18.521 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: restrict ::: KOD does nothing without LIMITED. 2024-03-24T11:22:18.521 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: Listen and drop on 0 v6wildcard [::]:123 2024-03-24T11:22:18.521 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-24T11:22:18.521 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: Listen normally on 2 lo 127.0.0.1:123 2024-03-24T11:22:18.522 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: Listen normally on 3 enp3s0f1 172.21.15.157:123 2024-03-24T11:22:18.522 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: Listen normally on 4 lo [::1]:123 2024-03-24T11:22:18.522 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ea1%5]:123 2024-03-24T11:22:18.522 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:18 ntpd[17181]: Listening on routing socket on fd #22 for interface updates 2024-03-24T11:22:18.523 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-24T11:22:18.523 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: Command line: ntpd -gq 2024-03-24T11:22:18.523 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: ---------------------------------------------------- 2024-03-24T11:22:18.523 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: ntp-4 is maintained by Network Time Foundation, 2024-03-24T11:22:18.523 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-24T11:22:18.523 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: corporation. Support and training for ntp-4 are 2024-03-24T11:22:18.523 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: available at https://www.nwtime.org/support 2024-03-24T11:22:18.523 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: ---------------------------------------------------- 2024-03-24T11:22:18.524 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: proto: precision = 0.060 usec (-24) 2024-03-24T11:22:18.524 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: basedate set to 2022-02-04 2024-03-24T11:22:18.524 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: gps base set to 2022-02-06 (week 2196) 2024-03-24T11:22:18.524 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-24T11:22:18.524 INFO:teuthology.orchestra.run.smithi194.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-24T11:22:18.524 INFO:teuthology.orchestra.run.smithi194.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-24T11:22:18.525 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: restrict ::: KOD does nothing without LIMITED. 2024-03-24T11:22:18.525 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: Listen and drop on 0 v6wildcard [::]:123 2024-03-24T11:22:18.525 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-24T11:22:18.525 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: Listen normally on 2 lo 127.0.0.1:123 2024-03-24T11:22:18.525 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: Listen normally on 3 enp3s0f1 172.21.15.194:123 2024-03-24T11:22:18.525 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: Listen normally on 4 lo [::1]:123 2024-03-24T11:22:18.525 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ea5%5]:123 2024-03-24T11:22:18.526 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:18 ntpd[17195]: Listening on routing socket on fd #22 for interface updates 2024-03-24T11:22:18.550 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-24T11:22:18.550 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: Command line: ntpd -gq 2024-03-24T11:22:18.550 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: ---------------------------------------------------- 2024-03-24T11:22:18.550 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: ntp-4 is maintained by Network Time Foundation, 2024-03-24T11:22:18.550 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-24T11:22:18.551 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: corporation. Support and training for ntp-4 are 2024-03-24T11:22:18.551 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: available at https://www.nwtime.org/support 2024-03-24T11:22:18.551 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: ---------------------------------------------------- 2024-03-24T11:22:18.551 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: proto: precision = 0.057 usec (-24) 2024-03-24T11:22:18.551 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: basedate set to 2022-02-04 2024-03-24T11:22:18.551 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: gps base set to 2022-02-06 (week 2196) 2024-03-24T11:22:18.551 INFO:teuthology.orchestra.run.smithi196.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-24T11:22:18.552 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-24T11:22:18.552 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: restrict ::: KOD does nothing without LIMITED. 2024-03-24T11:22:18.552 INFO:teuthology.orchestra.run.smithi196.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-24T11:22:18.553 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: Listen and drop on 0 v6wildcard [::]:123 2024-03-24T11:22:18.553 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-24T11:22:18.553 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: Listen normally on 2 lo 127.0.0.1:123 2024-03-24T11:22:18.553 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: Listen normally on 3 enp3s0f1 172.21.15.196:123 2024-03-24T11:22:18.553 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: Listen normally on 4 lo [::1]:123 2024-03-24T11:22:18.553 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f47%5]:123 2024-03-24T11:22:18.553 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:18 ntpd[17228]: Listening on routing socket on fd #22 for interface updates 2024-03-24T11:22:19.519 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:19.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:19.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:19.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:19.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:19.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:19.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:19.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:19.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:19.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:19.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:19.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:19.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:19.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:19 ntpd[17181]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:19.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:19 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:19.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:19 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:19.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:19 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:19.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:19 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:19.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:19 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:19.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:19 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:19.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:19 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:19.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:19 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:19.550 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:19 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:19.550 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:19 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:19.550 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:19 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:19.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:19 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:19.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:19 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:19.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:19 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:21.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:21.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:21.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:21.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:21.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:21.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:21 ntpd[17181]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:21.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:21.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:21.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:21.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:21 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:21.550 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:21 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:21 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:21 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:21.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:21 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:21.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:21 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:21.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:21 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:22.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:22 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:22.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:22 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:22.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:22 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:22.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:22 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:22.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:22 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:22.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:22 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:22.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:22 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:22.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:22 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:23.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:23.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:23 ntpd[17181]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.525 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:23.525 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:23.525 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.525 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.525 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:23.525 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:23 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:23.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:23.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:23.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:23.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:23.552 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:23.552 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:23 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:24.550 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:24 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:24.550 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:24 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:24.550 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:24 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:24.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:24 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:24.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:24 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:24.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:24 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:25.519 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.519 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.519 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.519 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.519 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:25.520 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:25.520 INFO:teuthology.orchestra.run.smithi157.stdout:24 Mar 11:22:25 ntpd[17181]: ntpd: time slew -0.000109 s 2024-03-24T11:22:25.520 INFO:teuthology.orchestra.run.smithi157.stdout:ntpd: time slew -0.000109s 2024-03-24T11:22:25.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-24T11:22:25.521 INFO:teuthology.orchestra.run.smithi157.stderr:24 Mar 11:22:25 ntpd[17181]: can't open /var/log/ntpstats/loopstats.20240324: Permission denied 2024-03-24T11:22:25.523 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:25.524 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.525 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.525 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:25.525 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:25.525 INFO:teuthology.orchestra.run.smithi194.stdout:24 Mar 11:22:25 ntpd[17195]: ntpd: time slew -0.002078 s 2024-03-24T11:22:25.525 INFO:teuthology.orchestra.run.smithi194.stdout:ntpd: time slew -0.002078s 2024-03-24T11:22:25.526 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-24T11:22:25.526 INFO:teuthology.orchestra.run.smithi194.stderr:24 Mar 11:22:25 ntpd[17195]: can't open /var/log/ntpstats/loopstats.20240324: Permission denied 2024-03-24T11:22:25.550 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:25 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:25 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:25 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:25 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:25 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:22:25.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:25 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:22:25.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:25 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:22:25.551 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:25 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:22:25.551 INFO:teuthology.orchestra.run.smithi196.stdout:24 Mar 11:22:25 ntpd[17228]: ntpd: time slew -0.000982 s 2024-03-24T11:22:25.551 INFO:teuthology.orchestra.run.smithi196.stdout:ntpd: time slew -0.000982s 2024-03-24T11:22:25.552 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:25 ntpd[17228]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-24T11:22:25.552 INFO:teuthology.orchestra.run.smithi196.stderr:24 Mar 11:22:25 ntpd[17228]: can't open /var/log/ntpstats/loopstats.20240324: Permission denied 2024-03-24T11:22:25.569 INFO:teuthology.orchestra.run.smithi157.stdout: remote refid st t when poll reach delay offset jitter 2024-03-24T11:22:25.569 INFO:teuthology.orchestra.run.smithi157.stdout:============================================================================== 2024-03-24T11:22:25.569 INFO:teuthology.orchestra.run.smithi157.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.569 INFO:teuthology.orchestra.run.smithi157.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.569 INFO:teuthology.orchestra.run.smithi157.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.569 INFO:teuthology.orchestra.run.smithi157.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.572 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2024-03-24T11:22:25.572 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2024-03-24T11:22:25.572 INFO:teuthology.orchestra.run.smithi194.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.572 INFO:teuthology.orchestra.run.smithi194.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.572 INFO:teuthology.orchestra.run.smithi194.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.572 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.606 INFO:teuthology.orchestra.run.smithi196.stdout: remote refid st t when poll reach delay offset jitter 2024-03-24T11:22:25.607 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================== 2024-03-24T11:22:25.607 INFO:teuthology.orchestra.run.smithi196.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.607 INFO:teuthology.orchestra.run.smithi196.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.607 INFO:teuthology.orchestra.run.smithi196.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.607 INFO:teuthology.orchestra.run.smithi196.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:22:25.608 INFO:teuthology.run_tasks:Running task install... 2024-03-24T11:22:25.617 DEBUG:teuthology.task.install:project ceph 2024-03-24T11:22:25.617 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'db0330b1e4e2470d52b750e251e55a522b4f7d69'}} 2024-03-24T11:22:25.617 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'db0330b1e4e2470d52b750e251e55a522b4f7d69'} 2024-03-24T11:22:25.617 INFO:teuthology.task.install:Using flavor: default 2024-03-24T11:22:25.623 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-03-24T11:22:25.623 INFO:teuthology.task.install:extra packages: [] 2024-03-24T11:22:25.623 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-key list | grep Ceph 2024-03-24T11:22:25.624 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-key list | grep Ceph 2024-03-24T11:22:25.624 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-key list | grep Ceph 2024-03-24T11:22:25.680 INFO:teuthology.orchestra.run.smithi157.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-24T11:22:25.683 INFO:teuthology.orchestra.run.smithi194.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-24T11:22:25.703 INFO:teuthology.orchestra.run.smithi196.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-24T11:22:25.705 INFO:teuthology.orchestra.run.smithi157.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-24T11:22:25.705 INFO:teuthology.orchestra.run.smithi157.stdout:uid [ unknown] Ceph.com (release key) 2024-03-24T11:22:25.706 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-03-24T11:22:25.707 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:22:25.711 INFO:teuthology.orchestra.run.smithi194.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-24T11:22:25.711 INFO:teuthology.orchestra.run.smithi194.stdout:uid [ unknown] Ceph.com (release key) 2024-03-24T11:22:25.712 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-03-24T11:22:25.712 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:22:25.740 INFO:teuthology.orchestra.run.smithi196.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-24T11:22:25.740 INFO:teuthology.orchestra.run.smithi196.stdout:uid [ unknown] Ceph.com (release key) 2024-03-24T11:22:25.741 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-03-24T11:22:25.741 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:22:25.852 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default/ 2024-03-24T11:22:25.852 INFO:teuthology.task.install.deb:Package version is 19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:22:25.872 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default/ 2024-03-24T11:22:25.873 INFO:teuthology.task.install.deb:Package version is 19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:22:25.929 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default/ 2024-03-24T11:22:25.929 INFO:teuthology.task.install.deb:Package version is 19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:22:26.002 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:22:26.002 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-24T11:22:26.016 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get update 2024-03-24T11:22:26.023 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:22:26.023 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-24T11:22:26.037 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get update 2024-03-24T11:22:26.045 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:22:26.045 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-24T11:22:26.059 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-03-24T11:22:26.207 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:22:26.213 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-24T11:22:26.220 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-24T11:22:26.240 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-24T11:22:26.258 INFO:teuthology.orchestra.run.smithi157.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy InRelease 2024-03-24T11:22:26.279 INFO:teuthology.orchestra.run.smithi157.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-24T11:22:26.300 INFO:teuthology.orchestra.run.smithi196.stdout:Ign:2 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy InRelease 2024-03-24T11:22:26.301 INFO:teuthology.orchestra.run.smithi157.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-24T11:22:26.304 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:22:26.322 INFO:teuthology.orchestra.run.smithi157.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-03-24T11:22:26.328 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-24T11:22:26.336 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-24T11:22:26.337 INFO:teuthology.orchestra.run.smithi194.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy InRelease 2024-03-24T11:22:26.350 INFO:teuthology.orchestra.run.smithi157.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-24T11:22:26.353 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:22:26.353 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-24T11:22:26.372 INFO:teuthology.orchestra.run.smithi196.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-24T11:22:26.373 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-24T11:22:26.386 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-24T11:22:26.409 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-24T11:22:26.410 INFO:teuthology.orchestra.run.smithi194.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-24T11:22:26.425 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-24T11:22:26.446 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-24T11:22:26.451 INFO:teuthology.orchestra.run.smithi196.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-03-24T11:22:26.467 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-24T11:22:26.489 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-03-24T11:22:26.506 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-24T11:22:26.542 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 28.8 kB in 0s (87.9 kB/s) 2024-03-24T11:22:26.601 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 28.8 kB in 0s (70.8 kB/s) 2024-03-24T11:22:26.779 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 139 kB in 1s (259 kB/s) 2024-03-24T11:22:27.492 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-03-24T11:22:27.508 DEBUG:teuthology.orchestra.run.smithi157:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1667-gdb0330b1-1jammy cephadm=19.0.0-1667-gdb0330b1-1jammy ceph-mds=19.0.0-1667-gdb0330b1-1jammy ceph-mgr=19.0.0-1667-gdb0330b1-1jammy ceph-common=19.0.0-1667-gdb0330b1-1jammy ceph-fuse=19.0.0-1667-gdb0330b1-1jammy ceph-test=19.0.0-1667-gdb0330b1-1jammy ceph-volume=19.0.0-1667-gdb0330b1-1jammy radosgw=19.0.0-1667-gdb0330b1-1jammy python3-rados=19.0.0-1667-gdb0330b1-1jammy python3-rgw=19.0.0-1667-gdb0330b1-1jammy python3-cephfs=19.0.0-1667-gdb0330b1-1jammy python3-rbd=19.0.0-1667-gdb0330b1-1jammy libcephfs2=19.0.0-1667-gdb0330b1-1jammy libcephfs-dev=19.0.0-1667-gdb0330b1-1jammy librados2=19.0.0-1667-gdb0330b1-1jammy librbd1=19.0.0-1667-gdb0330b1-1jammy rbd-fuse=19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:22:27.548 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-03-24T11:22:27.562 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-1667-gdb0330b1-1jammy cephadm=19.0.0-1667-gdb0330b1-1jammy ceph-mds=19.0.0-1667-gdb0330b1-1jammy ceph-mgr=19.0.0-1667-gdb0330b1-1jammy ceph-common=19.0.0-1667-gdb0330b1-1jammy ceph-fuse=19.0.0-1667-gdb0330b1-1jammy ceph-test=19.0.0-1667-gdb0330b1-1jammy ceph-volume=19.0.0-1667-gdb0330b1-1jammy radosgw=19.0.0-1667-gdb0330b1-1jammy python3-rados=19.0.0-1667-gdb0330b1-1jammy python3-rgw=19.0.0-1667-gdb0330b1-1jammy python3-cephfs=19.0.0-1667-gdb0330b1-1jammy python3-rbd=19.0.0-1667-gdb0330b1-1jammy libcephfs2=19.0.0-1667-gdb0330b1-1jammy libcephfs-dev=19.0.0-1667-gdb0330b1-1jammy librados2=19.0.0-1667-gdb0330b1-1jammy librbd1=19.0.0-1667-gdb0330b1-1jammy rbd-fuse=19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:22:27.569 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-03-24T11:22:27.622 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-03-24T11:22:27.760 INFO:teuthology.orchestra.run.smithi157.stdout:Building dependency tree... 2024-03-24T11:22:27.761 INFO:teuthology.orchestra.run.smithi157.stdout:Reading state information... 2024-03-24T11:22:27.761 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-03-24T11:22:27.778 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1667-gdb0330b1-1jammy cephadm=19.0.0-1667-gdb0330b1-1jammy ceph-mds=19.0.0-1667-gdb0330b1-1jammy ceph-mgr=19.0.0-1667-gdb0330b1-1jammy ceph-common=19.0.0-1667-gdb0330b1-1jammy ceph-fuse=19.0.0-1667-gdb0330b1-1jammy ceph-test=19.0.0-1667-gdb0330b1-1jammy ceph-volume=19.0.0-1667-gdb0330b1-1jammy radosgw=19.0.0-1667-gdb0330b1-1jammy python3-rados=19.0.0-1667-gdb0330b1-1jammy python3-rgw=19.0.0-1667-gdb0330b1-1jammy python3-cephfs=19.0.0-1667-gdb0330b1-1jammy python3-rbd=19.0.0-1667-gdb0330b1-1jammy libcephfs2=19.0.0-1667-gdb0330b1-1jammy libcephfs-dev=19.0.0-1667-gdb0330b1-1jammy librados2=19.0.0-1667-gdb0330b1-1jammy librbd1=19.0.0-1667-gdb0330b1-1jammy rbd-fuse=19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:22:27.813 INFO:teuthology.orchestra.run.smithi196.stdout:Building dependency tree... 2024-03-24T11:22:27.813 INFO:teuthology.orchestra.run.smithi196.stdout:Reading state information... 2024-03-24T11:22:27.839 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-03-24T11:22:27.942 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:22:27.942 INFO:teuthology.orchestra.run.smithi157.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:22:27.942 INFO:teuthology.orchestra.run.smithi157.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:22:27.942 INFO:teuthology.orchestra.run.smithi157.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:22:27.942 INFO:teuthology.orchestra.run.smithi157.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-24T11:22:27.943 INFO:teuthology.orchestra.run.smithi157.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-24T11:22:27.943 INFO:teuthology.orchestra.run.smithi157.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:22:27.943 INFO:teuthology.orchestra.run.smithi157.stdout:The following additional packages will be installed: 2024-03-24T11:22:27.943 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-24T11:22:27.945 INFO:teuthology.orchestra.run.smithi157.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-24T11:22:27.946 INFO:teuthology.orchestra.run.smithi157.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-24T11:22:27.946 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-24T11:22:27.946 INFO:teuthology.orchestra.run.smithi157.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-24T11:22:27.946 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-24T11:22:27.946 INFO:teuthology.orchestra.run.smithi157.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-24T11:22:27.946 INFO:teuthology.orchestra.run.smithi157.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-24T11:22:27.946 INFO:teuthology.orchestra.run.smithi157.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-24T11:22:27.946 INFO:teuthology.orchestra.run.smithi157.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-24T11:22:27.946 INFO:teuthology.orchestra.run.smithi157.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-24T11:22:27.946 INFO:teuthology.orchestra.run.smithi157.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-24T11:22:27.946 INFO:teuthology.orchestra.run.smithi157.stdout: xmlstarlet zip 2024-03-24T11:22:27.947 INFO:teuthology.orchestra.run.smithi157.stdout:Suggested packages: 2024-03-24T11:22:27.947 INFO:teuthology.orchestra.run.smithi157.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-24T11:22:27.947 INFO:teuthology.orchestra.run.smithi157.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-24T11:22:27.947 INFO:teuthology.orchestra.run.smithi157.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-24T11:22:27.947 INFO:teuthology.orchestra.run.smithi157.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-24T11:22:27.947 INFO:teuthology.orchestra.run.smithi157.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-24T11:22:27.947 INFO:teuthology.orchestra.run.smithi157.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-24T11:22:27.947 INFO:teuthology.orchestra.run.smithi157.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-24T11:22:27.947 INFO:teuthology.orchestra.run.smithi157.stdout:Recommended packages: 2024-03-24T11:22:27.947 INFO:teuthology.orchestra.run.smithi157.stdout: btrfs-tools 2024-03-24T11:22:27.994 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:22:27.995 INFO:teuthology.orchestra.run.smithi196.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:22:27.995 INFO:teuthology.orchestra.run.smithi196.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:22:27.995 INFO:teuthology.orchestra.run.smithi196.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:22:27.995 INFO:teuthology.orchestra.run.smithi196.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-24T11:22:27.996 INFO:teuthology.orchestra.run.smithi196.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-24T11:22:27.996 INFO:teuthology.orchestra.run.smithi196.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:22:27.997 INFO:teuthology.orchestra.run.smithi196.stdout:The following additional packages will be installed: 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-24T11:22:27.998 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-24T11:22:27.999 INFO:teuthology.orchestra.run.smithi196.stdout: xmlstarlet zip 2024-03-24T11:22:28.002 INFO:teuthology.orchestra.run.smithi196.stdout:Suggested packages: 2024-03-24T11:22:28.002 INFO:teuthology.orchestra.run.smithi196.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-24T11:22:28.002 INFO:teuthology.orchestra.run.smithi196.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-24T11:22:28.002 INFO:teuthology.orchestra.run.smithi196.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-24T11:22:28.002 INFO:teuthology.orchestra.run.smithi196.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-24T11:22:28.002 INFO:teuthology.orchestra.run.smithi196.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-24T11:22:28.002 INFO:teuthology.orchestra.run.smithi196.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-24T11:22:28.002 INFO:teuthology.orchestra.run.smithi196.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-24T11:22:28.002 INFO:teuthology.orchestra.run.smithi196.stdout:Recommended packages: 2024-03-24T11:22:28.002 INFO:teuthology.orchestra.run.smithi196.stdout: btrfs-tools 2024-03-24T11:22:28.041 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-03-24T11:22:28.042 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-03-24T11:22:28.048 INFO:teuthology.orchestra.run.smithi157.stdout:The following NEW packages will be installed: 2024-03-24T11:22:28.048 INFO:teuthology.orchestra.run.smithi157.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-24T11:22:28.048 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-24T11:22:28.048 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-24T11:22:28.049 INFO:teuthology.orchestra.run.smithi157.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-24T11:22:28.049 INFO:teuthology.orchestra.run.smithi157.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-24T11:22:28.049 INFO:teuthology.orchestra.run.smithi157.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-24T11:22:28.050 INFO:teuthology.orchestra.run.smithi157.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-24T11:22:28.051 INFO:teuthology.orchestra.run.smithi157.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-24T11:22:28.051 INFO:teuthology.orchestra.run.smithi157.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-24T11:22:28.051 INFO:teuthology.orchestra.run.smithi157.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-24T11:22:28.051 INFO:teuthology.orchestra.run.smithi157.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-24T11:22:28.051 INFO:teuthology.orchestra.run.smithi157.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-24T11:22:28.051 INFO:teuthology.orchestra.run.smithi157.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-24T11:22:28.101 INFO:teuthology.orchestra.run.smithi196.stdout:The following NEW packages will be installed: 2024-03-24T11:22:28.101 INFO:teuthology.orchestra.run.smithi196.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-24T11:22:28.101 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-24T11:22:28.101 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-24T11:22:28.101 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-24T11:22:28.102 INFO:teuthology.orchestra.run.smithi196.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-24T11:22:28.102 INFO:teuthology.orchestra.run.smithi196.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-24T11:22:28.103 INFO:teuthology.orchestra.run.smithi196.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-24T11:22:28.103 INFO:teuthology.orchestra.run.smithi196.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-24T11:22:28.103 INFO:teuthology.orchestra.run.smithi196.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-24T11:22:28.103 INFO:teuthology.orchestra.run.smithi196.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-24T11:22:28.103 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-24T11:22:28.103 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-24T11:22:28.103 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-24T11:22:28.103 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-24T11:22:28.103 INFO:teuthology.orchestra.run.smithi196.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-24T11:22:28.104 INFO:teuthology.orchestra.run.smithi196.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-24T11:22:28.104 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-24T11:22:28.104 INFO:teuthology.orchestra.run.smithi196.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-24T11:22:28.104 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-24T11:22:28.104 INFO:teuthology.orchestra.run.smithi196.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-24T11:22:28.104 INFO:teuthology.orchestra.run.smithi196.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-24T11:22:28.104 INFO:teuthology.orchestra.run.smithi196.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-24T11:22:28.104 INFO:teuthology.orchestra.run.smithi196.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-24T11:22:28.104 INFO:teuthology.orchestra.run.smithi196.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-24T11:22:28.105 INFO:teuthology.orchestra.run.smithi196.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-24T11:22:28.105 INFO:teuthology.orchestra.run.smithi196.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-24T11:22:28.190 INFO:teuthology.orchestra.run.smithi157.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-24T11:22:28.190 INFO:teuthology.orchestra.run.smithi157.stdout:Need to get 176 MB of archives. 2024-03-24T11:22:28.190 INFO:teuthology.orchestra.run.smithi157.stdout:After this operation, 730 MB of additional disk space will be used. 2024-03-24T11:22:28.190 INFO:teuthology.orchestra.run.smithi157.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1667-gdb0330b1-1jammy [3,532 kB] 2024-03-24T11:22:28.231 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:22:28.231 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:22:28.231 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:22:28.231 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:22:28.232 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-24T11:22:28.232 INFO:teuthology.orchestra.run.smithi194.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-24T11:22:28.232 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:22:28.233 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2024-03-24T11:22:28.233 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-24T11:22:28.233 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-24T11:22:28.233 INFO:teuthology.orchestra.run.smithi194.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-24T11:22:28.233 INFO:teuthology.orchestra.run.smithi194.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-24T11:22:28.234 INFO:teuthology.orchestra.run.smithi194.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-24T11:22:28.234 INFO:teuthology.orchestra.run.smithi194.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-24T11:22:28.234 INFO:teuthology.orchestra.run.smithi194.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-24T11:22:28.235 INFO:teuthology.orchestra.run.smithi194.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-24T11:22:28.236 INFO:teuthology.orchestra.run.smithi194.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-24T11:22:28.236 INFO:teuthology.orchestra.run.smithi194.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-24T11:22:28.236 INFO:teuthology.orchestra.run.smithi194.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-24T11:22:28.236 INFO:teuthology.orchestra.run.smithi194.stdout: xmlstarlet zip 2024-03-24T11:22:28.236 INFO:teuthology.orchestra.run.smithi157.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-24T11:22:28.237 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2024-03-24T11:22:28.237 INFO:teuthology.orchestra.run.smithi194.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-24T11:22:28.237 INFO:teuthology.orchestra.run.smithi194.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-24T11:22:28.237 INFO:teuthology.orchestra.run.smithi194.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-24T11:22:28.237 INFO:teuthology.orchestra.run.smithi194.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-24T11:22:28.237 INFO:teuthology.orchestra.run.smithi194.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-24T11:22:28.237 INFO:teuthology.orchestra.run.smithi194.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-24T11:22:28.237 INFO:teuthology.orchestra.run.smithi194.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-24T11:22:28.237 INFO:teuthology.orchestra.run.smithi194.stdout:Recommended packages: 2024-03-24T11:22:28.237 INFO:teuthology.orchestra.run.smithi194.stdout: btrfs-tools 2024-03-24T11:22:28.289 INFO:teuthology.orchestra.run.smithi196.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-24T11:22:28.290 INFO:teuthology.orchestra.run.smithi196.stdout:Need to get 176 MB of archives. 2024-03-24T11:22:28.290 INFO:teuthology.orchestra.run.smithi196.stdout:After this operation, 730 MB of additional disk space will be used. 2024-03-24T11:22:28.290 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-03-24T11:22:28.319 INFO:teuthology.orchestra.run.smithi196.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1667-gdb0330b1-1jammy [3,532 kB] 2024-03-24T11:22:28.337 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2024-03-24T11:22:28.338 INFO:teuthology.orchestra.run.smithi194.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-24T11:22:28.338 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-24T11:22:28.338 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-24T11:22:28.338 INFO:teuthology.orchestra.run.smithi194.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-24T11:22:28.338 INFO:teuthology.orchestra.run.smithi194.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-24T11:22:28.338 INFO:teuthology.orchestra.run.smithi194.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-24T11:22:28.339 INFO:teuthology.orchestra.run.smithi194.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-24T11:22:28.339 INFO:teuthology.orchestra.run.smithi194.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-24T11:22:28.339 INFO:teuthology.orchestra.run.smithi194.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-24T11:22:28.339 INFO:teuthology.orchestra.run.smithi194.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-24T11:22:28.339 INFO:teuthology.orchestra.run.smithi194.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-24T11:22:28.339 INFO:teuthology.orchestra.run.smithi194.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-24T11:22:28.340 INFO:teuthology.orchestra.run.smithi194.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-24T11:22:28.403 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-24T11:22:28.403 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 176 MB of archives. 2024-03-24T11:22:28.404 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 730 MB of additional disk space will be used. 2024-03-24T11:22:28.404 INFO:teuthology.orchestra.run.smithi194.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-24T11:22:28.449 INFO:teuthology.orchestra.run.smithi157.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1667-gdb0330b1-1jammy [3,210 kB] 2024-03-24T11:22:28.510 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-24T11:22:28.513 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-24T11:22:28.534 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-24T11:22:28.565 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1667-gdb0330b1-1jammy [3,532 kB] 2024-03-24T11:22:28.593 INFO:teuthology.orchestra.run.smithi157.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1667-gdb0330b1-1jammy [710 kB] 2024-03-24T11:22:28.610 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-24T11:22:28.615 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-24T11:22:28.627 INFO:teuthology.orchestra.run.smithi157.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1667-gdb0330b1-1jammy [356 kB] 2024-03-24T11:22:28.629 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-24T11:22:28.634 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-24T11:22:28.634 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-24T11:22:28.635 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-24T11:22:28.643 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-24T11:22:28.645 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-24T11:22:28.646 INFO:teuthology.orchestra.run.smithi157.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1667-gdb0330b1-1jammy [32.8 kB] 2024-03-24T11:22:28.647 INFO:teuthology.orchestra.run.smithi157.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1667-gdb0330b1-1jammy [180 kB] 2024-03-24T11:22:28.647 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-24T11:22:28.649 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-24T11:22:28.653 INFO:teuthology.orchestra.run.smithi157.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1667-gdb0330b1-1jammy [64.8 kB] 2024-03-24T11:22:28.657 INFO:teuthology.orchestra.run.smithi157.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1667-gdb0330b1-1jammy [330 kB] 2024-03-24T11:22:28.660 INFO:teuthology.orchestra.run.smithi157.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-24T11:22:28.662 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-24T11:22:28.664 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-24T11:22:28.667 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-24T11:22:28.668 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-24T11:22:28.669 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-24T11:22:28.673 INFO:teuthology.orchestra.run.smithi157.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-24T11:22:28.673 INFO:teuthology.orchestra.run.smithi157.stdout:Get:12 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1667-gdb0330b1-1jammy [6,571 kB] 2024-03-24T11:22:28.683 INFO:teuthology.orchestra.run.smithi194.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-03-24T11:22:28.684 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-24T11:22:28.685 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-24T11:22:28.685 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-24T11:22:28.685 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-24T11:22:28.704 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-24T11:22:28.704 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-24T11:22:28.704 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-24T11:22:28.707 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-24T11:22:28.708 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-24T11:22:28.708 INFO:teuthology.orchestra.run.smithi196.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-24T11:22:28.721 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-24T11:22:28.724 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-24T11:22:28.724 INFO:teuthology.orchestra.run.smithi194.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-03-24T11:22:28.726 INFO:teuthology.orchestra.run.smithi194.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-24T11:22:28.726 INFO:teuthology.orchestra.run.smithi194.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-24T11:22:28.726 INFO:teuthology.orchestra.run.smithi194.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-24T11:22:28.745 INFO:teuthology.orchestra.run.smithi194.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-24T11:22:28.746 INFO:teuthology.orchestra.run.smithi194.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-24T11:22:28.747 INFO:teuthology.orchestra.run.smithi194.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-24T11:22:28.752 INFO:teuthology.orchestra.run.smithi194.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-24T11:22:28.752 INFO:teuthology.orchestra.run.smithi194.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-24T11:22:28.754 INFO:teuthology.orchestra.run.smithi157.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-24T11:22:28.765 INFO:teuthology.orchestra.run.smithi194.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-24T11:22:28.766 INFO:teuthology.orchestra.run.smithi194.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-24T11:22:28.768 INFO:teuthology.orchestra.run.smithi194.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-24T11:22:28.770 INFO:teuthology.orchestra.run.smithi194.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-24T11:22:28.770 INFO:teuthology.orchestra.run.smithi194.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-03-24T11:22:28.787 INFO:teuthology.orchestra.run.smithi194.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-03-24T11:22:28.788 INFO:teuthology.orchestra.run.smithi194.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-24T11:22:28.793 INFO:teuthology.orchestra.run.smithi194.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-24T11:22:28.794 INFO:teuthology.orchestra.run.smithi194.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-24T11:22:28.796 INFO:teuthology.orchestra.run.smithi194.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-24T11:22:28.807 INFO:teuthology.orchestra.run.smithi194.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-03-24T11:22:28.811 INFO:teuthology.orchestra.run.smithi196.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-24T11:22:28.866 INFO:teuthology.orchestra.run.smithi196.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1667-gdb0330b1-1jammy [3,210 kB] 2024-03-24T11:22:28.886 INFO:teuthology.orchestra.run.smithi194.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-24T11:22:28.887 INFO:teuthology.orchestra.run.smithi194.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-24T11:22:28.888 INFO:teuthology.orchestra.run.smithi194.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-24T11:22:28.918 INFO:teuthology.orchestra.run.smithi194.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-24T11:22:28.919 INFO:teuthology.orchestra.run.smithi194.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-24T11:22:28.938 INFO:teuthology.orchestra.run.smithi194.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-24T11:22:28.940 INFO:teuthology.orchestra.run.smithi194.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-24T11:22:28.940 INFO:teuthology.orchestra.run.smithi194.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-24T11:22:28.957 INFO:teuthology.orchestra.run.smithi194.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-24T11:22:28.957 INFO:teuthology.orchestra.run.smithi194.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-24T11:22:28.962 INFO:teuthology.orchestra.run.smithi194.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-24T11:22:28.962 INFO:teuthology.orchestra.run.smithi194.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-24T11:22:28.963 INFO:teuthology.orchestra.run.smithi194.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-24T11:22:28.963 INFO:teuthology.orchestra.run.smithi194.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-03-24T11:22:28.982 INFO:teuthology.orchestra.run.smithi194.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-24T11:22:28.983 INFO:teuthology.orchestra.run.smithi194.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-24T11:22:28.984 INFO:teuthology.orchestra.run.smithi157.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-24T11:22:28.987 INFO:teuthology.orchestra.run.smithi194.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-24T11:22:28.989 INFO:teuthology.orchestra.run.smithi194.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-24T11:22:28.990 INFO:teuthology.orchestra.run.smithi194.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-24T11:22:28.991 INFO:teuthology.orchestra.run.smithi194.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-24T11:22:29.005 INFO:teuthology.orchestra.run.smithi157.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-24T11:22:29.005 INFO:teuthology.orchestra.run.smithi157.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1667-gdb0330b1-1jammy [112 kB] 2024-03-24T11:22:29.006 INFO:teuthology.orchestra.run.smithi194.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-24T11:22:29.008 INFO:teuthology.orchestra.run.smithi157.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1667-gdb0330b1-1jammy [465 kB] 2024-03-24T11:22:29.009 INFO:teuthology.orchestra.run.smithi194.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-24T11:22:29.010 INFO:teuthology.orchestra.run.smithi194.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-24T11:22:29.011 INFO:teuthology.orchestra.run.smithi194.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-24T11:22:29.017 INFO:teuthology.orchestra.run.smithi157.stdout:Get:18 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1667-gdb0330b1-1jammy [24.2 MB] 2024-03-24T11:22:29.025 INFO:teuthology.orchestra.run.smithi157.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-24T11:22:29.030 INFO:teuthology.orchestra.run.smithi194.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-24T11:22:29.031 INFO:teuthology.orchestra.run.smithi194.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-24T11:22:29.035 INFO:teuthology.orchestra.run.smithi194.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-24T11:22:29.035 INFO:teuthology.orchestra.run.smithi194.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-24T11:22:29.035 INFO:teuthology.orchestra.run.smithi157.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-24T11:22:29.036 INFO:teuthology.orchestra.run.smithi157.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-24T11:22:29.036 INFO:teuthology.orchestra.run.smithi194.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-24T11:22:29.036 INFO:teuthology.orchestra.run.smithi194.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-24T11:22:29.037 INFO:teuthology.orchestra.run.smithi157.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-24T11:22:29.047 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-24T11:22:29.053 INFO:teuthology.orchestra.run.smithi194.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-24T11:22:29.054 INFO:teuthology.orchestra.run.smithi194.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-24T11:22:29.056 INFO:teuthology.orchestra.run.smithi157.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-24T11:22:29.057 INFO:teuthology.orchestra.run.smithi196.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-24T11:22:29.063 INFO:teuthology.orchestra.run.smithi194.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-24T11:22:29.063 INFO:teuthology.orchestra.run.smithi194.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-24T11:22:29.078 INFO:teuthology.orchestra.run.smithi194.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-24T11:22:29.084 INFO:teuthology.orchestra.run.smithi194.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-24T11:22:29.085 INFO:teuthology.orchestra.run.smithi194.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-24T11:22:29.088 INFO:teuthology.orchestra.run.smithi196.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-24T11:22:29.097 INFO:teuthology.orchestra.run.smithi196.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-24T11:22:29.098 INFO:teuthology.orchestra.run.smithi196.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-24T11:22:29.099 INFO:teuthology.orchestra.run.smithi196.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-24T11:22:29.118 INFO:teuthology.orchestra.run.smithi196.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-24T11:22:29.225 INFO:teuthology.orchestra.run.smithi157.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-24T11:22:29.256 INFO:teuthology.orchestra.run.smithi196.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1667-gdb0330b1-1jammy [710 kB] 2024-03-24T11:22:29.286 INFO:teuthology.orchestra.run.smithi196.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-24T11:22:29.338 INFO:teuthology.orchestra.run.smithi196.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1667-gdb0330b1-1jammy [356 kB] 2024-03-24T11:22:29.389 INFO:teuthology.orchestra.run.smithi196.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1667-gdb0330b1-1jammy [32.8 kB] 2024-03-24T11:22:29.391 INFO:teuthology.orchestra.run.smithi196.stdout:Get:18 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1667-gdb0330b1-1jammy [180 kB] 2024-03-24T11:22:29.415 INFO:teuthology.orchestra.run.smithi196.stdout:Get:19 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1667-gdb0330b1-1jammy [64.8 kB] 2024-03-24T11:22:29.419 INFO:teuthology.orchestra.run.smithi196.stdout:Get:20 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1667-gdb0330b1-1jammy [330 kB] 2024-03-24T11:22:29.467 INFO:teuthology.orchestra.run.smithi196.stdout:Get:21 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1667-gdb0330b1-1jammy [6,571 kB] 2024-03-24T11:22:29.627 INFO:teuthology.orchestra.run.smithi157.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-24T11:22:29.661 INFO:teuthology.orchestra.run.smithi157.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-24T11:22:29.663 INFO:teuthology.orchestra.run.smithi157.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-24T11:22:29.697 INFO:teuthology.orchestra.run.smithi196.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-24T11:22:29.731 INFO:teuthology.orchestra.run.smithi196.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-24T11:22:29.732 INFO:teuthology.orchestra.run.smithi196.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-24T11:22:29.742 INFO:teuthology.orchestra.run.smithi157.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-24T11:22:29.794 INFO:teuthology.orchestra.run.smithi157.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-24T11:22:29.812 INFO:teuthology.orchestra.run.smithi196.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-24T11:22:29.816 INFO:teuthology.orchestra.run.smithi157.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-24T11:22:29.822 INFO:teuthology.orchestra.run.smithi157.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-24T11:22:29.823 INFO:teuthology.orchestra.run.smithi157.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-24T11:22:29.835 INFO:teuthology.orchestra.run.smithi157.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-24T11:22:29.835 INFO:teuthology.orchestra.run.smithi157.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-24T11:22:29.864 INFO:teuthology.orchestra.run.smithi196.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-24T11:22:29.886 INFO:teuthology.orchestra.run.smithi196.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-24T11:22:29.892 INFO:teuthology.orchestra.run.smithi196.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-24T11:22:29.893 INFO:teuthology.orchestra.run.smithi196.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-24T11:22:29.905 INFO:teuthology.orchestra.run.smithi196.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-24T11:22:29.905 INFO:teuthology.orchestra.run.smithi196.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-24T11:22:30.001 INFO:teuthology.orchestra.run.smithi157.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-24T11:22:30.071 INFO:teuthology.orchestra.run.smithi196.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-24T11:22:30.084 INFO:teuthology.orchestra.run.smithi157.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-24T11:22:30.113 INFO:teuthology.orchestra.run.smithi157.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-24T11:22:30.130 INFO:teuthology.orchestra.run.smithi157.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-24T11:22:30.154 INFO:teuthology.orchestra.run.smithi196.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-24T11:22:30.174 INFO:teuthology.orchestra.run.smithi157.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-24T11:22:30.183 INFO:teuthology.orchestra.run.smithi196.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-24T11:22:30.200 INFO:teuthology.orchestra.run.smithi196.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-24T11:22:30.244 INFO:teuthology.orchestra.run.smithi196.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-24T11:22:30.274 INFO:teuthology.orchestra.run.smithi196.stdout:Get:37 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1667-gdb0330b1-1jammy [112 kB] 2024-03-24T11:22:30.279 INFO:teuthology.orchestra.run.smithi196.stdout:Get:38 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1667-gdb0330b1-1jammy [465 kB] 2024-03-24T11:22:30.309 INFO:teuthology.orchestra.run.smithi194.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1667-gdb0330b1-1jammy [3,210 kB] 2024-03-24T11:22:30.315 INFO:teuthology.orchestra.run.smithi157.stdout:Get:40 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1667-gdb0330b1-1jammy [5,073 kB] 2024-03-24T11:22:30.325 INFO:teuthology.orchestra.run.smithi196.stdout:Get:39 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1667-gdb0330b1-1jammy [24.2 MB] 2024-03-24T11:22:30.385 INFO:teuthology.orchestra.run.smithi157.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-24T11:22:30.400 INFO:teuthology.orchestra.run.smithi157.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-24T11:22:30.407 INFO:teuthology.orchestra.run.smithi157.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-24T11:22:30.412 INFO:teuthology.orchestra.run.smithi157.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-24T11:22:30.434 INFO:teuthology.orchestra.run.smithi157.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-24T11:22:30.437 INFO:teuthology.orchestra.run.smithi157.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-24T11:22:30.455 INFO:teuthology.orchestra.run.smithi196.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-24T11:22:30.458 INFO:teuthology.orchestra.run.smithi157.stdout:Get:47 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1667-gdb0330b1-1jammy [243 kB] 2024-03-24T11:22:30.470 INFO:teuthology.orchestra.run.smithi196.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-24T11:22:30.470 INFO:teuthology.orchestra.run.smithi157.stdout:Get:48 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1667-gdb0330b1-1jammy [124 kB] 2024-03-24T11:22:30.476 INFO:teuthology.orchestra.run.smithi157.stdout:Get:49 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1667-gdb0330b1-1jammy [1,518 kB] 2024-03-24T11:22:30.477 INFO:teuthology.orchestra.run.smithi196.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-24T11:22:30.482 INFO:teuthology.orchestra.run.smithi196.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-24T11:22:30.504 INFO:teuthology.orchestra.run.smithi196.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-24T11:22:30.507 INFO:teuthology.orchestra.run.smithi196.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-24T11:22:30.552 INFO:teuthology.orchestra.run.smithi157.stdout:Get:50 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1667-gdb0330b1-1jammy [6,240 kB] 2024-03-24T11:22:30.604 INFO:teuthology.orchestra.run.smithi157.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-24T11:22:30.674 INFO:teuthology.orchestra.run.smithi196.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-24T11:22:30.863 INFO:teuthology.orchestra.run.smithi157.stdout:Get:52 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1667-gdb0330b1-1jammy [22.7 MB] 2024-03-24T11:22:30.920 INFO:teuthology.orchestra.run.smithi157.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-24T11:22:30.959 INFO:teuthology.orchestra.run.smithi157.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-24T11:22:30.970 INFO:teuthology.orchestra.run.smithi157.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-24T11:22:31.005 INFO:teuthology.orchestra.run.smithi196.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-24T11:22:31.045 INFO:teuthology.orchestra.run.smithi196.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-24T11:22:31.058 INFO:teuthology.orchestra.run.smithi196.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-24T11:22:31.177 INFO:teuthology.orchestra.run.smithi157.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-24T11:22:31.178 INFO:teuthology.orchestra.run.smithi157.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-24T11:22:31.184 INFO:teuthology.orchestra.run.smithi157.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-24T11:22:31.189 INFO:teuthology.orchestra.run.smithi157.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-24T11:22:31.204 INFO:teuthology.orchestra.run.smithi157.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-24T11:22:31.225 INFO:teuthology.orchestra.run.smithi157.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-24T11:22:31.230 INFO:teuthology.orchestra.run.smithi157.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-24T11:22:31.266 INFO:teuthology.orchestra.run.smithi196.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-24T11:22:31.267 INFO:teuthology.orchestra.run.smithi196.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-24T11:22:31.272 INFO:teuthology.orchestra.run.smithi196.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-24T11:22:31.282 INFO:teuthology.orchestra.run.smithi196.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-24T11:22:31.293 INFO:teuthology.orchestra.run.smithi196.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-24T11:22:31.314 INFO:teuthology.orchestra.run.smithi196.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-24T11:22:31.321 INFO:teuthology.orchestra.run.smithi196.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-24T11:22:31.405 INFO:teuthology.orchestra.run.smithi157.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-24T11:22:31.496 INFO:teuthology.orchestra.run.smithi196.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-24T11:22:31.669 INFO:teuthology.orchestra.run.smithi157.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-24T11:22:31.679 INFO:teuthology.orchestra.run.smithi194.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1667-gdb0330b1-1jammy [710 kB] 2024-03-24T11:22:31.759 INFO:teuthology.orchestra.run.smithi196.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-24T11:22:31.847 INFO:teuthology.orchestra.run.smithi157.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-24T11:22:31.862 INFO:teuthology.orchestra.run.smithi157.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-24T11:22:31.882 INFO:teuthology.orchestra.run.smithi157.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-24T11:22:31.937 INFO:teuthology.orchestra.run.smithi196.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-24T11:22:31.946 INFO:teuthology.orchestra.run.smithi157.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-24T11:22:31.951 INFO:teuthology.orchestra.run.smithi196.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-24T11:22:31.972 INFO:teuthology.orchestra.run.smithi196.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-24T11:22:31.987 INFO:teuthology.orchestra.run.smithi194.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1667-gdb0330b1-1jammy [356 kB] 2024-03-24T11:22:32.038 INFO:teuthology.orchestra.run.smithi196.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-24T11:22:32.047 INFO:teuthology.orchestra.run.smithi157.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1667-gdb0330b1-1jammy [14.0 kB] 2024-03-24T11:22:32.047 INFO:teuthology.orchestra.run.smithi157.stdout:Get:70 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1667-gdb0330b1-1jammy [865 kB] 2024-03-24T11:22:32.065 INFO:teuthology.orchestra.run.smithi157.stdout:Get:71 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1667-gdb0330b1-1jammy [2,184 kB] 2024-03-24T11:22:32.139 INFO:teuthology.orchestra.run.smithi157.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1667-gdb0330b1-1jammy [776 kB] 2024-03-24T11:22:32.161 INFO:teuthology.orchestra.run.smithi194.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1667-gdb0330b1-1jammy [32.8 kB] 2024-03-24T11:22:32.164 INFO:teuthology.orchestra.run.smithi194.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1667-gdb0330b1-1jammy [180 kB] 2024-03-24T11:22:32.176 INFO:teuthology.orchestra.run.smithi157.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1667-gdb0330b1-1jammy [144 kB] 2024-03-24T11:22:32.181 INFO:teuthology.orchestra.run.smithi157.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1667-gdb0330b1-1jammy [1,921 kB] 2024-03-24T11:22:32.236 INFO:teuthology.orchestra.run.smithi157.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-24T11:22:32.238 INFO:teuthology.orchestra.run.smithi157.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-24T11:22:32.241 INFO:teuthology.orchestra.run.smithi157.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-24T11:22:32.242 INFO:teuthology.orchestra.run.smithi157.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-24T11:22:32.243 INFO:teuthology.orchestra.run.smithi157.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-24T11:22:32.252 INFO:teuthology.orchestra.run.smithi194.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1667-gdb0330b1-1jammy [64.8 kB] 2024-03-24T11:22:32.261 INFO:teuthology.orchestra.run.smithi194.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1667-gdb0330b1-1jammy [330 kB] 2024-03-24T11:22:32.276 INFO:teuthology.orchestra.run.smithi157.stdout:Get:80 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1667-gdb0330b1-1jammy [8,625 kB] 2024-03-24T11:22:32.324 INFO:teuthology.orchestra.run.smithi196.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-24T11:22:32.326 INFO:teuthology.orchestra.run.smithi196.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-24T11:22:32.329 INFO:teuthology.orchestra.run.smithi196.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-24T11:22:32.330 INFO:teuthology.orchestra.run.smithi196.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-24T11:22:32.332 INFO:teuthology.orchestra.run.smithi196.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-24T11:22:32.354 INFO:teuthology.orchestra.run.smithi194.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1667-gdb0330b1-1jammy [6,571 kB] 2024-03-24T11:22:32.468 INFO:teuthology.orchestra.run.smithi157.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-24T11:22:32.553 INFO:teuthology.orchestra.run.smithi196.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-24T11:22:32.723 INFO:teuthology.orchestra.run.smithi157.stdout:Get:82 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1667-gdb0330b1-1jammy [14.2 kB] 2024-03-24T11:22:32.723 INFO:teuthology.orchestra.run.smithi157.stdout:Get:83 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1667-gdb0330b1-1jammy [49.9 MB] 2024-03-24T11:22:32.908 INFO:teuthology.orchestra.run.smithi157.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-24T11:22:32.914 INFO:teuthology.orchestra.run.smithi157.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-24T11:22:32.983 INFO:teuthology.orchestra.run.smithi196.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-24T11:22:32.989 INFO:teuthology.orchestra.run.smithi196.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-24T11:22:33.205 INFO:teuthology.orchestra.run.smithi157.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-24T11:22:33.205 INFO:teuthology.orchestra.run.smithi157.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-24T11:22:33.207 INFO:teuthology.orchestra.run.smithi157.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-24T11:22:33.209 INFO:teuthology.orchestra.run.smithi157.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-24T11:22:33.211 INFO:teuthology.orchestra.run.smithi157.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-24T11:22:33.213 INFO:teuthology.orchestra.run.smithi157.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-24T11:22:33.214 INFO:teuthology.orchestra.run.smithi157.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-24T11:22:33.215 INFO:teuthology.orchestra.run.smithi157.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-24T11:22:33.278 INFO:teuthology.orchestra.run.smithi196.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-24T11:22:33.279 INFO:teuthology.orchestra.run.smithi196.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-24T11:22:33.281 INFO:teuthology.orchestra.run.smithi196.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-24T11:22:33.283 INFO:teuthology.orchestra.run.smithi196.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-24T11:22:33.285 INFO:teuthology.orchestra.run.smithi196.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-24T11:22:33.286 INFO:teuthology.orchestra.run.smithi196.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-24T11:22:33.287 INFO:teuthology.orchestra.run.smithi196.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-24T11:22:33.289 INFO:teuthology.orchestra.run.smithi196.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-24T11:22:33.397 INFO:teuthology.orchestra.run.smithi157.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-24T11:22:33.469 INFO:teuthology.orchestra.run.smithi196.stdout:Get:79 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1667-gdb0330b1-1jammy [5,073 kB] 2024-03-24T11:22:33.470 INFO:teuthology.orchestra.run.smithi196.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-24T11:22:33.806 INFO:teuthology.orchestra.run.smithi157.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-24T11:22:33.852 INFO:teuthology.orchestra.run.smithi157.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-24T11:22:33.871 INFO:teuthology.orchestra.run.smithi157.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-24T11:22:33.877 INFO:teuthology.orchestra.run.smithi196.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-24T11:22:33.923 INFO:teuthology.orchestra.run.smithi196.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-24T11:22:33.942 INFO:teuthology.orchestra.run.smithi196.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-24T11:22:33.983 INFO:teuthology.orchestra.run.smithi157.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-24T11:22:34.024 INFO:teuthology.orchestra.run.smithi157.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-24T11:22:34.035 INFO:teuthology.orchestra.run.smithi157.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-24T11:22:34.040 INFO:teuthology.orchestra.run.smithi157.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-24T11:22:34.054 INFO:teuthology.orchestra.run.smithi196.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-24T11:22:34.088 INFO:teuthology.orchestra.run.smithi157.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-24T11:22:34.091 INFO:teuthology.orchestra.run.smithi157.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-24T11:22:34.094 INFO:teuthology.orchestra.run.smithi196.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-24T11:22:34.105 INFO:teuthology.orchestra.run.smithi196.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-24T11:22:34.111 INFO:teuthology.orchestra.run.smithi196.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-24T11:22:34.112 INFO:teuthology.orchestra.run.smithi157.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-24T11:22:34.158 INFO:teuthology.orchestra.run.smithi196.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-24T11:22:34.161 INFO:teuthology.orchestra.run.smithi196.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-24T11:22:34.183 INFO:teuthology.orchestra.run.smithi196.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-24T11:22:34.191 INFO:teuthology.orchestra.run.smithi196.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1667-gdb0330b1-1jammy [243 kB] 2024-03-24T11:22:34.242 INFO:teuthology.orchestra.run.smithi196.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1667-gdb0330b1-1jammy [124 kB] 2024-03-24T11:22:34.255 INFO:teuthology.orchestra.run.smithi196.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1667-gdb0330b1-1jammy [1,518 kB] 2024-03-24T11:22:34.276 INFO:teuthology.orchestra.run.smithi157.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-24T11:22:34.349 INFO:teuthology.orchestra.run.smithi196.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-24T11:22:34.498 INFO:teuthology.orchestra.run.smithi196.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1667-gdb0330b1-1jammy [6,240 kB] 2024-03-24T11:22:34.550 INFO:teuthology.orchestra.run.smithi157.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-24T11:22:34.568 INFO:teuthology.orchestra.run.smithi157.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-24T11:22:34.620 INFO:teuthology.orchestra.run.smithi196.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-24T11:22:34.638 INFO:teuthology.orchestra.run.smithi196.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-24T11:22:34.722 INFO:teuthology.orchestra.run.smithi157.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-24T11:22:34.751 INFO:teuthology.orchestra.run.smithi157.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-24T11:22:34.792 INFO:teuthology.orchestra.run.smithi196.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-24T11:22:34.821 INFO:teuthology.orchestra.run.smithi196.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-24T11:22:34.908 INFO:teuthology.orchestra.run.smithi157.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-24T11:22:34.911 INFO:teuthology.orchestra.run.smithi157.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-24T11:22:34.913 INFO:teuthology.orchestra.run.smithi157.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-24T11:22:34.935 INFO:teuthology.orchestra.run.smithi157.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-24T11:22:34.939 INFO:teuthology.orchestra.run.smithi157.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-24T11:22:34.978 INFO:teuthology.orchestra.run.smithi196.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-24T11:22:34.981 INFO:teuthology.orchestra.run.smithi196.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-24T11:22:34.983 INFO:teuthology.orchestra.run.smithi196.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-24T11:22:35.005 INFO:teuthology.orchestra.run.smithi196.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-24T11:22:35.010 INFO:teuthology.orchestra.run.smithi196.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-24T11:22:35.038 INFO:teuthology.orchestra.run.smithi194.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1667-gdb0330b1-1jammy [112 kB] 2024-03-24T11:22:35.071 INFO:teuthology.orchestra.run.smithi194.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1667-gdb0330b1-1jammy [465 kB] 2024-03-24T11:22:35.296 INFO:teuthology.orchestra.run.smithi194.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1667-gdb0330b1-1jammy [24.2 MB] 2024-03-24T11:22:35.313 INFO:teuthology.orchestra.run.smithi157.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1667-gdb0330b1-1jammy [121 kB] 2024-03-24T11:22:35.316 INFO:teuthology.orchestra.run.smithi157.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1667-gdb0330b1-1jammy [38.4 kB] 2024-03-24T11:22:35.317 INFO:teuthology.orchestra.run.smithi157.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1667-gdb0330b1-1jammy [13.0 MB] 2024-03-24T11:22:35.370 INFO:teuthology.orchestra.run.smithi196.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1667-gdb0330b1-1jammy [22.7 MB] 2024-03-24T11:22:35.802 INFO:teuthology.orchestra.run.smithi157.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1667-gdb0330b1-1jammy [91.5 kB] 2024-03-24T11:22:36.360 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 176 MB in 8s (22.7 MB/s) 2024-03-24T11:22:36.482 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-24T11:22:36.540 INFO:teuthology.orchestra.run.smithi157.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 ... 165997 files and directories currently installed.) 2024-03-24T11:22:36.545 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-24T11:22:36.632 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-24T11:22:36.985 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-24T11:22:37.012 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-24T11:22:37.052 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-24T11:22:37.380 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-24T11:22:37.406 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-24T11:22:37.434 INFO:teuthology.orchestra.run.smithi196.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1667-gdb0330b1-1jammy [14.0 kB] 2024-03-24T11:22:37.446 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-24T11:22:37.490 INFO:teuthology.orchestra.run.smithi196.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1667-gdb0330b1-1jammy [865 kB] 2024-03-24T11:22:37.507 INFO:teuthology.orchestra.run.smithi196.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1667-gdb0330b1-1jammy [2,184 kB] 2024-03-24T11:22:37.618 INFO:teuthology.orchestra.run.smithi196.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1667-gdb0330b1-1jammy [776 kB] 2024-03-24T11:22:37.676 INFO:teuthology.orchestra.run.smithi196.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1667-gdb0330b1-1jammy [144 kB] 2024-03-24T11:22:37.678 INFO:teuthology.orchestra.run.smithi196.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1667-gdb0330b1-1jammy [1,921 kB] 2024-03-24T11:22:37.822 INFO:teuthology.orchestra.run.smithi196.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1667-gdb0330b1-1jammy [8,625 kB] 2024-03-24T11:22:37.858 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-24T11:22:37.885 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-24T11:22:37.933 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:22:38.345 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-24T11:22:38.371 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-24T11:22:38.411 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:22:38.424 INFO:teuthology.orchestra.run.smithi196.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1667-gdb0330b1-1jammy [14.2 kB] 2024-03-24T11:22:38.425 INFO:teuthology.orchestra.run.smithi196.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1667-gdb0330b1-1jammy [49.9 MB] 2024-03-24T11:22:38.765 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-24T11:22:38.791 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-24T11:22:38.831 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:22:39.168 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-24T11:22:39.194 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-24T11:22:39.234 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-24T11:22:39.247 INFO:teuthology.orchestra.run.smithi194.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1667-gdb0330b1-1jammy [5,073 kB] 2024-03-24T11:22:39.562 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librados2. 2024-03-24T11:22:39.588 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../007-librados2_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:39.629 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librados2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:39.923 INFO:teuthology.orchestra.run.smithi194.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1667-gdb0330b1-1jammy [243 kB] 2024-03-24T11:22:39.957 INFO:teuthology.orchestra.run.smithi194.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1667-gdb0330b1-1jammy [124 kB] 2024-03-24T11:22:39.970 INFO:teuthology.orchestra.run.smithi194.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1667-gdb0330b1-1jammy [1,518 kB] 2024-03-24T11:22:40.082 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librbd1. 2024-03-24T11:22:40.108 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../008-librbd1_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:40.148 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librbd1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:40.176 INFO:teuthology.orchestra.run.smithi194.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1667-gdb0330b1-1jammy [6,240 kB] 2024-03-24T11:22:40.559 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libcephfs2. 2024-03-24T11:22:40.586 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:40.626 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libcephfs2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:40.911 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rados. 2024-03-24T11:22:40.927 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:40.970 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rados (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:41.009 INFO:teuthology.orchestra.run.smithi194.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1667-gdb0330b1-1jammy [22.7 MB] 2024-03-24T11:22:41.314 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-24T11:22:41.341 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:22:41.381 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-ceph-argparse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:41.633 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cephfs. 2024-03-24T11:22:41.649 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:41.692 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cephfs (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:41.969 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-24T11:22:41.984 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:22:42.044 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:42.288 INFO:teuthology.orchestra.run.smithi196.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1667-gdb0330b1-1jammy [121 kB] 2024-03-24T11:22:42.290 INFO:teuthology.orchestra.run.smithi196.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1667-gdb0330b1-1jammy [38.4 kB] 2024-03-24T11:22:42.291 INFO:teuthology.orchestra.run.smithi196.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1667-gdb0330b1-1jammy [13.0 MB] 2024-03-24T11:22:42.364 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-24T11:22:42.391 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-24T11:22:42.431 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-24T11:22:42.750 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-prettytable. 2024-03-24T11:22:42.777 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-24T11:22:42.817 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-24T11:22:43.086 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rbd. 2024-03-24T11:22:43.112 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:43.132 INFO:teuthology.orchestra.run.smithi196.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1667-gdb0330b1-1jammy [91.5 kB] 2024-03-24T11:22:43.148 INFO:teuthology.orchestra.run.smithi194.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1667-gdb0330b1-1jammy [14.0 kB] 2024-03-24T11:22:43.149 INFO:teuthology.orchestra.run.smithi194.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1667-gdb0330b1-1jammy [865 kB] 2024-03-24T11:22:43.152 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rbd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:43.165 INFO:teuthology.orchestra.run.smithi194.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1667-gdb0330b1-1jammy [2,184 kB] 2024-03-24T11:22:43.318 INFO:teuthology.orchestra.run.smithi194.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1667-gdb0330b1-1jammy [776 kB] 2024-03-24T11:22:43.367 INFO:teuthology.orchestra.run.smithi194.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1667-gdb0330b1-1jammy [144 kB] 2024-03-24T11:22:43.382 INFO:teuthology.orchestra.run.smithi194.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1667-gdb0330b1-1jammy [1,921 kB] 2024-03-24T11:22:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-24T11:22:43.493 INFO:teuthology.orchestra.run.smithi194.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1667-gdb0330b1-1jammy [8,625 kB] 2024-03-24T11:22:43.516 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-24T11:22:43.555 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-24T11:22:43.678 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 176 MB in 15s (11.7 MB/s) 2024-03-24T11:22:43.838 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-24T11:22:43.841 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-24T11:22:43.856 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-24T11:22:43.900 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-24T11:22:43.939 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 ... 165997 files and directories currently installed.) 2024-03-24T11:22:43.945 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-24T11:22:44.000 INFO:teuthology.orchestra.run.smithi194.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1667-gdb0330b1-1jammy [14.2 kB] 2024-03-24T11:22:44.005 INFO:teuthology.orchestra.run.smithi194.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1667-gdb0330b1-1jammy [49.9 MB] 2024-03-24T11:22:44.045 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-24T11:22:44.211 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-24T11:22:44.237 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-24T11:22:44.277 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-24T11:22:44.340 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-24T11:22:44.366 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-24T11:22:44.406 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-24T11:22:44.614 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua5.1. 2024-03-24T11:22:44.641 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-24T11:22:44.681 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-24T11:22:44.692 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-24T11:22:44.719 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-24T11:22:44.759 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-24T11:22:45.034 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua-any. 2024-03-24T11:22:45.049 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-24T11:22:45.092 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-24T11:22:45.171 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-24T11:22:45.197 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-24T11:22:45.246 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:22:45.345 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package zip. 2024-03-24T11:22:45.360 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-24T11:22:45.403 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking zip (3.0-12build2) ... 2024-03-24T11:22:45.624 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-24T11:22:45.651 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-24T11:22:45.690 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package unzip. 2024-03-24T11:22:45.690 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:22:45.705 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-24T11:22:45.739 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-24T11:22:46.035 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-24T11:22:46.061 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-24T11:22:46.102 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:22:46.169 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package luarocks. 2024-03-24T11:22:46.195 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-24T11:22:46.235 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-24T11:22:46.430 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-24T11:22:46.456 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-24T11:22:46.496 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-24T11:22:46.505 INFO:teuthology.orchestra.run.smithi194.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1667-gdb0330b1-1jammy [121 kB] 2024-03-24T11:22:46.507 INFO:teuthology.orchestra.run.smithi194.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1667-gdb0330b1-1jammy [38.4 kB] 2024-03-24T11:22:46.509 INFO:teuthology.orchestra.run.smithi194.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1667-gdb0330b1-1jammy [13.0 MB] 2024-03-24T11:22:46.635 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librgw2. 2024-03-24T11:22:46.661 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../025-librgw2_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:46.701 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librgw2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:46.758 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package librados2. 2024-03-24T11:22:46.784 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../007-librados2_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:46.816 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking librados2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:46.841 INFO:teuthology.orchestra.run.smithi194.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1667-gdb0330b1-1jammy [91.5 kB] 2024-03-24T11:22:47.220 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rgw. 2024-03-24T11:22:47.236 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:47.270 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:47.335 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package librbd1. 2024-03-24T11:22:47.362 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../008-librbd1_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:47.397 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 176 MB in 18s (9,510 kB/s) 2024-03-24T11:22:47.402 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking librbd1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:47.564 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-24T11:22:47.607 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-24T11:22:47.633 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-24T11:22:47.665 INFO:teuthology.orchestra.run.smithi194.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 ... 165997 files and directories currently installed.) 2024-03-24T11:22:47.671 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-24T11:22:47.682 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-24T11:22:47.754 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-24T11:22:47.855 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libcephfs2. 2024-03-24T11:22:47.881 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:47.921 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libcephfs2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:48.001 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libradosstriper1. 2024-03-24T11:22:48.028 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:48.068 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libradosstriper1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:48.099 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-24T11:22:48.126 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-24T11:22:48.167 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-24T11:22:48.173 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-rados. 2024-03-24T11:22:48.189 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:48.224 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-rados (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:48.461 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-24T11:22:48.479 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-common. 2024-03-24T11:22:48.487 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-24T11:22:48.506 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:48.519 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-24T11:22:48.546 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:48.660 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-24T11:22:48.686 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:22:48.726 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-ceph-argparse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:48.947 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-24T11:22:48.974 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-24T11:22:49.020 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-cephfs. 2024-03-24T11:22:49.022 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:22:49.047 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:49.087 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-cephfs (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:49.381 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-24T11:22:49.408 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:22:49.417 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-24T11:22:49.443 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-24T11:22:49.464 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:49.483 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:22:49.776 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-24T11:22:49.795 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-24T11:22:49.802 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-24T11:22:49.821 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-24T11:22:49.842 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-24T11:22:49.853 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:22:49.902 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-base. 2024-03-24T11:22:49.928 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:49.985 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-base (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:50.120 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-prettytable. 2024-03-24T11:22:50.135 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-24T11:22:50.170 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-24T11:22:50.181 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-24T11:22:50.207 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-24T11:22:50.248 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-24T11:22:50.414 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-rbd. 2024-03-24T11:22:50.429 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:50.472 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-rbd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:50.584 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librados2. 2024-03-24T11:22:50.610 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../007-librados2_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:50.648 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-24T11:22:50.650 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librados2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:50.674 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-24T11:22:50.722 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-24T11:22:50.817 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-24T11:22:50.843 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-24T11:22:50.884 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-24T11:22:51.034 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cheroot. 2024-03-24T11:22:51.060 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-24T11:22:51.100 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-24T11:22:51.161 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-24T11:22:51.186 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librbd1. 2024-03-24T11:22:51.187 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-24T11:22:51.213 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../008-librbd1_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:51.227 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-24T11:22:51.244 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librbd1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:51.436 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-24T11:22:51.463 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-24T11:22:51.480 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-24T11:22:51.496 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-24T11:22:51.503 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-24T11:22:51.530 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-24T11:22:51.672 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libcephfs2. 2024-03-24T11:22:51.698 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:51.739 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libcephfs2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:51.840 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-24T11:22:51.850 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package lua5.1. 2024-03-24T11:22:51.866 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-24T11:22:51.877 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-24T11:22:51.914 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-24T11:22:51.916 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-24T11:22:51.991 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rados. 2024-03-24T11:22:52.006 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:52.049 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rados (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:52.236 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package lua-any. 2024-03-24T11:22:52.263 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-24T11:22:52.284 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-24T11:22:52.303 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-24T11:22:52.310 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-24T11:22:52.359 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-24T11:22:52.386 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-24T11:22:52.412 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:22:52.452 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-ceph-argparse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:52.522 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package zip. 2024-03-24T11:22:52.537 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-24T11:22:52.572 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking zip (3.0-12build2) ... 2024-03-24T11:22:52.678 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-tempora. 2024-03-24T11:22:52.705 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cephfs. 2024-03-24T11:22:52.705 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-24T11:22:52.731 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:52.745 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-24T11:22:52.771 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cephfs (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:52.867 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package unzip. 2024-03-24T11:22:52.894 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-24T11:22:52.933 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-24T11:22:53.048 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-portend. 2024-03-24T11:22:53.065 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-24T11:22:53.074 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-24T11:22:53.092 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:22:53.114 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-24T11:22:53.132 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:53.321 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package luarocks. 2024-03-24T11:22:53.347 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-24T11:22:53.387 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-24T11:22:53.418 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-24T11:22:53.444 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-24T11:22:53.477 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-24T11:22:53.484 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-24T11:22:53.511 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-24T11:22:53.559 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-24T11:22:53.821 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-prettytable. 2024-03-24T11:22:53.847 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-24T11:22:53.887 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-24T11:22:53.895 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-24T11:22:53.922 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-24T11:22:53.928 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package librgw2. 2024-03-24T11:22:53.955 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../025-librgw2_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:53.961 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-24T11:22:53.994 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking librgw2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:54.148 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rbd. 2024-03-24T11:22:54.163 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:54.206 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rbd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:54.307 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-natsort. 2024-03-24T11:22:54.334 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-24T11:22:54.374 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-24T11:22:54.488 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-rgw. 2024-03-24T11:22:54.504 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:54.534 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-24T11:22:54.538 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-rgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:54.560 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-24T11:22:54.609 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-24T11:22:54.685 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-logutils. 2024-03-24T11:22:54.712 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-24T11:22:54.752 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-24T11:22:54.845 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-24T11:22:54.849 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-24T11:22:54.860 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-24T11:22:54.877 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-24T11:22:54.895 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-24T11:22:54.916 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-24T11:22:55.055 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-24T11:22:55.081 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-24T11:22:55.121 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-24T11:22:55.189 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-24T11:22:55.215 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-24T11:22:55.227 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libradosstriper1. 2024-03-24T11:22:55.254 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:55.256 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-24T11:22:55.294 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libradosstriper1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:55.432 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-mako. 2024-03-24T11:22:55.459 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-24T11:22:55.499 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-24T11:22:55.576 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua5.1. 2024-03-24T11:22:55.602 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-24T11:22:55.642 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-24T11:22:55.672 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-common. 2024-03-24T11:22:55.699 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:55.739 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:55.869 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-24T11:22:55.896 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-24T11:22:55.936 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-24T11:22:55.937 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-any. 2024-03-24T11:22:55.963 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-24T11:22:55.995 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-24T11:22:56.223 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package zip. 2024-03-24T11:22:56.249 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-24T11:22:56.257 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-24T11:22:56.284 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-24T11:22:56.289 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking zip (3.0-12build2) ... 2024-03-24T11:22:56.359 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-24T11:22:56.617 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package unzip. 2024-03-24T11:22:56.644 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-24T11:22:56.684 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-24T11:22:56.802 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-webob. 2024-03-24T11:22:56.828 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-24T11:22:56.868 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-24T11:22:57.077 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-base. 2024-03-24T11:22:57.087 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package luarocks. 2024-03-24T11:22:57.104 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:57.114 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-24T11:22:57.153 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-base (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:57.162 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-24T11:22:57.204 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-waitress. 2024-03-24T11:22:57.231 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-24T11:22:57.273 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-24T11:22:57.503 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librgw2. 2024-03-24T11:22:57.530 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../025-librgw2_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:57.561 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librgw2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:57.591 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-tempita. 2024-03-24T11:22:57.617 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-24T11:22:57.657 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-24T11:22:57.748 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-24T11:22:57.775 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-24T11:22:57.814 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-24T11:22:57.960 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-paste. 2024-03-24T11:22:57.987 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-24T11:22:58.027 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-24T11:22:58.075 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-cheroot. 2024-03-24T11:22:58.091 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-24T11:22:58.097 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rgw. 2024-03-24T11:22:58.124 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:58.125 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-24T11:22:58.164 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:58.355 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-24T11:22:58.370 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-24T11:22:58.413 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-24T11:22:58.437 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-24T11:22:58.464 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-24T11:22:58.491 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-24T11:22:58.503 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-24T11:22:58.518 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-24T11:22:58.558 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-24T11:22:58.700 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-24T11:22:58.726 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-24T11:22:58.766 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-24T11:22:58.806 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-24T11:22:58.833 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-24T11:22:58.861 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libradosstriper1. 2024-03-24T11:22:58.872 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-24T11:22:58.888 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:58.928 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libradosstriper1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:59.052 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-webtest. 2024-03-24T11:22:59.079 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-24T11:22:59.110 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-24T11:22:59.175 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-24T11:22:59.202 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-24T11:22:59.242 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-24T11:22:59.289 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-common. 2024-03-24T11:22:59.316 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:22:59.355 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:22:59.388 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pecan. 2024-03-24T11:22:59.415 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-24T11:22:59.455 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-24T11:22:59.519 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-tempora. 2024-03-24T11:22:59.535 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-24T11:22:59.572 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-24T11:22:59.818 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-certifi. 2024-03-24T11:22:59.845 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-24T11:22:59.884 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-24T11:22:59.893 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-portend. 2024-03-24T11:22:59.918 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-24T11:22:59.958 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-24T11:23:00.213 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-idna. 2024-03-24T11:23:00.239 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-24T11:23:00.244 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-24T11:23:00.270 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-24T11:23:00.279 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-24T11:23:00.310 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-24T11:23:00.590 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-urllib3. 2024-03-24T11:23:00.617 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-24T11:23:00.638 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-24T11:23:00.657 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-24T11:23:00.664 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-24T11:23:00.686 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-base. 2024-03-24T11:23:00.704 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-24T11:23:00.712 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:00.753 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-base (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:01.042 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-natsort. 2024-03-24T11:23:01.068 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-24T11:23:01.108 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-24T11:23:01.230 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-requests. 2024-03-24T11:23:01.257 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-24T11:23:01.318 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-24T11:23:01.419 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-logutils. 2024-03-24T11:23:01.446 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-24T11:23:01.607 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-24T11:23:01.633 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-24T11:23:01.669 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-24T11:23:02.048 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-24T11:23:02.406 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-24T11:23:02.432 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-24T11:23:02.468 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cheroot. 2024-03-24T11:23:02.472 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-24T11:23:02.495 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-24T11:23:02.522 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-24T11:23:02.543 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-24T11:23:02.549 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-24T11:23:02.589 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-24T11:23:02.741 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-24T11:23:02.757 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:02.791 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:02.845 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-24T11:23:02.872 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-24T11:23:02.891 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-mako. 2024-03-24T11:23:02.912 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-24T11:23:02.918 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-24T11:23:02.950 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-24T11:23:03.188 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-24T11:23:03.215 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-24T11:23:03.215 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:03.241 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-24T11:23:03.253 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-24T11:23:03.254 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:03.279 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-24T11:23:03.281 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-24T11:23:03.311 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-24T11:23:03.534 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-24T11:23:03.549 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-24T11:23:03.561 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-24T11:23:03.575 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-24T11:23:03.592 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-24T11:23:03.615 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-24T11:23:03.622 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-24T11:23:03.649 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-24T11:23:03.689 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-24T11:23:03.893 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-openssl. 2024-03-24T11:23:03.903 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-tempora. 2024-03-24T11:23:03.920 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-24T11:23:03.930 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-24T11:23:03.960 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-24T11:23:03.970 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-24T11:23:03.992 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-webob. 2024-03-24T11:23:04.018 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-24T11:23:04.249 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-24T11:23:04.254 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr. 2024-03-24T11:23:04.273 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-portend. 2024-03-24T11:23:04.281 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:04.299 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-24T11:23:04.338 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:04.339 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-24T11:23:04.619 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-waitress. 2024-03-24T11:23:04.642 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-24T11:23:04.645 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-24T11:23:04.668 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-24T11:23:04.681 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-24T11:23:04.708 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-24T11:23:04.766 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mon. 2024-03-24T11:23:04.793 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:04.832 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mon (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:04.972 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-tempita. 2024-03-24T11:23:04.998 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-24T11:23:05.005 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-24T11:23:05.031 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-24T11:23:05.038 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-24T11:23:05.071 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-24T11:23:05.316 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-paste. 2024-03-24T11:23:05.343 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-24T11:23:05.383 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-24T11:23:05.442 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-natsort. 2024-03-24T11:23:05.444 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-osd. 2024-03-24T11:23:05.468 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-24T11:23:05.471 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:05.508 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-24T11:23:05.510 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-osd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:05.703 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-24T11:23:05.730 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-24T11:23:05.769 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-24T11:23:05.785 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-logutils. 2024-03-24T11:23:05.801 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-24T11:23:05.844 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-24T11:23:06.022 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-24T11:23:06.048 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-24T11:23:06.088 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-24T11:23:06.147 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-24T11:23:06.174 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-24T11:23:06.213 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-24T11:23:06.408 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-webtest. 2024-03-24T11:23:06.435 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-24T11:23:06.474 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-mako. 2024-03-24T11:23:06.475 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-24T11:23:06.490 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-24T11:23:06.524 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-24T11:23:06.530 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph. 2024-03-24T11:23:06.546 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../066-ceph_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:06.588 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:06.786 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pecan. 2024-03-24T11:23:06.812 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-24T11:23:06.836 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-24T11:23:06.852 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-24T11:23:06.862 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-24T11:23:06.894 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-24T11:23:06.917 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-fuse. 2024-03-24T11:23:06.944 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:06.983 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:07.190 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-certifi. 2024-03-24T11:23:07.197 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-24T11:23:07.218 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-24T11:23:07.223 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-24T11:23:07.257 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-24T11:23:07.263 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-24T11:23:07.412 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mds. 2024-03-24T11:23:07.438 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:07.478 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mds (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:07.551 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-idna. 2024-03-24T11:23:07.566 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-webob. 2024-03-24T11:23:07.578 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-24T11:23:07.593 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-24T11:23:07.617 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-24T11:23:07.632 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-24T11:23:07.839 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package cephadm. 2024-03-24T11:23:07.866 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../069-cephadm_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:07.897 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:07.920 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-urllib3. 2024-03-24T11:23:07.947 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-24T11:23:07.985 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-waitress. 2024-03-24T11:23:07.987 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-24T11:23:08.012 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-24T11:23:08.055 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-24T11:23:08.184 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-24T11:23:08.210 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-24T11:23:08.250 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-24T11:23:08.325 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-requests. 2024-03-24T11:23:08.330 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-tempita. 2024-03-24T11:23:08.350 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-24T11:23:08.356 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-24T11:23:08.390 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-24T11:23:08.396 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-24T11:23:08.553 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-24T11:23:08.580 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-24T11:23:08.611 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-24T11:23:08.665 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-paste. 2024-03-24T11:23:08.692 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-24T11:23:08.701 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-24T11:23:08.727 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-24T11:23:08.732 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-24T11:23:08.767 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-24T11:23:09.035 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-24T11:23:09.045 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-24T11:23:09.050 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-24T11:23:09.061 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:09.101 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-24T11:23:09.103 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:09.379 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-24T11:23:09.406 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-24T11:23:09.446 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-24T11:23:09.458 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-24T11:23:09.486 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:09.516 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:09.616 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-babel. 2024-03-24T11:23:09.632 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-24T11:23:09.666 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-24T11:23:09.749 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-webtest. 2024-03-24T11:23:09.775 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-24T11:23:09.815 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-24T11:23:09.819 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-24T11:23:09.846 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-24T11:23:09.886 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-24T11:23:09.952 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jinja2. 2024-03-24T11:23:09.982 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-24T11:23:10.011 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-24T11:23:10.126 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pecan. 2024-03-24T11:23:10.153 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-24T11:23:10.193 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-24T11:23:10.197 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-openssl. 2024-03-24T11:23:10.224 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-24T11:23:10.263 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-24T11:23:10.355 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-24T11:23:10.371 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:10.405 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:10.547 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-certifi. 2024-03-24T11:23:10.574 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-24T11:23:10.600 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr. 2024-03-24T11:23:10.605 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-24T11:23:10.627 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:10.666 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:10.717 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-24T11:23:10.744 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-24T11:23:10.775 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-24T11:23:10.908 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-idna. 2024-03-24T11:23:10.935 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-24T11:23:10.975 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-24T11:23:11.028 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mon. 2024-03-24T11:23:11.053 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-routes. 2024-03-24T11:23:11.054 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:11.080 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-24T11:23:11.085 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mon (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:11.119 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-24T11:23:11.269 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-urllib3. 2024-03-24T11:23:11.297 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-24T11:23:11.336 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-24T11:23:11.398 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-24T11:23:11.414 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:11.481 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:11.664 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-osd. 2024-03-24T11:23:11.691 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:11.730 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-osd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:11.839 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-requests. 2024-03-24T11:23:11.866 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-24T11:23:11.892 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-24T11:23:11.905 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-24T11:23:11.908 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-24T11:23:11.951 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-24T11:23:12.216 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-24T11:23:12.243 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-24T11:23:12.283 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-24T11:23:12.463 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-joblib. 2024-03-24T11:23:12.490 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-24T11:23:12.529 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-24T11:23:12.569 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-24T11:23:12.585 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:12.627 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:12.809 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph. 2024-03-24T11:23:12.824 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../066-ceph_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:12.858 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:12.900 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-24T11:23:12.927 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-24T11:23:12.982 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-24T11:23:12.986 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-24T11:23:12.998 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:13.032 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:13.161 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-fuse. 2024-03-24T11:23:13.188 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:13.227 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:13.277 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-sklearn. 2024-03-24T11:23:13.305 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-24T11:23:13.309 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-24T11:23:13.337 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-24T11:23:13.343 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-24T11:23:13.376 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-24T11:23:13.606 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mds. 2024-03-24T11:23:13.632 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:13.672 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mds (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:13.678 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-openssl. 2024-03-24T11:23:13.706 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-24T11:23:13.764 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-24T11:23:14.027 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-24T11:23:14.043 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:14.067 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package cephadm. 2024-03-24T11:23:14.094 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../069-cephadm_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:14.106 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr. 2024-03-24T11:23:14.134 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:14.150 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:14.162 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:14.173 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:14.444 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-24T11:23:14.471 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-24T11:23:14.502 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-24T11:23:14.542 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mon. 2024-03-24T11:23:14.570 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:14.601 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mon (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:14.938 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-24T11:23:14.954 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-24T11:23:14.996 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-24T11:23:15.082 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cachetools. 2024-03-24T11:23:15.109 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-24T11:23:15.148 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-24T11:23:15.179 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-osd. 2024-03-24T11:23:15.206 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:15.246 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-osd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:15.452 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-24T11:23:15.480 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-24T11:23:15.510 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-24T11:23:15.830 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-24T11:23:15.858 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-24T11:23:15.897 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-24T11:23:15.985 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-babel. 2024-03-24T11:23:16.012 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-24T11:23:16.051 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-24T11:23:16.192 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rsa. 2024-03-24T11:23:16.219 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-24T11:23:16.258 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-24T11:23:16.290 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph. 2024-03-24T11:23:16.306 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../066-ceph_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:16.348 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:16.379 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-jinja2. 2024-03-24T11:23:16.406 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-24T11:23:16.445 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-24T11:23:16.668 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-fuse. 2024-03-24T11:23:16.695 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:16.734 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:16.790 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-24T11:23:16.817 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:16.830 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-google-auth. 2024-03-24T11:23:16.856 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:16.858 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-24T11:23:16.903 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-24T11:23:17.112 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mds. 2024-03-24T11:23:17.139 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:17.187 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mds (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:17.193 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-24T11:23:17.220 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-24T11:23:17.259 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-24T11:23:17.281 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-24T11:23:17.309 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-24T11:23:17.356 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-24T11:23:17.529 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-routes. 2024-03-24T11:23:17.555 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-24T11:23:17.557 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package cephadm. 2024-03-24T11:23:17.584 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../069-cephadm_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:17.587 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-24T11:23:17.632 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:17.701 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-websocket. 2024-03-24T11:23:17.729 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-24T11:23:17.769 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-24T11:23:17.899 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-24T11:23:17.914 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:17.948 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:17.959 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-24T11:23:17.986 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-24T11:23:18.026 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-24T11:23:18.096 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-24T11:23:18.124 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-24T11:23:18.162 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-24T11:23:18.336 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-24T11:23:18.352 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-24T11:23:18.360 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-24T11:23:18.376 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-24T11:23:18.395 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-24T11:23:18.418 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-24T11:23:18.826 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-24T11:23:18.842 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:18.876 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:18.888 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-joblib. 2024-03-24T11:23:18.916 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-24T11:23:18.954 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-24T11:23:19.196 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-24T11:23:19.224 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-24T11:23:19.262 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-24T11:23:19.316 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-24T11:23:19.343 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-24T11:23:19.374 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-babel. 2024-03-24T11:23:19.383 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-24T11:23:19.402 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-24T11:23:19.441 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-24T11:23:19.582 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-24T11:23:19.610 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-24T11:23:19.648 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-24T11:23:19.677 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-sklearn. 2024-03-24T11:23:19.705 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-24T11:23:19.735 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-24T11:23:19.769 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jinja2. 2024-03-24T11:23:19.795 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-24T11:23:19.835 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-24T11:23:19.909 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package jq. 2024-03-24T11:23:19.925 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-24T11:23:19.959 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-24T11:23:20.155 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-24T11:23:20.178 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package socat. 2024-03-24T11:23:20.182 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:20.195 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-24T11:23:20.221 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:20.237 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-24T11:23:20.435 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-24T11:23:20.463 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:20.548 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package xmlstarlet. 2024-03-24T11:23:20.564 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-24T11:23:20.583 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-24T11:23:20.587 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:20.607 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-24T11:23:20.610 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-24T11:23:20.649 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-24T11:23:20.952 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-routes. 2024-03-24T11:23:20.961 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-test. 2024-03-24T11:23:20.979 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-24T11:23:20.988 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:21.018 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-24T11:23:21.027 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-test (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:21.363 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-24T11:23:21.390 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:21.430 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:21.524 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-cachetools. 2024-03-24T11:23:21.551 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-24T11:23:21.590 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-24T11:23:21.893 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-24T11:23:21.920 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-24T11:23:21.959 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-24T11:23:22.033 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-24T11:23:22.048 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-24T11:23:22.091 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-24T11:23:22.246 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-24T11:23:22.273 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-24T11:23:22.304 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-24T11:23:22.578 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-joblib. 2024-03-24T11:23:22.599 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-rsa. 2024-03-24T11:23:22.605 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-24T11:23:22.626 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-24T11:23:22.644 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-24T11:23:22.665 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-24T11:23:23.152 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-google-auth. 2024-03-24T11:23:23.156 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-24T11:23:23.180 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-24T11:23:23.183 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-24T11:23:23.219 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-24T11:23:23.222 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-24T11:23:23.340 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-volume. 2024-03-24T11:23:23.368 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:23.406 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-volume (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:23.525 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-sklearn. 2024-03-24T11:23:23.552 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-24T11:23:23.572 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-24T11:23:23.591 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-24T11:23:23.599 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-24T11:23:23.638 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-24T11:23:23.694 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-24T11:23:23.722 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:23.760 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libcephfs-dev (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:23.933 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-websocket. 2024-03-24T11:23:23.960 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-24T11:23:23.999 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-24T11:23:24.088 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-24T11:23:24.116 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-24T11:23:24.154 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-24T11:23:24.258 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-24T11:23:24.286 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-24T11:23:24.287 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:24.313 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-24T11:23:24.344 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-24T11:23:24.410 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:24.534 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-24T11:23:24.562 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-24T11:23:24.601 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-24T11:23:24.896 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package nvme-cli. 2024-03-24T11:23:24.924 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-24T11:23:24.954 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-24T11:23:25.150 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-24T11:23:25.177 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:25.216 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:25.347 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cachetools. 2024-03-24T11:23:25.374 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-24T11:23:25.376 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package pkg-config. 2024-03-24T11:23:25.405 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-24T11:23:25.413 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-24T11:23:25.443 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-24T11:23:25.544 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-24T11:23:25.571 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-24T11:23:25.610 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-24T11:23:25.682 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-24T11:23:25.698 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-24T11:23:25.704 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-24T11:23:25.720 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-24T11:23:25.732 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-24T11:23:25.762 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-24T11:23:25.913 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-24T11:23:25.941 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-24T11:23:25.971 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-24T11:23:26.019 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-24T11:23:26.046 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-24T11:23:26.085 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-24T11:23:26.199 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-24T11:23:26.224 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package jq. 2024-03-24T11:23:26.226 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-24T11:23:26.240 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-24T11:23:26.265 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-24T11:23:26.282 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-24T11:23:26.380 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rsa. 2024-03-24T11:23:26.407 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-24T11:23:26.446 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-24T11:23:26.535 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package socat. 2024-03-24T11:23:26.551 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-24T11:23:26.576 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pastescript. 2024-03-24T11:23:26.594 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-24T11:23:26.604 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-24T11:23:26.643 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-24T11:23:26.750 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-google-auth. 2024-03-24T11:23:26.778 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-24T11:23:26.816 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-24T11:23:26.905 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package xmlstarlet. 2024-03-24T11:23:26.920 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-24T11:23:26.962 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-24T11:23:26.971 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pluggy. 2024-03-24T11:23:26.999 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-24T11:23:27.037 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-24T11:23:27.186 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-24T11:23:27.214 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-24T11:23:27.252 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-24T11:23:27.311 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-test. 2024-03-24T11:23:27.332 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-psutil. 2024-03-24T11:23:27.336 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:27.361 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-24T11:23:27.383 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-test (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:27.390 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-24T11:23:27.572 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-websocket. 2024-03-24T11:23:27.600 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-24T11:23:27.639 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-24T11:23:27.718 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-py. 2024-03-24T11:23:27.747 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-24T11:23:27.793 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-24T11:23:27.950 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-24T11:23:27.978 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-24T11:23:28.016 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-24T11:23:28.113 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pygments. 2024-03-24T11:23:28.142 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-24T11:23:28.180 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-24T11:23:28.646 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-24T11:23:28.647 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-24T11:23:28.663 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:28.670 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-24T11:23:28.705 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:28.708 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-24T11:23:28.961 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-toml. 2024-03-24T11:23:28.990 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-24T11:23:28.991 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-24T11:23:29.019 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-24T11:23:29.028 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-24T11:23:29.049 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-24T11:23:29.330 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pytest. 2024-03-24T11:23:29.359 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-24T11:23:29.385 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-24T11:23:29.397 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-24T11:23:29.413 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-24T11:23:29.452 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-24T11:23:29.529 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package ceph-volume. 2024-03-24T11:23:29.556 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:29.595 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking ceph-volume (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:29.713 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package jq. 2024-03-24T11:23:29.729 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-24T11:23:29.751 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-simplejson. 2024-03-24T11:23:29.771 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-24T11:23:29.779 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-24T11:23:29.817 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-24T11:23:29.908 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-24T11:23:29.936 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:29.974 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking libcephfs-dev (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:30.032 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package socat. 2024-03-24T11:23:30.057 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-24T11:23:30.098 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-24T11:23:30.103 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-24T11:23:30.119 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-24T11:23:30.161 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-24T11:23:30.260 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-24T11:23:30.288 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-24T11:23:30.326 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-24T11:23:30.435 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package xmlstarlet. 2024-03-24T11:23:30.463 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-24T11:23:30.502 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-24T11:23:30.664 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-24T11:23:30.693 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-24T11:23:30.731 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-24T11:23:30.857 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package radosgw. 2024-03-24T11:23:30.872 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-test. 2024-03-24T11:23:30.885 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../116-radosgw_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:30.900 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:30.915 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking radosgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:30.938 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-test (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:31.101 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package nvme-cli. 2024-03-24T11:23:31.129 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-24T11:23:31.184 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-24T11:23:31.597 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package pkg-config. 2024-03-24T11:23:31.625 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-24T11:23:31.672 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-24T11:23:31.676 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package rbd-fuse. 2024-03-24T11:23:31.693 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:31.734 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking rbd-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:31.917 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-24T11:23:31.934 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-24T11:23:31.975 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-24T11:23:32.064 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-24T11:23:32.395 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-24T11:23:32.423 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-24T11:23:32.456 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-24T11:23:32.461 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-24T11:23:32.582 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-24T11:23:32.751 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pastescript. 2024-03-24T11:23:32.775 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-24T11:23:32.814 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-24T11:23:32.863 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-24T11:23:33.134 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pluggy. 2024-03-24T11:23:33.151 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-volume. 2024-03-24T11:23:33.161 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-24T11:23:33.175 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-24T11:23:33.178 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1667-gdb0330b1-1jammy_all.deb ... 2024-03-24T11:23:33.200 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-24T11:23:33.217 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-volume (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:33.471 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-24T11:23:33.499 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:33.511 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-psutil. 2024-03-24T11:23:33.537 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libcephfs-dev (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:33.539 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-24T11:23:33.578 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-24T11:23:33.590 INFO:teuthology.orchestra.run.smithi157.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-24T11:23:33.650 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:33.882 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-24T11:23:33.905 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-py. 2024-03-24T11:23:33.909 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-24T11:23:33.933 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-24T11:23:33.948 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-24T11:23:33.972 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-24T11:23:34.244 INFO:teuthology.orchestra.run.smithi157.stdout:Adding system user cephadm....done 2024-03-24T11:23:34.252 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-24T11:23:34.280 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-24T11:23:34.283 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pygments. 2024-03-24T11:23:34.303 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-24T11:23:34.319 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-24T11:23:34.342 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-24T11:23:34.373 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-24T11:23:34.641 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-24T11:23:34.665 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package nvme-cli. 2024-03-24T11:23:34.692 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-24T11:23:34.731 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-24T11:23:34.796 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-24T11:23:34.823 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-24T11:23:34.862 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-24T11:23:34.885 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-24T11:23:35.010 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-24T11:23:35.144 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package pkg-config. 2024-03-24T11:23:35.172 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-24T11:23:35.206 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-toml. 2024-03-24T11:23:35.211 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-24T11:23:35.234 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-24T11:23:35.262 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-24T11:23:35.273 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-24T11:23:35.480 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-24T11:23:35.496 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-24T11:23:35.529 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-24T11:23:35.555 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-24T11:23:35.576 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-pytest. 2024-03-24T11:23:35.603 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-24T11:23:35.630 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-24T11:23:35.642 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-24T11:23:35.900 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-24T11:23:35.915 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-24T11:23:35.927 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-24T11:23:35.958 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-24T11:23:35.979 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package python3-simplejson. 2024-03-24T11:23:36.006 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-24T11:23:36.045 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-24T11:23:36.260 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pastescript. 2024-03-24T11:23:36.269 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-24T11:23:36.288 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-24T11:23:36.316 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-24T11:23:36.326 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-24T11:23:36.344 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-24T11:23:36.383 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-24T11:23:36.529 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-24T11:23:36.655 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pluggy. 2024-03-24T11:23:36.683 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-24T11:23:36.722 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-24T11:23:36.780 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-24T11:23:37.028 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package radosgw. 2024-03-24T11:23:37.033 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-psutil. 2024-03-24T11:23:37.056 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../116-radosgw_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:37.056 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-24T11:23:37.061 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-24T11:23:37.086 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking radosgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:37.107 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-24T11:23:37.308 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-24T11:23:37.452 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-py. 2024-03-24T11:23:37.480 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-24T11:23:37.527 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-24T11:23:37.558 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-24T11:23:37.801 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-ceph-argparse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:37.855 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pygments. 2024-03-24T11:23:37.856 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package rbd-fuse. 2024-03-24T11:23:37.883 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-24T11:23:37.884 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:37.921 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-24T11:23:37.922 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking rbd-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:38.115 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-24T11:23:38.218 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-24T11:23:38.359 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-24T11:23:38.370 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-24T11:23:38.386 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-24T11:23:38.417 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-24T11:23:38.469 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-24T11:23:38.496 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-24T11:23:38.595 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-24T11:23:38.622 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-24T11:23:38.702 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-toml. 2024-03-24T11:23:38.730 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-24T11:23:38.769 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-24T11:23:38.852 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-03-24T11:23:38.873 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-24T11:23:39.080 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pytest. 2024-03-24T11:23:39.108 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-24T11:23:39.146 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-24T11:23:39.216 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-24T11:23:39.258 INFO:teuthology.orchestra.run.smithi157.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-24T11:23:39.288 INFO:teuthology.orchestra.run.smithi157.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-24T11:23:39.352 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-24T11:23:39.478 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-24T11:23:39.500 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-simplejson. 2024-03-24T11:23:39.528 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-24T11:23:39.566 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-24T11:23:39.635 INFO:teuthology.orchestra.run.smithi196.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-24T11:23:39.713 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:39.836 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-24T11:23:39.845 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-24T11:23:39.864 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-24T11:23:39.902 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-24T11:23:39.946 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-24T11:23:40.206 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-24T11:23:40.247 INFO:teuthology.orchestra.run.smithi196.stdout:Adding system user cephadm....done 2024-03-24T11:23:40.414 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-24T11:23:40.473 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-24T11:23:40.683 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package radosgw. 2024-03-24T11:23:40.711 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../116-radosgw_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:40.749 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking radosgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:40.791 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up zip (3.0-12build2) ... 2024-03-24T11:23:40.892 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-24T11:23:40.945 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-24T11:23:41.204 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-24T11:23:41.331 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-24T11:23:41.485 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package rbd-fuse. 2024-03-24T11:23:41.502 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1667-gdb0330b1-1jammy_amd64.deb ... 2024-03-24T11:23:41.543 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking rbd-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:41.553 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-24T11:23:41.582 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-24T11:23:41.804 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-24T11:23:41.839 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-24T11:23:41.850 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-24T11:23:41.930 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-24T11:23:41.951 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-24T11:23:42.056 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-24T11:23:42.090 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-24T11:23:42.191 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-24T11:23:42.269 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-24T11:23:42.357 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-24T11:23:42.450 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-24T11:23:42.645 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-24T11:23:42.741 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-24T11:23:42.781 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-24T11:23:42.922 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-24T11:23:42.975 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-24T11:23:43.197 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-24T11:23:43.208 INFO:teuthology.orchestra.run.smithi194.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-24T11:23:43.361 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-24T11:23:43.459 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:43.533 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-24T11:23:43.654 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-24T11:23:43.775 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-24T11:23:43.997 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-24T11:23:44.044 INFO:teuthology.orchestra.run.smithi194.stdout:Adding system user cephadm....done 2024-03-24T11:23:44.093 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-24T11:23:44.207 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-24T11:23:44.248 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-24T11:23:44.352 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-ceph-argparse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:44.365 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:44.483 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-24T11:23:44.611 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-24T11:23:44.641 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-idna (3.3-1) ... 2024-03-24T11:23:44.734 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-24T11:23:44.737 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-24T11:23:44.861 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-24T11:23:44.863 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-24T11:23:44.942 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-24T11:23:44.989 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-24T11:23:45.094 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-24T11:23:45.265 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-24T11:23:45.362 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-24T11:23:45.472 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-24T11:23:45.727 INFO:teuthology.orchestra.run.smithi196.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-24T11:23:45.757 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-24T11:23:45.781 INFO:teuthology.orchestra.run.smithi196.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-24T11:23:45.844 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-24T11:23:45.970 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-24T11:23:46.117 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-24T11:23:46.157 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-24T11:23:46.338 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-24T11:23:46.384 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:23:46.393 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-24T11:23:46.463 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-24T11:23:46.501 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-24T11:23:46.660 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-24T11:23:46.748 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-24T11:23:46.811 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-24T11:23:46.928 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-24T11:23:46.945 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-24T11:23:47.016 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-24T11:23:47.029 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-24T11:23:47.230 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-24T11:23:47.317 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up zip (3.0-12build2) ... 2024-03-24T11:23:47.322 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-24T11:23:47.443 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-24T11:23:47.489 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-24T11:23:47.581 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-24T11:23:47.816 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:23:47.882 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-ceph-argparse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:47.942 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-24T11:23:48.086 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-24T11:23:48.149 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-24T11:23:48.244 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-24T11:23:48.275 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-24T11:23:48.371 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-24T11:23:48.426 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-24T11:23:48.497 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-24T11:23:48.536 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-24T11:23:48.552 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-24T11:23:48.623 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-24T11:23:48.796 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-24T11:23:48.803 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-24T11:23:48.933 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-24T11:23:49.047 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-24T11:23:49.282 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-24T11:23:49.298 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-24T11:23:49.308 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-24T11:23:49.309 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-24T11:23:49.356 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-24T11:23:49.457 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-24T11:23:49.551 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-24T11:23:49.557 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-24T11:23:49.683 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-24T11:23:49.817 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-24T11:23:49.934 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-24T11:23:49.944 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-24T11:23:49.951 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-24T11:23:50.086 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-24T11:23:50.194 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-24T11:23:50.246 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-24T11:23:50.378 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-24T11:23:50.444 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-24T11:23:50.580 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-24T11:23:50.679 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-24T11:23:50.754 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up zip (3.0-12build2) ... 2024-03-24T11:23:50.823 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-24T11:23:50.880 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-24T11:23:50.947 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-24T11:23:50.958 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:51.073 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-24T11:23:51.174 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-24T11:23:51.234 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-idna (3.3-1) ... 2024-03-24T11:23:51.247 INFO:teuthology.orchestra.run.smithi157.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-24T11:23:51.484 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-24T11:23:51.552 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-24T11:23:51.582 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-24T11:23:51.610 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-24T11:23:51.842 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-24T11:23:51.967 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-24T11:23:52.012 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-24T11:23:52.085 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-24T11:23:52.254 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-24T11:23:52.377 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-24T11:23:52.380 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-24T11:23:52.656 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:23:52.732 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-24T11:23:52.746 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-24T11:23:52.782 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-24T11:23:52.967 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:23:52.988 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-24T11:23:53.092 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-24T11:23:53.110 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-24T11:23:53.356 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-24T11:23:53.377 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-24T11:23:53.410 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-24T11:23:53.503 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-24T11:23:53.629 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-24T11:23:53.641 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-24T11:23:53.686 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-24T11:23:53.812 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-24T11:23:53.930 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-24T11:23:54.000 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-24T11:23:54.079 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-24T11:23:54.198 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-24T11:23:54.243 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-24T11:23:54.331 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-24T11:23:54.369 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:54.466 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:23:54.575 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-24T11:23:54.662 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-idna (3.3-1) ... 2024-03-24T11:23:54.700 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-24T11:23:54.876 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-24T11:23:54.979 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-24T11:23:55.086 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-24T11:23:55.136 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-24T11:23:55.370 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-24T11:23:55.395 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-24T11:23:55.671 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-24T11:23:55.698 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-24T11:23:55.824 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librados2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:55.914 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-24T11:23:55.950 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:56.076 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-24T11:23:56.185 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-24T11:23:56.299 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-24T11:23:56.379 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libcephfs2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:56.411 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:23:56.425 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-24T11:23:56.480 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libradosstriper1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:56.545 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-24T11:23:56.606 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-24T11:23:56.701 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-24T11:23:56.797 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-24T11:23:56.827 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-24T11:23:56.898 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-24T11:23:56.899 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librbd1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:57.025 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-modules-core (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:57.040 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-24T11:23:57.136 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-24T11:23:57.160 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:57.333 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-24T11:23:57.378 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-24T11:23:57.378 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-24T11:23:57.429 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-24T11:23:57.592 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-24T11:23:57.672 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-24T11:23:57.781 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-24T11:23:57.836 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:23:57.853 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libcephfs-dev (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:57.907 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-24T11:23:57.944 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-24T11:23:57.979 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rados (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:57.997 INFO:teuthology.orchestra.run.smithi196.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-24T11:23:58.130 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librgw2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:58.246 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-24T11:23:58.250 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-24T11:23:58.256 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-24T11:23:58.377 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-24T11:23:58.480 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-24T11:23:58.770 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-24T11:23:58.856 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-24T11:23:59.037 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-24T11:23:59.115 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-24T11:23:59.163 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-24T11:23:59.367 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-24T11:23:59.414 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:23:59.510 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rbd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:59.541 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-24T11:23:59.634 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-24T11:23:59.635 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up rbd-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:59.760 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-24T11:23:59.761 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:59.858 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-24T11:23:59.871 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cephfs (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:23:59.972 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:00.036 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-24T11:24:00.151 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-24T11:24:00.154 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-24T11:24:00.427 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-24T11:24:00.438 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-24T11:24:00.458 INFO:teuthology.orchestra.run.smithi157.stdout:Adding group ceph....done 2024-03-24T11:24:00.553 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-24T11:24:00.781 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-24T11:24:00.800 INFO:teuthology.orchestra.run.smithi157.stdout:Adding system user ceph....done 2024-03-24T11:24:00.829 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-24T11:24:01.009 INFO:teuthology.orchestra.run.smithi157.stdout:Setting system user ceph properties....done 2024-03-24T11:24:01.023 INFO:teuthology.orchestra.run.smithi157.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-24T11:24:01.032 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-24T11:24:01.097 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-24T11:24:01.158 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-24T11:24:01.167 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-24T11:24:01.284 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-24T11:24:01.372 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-24T11:24:01.459 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-24T11:24:01.482 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-24T11:24:01.594 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-24T11:24:01.720 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-24T11:24:01.860 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-24T11:24:01.940 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-test (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:02.041 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up radosgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:02.104 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-24T11:24:02.170 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-24T11:24:02.356 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-24T11:24:02.477 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-24T11:24:02.477 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-24T11:24:02.489 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-24T11:24:02.490 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-24T11:24:02.623 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up librados2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:02.733 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:02.749 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-24T11:24:02.842 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-24T11:24:02.875 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-24T11:24:03.176 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-base (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:03.178 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libcephfs2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:03.193 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-24T11:24:03.304 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libradosstriper1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:03.430 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-24T11:24:03.477 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-24T11:24:03.575 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-24T11:24:03.706 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up librbd1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:03.761 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-24T11:24:03.832 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr-modules-core (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:03.887 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-24T11:24:03.958 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:04.036 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mds (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:04.156 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-24T11:24:04.171 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-03-24T11:24:04.171 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-24T11:24:04.254 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-24T11:24:04.254 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-24T11:24:04.406 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-24T11:24:04.634 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up libcephfs-dev (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:04.721 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:04.768 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-24T11:24:04.794 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-rados (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:04.945 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up librgw2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:04.946 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-24T11:24:04.946 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-24T11:24:05.063 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-24T11:24:05.144 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-24T11:24:05.389 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-osd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:05.421 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-24T11:24:05.641 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-24T11:24:05.641 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-24T11:24:05.740 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-24T11:24:05.858 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librados2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:05.967 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:06.068 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-24T11:24:06.116 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:06.267 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-rbd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:06.276 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:06.393 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up rbd-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:06.404 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libcephfs2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:06.528 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-rgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:06.530 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libradosstriper1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:06.653 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up python3-cephfs (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:06.656 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-24T11:24:06.771 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:06.811 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mon (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:06.932 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librbd1 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:07.008 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-24T11:24:07.008 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-24T11:24:07.083 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-modules-core (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:07.209 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:07.289 INFO:teuthology.orchestra.run.smithi196.stdout:Adding group ceph....done 2024-03-24T11:24:07.420 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-24T11:24:07.420 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-24T11:24:07.479 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:07.582 INFO:teuthology.orchestra.run.smithi196.stdout:Adding system user ceph....done 2024-03-24T11:24:07.605 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:07.706 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-dashboard (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:07.759 INFO:teuthology.orchestra.run.smithi196.stdout:Setting system user ceph properties....done 2024-03-24T11:24:07.776 INFO:teuthology.orchestra.run.smithi196.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-24T11:24:07.857 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-volume (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:07.869 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libcephfs-dev (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:07.922 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-24T11:24:07.995 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rados (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:08.121 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librgw2 (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:08.209 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-24T11:24:08.224 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-24T11:24:08.247 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-24T11:24:08.344 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-24T11:24:08.488 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-24T11:24:08.672 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-test (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:08.807 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up radosgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:09.263 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-03-24T11:24:09.263 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-24T11:24:09.408 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rbd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:09.534 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up rbd-fuse (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:09.639 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-24T11:24:09.661 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:09.692 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-base (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:09.786 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cephfs (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:09.891 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-common (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:10.039 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-24T11:24:10.281 INFO:teuthology.orchestra.run.smithi157.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-24T11:24:10.287 DEBUG:teuthology.parallel:result is None 2024-03-24T11:24:10.405 INFO:teuthology.orchestra.run.smithi194.stdout:Adding group ceph....done 2024-03-24T11:24:10.510 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mds (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:10.752 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-03-24T11:24:10.752 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-24T11:24:10.773 INFO:teuthology.orchestra.run.smithi194.stdout:Adding system user ceph....done 2024-03-24T11:24:10.949 INFO:teuthology.orchestra.run.smithi194.stdout:Setting system user ceph properties....done 2024-03-24T11:24:10.961 INFO:teuthology.orchestra.run.smithi194.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-24T11:24:11.099 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-24T11:24:11.195 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:11.386 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-03-24T11:24:11.386 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-24T11:24:11.461 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-24T11:24:11.872 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-osd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:11.930 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-test (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:12.048 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up radosgw (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:12.138 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-03-24T11:24:12.138 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-24T11:24:12.507 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-24T11:24:12.507 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-24T11:24:12.607 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:12.733 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:12.884 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mon (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:12.958 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-base (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:13.096 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-03-24T11:24:13.096 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-24T11:24:13.303 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-24T11:24:13.552 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr-cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:13.703 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:13.767 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mds (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:13.804 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-mgr-dashboard (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:13.938 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up ceph-volume (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:14.003 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-24T11:24:14.003 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-24T11:24:14.274 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-24T11:24:14.392 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-24T11:24:14.544 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-24T11:24:14.603 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:14.814 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-24T11:24:14.815 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-24T11:24:15.297 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-osd (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:15.554 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-24T11:24:15.554 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-24T11:24:15.594 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-24T11:24:16.023 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:16.150 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:16.248 INFO:teuthology.orchestra.run.smithi196.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-24T11:24:16.253 DEBUG:teuthology.parallel:result is None 2024-03-24T11:24:16.300 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mon (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:16.509 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-24T11:24:16.509 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-24T11:24:17.043 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-cephadm (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:17.194 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:17.311 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-dashboard (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:17.446 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-volume (19.0.0-1667-gdb0330b1-1jammy) ... 2024-03-24T11:24:17.868 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-24T11:24:18.033 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-24T11:24:18.177 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-24T11:24:19.260 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-24T11:24:19.914 INFO:teuthology.orchestra.run.smithi194.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-24T11:24:19.919 DEBUG:teuthology.parallel:result is None 2024-03-24T11:24:19.920 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:24:20.138 DEBUG:teuthology.orchestra.run.smithi157:> dpkg-query -W -f '${Version}' ceph 2024-03-24T11:24:20.157 INFO:teuthology.orchestra.run.smithi157.stdout:19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:24:20.158 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:24:20.158 INFO:teuthology.task.install:The correct ceph version 19.0.0-1667-gdb0330b1-1jammy is installed. 2024-03-24T11:24:20.160 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:24:20.298 DEBUG:teuthology.orchestra.run.smithi194:> dpkg-query -W -f '${Version}' ceph 2024-03-24T11:24:20.317 INFO:teuthology.orchestra.run.smithi194.stdout:19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:24:20.318 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:24:20.318 INFO:teuthology.task.install:The correct ceph version 19.0.0-1667-gdb0330b1-1jammy is installed. 2024-03-24T11:24:20.319 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:24:20.460 DEBUG:teuthology.orchestra.run.smithi196:> dpkg-query -W -f '${Version}' ceph 2024-03-24T11:24:20.479 INFO:teuthology.orchestra.run.smithi196.stdout:19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:24:20.480 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1667-gdb0330b1-1jammy 2024-03-24T11:24:20.480 INFO:teuthology.task.install:The correct ceph version 19.0.0-1667-gdb0330b1-1jammy is installed. 2024-03-24T11:24:20.481 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-24T11:24:20.482 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:24:20.482 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-24T11:24:20.495 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:24:20.496 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-24T11:24:20.510 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:24:20.510 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-24T11:24:20.536 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-24T11:24:20.536 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:24:20.536 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/daemon-helper 2024-03-24T11:24:20.550 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-24T11:24:20.609 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:24:20.610 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/daemon-helper 2024-03-24T11:24:20.623 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-24T11:24:20.678 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:24:20.679 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/daemon-helper 2024-03-24T11:24:20.691 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-24T11:24:20.744 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-24T11:24:20.744 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:24:20.744 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-24T11:24:20.759 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-24T11:24:20.817 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:24:20.818 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-24T11:24:20.831 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-24T11:24:20.886 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:24:20.886 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-24T11:24:20.899 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-24T11:24:20.952 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-24T11:24:20.953 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:24:20.953 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/stdin-killer 2024-03-24T11:24:20.966 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-24T11:24:21.021 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:24:21.021 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/stdin-killer 2024-03-24T11:24:21.035 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-24T11:24:21.090 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:24:21.091 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/stdin-killer 2024-03-24T11:24:21.104 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-24T11:24:21.160 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-24T11:24:21.271 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': 'db0330b1e4e2470d52b750e251e55a522b4f7d69'} 2024-03-24T11:24:21.272 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:24:21.272 INFO:tasks.cephadm:Cluster fsid is 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:24:21.272 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-24T11:24:21.272 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.157', 'mon.b': '172.21.15.194', 'mon.c': '172.21.15.196'} 2024-03-24T11:24:21.272 INFO:tasks.cephadm:First mon is mon.a on smithi157 2024-03-24T11:24:21.273 INFO:tasks.cephadm:First mgr is a 2024-03-24T11:24:21.273 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-24T11:24:21.273 DEBUG:teuthology.orchestra.run.smithi157:> sudo hostname $(hostname -s) 2024-03-24T11:24:21.288 DEBUG:teuthology.orchestra.run.smithi194:> sudo hostname $(hostname -s) 2024-03-24T11:24:21.303 DEBUG:teuthology.orchestra.run.smithi196:> sudo hostname $(hostname -s) 2024-03-24T11:24:21.317 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-24T11:24:21.317 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:24:21.531 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'db0330b1e4e2470d52b750e251e55a522b4f7d69', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/77704/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1667-gdb0330b1', 'node_name': '172.21.2.13+braggi13', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-1667-gdb0330b1-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-16 11:54:00.660610', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-24T11:24:21.673 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 db0330b1e4e2470d52b750e251e55a522b4f7d69 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:24:21.675 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-24T11:24:21.675 DEBUG:teuthology.orchestra.run.smithi157:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:22.181 INFO:teuthology.orchestra.run.smithi157.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774072 Mar 24 11:24 /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:22.181 DEBUG:teuthology.orchestra.run.smithi194:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:22.652 INFO:teuthology.orchestra.run.smithi194.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774072 Mar 24 11:24 /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:22.653 DEBUG:teuthology.orchestra.run.smithi196:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:23.279 INFO:teuthology.orchestra.run.smithi196.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774072 Mar 24 11:24 /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:23.280 DEBUG:teuthology.orchestra.run.smithi157:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:23.287 DEBUG:teuthology.orchestra.run.smithi194:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:23.296 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-03-24T11:24:23.319 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 on all hosts... 2024-03-24T11:24:23.319 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 pull 2024-03-24T11:24:23.331 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 pull 2024-03-24T11:24:23.340 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 pull 2024-03-24T11:24:23.494 INFO:teuthology.orchestra.run.smithi157.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69... 2024-03-24T11:24:23.502 INFO:teuthology.orchestra.run.smithi194.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69... 2024-03-24T11:24:23.513 INFO:teuthology.orchestra.run.smithi196.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69... 2024-03-24T11:25:31.489 INFO:teuthology.orchestra.run.smithi196.stdout:{ 2024-03-24T11:25:31.489 INFO:teuthology.orchestra.run.smithi196.stdout: "ceph_version": "ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev)", 2024-03-24T11:25:31.489 INFO:teuthology.orchestra.run.smithi196.stdout: "image_id": "4f325f8440e9c0f506d7739caefa90a7992ee8ebee3932602ec2cb63e901d08d", 2024-03-24T11:25:31.489 INFO:teuthology.orchestra.run.smithi196.stdout: "repo_digests": [ 2024-03-24T11:25:31.489 INFO:teuthology.orchestra.run.smithi196.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10" 2024-03-24T11:25:31.489 INFO:teuthology.orchestra.run.smithi196.stdout: ] 2024-03-24T11:25:31.489 INFO:teuthology.orchestra.run.smithi196.stdout:} 2024-03-24T11:25:32.460 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-24T11:25:32.460 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph_version": "ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev)", 2024-03-24T11:25:32.460 INFO:teuthology.orchestra.run.smithi194.stdout: "image_id": "4f325f8440e9c0f506d7739caefa90a7992ee8ebee3932602ec2cb63e901d08d", 2024-03-24T11:25:32.460 INFO:teuthology.orchestra.run.smithi194.stdout: "repo_digests": [ 2024-03-24T11:25:32.460 INFO:teuthology.orchestra.run.smithi194.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10" 2024-03-24T11:25:32.460 INFO:teuthology.orchestra.run.smithi194.stdout: ] 2024-03-24T11:25:32.461 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-24T11:25:32.547 INFO:teuthology.orchestra.run.smithi157.stdout:{ 2024-03-24T11:25:32.547 INFO:teuthology.orchestra.run.smithi157.stdout: "ceph_version": "ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev)", 2024-03-24T11:25:32.547 INFO:teuthology.orchestra.run.smithi157.stdout: "image_id": "4f325f8440e9c0f506d7739caefa90a7992ee8ebee3932602ec2cb63e901d08d", 2024-03-24T11:25:32.548 INFO:teuthology.orchestra.run.smithi157.stdout: "repo_digests": [ 2024-03-24T11:25:32.548 INFO:teuthology.orchestra.run.smithi157.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10" 2024-03-24T11:25:32.548 INFO:teuthology.orchestra.run.smithi157.stdout: ] 2024-03-24T11:25:32.548 INFO:teuthology.orchestra.run.smithi157.stdout:} 2024-03-24T11:25:32.595 DEBUG:teuthology.orchestra.run.smithi157:> sudo mkdir -p /etc/ceph 2024-03-24T11:25:32.609 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /etc/ceph 2024-03-24T11:25:32.625 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /etc/ceph 2024-03-24T11:25:32.640 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 777 /etc/ceph 2024-03-24T11:25:32.665 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 777 /etc/ceph 2024-03-24T11:25:32.682 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 777 /etc/ceph 2024-03-24T11:25:32.695 INFO:tasks.cephadm:Writing seed config... 2024-03-24T11:25:32.696 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-24T11:25:32.697 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-24T11:25:32.697 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-24T11:25:32.697 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-24T11:25:32.697 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-24T11:25:32.697 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-24T11:25:32.697 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-24T11:25:32.697 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-24T11:25:32.697 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-24T11:25:32.698 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:25:32.698 DEBUG:teuthology.orchestra.run.smithi157:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-24T11:25:32.716 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 = 0f82b38c-e9d1-11ee-95cd-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-24T11:25:32.716 DEBUG:teuthology.orchestra.run.smithi157:mon.a> sudo journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.a.service 2024-03-24T11:25:32.759 DEBUG:teuthology.orchestra.run.smithi157:mgr.a> sudo journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mgr.a.service 2024-03-24T11:25:32.802 INFO:tasks.cephadm:Bootstrapping... 2024-03-24T11:25:32.802 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 -v bootstrap --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 --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.157 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:25:33.008 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-03-24T11:25:33.008 INFO:teuthology.orchestra.run.smithi157.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69', '-v', 'bootstrap', '--fsid', '0f82b38c-e9d1-11ee-95cd-87774f69a715', '--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.157', '--skip-admin-label'] 2024-03-24T11:25:33.009 INFO:teuthology.orchestra.run.smithi157.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-24T11:25:33.009 INFO:teuthology.orchestra.run.smithi157.stdout:Verifying podman|docker is present... 2024-03-24T11:25:33.009 INFO:teuthology.orchestra.run.smithi157.stdout:Verifying lvm2 is present... 2024-03-24T11:25:33.009 INFO:teuthology.orchestra.run.smithi157.stdout:Verifying time synchronization is in place... 2024-03-24T11:25:33.016 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-24T11:25:33.016 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-24T11:25:33.020 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-24T11:25:33.020 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout inactive 2024-03-24T11:25:33.024 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-24T11:25:33.024 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-24T11:25:33.028 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-24T11:25:33.028 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout inactive 2024-03-24T11:25:33.031 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-24T11:25:33.031 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout masked 2024-03-24T11:25:33.035 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-24T11:25:33.035 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout inactive 2024-03-24T11:25:33.039 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-24T11:25:33.039 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-24T11:25:33.043 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-24T11:25:33.043 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout inactive 2024-03-24T11:25:33.048 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout enabled 2024-03-24T11:25:33.052 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout active 2024-03-24T11:25:33.052 INFO:teuthology.orchestra.run.smithi157.stdout:Unit ntp.service is enabled and running 2024-03-24T11:25:33.052 INFO:teuthology.orchestra.run.smithi157.stdout:Repeating the final host check... 2024-03-24T11:25:33.052 INFO:teuthology.orchestra.run.smithi157.stdout:docker (/usr/bin/docker) is present 2024-03-24T11:25:33.052 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl is present 2024-03-24T11:25:33.052 INFO:teuthology.orchestra.run.smithi157.stdout:lvcreate is present 2024-03-24T11:25:33.055 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-24T11:25:33.055 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-24T11:25:33.059 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-24T11:25:33.059 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout inactive 2024-03-24T11:25:33.062 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-24T11:25:33.062 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-24T11:25:33.065 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-24T11:25:33.066 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout inactive 2024-03-24T11:25:33.069 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-24T11:25:33.069 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout masked 2024-03-24T11:25:33.072 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-24T11:25:33.072 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout inactive 2024-03-24T11:25:33.075 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-24T11:25:33.076 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-24T11:25:33.079 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-24T11:25:33.079 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout inactive 2024-03-24T11:25:33.083 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout enabled 2024-03-24T11:25:33.087 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stdout active 2024-03-24T11:25:33.087 INFO:teuthology.orchestra.run.smithi157.stdout:Unit ntp.service is enabled and running 2024-03-24T11:25:33.087 INFO:teuthology.orchestra.run.smithi157.stdout:Host looks OK 2024-03-24T11:25:33.087 INFO:teuthology.orchestra.run.smithi157.stdout:Cluster fsid: 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:33.087 INFO:teuthology.orchestra.run.smithi157.stdout:Acquiring lock 140422777384640 on /run/cephadm/0f82b38c-e9d1-11ee-95cd-87774f69a715.lock 2024-03-24T11:25:33.088 INFO:teuthology.orchestra.run.smithi157.stdout:Lock 140422777384640 acquired on /run/cephadm/0f82b38c-e9d1-11ee-95cd-87774f69a715.lock 2024-03-24T11:25:33.088 INFO:teuthology.orchestra.run.smithi157.stdout:Verifying IP 172.21.15.157 port 3300 ... 2024-03-24T11:25:33.088 INFO:teuthology.orchestra.run.smithi157.stdout:Verifying IP 172.21.15.157 port 6789 ... 2024-03-24T11:25:33.088 INFO:teuthology.orchestra.run.smithi157.stdout:Base mon IP(s) is [172.21.15.157:3300, 172.21.15.157:6789], mon addrv is [v2:172.21.15.157:3300,v1:172.21.15.157:6789] 2024-03-24T11:25:33.090 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-03-24T11:25:33.090 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.157 metric 100 2024-03-24T11:25:33.090 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.157 metric 100 2024-03-24T11:25:33.091 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-24T11:25:33.091 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.157 metric 100 2024-03-24T11:25:33.091 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.157 metric 100 2024-03-24T11:25:33.091 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.157 metric 100 2024-03-24T11:25:33.091 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.157 metric 100 2024-03-24T11:25:33.092 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-24T11:25:33.092 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-24T11:25:33.092 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1799sec pref medium 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7ea1/64 scope link 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:Mon IP `172.21.15.157` is in CIDR network `172.21.0.0/20` 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:Mon IP `172.21.15.157` is in CIDR network `172.21.0.0/20` 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:Mon IP `172.21.15.157` is in CIDR network `172.21.0.1/32` 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:Mon IP `172.21.15.157` is in CIDR network `172.21.0.1/32` 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:Mon IP `172.21.15.157` is in CIDR network `172.21.0.2/32` 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:Mon IP `172.21.15.157` is in CIDR network `172.21.0.2/32` 2024-03-24T11:25:33.096 INFO:teuthology.orchestra.run.smithi157.stdout:Mon IP `172.21.15.157` is in CIDR network `172.21.15.254/32` 2024-03-24T11:25:33.097 INFO:teuthology.orchestra.run.smithi157.stdout:Mon IP `172.21.15.157` is in CIDR network `172.21.15.254/32` 2024-03-24T11:25:33.097 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:33.097 INFO:teuthology.orchestra.run.smithi157.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-24T11:25:33.097 INFO:teuthology.orchestra.run.smithi157.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69... 2024-03-24T11:25:33.672 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/docker: stdout db0330b1e4e2470d52b750e251e55a522b4f7d69: Pulling from ceph-ci/ceph 2024-03-24T11:25:33.672 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/docker: stdout Digest: sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10 2024-03-24T11:25:33.672 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:25:33.673 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:25:35.160 INFO:teuthology.orchestra.run.smithi157.stdout:ceph: stdout ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev) 2024-03-24T11:25:35.160 INFO:teuthology.orchestra.run.smithi157.stdout:Ceph version: ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev) 2024-03-24T11:25:35.160 INFO:teuthology.orchestra.run.smithi157.stdout:Extracting ceph user uid/gid from container image... 2024-03-24T11:25:36.581 INFO:teuthology.orchestra.run.smithi157.stdout:stat: stdout 167 167 2024-03-24T11:25:36.581 INFO:teuthology.orchestra.run.smithi157.stdout:Creating initial keys... 2024-03-24T11:25:37.902 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-authtool: stdout AQCxDQBmT6yBFBAAEQH9G76yydqUqjh4j7aAdw== 2024-03-24T11:25:39.264 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-authtool: stdout AQCyDQBm2quHKBAATPl48Zf9PGONQTUG12lulw== 2024-03-24T11:25:40.603 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-authtool: stdout AQC0DQBms95nARAAs2dtlGeiwRwS97hGBnvAdA== 2024-03-24T11:25:40.604 INFO:teuthology.orchestra.run.smithi157.stdout:Creating initial monmap... 2024-03-24T11:25:41.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-24T11:25:41.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-24T11:25:41.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:41.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-24T11:25:41.957 INFO:teuthology.orchestra.run.smithi157.stdout:monmaptool for a [v2:172.21.15.157:3300,v1:172.21.15.157:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-24T11:25:41.958 INFO:teuthology.orchestra.run.smithi157.stdout:setting min_mon_release = quincy 2024-03-24T11:25:41.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/monmaptool: set fsid to 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:41.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-24T11:25:41.958 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:25:41.958 INFO:teuthology.orchestra.run.smithi157.stdout:Creating mon... 2024-03-24T11:25:43.465 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-24T11:25:43.465 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 1 imported monmap: 2024-03-24T11:25:43.466 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-24T11:25:43.466 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:43.466 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-24T11:25:41.362627+0000 2024-03-24T11:25:43.466 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr created 2024-03-24T11:25:41.362627+0000 2024-03-24T11:25:43.466 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-24T11:25:43.466 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-24T11:25:43.466 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.a 2024-03-24T11:25:43.466 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.466 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 0 /usr/bin/ceph-mon: set fsid to 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Git sha 0 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Compile date 2024-03-16 10:36:11 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: DB SUMMARY 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: DB Session ID: RA1VPHFFDRR9NMY7V9YT 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-24T11:25:43.467 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.error_if_exists: 0 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.create_if_missing: 1 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.env: 0x561570ec3ae0 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.info_log: 0x561572564b20 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.statistics: (nil) 2024-03-24T11:25:43.468 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.use_fsync: 0 2024-03-24T11:25:43.469 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-24T11:25:43.469 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-24T11:25:43.469 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-24T11:25:43.469 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.db_log_dir: 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.wal_dir: 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-24T11:25:43.470 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-24T11:25:43.471 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-24T11:25:43.471 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-24T11:25:43.471 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-24T11:25:43.471 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-24T11:25:43.471 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.write_buffer_manager: 0x561572539360 2024-03-24T11:25:43.471 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-24T11:25:43.471 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-24T11:25:43.472 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-24T11:25:43.472 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-24T11:25:43.472 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-24T11:25:43.472 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-24T11:25:43.472 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-24T11:25:43.472 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-24T11:25:43.472 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.unordered_write: 0 2024-03-24T11:25:43.472 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-24T11:25:43.472 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-24T11:25:43.472 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-24T11:25:43.472 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-24T11:25:43.473 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.row_cache: None 2024-03-24T11:25:43.473 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.wal_filter: None 2024-03-24T11:25:43.473 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-24T11:25:43.473 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-24T11:25:43.473 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.two_write_queues: 0 2024-03-24T11:25:43.473 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-24T11:25:43.473 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.wal_compression: 0 2024-03-24T11:25:43.473 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.atomic_flush: 0 2024-03-24T11:25:43.473 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-24T11:25:43.474 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.max_open_files: -1 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-24T11:25:43.475 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-24T11:25:43.476 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-24T11:25:43.476 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-24T11:25:43.476 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Compression algorithms supported: 2024-03-24T11:25:43.476 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-24T11:25:43.476 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: kZSTD supported: 0 2024-03-24T11:25:43.476 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: kXpressCompression supported: 0 2024-03-24T11:25:43.476 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-24T11:25:43.476 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: kZlibCompression supported: 1 2024-03-24T11:25:43.476 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-24T11:25:43.476 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.803+0000 7fd4d38bdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.merge_operator: 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_filter: None 2024-03-24T11:25:43.477 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-24T11:25:43.478 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-24T11:25:43.478 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-24T11:25:43.478 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-24T11:25:43.478 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561572564c40) 2024-03-24T11:25:43.478 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-24T11:25:43.479 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-24T11:25:43.479 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-24T11:25:43.479 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-24T11:25:43.479 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-24T11:25:43.479 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-24T11:25:43.479 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-24T11:25:43.479 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-24T11:25:43.480 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-24T11:25:43.480 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-24T11:25:43.480 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x561572569090 2024-03-24T11:25:43.480 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-24T11:25:43.480 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-24T11:25:43.480 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-24T11:25:43.481 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-24T11:25:43.482 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-24T11:25:43.482 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-24T11:25:43.482 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-24T11:25:43.482 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-24T11:25:43.482 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-24T11:25:43.482 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-24T11:25:43.482 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-24T11:25:43.482 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-24T11:25:43.482 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-24T11:25:43.483 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.483 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-24T11:25:43.483 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-24T11:25:43.483 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compression: NoCompression 2024-03-24T11:25:43.483 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-24T11:25:43.483 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-24T11:25:43.483 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-24T11:25:43.483 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.num_levels: 7 2024-03-24T11:25:43.483 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-24T11:25:43.483 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-24T11:25:43.483 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-24T11:25:43.484 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-24T11:25:43.485 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-24T11:25:43.486 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-24T11:25:43.487 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-24T11:25:43.487 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-24T11:25:43.487 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-24T11:25:43.487 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-24T11:25:43.487 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-24T11:25:43.487 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-24T11:25:43.487 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-24T11:25:43.487 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-24T11:25:43.487 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-24T11:25:43.487 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-24T11:25:43.487 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.table_properties_collectors: 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.bloom_locality: 0 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.ttl: 2592000 2024-03-24T11:25:43.488 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.enable_blob_files: false 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.min_blob_size: 0 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 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-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.489 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8c6b928b-0e07-45c4-91b2-f0199bae1aab 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561572634000 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4d38bdc80 4 rocksdb: DB pointer 0x561572624000 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4c3a35700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.807+0000 7fd4c3a35700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.490 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-24T11:25:43.491 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.492 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.492 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.492 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:25:43.492 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-24T11:25:43.492 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-24T11:25:43.492 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-24T11:25:43.492 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-24T11:25:43.492 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-24T11:25:43.492 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.492 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.492 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:25:43.493 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x561572569090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-24T11:25:43.493 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-24T11:25:43.493 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.493 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-24T11:25:43.493 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:43.493 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.811+0000 7fd4d38bdc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-24T11:25:43.493 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.811+0000 7fd4d38bdc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-24T11:25:43.493 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:42.811+0000 7fd4d38bdc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-24T11:25:43.493 INFO:teuthology.orchestra.run.smithi157.stdout:create mon.a on 2024-03-24T11:25:43.733 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-24T11:25:43.921 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-24T11:25:44.142 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715.target. 2024-03-24T11:25:44.142 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715.target. 2024-03-24T11:25:44.394 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.a 2024-03-24T11:25:44.394 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-24T11:25:44.578 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715.target.wants/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service. 2024-03-24T11:25:44.591 INFO:teuthology.orchestra.run.smithi157.stdout:firewalld does not appear to be present 2024-03-24T11:25:44.591 INFO:teuthology.orchestra.run.smithi157.stdout:Not possible to enable service . firewalld.service is not available 2024-03-24T11:25:44.591 INFO:teuthology.orchestra.run.smithi157.stdout:Waiting for mon to start... 2024-03-24T11:25:44.591 INFO:teuthology.orchestra.run.smithi157.stdout:Waiting for mon... 2024-03-24T11:25:46.146 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:45 smithi157 bash[21051]: cluster 2024-03-24T11:25:45.967044+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-03-24T11:25:46.792 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout cluster: 2024-03-24T11:25:46.792 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout id: 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:46.792 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-24T11:25:46.792 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:46.792 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout services: 2024-03-24T11:25:46.792 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.144005s) 2024-03-24T11:25:46.792 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-24T11:25:46.792 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-24T11:25:46.792 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:46.792 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout data: 2024-03-24T11:25:46.793 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-24T11:25:46.793 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-24T11:25:46.793 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-24T11:25:46.793 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout pgs: 2024-03-24T11:25:46.793 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:46.793 INFO:teuthology.orchestra.run.smithi157.stdout:mon is available 2024-03-24T11:25:46.793 INFO:teuthology.orchestra.run.smithi157.stdout:Assimilating anything we can from ceph.conf... 2024-03-24T11:25:47.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:46 smithi157 bash[21051]: cluster 2024-03-24T11:25:45.992645+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-03-24T11:25:47.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:46 smithi157 bash[21051]: cluster 2024-03-24T11:25:45.992842+0000 mon.a (mon.0) 3 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:25:47.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:46 smithi157 bash[21051]: cluster 2024-03-24T11:25:45.995058+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2024-03-24T11:25:47.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:46 smithi157 bash[21051]: cluster 2024-03-24T11:25:45.997125+0000 mon.a (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-03-24T11:25:47.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:46 smithi157 bash[21051]: cluster 2024-03-24T11:25:45.997639+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2024-03-24T11:25:47.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:47 smithi157 bash[21051]: audit 2024-03-24T11:25:46.136584+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.157:0/2898957636' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-24T11:25:48.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:48 smithi157 bash[21051]: audit 2024-03-24T11:25:47.775670+0000 mon.a (mon.0) 8 : audit 1 from='client.? 172.21.15.157:0/2288511966' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-24T11:25:48.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:48 smithi157 bash[21051]: audit 2024-03-24T11:25:47.778729+0000 mon.a (mon.0) 9 : audit 1 from='client.? 172.21.15.157:0/2288511966' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-24T11:25:48.427 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout [global] 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout fsid = 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.157:3300,v1:172.21.15.157:6789] 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:48.436 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout [osd] 2024-03-24T11:25:48.437 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-24T11:25:48.437 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-24T11:25:48.437 INFO:teuthology.orchestra.run.smithi157.stdout:Generating new minimal ceph.conf... 2024-03-24T11:25:49.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:49 smithi157 bash[21051]: audit 2024-03-24T11:25:49.448203+0000 mon.a (mon.0) 10 : audit 0 from='client.? 172.21.15.157:0/35709394' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:25:50.109 INFO:teuthology.orchestra.run.smithi157.stdout:Restarting the monitor... 2024-03-24T11:25:50.406 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:50 smithi157 systemd[1]: Stopping Ceph mon.a for 0f82b38c-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:25:50.406 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:50 smithi157 bash[21051]: debug 2024-03-24T11:25:50.239+0000 7ff0d204e700 -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-03-24T11:25:50.406 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:50 smithi157 bash[21051]: debug 2024-03-24T11:25:50.239+0000 7ff0d204e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-24T11:25:51.085 INFO:teuthology.orchestra.run.smithi157.stdout:Setting public_network to 172.21.0.1/32,172.21.0.2/32,172.21.15.254/32,172.21.0.0/20 in mon config section 2024-03-24T11:25:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:50 smithi157 bash[21436]: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715-mon-a 2024-03-24T11:25:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:51 smithi157 bash[21497]: Error response from daemon: No such container: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715-mon-a 2024-03-24T11:25:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:51 smithi157 systemd[1]: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-24T11:25:51.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:51 smithi157 systemd[1]: Stopped Ceph mon.a for 0f82b38c-e9d1-11ee-95cd-87774f69a715. 2024-03-24T11:25:51.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:51 smithi157 systemd[1]: Started Ceph mon.a for 0f82b38c-e9d1-11ee-95cd-87774f69a715. 2024-03-24T11:25:52.489 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.231+0000 7fdd205a0c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-24T11:25:52.489 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.231+0000 7fdd205a0c80 0 ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev), process ceph-mon, pid 7 2024-03-24T11:25:52.489 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.231+0000 7fdd205a0c80 0 pidfile_write: ignore empty --pid-file 2024-03-24T11:25:52.489 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 0 load: jerasure load: lrc 2024-03-24T11:25:52.489 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-24T11:25:52.489 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Git sha 0 2024-03-24T11:25:52.489 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Compile date 2024-03-16 10:36:11 2024-03-24T11:25:52.489 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: DB SUMMARY 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: DB Session ID: ALM07C0SQBQHOX98MWL1 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: CURRENT file: CURRENT 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84639 ; 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.error_if_exists: 0 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.create_if_missing: 0 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-24T11:25:52.490 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.env: 0x55d1d6bd2ae0 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.info_log: 0x55d1d7ea1900 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.statistics: (nil) 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.use_fsync: 0 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-24T11:25:52.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.db_log_dir: 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.wal_dir: 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.write_buffer_manager: 0x55d1d7e75400 2024-03-24T11:25:52.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-24T11:25:52.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-24T11:25:52.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-24T11:25:52.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-24T11:25:52.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-24T11:25:52.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-24T11:25:52.494 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-24T11:25:52.494 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-24T11:25:52.494 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.unordered_write: 0 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.row_cache: None 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.wal_filter: None 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.two_write_queues: 0 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.wal_compression: 0 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.atomic_flush: 0 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-24T11:25:52.495 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-24T11:25:52.496 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_open_files: -1 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-24T11:25:52.497 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Compression algorithms supported: 2024-03-24T11:25:52.498 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-24T11:25:52.498 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: kZSTD supported: 0 2024-03-24T11:25:52.498 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: kXpressCompression supported: 0 2024-03-24T11:25:52.498 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-24T11:25:52.498 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: kZlibCompression supported: 1 2024-03-24T11:25:52.498 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-24T11:25:52.498 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-24T11:25:52.498 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-24T11:25:52.499 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-24T11:25:52.499 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-24T11:25:52.499 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.merge_operator: 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_filter: None 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d1d7ea1a00) 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: cache_index_and_filter_blocks: 1 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: pin_top_level_index_and_filter: 1 2024-03-24T11:25:52.500 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: index_type: 0 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: data_block_index_type: 0 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: index_shortening: 1 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: data_block_hash_table_util_ratio: 0.750000 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: checksum: 4 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: no_block_cache: 0 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: block_cache: 0x55d1d7ea3090 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: block_cache_name: BinnedLRUCache 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: block_cache_options: 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: capacity : 536870912 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: num_shard_bits : 4 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: strict_capacity_limit : 0 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: high_pri_pool_ratio: 0.000 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: block_cache_compressed: (nil) 2024-03-24T11:25:52.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: persistent_cache: (nil) 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: block_size: 4096 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: block_size_deviation: 10 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: block_restart_interval: 16 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: index_block_restart_interval: 1 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: metadata_block_size: 4096 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: partition_filters: 0 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: use_delta_encoding: 1 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: filter_policy: bloomfilter 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: whole_key_filtering: 1 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: verify_compression: 0 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: read_amp_bytes_per_bit: 0 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: format_version: 5 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: enable_index_compression: 1 2024-03-24T11:25:52.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: block_align: 0 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: max_auto_readahead_size: 262144 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: prepopulate_block_cache: 0 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: initial_auto_readahead_size: 8192 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: num_file_reads_for_auto_readahead: 2 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compression: NoCompression 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.num_levels: 7 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-24T11:25:52.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-24T11:25:52.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-24T11:25:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-24T11:25:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:25:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:25:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-24T11:25:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-24T11:25:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:25:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-24T11:25:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-24T11:25:52.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-24T11:25:52.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.table_properties_collectors: 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.bloom_locality: 0 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-24T11:25:52.508 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-24T11:25:52.509 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-24T11:25:52.509 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-24T11:25:52.509 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.ttl: 2592000 2024-03-24T11:25:52.509 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-24T11:25:52.509 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-24T11:25:52.509 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-24T11:25:52.509 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.enable_blob_files: false 2024-03-24T11:25:52.509 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.min_blob_size: 0 2024-03-24T11:25:52.509 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-24T11:25:52.509 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.235+0000 7fdd205a0c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 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-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8c6b928b-0e07-45c4-91b2-f0199bae1aab 2024-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279552244452, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-24T11:25:52.510 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279552245517, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81264, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79451, "index_size": 223, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 73760, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": "[]", "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": 1711279552, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8c6b928b-0e07-45c4-91b2-f0199bae1aab", "db_session_id": "ALM07C0SQBQHOX98MWL1", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279552245627, "job": 1, "event": "recovery_finished"} 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 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-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d1d7f98000 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 4 rocksdb: DB pointer 0x55d1d7f82000 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd0ed10700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd0ed10700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: ** DB Stats ** 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-24T11:25:52.511 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: ** Compaction Stats [default] ** 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: 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-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: L0 2/0 81.19 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Sum 2/0 81.19 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: ** Compaction Stats [default] ** 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: 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-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 121.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-24T11:25:52.512 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: AddFile(Total Files): cumulative 0, interval 0 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: AddFile(Keys): cumulative 0, interval 0 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Cumulative compaction: 0.00 GB write, 9.84 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Interval compaction: 0.00 GB write, 9.84 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: 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-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Block cache BinnedLRUCache@0x55d1d7ea3090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: ** File Read Latency Histogram By Level [default] ** 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.243+0000 7fdd205a0c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] at bind addrs [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.247+0000 7fdd205a0c80 1 mon.a@-1(???) e1 preinit fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.247+0000 7fdd205a0c80 0 mon.a@-1(???).mds e1 new map 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.247+0000 7fdd205a0c80 0 mon.a@-1(???).mds e1 print_map 2024-03-24T11:25:52.513 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: e1 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: 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} 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: legacy client fscid: -1 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: No filesystems configured 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.247+0000 7fdd205a0c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.247+0000 7fdd205a0c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.247+0000 7fdd205a0c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.247+0000 7fdd205a0c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: debug 2024-03-24T11:25:52.247+0000 7fdd205a0c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: cluster 2024-03-24T11:25:52.272685+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: cluster 2024-03-24T11:25:52.272759+0000 mon.a (mon.0) 2 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:25:52.514 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: cluster 2024-03-24T11:25:52.273143+0000 mon.a (mon.0) 3 : cluster 0 fsmap 2024-03-24T11:25:52.515 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: cluster 2024-03-24T11:25:52.273179+0000 mon.a (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-03-24T11:25:52.515 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:52 smithi157 bash[21535]: cluster 2024-03-24T11:25:52.273511+0000 mon.a (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2024-03-24T11:25:53.178 INFO:teuthology.orchestra.run.smithi157.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-24T11:25:53.202 INFO:teuthology.orchestra.run.smithi157.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:25:53.202 INFO:teuthology.orchestra.run.smithi157.stdout:Creating mgr... 2024-03-24T11:25:53.202 INFO:teuthology.orchestra.run.smithi157.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-24T11:25:53.203 INFO:teuthology.orchestra.run.smithi157.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-24T11:25:53.521 INFO:teuthology.orchestra.run.smithi157.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mgr.a 2024-03-24T11:25:53.521 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mgr.a.service: Unit ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mgr.a.service not loaded. 2024-03-24T11:25:53.629 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:53 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:25:53.629 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:53 smithi157 bash[21535]: audit 2024-03-24T11:25:52.477559+0000 mon.a (mon.0) 6 : audit 1 from='client.? 172.21.15.157:0/414852117' entity='client.admin' 2024-03-24T11:25:53.629 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:53 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:25:53.713 INFO:teuthology.orchestra.run.smithi157.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715.target.wants/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service. 2024-03-24T11:25:53.721 INFO:teuthology.orchestra.run.smithi157.stdout:firewalld does not appear to be present 2024-03-24T11:25:53.721 INFO:teuthology.orchestra.run.smithi157.stdout:Not possible to enable service . firewalld.service is not available 2024-03-24T11:25:53.721 INFO:teuthology.orchestra.run.smithi157.stdout:firewalld does not appear to be present 2024-03-24T11:25:53.721 INFO:teuthology.orchestra.run.smithi157.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-24T11:25:53.721 INFO:teuthology.orchestra.run.smithi157.stdout:Waiting for mgr to start... 2024-03-24T11:25:53.721 INFO:teuthology.orchestra.run.smithi157.stdout:Waiting for mgr... 2024-03-24T11:25:55.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:55 smithi157 bash[21535]: audit 2024-03-24T11:25:55.260346+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.157:0/3230718644' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-24T11:25:55.503 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:55 smithi157 bash[21803]: debug 2024-03-24T11:25:55.150+0000 7f581178a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-24T11:25:55.956 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:55.956 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "fsid": "0f82b38c-e9d1-11ee-95cd-87774f69a715", 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "health": { 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 0 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "a" 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-24T11:25:55.957 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.958 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.959 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "restful" 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "modified": "2024-03-24T11:25:45.993993+0000", 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.960 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-24T11:25:55.961 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:25:55.961 INFO:teuthology.orchestra.run.smithi157.stdout:mgr not available, waiting (1/15)... 2024-03-24T11:25:57.004 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:56 smithi157 bash[21803]: debug 2024-03-24T11:25:56.710+0000 7f581178a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-24T11:25:57.004 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:56 smithi157 bash[21803]: debug 2024-03-24T11:25:56.806+0000 7f581178a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-24T11:25:57.504 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:57 smithi157 bash[21803]: debug 2024-03-24T11:25:57.054+0000 7f581178a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-24T11:25:58.254 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:57 smithi157 bash[21803]: debug 2024-03-24T11:25:57.842+0000 7f581178a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-24T11:25:58.254 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:57 smithi157 bash[21803]: debug 2024-03-24T11:25:57.950+0000 7f581178a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-24T11:25:58.254 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:58 smithi157 bash[21803]: debug 2024-03-24T11:25:58.050+0000 7f581178a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-24T11:25:58.754 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:58 smithi157 bash[21803]: debug 2024-03-24T11:25:58.406+0000 7f581178a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-24T11:25:58.754 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:58 smithi157 bash[21803]: debug 2024-03-24T11:25:58.518+0000 7f581178a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-24T11:25:58.754 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:58 smithi157 bash[21803]: debug 2024-03-24T11:25:58.622+0000 7f581178a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-24T11:25:59.091 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:58 smithi157 bash[21803]: debug 2024-03-24T11:25:58.978+0000 7f581178a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-24T11:25:59.482 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:25:59 smithi157 bash[21535]: audit 2024-03-24T11:25:59.079231+0000 mon.a (mon.0) 8 : audit 0 from='client.? 172.21.15.157:0/66285103' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-24T11:25:59.482 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:59 smithi157 bash[21803]: debug 2024-03-24T11:25:59.222+0000 7f581178a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-24T11:25:59.754 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:59 smithi157 bash[21803]: debug 2024-03-24T11:25:59.478+0000 7f581178a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-24T11:25:59.754 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:59 smithi157 bash[21803]: debug 2024-03-24T11:25:59.590+0000 7f581178a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-24T11:25:59.763 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:59.763 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:25:59.763 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "fsid": "0f82b38c-e9d1-11ee-95cd-87774f69a715", 2024-03-24T11:25:59.763 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "health": { 2024-03-24T11:25:59.763 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-24T11:25:59.763 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-24T11:25:59.763 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-24T11:25:59.763 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.763 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 0 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "a" 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-24T11:25:59.764 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-24T11:25:59.765 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-24T11:25:59.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "restful" 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "modified": "2024-03-24T11:25:45.993993+0000", 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:25:59.767 INFO:teuthology.orchestra.run.smithi157.stdout:mgr not available, waiting (2/15)... 2024-03-24T11:26:00.121 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:25:59 smithi157 bash[21803]: debug 2024-03-24T11:25:59.862+0000 7f581178a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-24T11:26:00.504 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:00 smithi157 bash[21803]: debug 2024-03-24T11:26:00.118+0000 7f581178a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:26:00.887 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:00 smithi157 bash[21803]: debug 2024-03-24T11:26:00.526+0000 7f581178a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-24T11:26:00.887 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:00 smithi157 bash[21803]: debug 2024-03-24T11:26:00.642+0000 7f581178a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-24T11:26:01.254 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:00 smithi157 bash[21803]: debug 2024-03-24T11:26:00.886+0000 7f581178a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:26:02.254 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:01 smithi157 bash[21803]: debug 2024-03-24T11:26:01.886+0000 7f581178a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-24T11:26:02.254 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:02 smithi157 bash[21803]: debug 2024-03-24T11:26:01.998+0000 7f581178a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-24T11:26:02.573 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:02 smithi157 bash[21803]: debug 2024-03-24T11:26:02.286+0000 7f581178a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-24T11:26:02.574 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:02 smithi157 bash[21803]: debug 2024-03-24T11:26:02.402+0000 7f581178a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-24T11:26:03.127 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:02 smithi157 bash[21535]: audit 2024-03-24T11:26:02.906173+0000 mon.a (mon.0) 9 : audit 0 from='client.? 172.21.15.157:0/1849256288' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-24T11:26:03.127 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:02 smithi157 bash[21803]: debug 2024-03-24T11:26:02.870+0000 7f581178a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-24T11:26:03.128 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:02 smithi157 bash[21803]: debug 2024-03-24T11:26:02.990+0000 7f581178a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-24T11:26:03.526 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "fsid": "0f82b38c-e9d1-11ee-95cd-87774f69a715", 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "health": { 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 0 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:26:03.527 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "a" 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-24T11:26:03.528 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:03.529 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "restful" 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.530 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-24T11:26:03.531 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:03.531 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "modified": "2024-03-24T11:25:45.993993+0000", 2024-03-24T11:26:03.531 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:26:03.531 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.531 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-24T11:26:03.531 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:26:03.531 INFO:teuthology.orchestra.run.smithi157.stdout:mgr not available, waiting (3/15)... 2024-03-24T11:26:04.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: cluster 2024-03-24T11:26:03.013686+0000 mon.a (mon.0) 10 : cluster 1 Activating manager daemon a 2024-03-24T11:26:04.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: cluster 2024-03-24T11:26:03.016715+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e2: a(active, starting, since 0.00316278s) 2024-03-24T11:26:04.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: audit 2024-03-24T11:26:03.017684+0000 mon.a (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.157:0/1956441387' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-24T11:26:04.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: audit 2024-03-24T11:26:03.017894+0000 mon.a (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.157:0/1956441387' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-24T11:26:04.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: audit 2024-03-24T11:26:03.018087+0000 mon.a (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.157:0/1956441387' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-24T11:26:04.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: audit 2024-03-24T11:26:03.018291+0000 mon.a (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.157:0/1956441387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:26:04.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: audit 2024-03-24T11:26:03.018557+0000 mon.a (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.157:0/1956441387' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-24T11:26:04.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: cluster 2024-03-24T11:26:03.042146+0000 mon.a (mon.0) 17 : cluster 1 Manager daemon a is now available 2024-03-24T11:26:04.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: audit 2024-03-24T11:26:03.053868+0000 mon.a (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.157:0/1956441387' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-24T11:26:04.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: audit 2024-03-24T11:26:03.056995+0000 mon.a (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.157:0/1956441387' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-24T11:26:04.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: audit 2024-03-24T11:26:03.059623+0000 mon.a (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.157:0/1956441387' entity='mgr.a' 2024-03-24T11:26:04.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: audit 2024-03-24T11:26:03.062259+0000 mon.a (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.157:0/1956441387' entity='mgr.a' 2024-03-24T11:26:04.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:03 smithi157 bash[21535]: audit 2024-03-24T11:26:03.064738+0000 mon.a (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.157:0/1956441387' entity='mgr.a' 2024-03-24T11:26:05.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:05 smithi157 bash[21535]: cluster 2024-03-24T11:26:04.029438+0000 mon.a (mon.0) 23 : cluster 0 mgrmap e3: a(active, since 1.01587s) 2024-03-24T11:26:07.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:07 smithi157 bash[21535]: cluster 2024-03-24T11:26:06.025590+0000 mon.a (mon.0) 24 : cluster 0 mgrmap e4: a(active, since 3s) 2024-03-24T11:26:07.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:07 smithi157 bash[21535]: audit 2024-03-24T11:26:07.002249+0000 mon.a (mon.0) 25 : audit 0 from='client.? 172.21.15.157:0/2463229307' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-24T11:26:07.644 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:26:07.644 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:26:07.644 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "fsid": "0f82b38c-e9d1-11ee-95cd-87774f69a715", 2024-03-24T11:26:07.644 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "health": { 2024-03-24T11:26:07.644 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-24T11:26:07.644 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-24T11:26:07.644 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-24T11:26:07.645 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:07.645 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 0 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "a" 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-24T11:26:07.647 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:07.648 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-24T11:26:07.648 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-24T11:26:07.648 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-24T11:26:07.648 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:07.652 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "restful" 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:26:07.653 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:07.654 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-24T11:26:07.654 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:07.654 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "modified": "2024-03-24T11:25:45.993993+0000", 2024-03-24T11:26:07.654 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:26:07.654 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:07.654 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-24T11:26:07.654 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:26:07.654 INFO:teuthology.orchestra.run.smithi157.stdout:mgr is available 2024-03-24T11:26:09.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:08 smithi157 bash[21535]: audit 2024-03-24T11:26:08.898590+0000 mon.a (mon.0) 26 : audit 1 from='client.? 172.21.15.157:0/1536454652' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-24T11:26:09.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:08 smithi157 bash[21535]: audit 2024-03-24T11:26:08.901200+0000 mon.a (mon.0) 27 : audit 1 from='client.? 172.21.15.157:0/1536454652' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-24T11:26:09.559 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:26:09.559 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout [global] 2024-03-24T11:26:09.559 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout fsid = 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:26:09.559 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-24T11:26:09.559 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-24T11:26:09.559 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-24T11:26:09.559 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-24T11:26:09.559 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:26:09.560 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-24T11:26:09.560 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-24T11:26:09.560 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 2024-03-24T11:26:09.560 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout [osd] 2024-03-24T11:26:09.560 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-24T11:26:09.560 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-24T11:26:09.560 INFO:teuthology.orchestra.run.smithi157.stdout:Enabling cephadm module... 2024-03-24T11:26:11.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:10 smithi157 bash[21535]: audit 2024-03-24T11:26:10.850817+0000 mon.a (mon.0) 28 : audit 1 from='client.? 172.21.15.157:0/2873666714' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-24T11:26:11.255 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:10 smithi157 bash[21803]: ignoring --setuser ceph since I am not root 2024-03-24T11:26:11.255 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:10 smithi157 bash[21803]: ignoring --setgroup ceph since I am not root 2024-03-24T11:26:11.255 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:11 smithi157 bash[21803]: debug 2024-03-24T11:26:11.085+0000 7f9a279db200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-24T11:26:12.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:11 smithi157 bash[21535]: audit 2024-03-24T11:26:10.902700+0000 mon.a (mon.0) 29 : audit 1 from='client.? 172.21.15.157:0/2873666714' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-24T11:26:12.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:11 smithi157 bash[21535]: cluster 2024-03-24T11:26:10.908172+0000 mon.a (mon.0) 30 : cluster 0 mgrmap e5: a(active, since 7s) 2024-03-24T11:26:13.000 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:12 smithi157 bash[21803]: debug 2024-03-24T11:26:12.653+0000 7f9a279db200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-24T11:26:13.000 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:12 smithi157 bash[21803]: debug 2024-03-24T11:26:12.753+0000 7f9a279db200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-24T11:26:13.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:13 smithi157 bash[21535]: audit 2024-03-24T11:26:12.986788+0000 mon.a (mon.0) 31 : audit 0 from='client.? 172.21.15.157:0/2760378225' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-24T11:26:13.255 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:13 smithi157 bash[21803]: debug 2024-03-24T11:26:13.005+0000 7f9a279db200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-24T11:26:13.567 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:26:13.567 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-24T11:26:13.567 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-24T11:26:13.567 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-24T11:26:13.567 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-24T11:26:13.567 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:26:13.568 INFO:teuthology.orchestra.run.smithi157.stdout:Waiting for the mgr to restart... 2024-03-24T11:26:13.568 INFO:teuthology.orchestra.run.smithi157.stdout:Waiting for mgr epoch 5... 2024-03-24T11:26:13.920 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:13 smithi157 bash[21803]: debug 2024-03-24T11:26:13.805+0000 7f9a279db200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-24T11:26:14.237 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:13 smithi157 bash[21803]: debug 2024-03-24T11:26:13.917+0000 7f9a279db200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-24T11:26:14.237 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:14 smithi157 bash[21803]: debug 2024-03-24T11:26:14.021+0000 7f9a279db200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-24T11:26:14.497 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:14 smithi157 bash[21803]: debug 2024-03-24T11:26:14.381+0000 7f9a279db200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-24T11:26:14.754 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:14 smithi157 bash[21803]: debug 2024-03-24T11:26:14.493+0000 7f9a279db200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-24T11:26:14.755 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:14 smithi157 bash[21803]: debug 2024-03-24T11:26:14.597+0000 7f9a279db200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-24T11:26:15.255 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:14 smithi157 bash[21803]: debug 2024-03-24T11:26:14.949+0000 7f9a279db200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-24T11:26:15.255 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:15 smithi157 bash[21803]: debug 2024-03-24T11:26:15.189+0000 7f9a279db200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-24T11:26:15.755 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:15 smithi157 bash[21803]: debug 2024-03-24T11:26:15.449+0000 7f9a279db200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-24T11:26:15.755 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:15 smithi157 bash[21803]: debug 2024-03-24T11:26:15.561+0000 7f9a279db200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-24T11:26:16.255 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:15 smithi157 bash[21803]: debug 2024-03-24T11:26:15.833+0000 7f9a279db200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-24T11:26:16.255 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:16 smithi157 bash[21803]: debug 2024-03-24T11:26:16.073+0000 7f9a279db200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:26:16.755 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:16 smithi157 bash[21803]: debug 2024-03-24T11:26:16.481+0000 7f9a279db200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-24T11:26:16.755 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:16 smithi157 bash[21803]: debug 2024-03-24T11:26:16.597+0000 7f9a279db200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-24T11:26:17.254 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:16 smithi157 bash[21803]: debug 2024-03-24T11:26:16.841+0000 7f9a279db200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:26:18.244 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:17 smithi157 bash[21803]: debug 2024-03-24T11:26:17.837+0000 7f9a279db200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-24T11:26:18.244 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:17 smithi157 bash[21803]: debug 2024-03-24T11:26:17.949+0000 7f9a279db200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-24T11:26:18.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21803]: debug 2024-03-24T11:26:18.241+0000 7f9a279db200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-24T11:26:18.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21803]: debug 2024-03-24T11:26:18.353+0000 7f9a279db200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-24T11:26:19.255 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21803]: debug 2024-03-24T11:26:18.797+0000 7f9a279db200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-24T11:26:19.255 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21803]: debug 2024-03-24T11:26:18.917+0000 7f9a279db200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-24T11:26:19.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21535]: cluster 2024-03-24T11:26:18.942524+0000 mon.a (mon.0) 32 : cluster 1 Active manager daemon a restarted 2024-03-24T11:26:19.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21535]: cluster 2024-03-24T11:26:18.942961+0000 mon.a (mon.0) 33 : cluster 1 Activating manager daemon a 2024-03-24T11:26:19.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21535]: cluster 2024-03-24T11:26:18.949889+0000 mon.a (mon.0) 34 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-03-24T11:26:19.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21535]: cluster 2024-03-24T11:26:18.950255+0000 mon.a (mon.0) 35 : cluster 0 mgrmap e6: a(active, starting, since 0.00748205s) 2024-03-24T11:26:19.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21535]: audit 2024-03-24T11:26:18.951991+0000 mon.a (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:26:19.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21535]: audit 2024-03-24T11:26:18.953447+0000 mon.a (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-24T11:26:19.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21535]: audit 2024-03-24T11:26:18.954545+0000 mon.a (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-24T11:26:19.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21535]: audit 2024-03-24T11:26:18.954696+0000 mon.a (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-24T11:26:19.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21535]: audit 2024-03-24T11:26:18.954820+0000 mon.a (mon.0) 40 : audit 0 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-24T11:26:19.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:18 smithi157 bash[21535]: cluster 2024-03-24T11:26:18.978318+0000 mon.a (mon.0) 41 : cluster 1 Manager daemon a is now available 2024-03-24T11:26:20.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: cephadm 2024-03-24T11:26:19.003260+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-03-24T11:26:20.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.005280+0000 mon.a (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.008614+0000 mon.a (mon.0) 43 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.011444+0000 mon.a (mon.0) 44 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.014514+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.016283+0000 mon.a (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.021417+0000 mon.a (mon.0) 47 : audit 0 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.030350+0000 mon.a (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.033096+0000 mon.a (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.146726+0000 mon.a (mon.0) 50 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.152662+0000 mon.a (mon.0) 51 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: cephadm 2024-03-24T11:26:19.441270+0000 mgr.a (mgr.14120) 2 : cephadm 1 [24/Mar/2024:11:26:19] ENGINE Bus STARTING 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: cephadm 2024-03-24T11:26:19.543185+0000 mgr.a (mgr.14120) 3 : cephadm 1 [24/Mar/2024:11:26:19] ENGINE Serving on http://172.21.15.157:8765 2024-03-24T11:26:20.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: cephadm 2024-03-24T11:26:19.660894+0000 mgr.a (mgr.14120) 4 : cephadm 1 [24/Mar/2024:11:26:19] ENGINE Serving on https://172.21.15.157:7150 2024-03-24T11:26:20.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: cephadm 2024-03-24T11:26:19.661065+0000 mgr.a (mgr.14120) 5 : cephadm 1 [24/Mar/2024:11:26:19] ENGINE Bus STARTED 2024-03-24T11:26:20.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.691028+0000 mon.a (mon.0) 52 : audit 0 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:20.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: audit 2024-03-24T11:26:19.955277+0000 mgr.a (mgr.14120) 6 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-24T11:26:20.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:20 smithi157 bash[21535]: cluster 2024-03-24T11:26:19.955560+0000 mon.a (mon.0) 53 : cluster 0 mgrmap e7: a(active, since 1.01279s) 2024-03-24T11:26:20.639 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:26:20.639 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-24T11:26:20.639 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-24T11:26:20.639 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:26:20.639 INFO:teuthology.orchestra.run.smithi157.stdout:mgr epoch 5 is available 2024-03-24T11:26:20.639 INFO:teuthology.orchestra.run.smithi157.stdout:Setting orchestrator backend to cephadm... 2024-03-24T11:26:21.279 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:21 smithi157 bash[21535]: audit 2024-03-24T11:26:19.967842+0000 mgr.a (mgr.14120) 7 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-24T11:26:22.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:22 smithi157 bash[21535]: cluster 2024-03-24T11:26:21.009638+0000 mon.a (mon.0) 54 : cluster 0 mgrmap e8: a(active, since 2s) 2024-03-24T11:26:22.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:22 smithi157 bash[21535]: audit 2024-03-24T11:26:21.877685+0000 mgr.a (mgr.14120) 8 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:22.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:22 smithi157 bash[21535]: audit 2024-03-24T11:26:21.881837+0000 mon.a (mon.0) 55 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:22.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:22 smithi157 bash[21535]: audit 2024-03-24T11:26:21.913087+0000 mon.a (mon.0) 56 : audit 0 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:24.351 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-24T11:26:24.351 INFO:teuthology.orchestra.run.smithi157.stdout:Generating ssh key... 2024-03-24T11:26:24.373 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:24 smithi157 bash[21535]: audit 2024-03-24T11:26:23.711110+0000 mgr.a (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:25.821 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: Generating public/private rsa key pair. 2024-03-24T11:26:25.821 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: Your identification has been saved in /tmp/tmpb5lmvu0v/key. 2024-03-24T11:26:25.821 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: Your public key has been saved in /tmp/tmpb5lmvu0v/key.pub. 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: The key fingerprint is: 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: SHA256:bLMhzcufOtZ8jxGQGlMSmVGJknjS0J/JOw4GjrkZt9U ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: The key's randomart image is: 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: +---[RSA 3072]----+ 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: | .= .+Bo. | 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: | o * +o.. | 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: | o +ooo | 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: | . +=+ . | 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: | + ...S. . | 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: | + o ++E= . | 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: | = + o++ . | 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: | o . +.o..o | 2024-03-24T11:26:25.822 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: | ..oo.... | 2024-03-24T11:26:25.823 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:25 smithi157 bash[21803]: +----[SHA256]-----+ 2024-03-24T11:26:27.080 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:26 smithi157 bash[21535]: audit 2024-03-24T11:26:25.677453+0000 mgr.a (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:27.081 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:26 smithi157 bash[21535]: cephadm 2024-03-24T11:26:25.677864+0000 mgr.a (mgr.14120) 11 : cephadm 1 Generating ssh key... 2024-03-24T11:26:27.081 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:26 smithi157 bash[21535]: audit 2024-03-24T11:26:25.828556+0000 mon.a (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:27.081 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:26 smithi157 bash[21535]: audit 2024-03-24T11:26:25.832683+0000 mon.a (mon.0) 58 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:28.260 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfoKEgAUUdhl8OvmtcXiAvKUFxlhl2geTNs08VLqVT7rnOoDel6oQFEhm8IOAjSdhUnDSQPkkRFGtH7Pxm+wSibbdaaSmnawxAJ83iOmpnarMvC5GBZUsNSMk+/FMRtd6U8EXmW/1roLwWhgO53qsOS62F1319WLwlkF4znikf4IUGti/emfFCvtvsQKi2q+PHt/B8FSpZWzWSQFdeshheYtr/5g2TlIz5v3HiKFlH/hIfDc1xlOgk49R3onrdt0imo1rgu6R9Qen35Qkh/IRxLP0uD8m63RHwM8mPHwtK1TyP/17WMUEL2Z/DSyWGMML+C0dVwP50R0trYX6xs8NIql+NdtEitHhKv96zXFfsh5uLb8iEyTN+G3a5COA3Y+UDswDMosjHCF9ieDmic5urFcZ94/uZrd88JbuKTYVPNSV+lOFFrAXuFvjNANwSQOHBF9OJMa6l/tvIvUuQ7gEw647pIi4HqUX+EWzU6Q12KFs3KbZaO2+KgQpA1BjYiqs= ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:26:28.260 INFO:teuthology.orchestra.run.smithi157.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-24T11:26:28.261 INFO:teuthology.orchestra.run.smithi157.stdout:Adding key to root@localhost authorized_keys... 2024-03-24T11:26:28.261 INFO:teuthology.orchestra.run.smithi157.stdout:Adding host smithi157... 2024-03-24T11:26:28.281 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:28 smithi157 bash[21535]: audit 2024-03-24T11:26:27.654962+0000 mgr.a (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:30.187 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:30 smithi157 bash[21535]: audit 2024-03-24T11:26:29.599602+0000 mgr.a (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi157", "addr": "172.21.15.157", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:31.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:31 smithi157 bash[21535]: cephadm 2024-03-24T11:26:30.170526+0000 mgr.a (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi157 2024-03-24T11:26:35.983 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout Added host 'smithi157' with addr '172.21.15.157' 2024-03-24T11:26:35.983 INFO:teuthology.orchestra.run.smithi157.stdout:Deploying unmanaged mon service... 2024-03-24T11:26:36.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:36 smithi157 bash[21535]: audit 2024-03-24T11:26:35.080082+0000 mon.a (mon.0) 59 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:36.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:36 smithi157 bash[21535]: cephadm 2024-03-24T11:26:35.080823+0000 mgr.a (mgr.14120) 15 : cephadm 1 Added host smithi157 2024-03-24T11:26:36.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:36 smithi157 bash[21535]: audit 2024-03-24T11:26:35.105567+0000 mon.a (mon.0) 60 : audit 0 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:38.511 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-24T11:26:38.511 INFO:teuthology.orchestra.run.smithi157.stdout:Deploying unmanaged mgr service... 2024-03-24T11:26:39.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:38 smithi157 bash[21535]: audit 2024-03-24T11:26:37.663917+0000 mgr.a (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:39.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:38 smithi157 bash[21535]: cephadm 2024-03-24T11:26:37.665800+0000 mgr.a (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2024-03-24T11:26:39.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:38 smithi157 bash[21535]: audit 2024-03-24T11:26:37.670419+0000 mon.a (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:39.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:38 smithi157 bash[21535]: audit 2024-03-24T11:26:38.233769+0000 mon.a (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:40.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:39 smithi157 bash[21535]: audit 2024-03-24T11:26:38.776342+0000 mon.a (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:40.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:39 smithi157 bash[21535]: cluster 2024-03-24T11:26:38.956299+0000 mgr.a (mgr.14120) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:40.417 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-24T11:26:41.126 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:40 smithi157 bash[21535]: audit 2024-03-24T11:26:39.773081+0000 mgr.a (mgr.14120) 19 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:41.126 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:40 smithi157 bash[21535]: cephadm 2024-03-24T11:26:39.774130+0000 mgr.a (mgr.14120) 20 : cephadm 1 Saving service mgr spec with placement count:2 2024-03-24T11:26:41.127 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:40 smithi157 bash[21535]: audit 2024-03-24T11:26:39.782564+0000 mon.a (mon.0) 64 : audit 1 from='mgr.14120 172.21.15.157:0/3025808325' entity='mgr.a' 2024-03-24T11:26:42.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:41 smithi157 bash[21535]: cluster 2024-03-24T11:26:40.956672+0000 mgr.a (mgr.14120) 21 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:42.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:41 smithi157 bash[21535]: audit 2024-03-24T11:26:41.701365+0000 mon.a (mon.0) 65 : audit 1 from='client.? 172.21.15.157:0/3931317483' entity='client.admin' 2024-03-24T11:26:43.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:43 smithi157 bash[21535]: cluster 2024-03-24T11:26:42.957066+0000 mgr.a (mgr.14120) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:44.234 INFO:teuthology.orchestra.run.smithi157.stdout:Enabling the dashboard module... 2024-03-24T11:26:44.942 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:44 smithi157 bash[21535]: audit 2024-03-24T11:26:43.607304+0000 mon.a (mon.0) 66 : audit 1 from='client.? 172.21.15.157:0/198541864' entity='client.admin' 2024-03-24T11:26:46.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:45 smithi157 bash[21535]: cluster 2024-03-24T11:26:44.957415+0000 mgr.a (mgr.14120) 23 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:46.947 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:46 smithi157 bash[21535]: audit 2024-03-24T11:26:45.614278+0000 mon.a (mon.0) 67 : audit 1 from='client.? 172.21.15.157:0/2660817915' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-24T11:26:46.947 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:46 smithi157 bash[21803]: ignoring --setuser ceph since I am not root 2024-03-24T11:26:46.947 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:46 smithi157 bash[21803]: ignoring --setgroup ceph since I am not root 2024-03-24T11:26:46.948 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:46 smithi157 bash[21803]: debug 2024-03-24T11:26:46.820+0000 7f6000798200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-24T11:26:47.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:47 smithi157 bash[21535]: audit 2024-03-24T11:26:46.615899+0000 mon.a (mon.0) 68 : audit 1 from='client.? 172.21.15.157:0/2660817915' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-24T11:26:47.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:47 smithi157 bash[21535]: cluster 2024-03-24T11:26:46.621430+0000 mon.a (mon.0) 69 : cluster 0 mgrmap e9: a(active, since 27s) 2024-03-24T11:26:48.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:48 smithi157 bash[21803]: debug 2024-03-24T11:26:48.404+0000 7f6000798200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-24T11:26:48.864 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:48 smithi157 bash[21803]: debug 2024-03-24T11:26:48.500+0000 7f6000798200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-24T11:26:48.865 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:48 smithi157 bash[21803]: debug 2024-03-24T11:26:48.752+0000 7f6000798200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-24T11:26:49.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:48 smithi157 bash[21535]: audit 2024-03-24T11:26:48.850633+0000 mon.a (mon.0) 70 : audit 0 from='client.? 172.21.15.157:0/3217404849' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-24T11:26:49.496 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:26:49.496 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-24T11:26:49.496 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-24T11:26:49.496 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-24T11:26:49.496 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-24T11:26:49.496 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:26:49.497 INFO:teuthology.orchestra.run.smithi157.stdout:Waiting for the mgr to restart... 2024-03-24T11:26:49.497 INFO:teuthology.orchestra.run.smithi157.stdout:Waiting for mgr epoch 9... 2024-03-24T11:26:49.774 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:49 smithi157 bash[21803]: debug 2024-03-24T11:26:49.556+0000 7f6000798200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-24T11:26:49.774 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:49 smithi157 bash[21803]: debug 2024-03-24T11:26:49.664+0000 7f6000798200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-24T11:26:50.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:49 smithi157 bash[21803]: debug 2024-03-24T11:26:49.768+0000 7f6000798200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-24T11:26:50.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:50 smithi157 bash[21803]: debug 2024-03-24T11:26:50.124+0000 7f6000798200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-24T11:26:50.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:50 smithi157 bash[21803]: debug 2024-03-24T11:26:50.240+0000 7f6000798200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-24T11:26:50.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:50 smithi157 bash[21803]: debug 2024-03-24T11:26:50.348+0000 7f6000798200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-24T11:26:51.005 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:50 smithi157 bash[21803]: debug 2024-03-24T11:26:50.708+0000 7f6000798200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-24T11:26:51.005 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:50 smithi157 bash[21803]: debug 2024-03-24T11:26:50.948+0000 7f6000798200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-24T11:26:51.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:51 smithi157 bash[21803]: debug 2024-03-24T11:26:51.212+0000 7f6000798200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-24T11:26:51.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:51 smithi157 bash[21803]: debug 2024-03-24T11:26:51.324+0000 7f6000798200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-24T11:26:52.005 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:51 smithi157 bash[21803]: debug 2024-03-24T11:26:51.596+0000 7f6000798200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-24T11:26:52.005 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:51 smithi157 bash[21803]: debug 2024-03-24T11:26:51.836+0000 7f6000798200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:26:52.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:52 smithi157 bash[21803]: debug 2024-03-24T11:26:52.248+0000 7f6000798200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-24T11:26:52.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:52 smithi157 bash[21803]: debug 2024-03-24T11:26:52.364+0000 7f6000798200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-24T11:26:53.005 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:52 smithi157 bash[21803]: debug 2024-03-24T11:26:52.612+0000 7f6000798200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:26:54.005 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:53 smithi157 bash[21803]: debug 2024-03-24T11:26:53.616+0000 7f6000798200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-24T11:26:54.005 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:53 smithi157 bash[21803]: debug 2024-03-24T11:26:53.732+0000 7f6000798200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-24T11:26:54.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21803]: debug 2024-03-24T11:26:54.024+0000 7f6000798200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-24T11:26:54.505 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21803]: debug 2024-03-24T11:26:54.140+0000 7f6000798200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-24T11:26:54.869 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21803]: debug 2024-03-24T11:26:54.588+0000 7f6000798200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-24T11:26:54.869 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21803]: debug 2024-03-24T11:26:54.708+0000 7f6000798200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-24T11:26:54.869 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21535]: cluster 2024-03-24T11:26:54.734221+0000 mon.a (mon.0) 71 : cluster 1 Active manager daemon a restarted 2024-03-24T11:26:54.870 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21535]: cluster 2024-03-24T11:26:54.734671+0000 mon.a (mon.0) 72 : cluster 1 Activating manager daemon a 2024-03-24T11:26:54.870 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21535]: cluster 2024-03-24T11:26:54.742079+0000 mon.a (mon.0) 73 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-03-24T11:26:54.870 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21535]: cluster 2024-03-24T11:26:54.742314+0000 mon.a (mon.0) 74 : cluster 0 mgrmap e10: a(active, starting, since 0.00783262s) 2024-03-24T11:26:54.870 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21535]: audit 2024-03-24T11:26:54.743747+0000 mon.a (mon.0) 75 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:26:54.870 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21535]: audit 2024-03-24T11:26:54.745375+0000 mon.a (mon.0) 76 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-24T11:26:54.870 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21535]: audit 2024-03-24T11:26:54.746426+0000 mon.a (mon.0) 77 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-24T11:26:54.870 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21535]: audit 2024-03-24T11:26:54.746570+0000 mon.a (mon.0) 78 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-24T11:26:54.870 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21535]: audit 2024-03-24T11:26:54.746704+0000 mon.a (mon.0) 79 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-24T11:26:54.870 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:54 smithi157 bash[21535]: cluster 2024-03-24T11:26:54.770876+0000 mon.a (mon.0) 80 : cluster 1 Manager daemon a is now available 2024-03-24T11:26:56.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:55 smithi157 bash[21535]: audit 2024-03-24T11:26:54.793408+0000 mon.a (mon.0) 81 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:26:56.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:55 smithi157 bash[21535]: audit 2024-03-24T11:26:54.798656+0000 mon.a (mon.0) 82 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:56.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:55 smithi157 bash[21535]: audit 2024-03-24T11:26:54.801392+0000 mon.a (mon.0) 83 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:56.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:55 smithi157 bash[21535]: audit 2024-03-24T11:26:54.817842+0000 mon.a (mon.0) 84 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-24T11:26:56.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:55 smithi157 bash[21535]: audit 2024-03-24T11:26:54.820154+0000 mon.a (mon.0) 85 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-24T11:26:56.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:55 smithi157 bash[21535]: cephadm 2024-03-24T11:26:55.377503+0000 mgr.a (mgr.14152) 1 : cephadm 1 [24/Mar/2024:11:26:55] ENGINE Bus STARTING 2024-03-24T11:26:56.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:55 smithi157 bash[21535]: cephadm 2024-03-24T11:26:55.494657+0000 mgr.a (mgr.14152) 2 : cephadm 1 [24/Mar/2024:11:26:55] ENGINE Serving on https://172.21.15.157:7150 2024-03-24T11:26:56.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:55 smithi157 bash[21535]: cephadm 2024-03-24T11:26:55.596039+0000 mgr.a (mgr.14152) 3 : cephadm 1 [24/Mar/2024:11:26:55] ENGINE Serving on http://172.21.15.157:8765 2024-03-24T11:26:56.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:55 smithi157 bash[21535]: cephadm 2024-03-24T11:26:55.596196+0000 mgr.a (mgr.14152) 4 : cephadm 1 [24/Mar/2024:11:26:55] ENGINE Bus STARTED 2024-03-24T11:26:56.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:55 smithi157 bash[21535]: cluster 2024-03-24T11:26:55.747306+0000 mon.a (mon.0) 86 : cluster 0 mgrmap e11: a(active, since 1.01283s) 2024-03-24T11:26:56.519 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:26:56.519 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-24T11:26:56.519 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-24T11:26:56.519 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:26:56.520 INFO:teuthology.orchestra.run.smithi157.stdout:mgr epoch 9 is available 2024-03-24T11:26:56.520 INFO:teuthology.orchestra.run.smithi157.stdout:Generating a dashboard self-signed certificate... 2024-03-24T11:26:57.248 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:56 smithi157 bash[21535]: audit 2024-03-24T11:26:55.745850+0000 mgr.a (mgr.14152) 5 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-24T11:26:57.249 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:56 smithi157 bash[21535]: audit 2024-03-24T11:26:55.759253+0000 mgr.a (mgr.14152) 6 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-24T11:26:58.134 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:57 smithi157 bash[21535]: cluster 2024-03-24T11:26:56.800327+0000 mon.a (mon.0) 87 : cluster 0 mgrmap e12: a(active, since 2s) 2024-03-24T11:26:58.581 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-24T11:26:58.581 INFO:teuthology.orchestra.run.smithi157.stdout:Creating initial admin user... 2024-03-24T11:26:59.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:58 smithi157 bash[21535]: audit 2024-03-24T11:26:57.809523+0000 mgr.a (mgr.14152) 7 : audit 0 from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:59.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:58 smithi157 bash[21535]: audit 2024-03-24T11:26:57.934256+0000 mon.a (mon.0) 88 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:26:59.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:26:58 smithi157 bash[21535]: audit 2024-03-24T11:26:57.939260+0000 mon.a (mon.0) 89 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:00.836 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$pYFW4FFRHZ4jRvPygG/GiO5l5iV.ji67AZzkzgF5eZXeGkRrxUbIO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711279620, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-24T11:27:00.836 INFO:teuthology.orchestra.run.smithi157.stdout:Fetching dashboard port number... 2024-03-24T11:27:01.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:01 smithi157 bash[21535]: audit 2024-03-24T11:26:59.899183+0000 mgr.a (mgr.14152) 8 : audit 0 from='client.14166 -' 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-03-24T11:27:01.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:01 smithi157 bash[21535]: audit 2024-03-24T11:27:00.183420+0000 mon.a (mon.0) 90 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:02.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:02 smithi157 bash[21535]: cluster 2024-03-24T11:27:01.194719+0000 mon.a (mon.0) 91 : cluster 0 mgrmap e13: a(active, since 6s) 2024-03-24T11:27:02.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:02 smithi157 bash[21535]: audit 2024-03-24T11:27:01.813735+0000 mon.a (mon.0) 92 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:02.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:02 smithi157 bash[21535]: audit 2024-03-24T11:27:01.814602+0000 mon.a (mon.0) 93 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:27:02.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:02 smithi157 bash[21535]: audit 2024-03-24T11:27:01.821086+0000 mon.a (mon.0) 94 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:02.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:02 smithi157 bash[21535]: audit 2024-03-24T11:27:01.823248+0000 mon.a (mon.0) 95 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-03-24T11:27:02.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:02 smithi157 bash[21535]: audit 2024-03-24T11:27:01.824538+0000 mon.a (mon.0) 96 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]': finished 2024-03-24T11:27:02.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:02 smithi157 bash[21535]: audit 2024-03-24T11:27:02.109129+0000 mon.a (mon.0) 97 : audit 0 from='client.? 172.21.15.157:0/3293412610' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-24T11:27:02.766 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stdout 8443 2024-03-24T11:27:02.766 INFO:teuthology.orchestra.run.smithi157.stdout:firewalld does not appear to be present 2024-03-24T11:27:02.766 INFO:teuthology.orchestra.run.smithi157.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-24T11:27:02.768 INFO:teuthology.orchestra.run.smithi157.stdout:Ceph Dashboard is now available at: 2024-03-24T11:27:02.768 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:27:02.768 INFO:teuthology.orchestra.run.smithi157.stdout: URL: https://smithi157.front.sepia.ceph.com:8443/ 2024-03-24T11:27:02.768 INFO:teuthology.orchestra.run.smithi157.stdout: User: admin 2024-03-24T11:27:02.768 INFO:teuthology.orchestra.run.smithi157.stdout: Password: ujoumz4nql 2024-03-24T11:27:02.768 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:27:02.769 INFO:teuthology.orchestra.run.smithi157.stdout:Saving cluster configuration to /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config directory 2024-03-24T11:27:02.769 INFO:teuthology.orchestra.run.smithi157.stdout:Enabling autotune for osd_memory_target 2024-03-24T11:27:03.499 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:03 smithi157 bash[21535]: cephadm 2024-03-24T11:27:02.651940+0000 mgr.a (mgr.14152) 9 : cephadm 1 Deploying daemon agent.smithi157 on smithi157 2024-03-24T11:27:06.769 INFO:teuthology.orchestra.run.smithi157.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout:Or, if you are only running a single cluster on this host: 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout: ceph telemetry on 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout:For more information see: 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:27:06.770 INFO:teuthology.orchestra.run.smithi157.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-24T11:27:06.771 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:27:06.771 INFO:teuthology.orchestra.run.smithi157.stdout:Bootstrap complete. 2024-03-24T11:27:06.827 INFO:tasks.cephadm:Fetching config... 2024-03-24T11:27:06.827 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:27:06.827 DEBUG:teuthology.orchestra.run.smithi157:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-24T11:27:06.833 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-24T11:27:06.833 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:27:06.833 DEBUG:teuthology.orchestra.run.smithi157:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-24T11:27:06.880 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-24T11:27:06.880 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:27:06.880 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-24T11:27:06.935 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-24T11:27:06.935 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:27:06.935 DEBUG:teuthology.orchestra.run.smithi157:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-24T11:27:06.983 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-24T11:27:06.983 DEBUG:teuthology.orchestra.run.smithi157:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfoKEgAUUdhl8OvmtcXiAvKUFxlhl2geTNs08VLqVT7rnOoDel6oQFEhm8IOAjSdhUnDSQPkkRFGtH7Pxm+wSibbdaaSmnawxAJ83iOmpnarMvC5GBZUsNSMk+/FMRtd6U8EXmW/1roLwWhgO53qsOS62F1319WLwlkF4znikf4IUGti/emfFCvtvsQKi2q+PHt/B8FSpZWzWSQFdeshheYtr/5g2TlIz5v3HiKFlH/hIfDc1xlOgk49R3onrdt0imo1rgu6R9Qen35Qkh/IRxLP0uD8m63RHwM8mPHwtK1TyP/17WMUEL2Z/DSyWGMML+C0dVwP50R0trYX6xs8NIql+NdtEitHhKv96zXFfsh5uLb8iEyTN+G3a5COA3Y+UDswDMosjHCF9ieDmic5urFcZ94/uZrd88JbuKTYVPNSV+lOFFrAXuFvjNANwSQOHBF9OJMa6l/tvIvUuQ7gEw647pIi4HqUX+EWzU6Q12KFs3KbZaO2+KgQpA1BjYiqs= ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-24T11:27:07.041 INFO:teuthology.orchestra.run.smithi157.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfoKEgAUUdhl8OvmtcXiAvKUFxlhl2geTNs08VLqVT7rnOoDel6oQFEhm8IOAjSdhUnDSQPkkRFGtH7Pxm+wSibbdaaSmnawxAJ83iOmpnarMvC5GBZUsNSMk+/FMRtd6U8EXmW/1roLwWhgO53qsOS62F1319WLwlkF4znikf4IUGti/emfFCvtvsQKi2q+PHt/B8FSpZWzWSQFdeshheYtr/5g2TlIz5v3HiKFlH/hIfDc1xlOgk49R3onrdt0imo1rgu6R9Qen35Qkh/IRxLP0uD8m63RHwM8mPHwtK1TyP/17WMUEL2Z/DSyWGMML+C0dVwP50R0trYX6xs8NIql+NdtEitHhKv96zXFfsh5uLb8iEyTN+G3a5COA3Y+UDswDMosjHCF9ieDmic5urFcZ94/uZrd88JbuKTYVPNSV+lOFFrAXuFvjNANwSQOHBF9OJMa6l/tvIvUuQ7gEw647pIi4HqUX+EWzU6Q12KFs3KbZaO2+KgQpA1BjYiqs= ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:27:07.051 DEBUG:teuthology.orchestra.run.smithi194:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfoKEgAUUdhl8OvmtcXiAvKUFxlhl2geTNs08VLqVT7rnOoDel6oQFEhm8IOAjSdhUnDSQPkkRFGtH7Pxm+wSibbdaaSmnawxAJ83iOmpnarMvC5GBZUsNSMk+/FMRtd6U8EXmW/1roLwWhgO53qsOS62F1319WLwlkF4znikf4IUGti/emfFCvtvsQKi2q+PHt/B8FSpZWzWSQFdeshheYtr/5g2TlIz5v3HiKFlH/hIfDc1xlOgk49R3onrdt0imo1rgu6R9Qen35Qkh/IRxLP0uD8m63RHwM8mPHwtK1TyP/17WMUEL2Z/DSyWGMML+C0dVwP50R0trYX6xs8NIql+NdtEitHhKv96zXFfsh5uLb8iEyTN+G3a5COA3Y+UDswDMosjHCF9ieDmic5urFcZ94/uZrd88JbuKTYVPNSV+lOFFrAXuFvjNANwSQOHBF9OJMa6l/tvIvUuQ7gEw647pIi4HqUX+EWzU6Q12KFs3KbZaO2+KgQpA1BjYiqs= ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-24T11:27:07.074 INFO:teuthology.orchestra.run.smithi194.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfoKEgAUUdhl8OvmtcXiAvKUFxlhl2geTNs08VLqVT7rnOoDel6oQFEhm8IOAjSdhUnDSQPkkRFGtH7Pxm+wSibbdaaSmnawxAJ83iOmpnarMvC5GBZUsNSMk+/FMRtd6U8EXmW/1roLwWhgO53qsOS62F1319WLwlkF4znikf4IUGti/emfFCvtvsQKi2q+PHt/B8FSpZWzWSQFdeshheYtr/5g2TlIz5v3HiKFlH/hIfDc1xlOgk49R3onrdt0imo1rgu6R9Qen35Qkh/IRxLP0uD8m63RHwM8mPHwtK1TyP/17WMUEL2Z/DSyWGMML+C0dVwP50R0trYX6xs8NIql+NdtEitHhKv96zXFfsh5uLb8iEyTN+G3a5COA3Y+UDswDMosjHCF9ieDmic5urFcZ94/uZrd88JbuKTYVPNSV+lOFFrAXuFvjNANwSQOHBF9OJMa6l/tvIvUuQ7gEw647pIi4HqUX+EWzU6Q12KFs3KbZaO2+KgQpA1BjYiqs= ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:27:07.084 DEBUG:teuthology.orchestra.run.smithi196:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfoKEgAUUdhl8OvmtcXiAvKUFxlhl2geTNs08VLqVT7rnOoDel6oQFEhm8IOAjSdhUnDSQPkkRFGtH7Pxm+wSibbdaaSmnawxAJ83iOmpnarMvC5GBZUsNSMk+/FMRtd6U8EXmW/1roLwWhgO53qsOS62F1319WLwlkF4znikf4IUGti/emfFCvtvsQKi2q+PHt/B8FSpZWzWSQFdeshheYtr/5g2TlIz5v3HiKFlH/hIfDc1xlOgk49R3onrdt0imo1rgu6R9Qen35Qkh/IRxLP0uD8m63RHwM8mPHwtK1TyP/17WMUEL2Z/DSyWGMML+C0dVwP50R0trYX6xs8NIql+NdtEitHhKv96zXFfsh5uLb8iEyTN+G3a5COA3Y+UDswDMosjHCF9ieDmic5urFcZ94/uZrd88JbuKTYVPNSV+lOFFrAXuFvjNANwSQOHBF9OJMa6l/tvIvUuQ7gEw647pIi4HqUX+EWzU6Q12KFs3KbZaO2+KgQpA1BjYiqs= ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-24T11:27:07.106 INFO:teuthology.orchestra.run.smithi196.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfoKEgAUUdhl8OvmtcXiAvKUFxlhl2geTNs08VLqVT7rnOoDel6oQFEhm8IOAjSdhUnDSQPkkRFGtH7Pxm+wSibbdaaSmnawxAJ83iOmpnarMvC5GBZUsNSMk+/FMRtd6U8EXmW/1roLwWhgO53qsOS62F1319WLwlkF4znikf4IUGti/emfFCvtvsQKi2q+PHt/B8FSpZWzWSQFdeshheYtr/5g2TlIz5v3HiKFlH/hIfDc1xlOgk49R3onrdt0imo1rgu6R9Qen35Qkh/IRxLP0uD8m63RHwM8mPHwtK1TyP/17WMUEL2Z/DSyWGMML+C0dVwP50R0trYX6xs8NIql+NdtEitHhKv96zXFfsh5uLb8iEyTN+G3a5COA3Y+UDswDMosjHCF9ieDmic5urFcZ94/uZrd88JbuKTYVPNSV+lOFFrAXuFvjNANwSQOHBF9OJMa6l/tvIvUuQ7gEw647pIi4HqUX+EWzU6Q12KFs3KbZaO2+KgQpA1BjYiqs= ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:27:07.111 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:07 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:07.112 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:27:07 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:07.115 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-24T11:27:07.506 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:27:07 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:07.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:07 smithi157 bash[21535]: audit 2024-03-24T11:27:06.146490+0000 mon.a (mon.0) 98 : audit 1 from='client.? 172.21.15.157:0/2981737268' entity='client.admin' 2024-03-24T11:27:07.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:07 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:08.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.350078+0000 mon.a (mon.0) 99 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:08.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.380818+0000 mon.a (mon.0) 100 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:08.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.386285+0000 mon.a (mon.0) 101 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:08.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.420098+0000 mon.a (mon.0) 102 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:27:08.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.425454+0000 mon.a (mon.0) 103 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:08.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.427956+0000 mon.a (mon.0) 104 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:08.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.430452+0000 mon.a (mon.0) 105 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:08.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.432944+0000 mon.a (mon.0) 106 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:08.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.436765+0000 mon.a (mon.0) 107 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:08.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.472145+0000 mon.a (mon.0) 108 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:27:08.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.480192+0000 mon.a (mon.0) 109 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:08.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:08 smithi157 bash[21535]: audit 2024-03-24T11:27:07.813382+0000 mon.a (mon.0) 110 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:11.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:10 smithi157 bash[21535]: audit 2024-03-24T11:27:09.816037+0000 mon.a (mon.0) 111 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:11.818 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:27:13.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:13 smithi157 bash[21535]: audit 2024-03-24T11:27:12.182044+0000 mon.a (mon.0) 112 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:13.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:13 smithi157 bash[21535]: audit 2024-03-24T11:27:12.187086+0000 mon.a (mon.0) 113 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:15.590 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-24T11:27:15.590 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-24T11:27:16.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:15 smithi157 bash[21535]: cluster 2024-03-24T11:27:14.748355+0000 mgr.a (mgr.14152) 10 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:16.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:15 smithi157 bash[21535]: audit 2024-03-24T11:27:14.868018+0000 mon.a (mon.0) 114 : audit 1 from='client.? 172.21.15.157:0/3193264803' entity='client.admin' 2024-03-24T11:27:16.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:15 smithi157 bash[21535]: audit 2024-03-24T11:27:14.896547+0000 mon.a (mon.0) 115 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:27:16.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:15 smithi157 bash[21535]: audit 2024-03-24T11:27:14.900659+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:18.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:17 smithi157 bash[21535]: cluster 2024-03-24T11:27:16.748719+0000 mgr.a (mgr.14152) 11 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:20.148 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:19 smithi157 bash[21535]: cluster 2024-03-24T11:27:18.749049+0000 mgr.a (mgr.14152) 12 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:20.404 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:27:21.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:21 smithi157 bash[21535]: audit 2024-03-24T11:27:20.137752+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:21.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:21 smithi157 bash[21535]: audit 2024-03-24T11:27:20.145584+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:22.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:22 smithi157 bash[21535]: cluster 2024-03-24T11:27:20.749430+0000 mgr.a (mgr.14152) 13 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:23.800 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi194 2024-03-24T11:27:23.800 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:27:23.800 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.conf 2024-03-24T11:27:23.807 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:27:23.807 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:27:23.859 INFO:tasks.cephadm:Adding host smithi194 to orchestrator... 2024-03-24T11:27:23.859 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph orch host add smithi194 2024-03-24T11:27:24.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: cluster 2024-03-24T11:27:22.749785+0000 mgr.a (mgr.14152) 14 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:24.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: audit 2024-03-24T11:27:23.081575+0000 mgr.a (mgr.14152) 15 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:27:24.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: audit 2024-03-24T11:27:23.086693+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:24.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: audit 2024-03-24T11:27:23.103260+0000 mon.a (mon.0) 120 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:27:24.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: audit 2024-03-24T11:27:23.105135+0000 mon.a (mon.0) 121 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:27:24.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: audit 2024-03-24T11:27:23.105923+0000 mon.a (mon.0) 122 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:27:24.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: cephadm 2024-03-24T11:27:23.107016+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-03-24T11:27:24.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: cephadm 2024-03-24T11:27:23.221014+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:27:24.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: cephadm 2024-03-24T11:27:23.335238+0000 mgr.a (mgr.14152) 18 : cephadm 1 Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:27:24.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: cephadm 2024-03-24T11:27:23.449659+0000 mgr.a (mgr.14152) 19 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:27:24.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: audit 2024-03-24T11:27:23.568676+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:24.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: audit 2024-03-24T11:27:23.572979+0000 mon.a (mon.0) 124 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:24.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:24 smithi157 bash[21535]: audit 2024-03-24T11:27:23.577653+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:26.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:26 smithi157 bash[21535]: cluster 2024-03-24T11:27:24.750156+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:28.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:28 smithi157 bash[21535]: cluster 2024-03-24T11:27:26.750636+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:28.568 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:27:30.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:30 smithi157 bash[21535]: cluster 2024-03-24T11:27:28.751054+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:32.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:32 smithi157 bash[21535]: cluster 2024-03-24T11:27:30.751445+0000 mgr.a (mgr.14152) 23 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:32.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:32 smithi157 bash[21535]: audit 2024-03-24T11:27:31.449576+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:32.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:32 smithi157 bash[21535]: audit 2024-03-24T11:27:31.452472+0000 mon.a (mon.0) 127 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:32.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:32 smithi157 bash[21535]: audit 2024-03-24T11:27:31.457289+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:33.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:33 smithi157 bash[21535]: audit 2024-03-24T11:27:32.184825+0000 mgr.a (mgr.14152) 24 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:27:34.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:34 smithi157 bash[21535]: cluster 2024-03-24T11:27:32.751827+0000 mgr.a (mgr.14152) 25 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:34.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:34 smithi157 bash[21535]: cephadm 2024-03-24T11:27:32.890670+0000 mgr.a (mgr.14152) 26 : cephadm 1 Deploying cephadm binary to smithi194 2024-03-24T11:27:36.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:36 smithi157 bash[21535]: cluster 2024-03-24T11:27:34.752188+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:37.969 INFO:teuthology.orchestra.run.smithi157.stdout:Added host 'smithi194' with addr '172.21.15.194' 2024-03-24T11:27:38.711 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:38 smithi157 bash[21535]: cluster 2024-03-24T11:27:36.752595+0000 mgr.a (mgr.14152) 28 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:38.711 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:38 smithi157 bash[21535]: audit 2024-03-24T11:27:37.968022+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:38.711 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:38 smithi157 bash[21535]: audit 2024-03-24T11:27:37.983950+0000 mon.a (mon.0) 130 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:27:38.713 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-24T11:27:39.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:39 smithi157 bash[21535]: cephadm 2024-03-24T11:27:37.968873+0000 mgr.a (mgr.14152) 29 : cephadm 1 Added host smithi194 2024-03-24T11:27:39.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:39 smithi157 bash[21535]: audit 2024-03-24T11:27:38.458107+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:40.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:40 smithi157 bash[21535]: cluster 2024-03-24T11:27:38.752898+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:40.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:40 smithi157 bash[21535]: audit 2024-03-24T11:27:39.984838+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:40.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:40 smithi157 bash[21535]: audit 2024-03-24T11:27:39.990561+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:40.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:40 smithi157 bash[21535]: audit 2024-03-24T11:27:39.992362+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:27:40.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:40 smithi157 bash[21535]: audit 2024-03-24T11:27:39.994839+0000 mon.a (mon.0) 135 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:27:40.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:40 smithi157 bash[21535]: audit 2024-03-24T11:27:39.996869+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:27:41.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:41 smithi157 bash[21535]: cephadm 2024-03-24T11:27:39.999730+0000 mgr.a (mgr.14152) 31 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2024-03-24T11:27:41.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:41 smithi157 bash[21535]: cephadm 2024-03-24T11:27:40.215450+0000 mgr.a (mgr.14152) 32 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:27:41.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:41 smithi157 bash[21535]: cephadm 2024-03-24T11:27:40.380666+0000 mgr.a (mgr.14152) 33 : cephadm 1 Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:27:41.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:41 smithi157 bash[21535]: cephadm 2024-03-24T11:27:40.546079+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:27:41.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:41 smithi157 bash[21535]: audit 2024-03-24T11:27:40.715618+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:41.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:41 smithi157 bash[21535]: audit 2024-03-24T11:27:40.721487+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:41.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:41 smithi157 bash[21535]: audit 2024-03-24T11:27:40.725073+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi194", "caps": []}]: dispatch 2024-03-24T11:27:41.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:41 smithi157 bash[21535]: audit 2024-03-24T11:27:40.726386+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi194", "caps": []}]': finished 2024-03-24T11:27:42.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:42 smithi157 bash[21535]: cluster 2024-03-24T11:27:40.753204+0000 mgr.a (mgr.14152) 35 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:42.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:42 smithi157 bash[21535]: cephadm 2024-03-24T11:27:41.502033+0000 mgr.a (mgr.14152) 36 : cephadm 1 Deploying daemon agent.smithi194 on smithi194 2024-03-24T11:27:43.425 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:27:43.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:42.512316+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:43.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:42.522701+0000 mon.a (mon.0) 142 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:43.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:42.528403+0000 mon.a (mon.0) 143 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:43.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:42.595535+0000 mon.a (mon.0) 144 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:27:43.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:42.600624+0000 mon.a (mon.0) 145 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:27:43.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:42.602213+0000 mon.a (mon.0) 146 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:27:43.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:42.610250+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:43.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:42.679613+0000 mon.a (mon.0) 148 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:27:43.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:42.683763+0000 mon.a (mon.0) 149 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:27:43.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:42.685444+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:27:43.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:42.693389+0000 mon.a (mon.0) 151 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:43.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:43 smithi157 bash[21535]: audit 2024-03-24T11:27:43.021063+0000 mon.a (mon.0) 152 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:44.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:44 smithi157 bash[21535]: cluster 2024-03-24T11:27:42.753608+0000 mgr.a (mgr.14152) 37 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:44.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:44 smithi157 bash[21535]: audit 2024-03-24T11:27:44.042538+0000 mon.a (mon.0) 153 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:44.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:44 smithi157 bash[21535]: audit 2024-03-24T11:27:44.050083+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:46.232 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:45 smithi157 bash[21535]: cluster 2024-03-24T11:27:44.754028+0000 mgr.a (mgr.14152) 38 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:46.233 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:45 smithi157 bash[21535]: audit 2024-03-24T11:27:44.827705+0000 mon.a (mon.0) 155 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:46.825 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:27:46.826 INFO:teuthology.orchestra.run.smithi157.stdout:[{"addr": "172.21.15.157", "hostname": "smithi157", "labels": [], "status": ""}, {"addr": "172.21.15.194", "hostname": "smithi194", "labels": [], "status": ""}] 2024-03-24T11:27:47.765 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi196 2024-03-24T11:27:47.765 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:27:47.766 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.conf 2024-03-24T11:27:47.772 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:27:47.772 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:27:47.818 INFO:tasks.cephadm:Adding host smithi196 to orchestrator... 2024-03-24T11:27:47.818 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph orch host add smithi196 2024-03-24T11:27:48.036 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:47 smithi157 bash[21535]: cluster 2024-03-24T11:27:46.754306+0000 mgr.a (mgr.14152) 39 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:48.036 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:47 smithi157 bash[21535]: audit 2024-03-24T11:27:46.825261+0000 mgr.a (mgr.14152) 40 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:27:50.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:49 smithi157 bash[21535]: cluster 2024-03-24T11:27:48.754718+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:53.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:52 smithi157 bash[21535]: cluster 2024-03-24T11:27:50.755152+0000 mgr.a (mgr.14152) 42 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:53.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:52 smithi157 bash[21535]: audit 2024-03-24T11:27:51.652349+0000 mon.a (mon.0) 156 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:53.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:52 smithi157 bash[21535]: audit 2024-03-24T11:27:51.658371+0000 mon.a (mon.0) 157 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:53.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:52 smithi157 bash[21535]: audit 2024-03-24T11:27:51.666376+0000 mon.a (mon.0) 158 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:53.076 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:27:55.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:54 smithi157 bash[21535]: cluster 2024-03-24T11:27:52.755560+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:57.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:56 smithi157 bash[21535]: cluster 2024-03-24T11:27:54.755955+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:58.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:57 smithi157 bash[21535]: audit 2024-03-24T11:27:55.900246+0000 mgr.a (mgr.14152) 45 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:27:58.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:57 smithi157 bash[21535]: cephadm 2024-03-24T11:27:56.590292+0000 mgr.a (mgr.14152) 46 : cephadm 1 Deploying cephadm binary to smithi196 2024-03-24T11:27:58.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:57 smithi157 bash[21535]: audit 2024-03-24T11:27:57.006955+0000 mon.a (mon.0) 159 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:58.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:57 smithi157 bash[21535]: audit 2024-03-24T11:27:57.013359+0000 mon.a (mon.0) 160 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:27:59.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:27:58 smithi157 bash[21535]: cluster 2024-03-24T11:27:56.756379+0000 mgr.a (mgr.14152) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:01.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:00 smithi157 bash[21535]: cluster 2024-03-24T11:27:58.756746+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:01.752 INFO:teuthology.orchestra.run.smithi157.stdout:Added host 'smithi196' with addr '172.21.15.196' 2024-03-24T11:28:02.501 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-24T11:28:02.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:02 smithi157 bash[21535]: cluster 2024-03-24T11:28:00.757132+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:02.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:02 smithi157 bash[21535]: audit 2024-03-24T11:28:01.750827+0000 mon.a (mon.0) 161 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:02.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:02 smithi157 bash[21535]: audit 2024-03-24T11:28:01.797195+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:02.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:02 smithi157 bash[21535]: audit 2024-03-24T11:28:02.270920+0000 mon.a (mon.0) 163 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:03.865 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:03 smithi157 bash[21535]: cephadm 2024-03-24T11:28:01.751624+0000 mgr.a (mgr.14152) 50 : cephadm 1 Added host smithi196 2024-03-24T11:28:03.865 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:03 smithi157 bash[21535]: audit 2024-03-24T11:28:03.602251+0000 mon.a (mon.0) 164 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:03.866 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:03 smithi157 bash[21535]: audit 2024-03-24T11:28:03.605764+0000 mon.a (mon.0) 165 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:03.866 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:03 smithi157 bash[21535]: audit 2024-03-24T11:28:03.609863+0000 mon.a (mon.0) 166 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:05.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:04 smithi157 bash[21535]: cluster 2024-03-24T11:28:02.757570+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:05.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:04 smithi157 bash[21535]: audit 2024-03-24T11:28:03.794995+0000 mon.a (mon.0) 167 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:05.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:04 smithi157 bash[21535]: audit 2024-03-24T11:28:03.800925+0000 mon.a (mon.0) 168 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:05.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:04 smithi157 bash[21535]: audit 2024-03-24T11:28:03.802374+0000 mon.a (mon.0) 169 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:28:05.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:04 smithi157 bash[21535]: audit 2024-03-24T11:28:03.804176+0000 mon.a (mon.0) 170 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:05.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:04 smithi157 bash[21535]: audit 2024-03-24T11:28:03.805839+0000 mon.a (mon.0) 171 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:05.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:04 smithi157 bash[21535]: audit 2024-03-24T11:28:04.625881+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:05.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:04 smithi157 bash[21535]: audit 2024-03-24T11:28:04.631695+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:05.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:04 smithi157 bash[21535]: audit 2024-03-24T11:28:04.635342+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi196", "caps": []}]: dispatch 2024-03-24T11:28:05.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:04 smithi157 bash[21535]: audit 2024-03-24T11:28:04.636734+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi196", "caps": []}]': finished 2024-03-24T11:28:06.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:05 smithi157 bash[21535]: cephadm 2024-03-24T11:28:03.808524+0000 mgr.a (mgr.14152) 52 : cephadm 1 Updating smithi196:/etc/ceph/ceph.conf 2024-03-24T11:28:06.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:05 smithi157 bash[21535]: cephadm 2024-03-24T11:28:04.124671+0000 mgr.a (mgr.14152) 53 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:06.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:05 smithi157 bash[21535]: cephadm 2024-03-24T11:28:04.289704+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:28:06.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:05 smithi157 bash[21535]: cephadm 2024-03-24T11:28:04.454063+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:28:07.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: cluster 2024-03-24T11:28:04.757964+0000 mgr.a (mgr.14152) 56 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: cephadm 2024-03-24T11:28:05.030093+0000 mgr.a (mgr.14152) 57 : cephadm 1 Deploying daemon agent.smithi196 on smithi196 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:05.936801+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:05.948306+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:05.951447+0000 mon.a (mon.0) 178 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:06.033052+0000 mon.a (mon.0) 179 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:06.037193+0000 mon.a (mon.0) 180 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:06.038538+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:06.045744+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:06.131140+0000 mon.a (mon.0) 183 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:06.136352+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:06.138289+0000 mon.a (mon.0) 185 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:06.146729+0000 mon.a (mon.0) 186 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:07.007 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:06 smithi157 bash[21535]: audit 2024-03-24T11:28:06.383781+0000 mon.a (mon.0) 187 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:07.213 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:28:08.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:08 smithi157 bash[21535]: cluster 2024-03-24T11:28:06.758450+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:08.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:08 smithi157 bash[21535]: audit 2024-03-24T11:28:07.459371+0000 mon.a (mon.0) 188 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:08.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:08 smithi157 bash[21535]: audit 2024-03-24T11:28:07.465145+0000 mon.a (mon.0) 189 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:10.061 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:28:10.062 INFO:teuthology.orchestra.run.smithi157.stdout:[{"addr": "172.21.15.157", "hostname": "smithi157", "labels": [], "status": ""}, {"addr": "172.21.15.194", "hostname": "smithi194", "labels": [], "status": ""}, {"addr": "172.21.15.196", "hostname": "smithi196", "labels": [], "status": ""}] 2024-03-24T11:28:10.735 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:10 smithi157 bash[21535]: cluster 2024-03-24T11:28:08.758873+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:10.736 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:10 smithi157 bash[21535]: audit 2024-03-24T11:28:09.838237+0000 mon.a (mon.0) 190 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:10.737 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-24T11:28:10.737 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-24T11:28:11.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:11 smithi157 bash[21535]: audit 2024-03-24T11:28:10.060917+0000 mgr.a (mgr.14152) 60 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:28:12.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:12 smithi157 bash[21535]: cluster 2024-03-24T11:28:10.759213+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:12.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:12 smithi157 bash[21535]: audit 2024-03-24T11:28:11.864937+0000 mon.a (mon.0) 191 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:12.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:12 smithi157 bash[21535]: audit 2024-03-24T11:28:11.869748+0000 mon.a (mon.0) 192 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:12.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:12 smithi157 bash[21535]: audit 2024-03-24T11:28:11.876039+0000 mon.a (mon.0) 193 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:14.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:14 smithi157 bash[21535]: cluster 2024-03-24T11:28:12.759593+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:15.449 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:28:16.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:16 smithi157 bash[21535]: cluster 2024-03-24T11:28:14.760068+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:18.473 INFO:teuthology.orchestra.run.smithi157.stderr:adjusted tunables profile to default 2024-03-24T11:28:18.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:18 smithi157 bash[21535]: cluster 2024-03-24T11:28:16.760579+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:18.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:18 smithi157 bash[21535]: audit 2024-03-24T11:28:18.233116+0000 mon.a (mon.0) 194 : audit 1 from='client.? 172.21.15.157:0/1921922914' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-24T11:28:19.108 INFO:tasks.cephadm:Adding mon.a on smithi157 2024-03-24T11:28:19.108 INFO:tasks.cephadm:Adding mon.b on smithi194 2024-03-24T11:28:19.108 INFO:tasks.cephadm:Adding mon.c on smithi196 2024-03-24T11:28:19.109 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi157:172.21.15.157=a;smithi194:172.21.15.194=b;smithi196:172.21.15.196=c' 2024-03-24T11:28:19.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:19 smithi157 bash[21535]: audit 2024-03-24T11:28:18.469522+0000 mon.a (mon.0) 195 : audit 1 from='client.? 172.21.15.157:0/1921922914' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-24T11:28:19.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:19 smithi157 bash[21535]: cluster 2024-03-24T11:28:18.473974+0000 mon.a (mon.0) 196 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:20.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:20 smithi157 bash[21535]: cluster 2024-03-24T11:28:18.761052+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:20.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:20 smithi157 bash[21535]: audit 2024-03-24T11:28:20.390483+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:20.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:20 smithi157 bash[21535]: audit 2024-03-24T11:28:20.398213+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:21.213 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:22.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:22 smithi157 bash[21535]: cluster 2024-03-24T11:28:20.761552+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:23.765 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mon update... 2024-03-24T11:28:24.375 DEBUG:teuthology.orchestra.run.smithi194:mon.b> sudo journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.b.service 2024-03-24T11:28:24.377 DEBUG:teuthology.orchestra.run.smithi196:mon.c> sudo journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.c.service 2024-03-24T11:28:24.380 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-24T11:28:24.380 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-24T11:28:24.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:24 smithi157 bash[21535]: cluster 2024-03-24T11:28:22.762002+0000 mgr.a (mgr.14152) 67 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:24.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:24 smithi157 bash[21535]: audit 2024-03-24T11:28:23.764393+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:24.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:24 smithi157 bash[21535]: audit 2024-03-24T11:28:23.798953+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:24.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:24 smithi157 bash[21535]: audit 2024-03-24T11:28:23.804027+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:24.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:24 smithi157 bash[21535]: audit 2024-03-24T11:28:23.811681+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:24.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:24 smithi157 bash[21535]: audit 2024-03-24T11:28:23.812318+0000 mon.a (mon.0) 203 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:24.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:24 smithi157 bash[21535]: audit 2024-03-24T11:28:23.817425+0000 mon.a (mon.0) 204 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:24.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:24 smithi157 bash[21535]: audit 2024-03-24T11:28:23.818872+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:24.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:24 smithi157 bash[21535]: audit 2024-03-24T11:28:23.826474+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:24.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:24 smithi157 bash[21535]: audit 2024-03-24T11:28:23.831708+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:24.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:24 smithi157 bash[21535]: audit 2024-03-24T11:28:23.833267+0000 mon.a (mon.0) 208 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:25.603 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:25.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:25 smithi157 bash[21535]: audit 2024-03-24T11:28:23.751764+0000 mgr.a (mgr.14152) 68 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi157:172.21.15.157=a;smithi194:172.21.15.194=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:28:25.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:25 smithi157 bash[21535]: cephadm 2024-03-24T11:28:23.757865+0000 mgr.a (mgr.14152) 69 : cephadm 1 Saving service mon spec with placement smithi157:172.21.15.157=a;smithi194:172.21.15.194=b;smithi196:172.21.15.196=c;count:3 2024-03-24T11:28:25.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:25 smithi157 bash[21535]: cephadm 2024-03-24T11:28:23.835127+0000 mgr.a (mgr.14152) 70 : cephadm 1 Deploying daemon mon.c on smithi196 2024-03-24T11:28:26.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:26 smithi157 bash[21535]: cluster 2024-03-24T11:28:24.762404+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:28.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:28 smithi157 bash[21535]: cluster 2024-03-24T11:28:26.762826+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:29.936 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-03-24T11:28:29.936 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"0f82b38c-e9d1-11ee-95cd-87774f69a715","modified":"2024-03-24T11:25:41.362627Z","created":"2024-03-24T11:25:41.362627Z","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.157:3300","nonce":0},{"type":"v1","addr":"172.21.15.157:6789","nonce":0}]},"addr":"172.21.15.157:6789/0","public_addr":"172.21.15.157:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-24T11:28:29.938 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2024-03-24T11:28:30.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:30 smithi157 bash[21535]: cluster 2024-03-24T11:28:28.763285+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:30.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:30 smithi157 bash[21535]: audit 2024-03-24T11:28:29.928066+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:30.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:30 smithi157 bash[21535]: audit 2024-03-24T11:28:29.933983+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:30.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:30 smithi157 bash[21535]: audit 2024-03-24T11:28:29.935921+0000 mon.a (mon.0) 211 : audit 0 from='client.? 172.21.15.196:0/749844736' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-24T11:28:30.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:30 smithi157 bash[21535]: audit 2024-03-24T11:28:29.942251+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:30.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:30 smithi157 bash[21535]: audit 2024-03-24T11:28:30.244151+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:30.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:30 smithi157 bash[21535]: audit 2024-03-24T11:28:30.246996+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:30.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:30 smithi157 bash[21535]: audit 2024-03-24T11:28:30.268111+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:30.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:30 smithi157 bash[21535]: audit 2024-03-24T11:28:30.268849+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:30.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:30 smithi157 bash[21535]: audit 2024-03-24T11:28:30.269666+0000 mon.a (mon.0) 217 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:31.646 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cluster 2024-03-24T11:28:14.760068+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:31.647 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cluster 2024-03-24T11:28:16.760579+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:31.647 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:18.233116+0000 mon.a (mon.0) 194 : audit 1 from='client.? 172.21.15.157:0/1921922914' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-24T11:28:31.647 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:18.469522+0000 mon.a (mon.0) 195 : audit 1 from='client.? 172.21.15.157:0/1921922914' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-24T11:28:31.647 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cluster 2024-03-24T11:28:18.473974+0000 mon.a (mon.0) 196 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:31.647 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cluster 2024-03-24T11:28:18.761052+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:31.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:31 smithi157 bash[21535]: cephadm 2024-03-24T11:28:30.270729+0000 mgr.a (mgr.14152) 74 : cephadm 1 Deploying daemon mon.b on smithi194 2024-03-24T11:28:31.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:20.390483+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:20.398213+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cluster 2024-03-24T11:28:20.761552+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cluster 2024-03-24T11:28:22.762002+0000 mgr.a (mgr.14152) 67 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:23.764393+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:23.798953+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:23.804027+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:23.811681+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:23.812318+0000 mon.a (mon.0) 203 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:23.817425+0000 mon.a (mon.0) 204 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:23.818872+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:23.826474+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:23.831708+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:23.833267+0000 mon.a (mon.0) 208 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:23.751764+0000 mgr.a (mgr.14152) 68 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi157:172.21.15.157=a;smithi194:172.21.15.194=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cephadm 2024-03-24T11:28:23.757865+0000 mgr.a (mgr.14152) 69 : cephadm 1 Saving service mon spec with placement smithi157:172.21.15.157=a;smithi194:172.21.15.194=b;smithi196:172.21.15.196=c;count:3 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cephadm 2024-03-24T11:28:23.835127+0000 mgr.a (mgr.14152) 70 : cephadm 1 Deploying daemon mon.c on smithi196 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cluster 2024-03-24T11:28:24.762404+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cluster 2024-03-24T11:28:26.762826+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cluster 2024-03-24T11:28:28.763285+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:29.928066+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:29.933983+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:29.935921+0000 mon.a (mon.0) 211 : audit 0 from='client.? 172.21.15.196:0/749844736' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:29.942251+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:30.244151+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:30.246996+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:30.268111+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:31.922 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:30.268849+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:31.922 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: audit 2024-03-24T11:28:30.269666+0000 mon.a (mon.0) 217 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:31.922 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: cephadm 2024-03-24T11:28:30.270729+0000 mgr.a (mgr.14152) 74 : cephadm 1 Deploying daemon mon.b on smithi194 2024-03-24T11:28:31.922 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:31 smithi196 bash[22395]: debug 2024-03-24T11:28:31.636+0000 7f8e2a480700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-24T11:28:32.074 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-24T11:28:32.075 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-24T11:28:34.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:34 smithi194 systemd[1]: Started Ceph mon.b for 0f82b38c-e9d1-11ee-95cd-87774f69a715. 2024-03-24T11:28:35.765 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.c/config 2024-03-24T11:28:36.128 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.080+0000 7f42e729ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-24T11:28:36.128 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.080+0000 7f42e729ec80 0 ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev), process ceph-mon, pid 7 2024-03-24T11:28:36.128 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.080+0000 7f42e729ec80 0 pidfile_write: ignore empty --pid-file 2024-03-24T11:28:36.128 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 0 load: jerasure load: lrc 2024-03-24T11:28:36.128 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: RocksDB version: 7.9.2 2024-03-24T11:28:36.128 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Git sha 0 2024-03-24T11:28:36.128 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Compile date 2024-03-16 10:36:11 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: DB SUMMARY 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: DB Session ID: QHI84TMKEYKBLI7TCXEC 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: CURRENT file: CURRENT 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.error_if_exists: 0 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.create_if_missing: 0 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.paranoid_checks: 1 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-24T11:28:36.129 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.env: 0x5559798d0ae0 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.info_log: 0x55597c0c9900 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.statistics: (nil) 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.use_fsync: 0 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_log_file_size: 0 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-24T11:28:36.130 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.allow_fallocate: 1 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.use_direct_reads: 0 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.db_log_dir: 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.wal_dir: 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-24T11:28:36.131 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.write_buffer_manager: 0x55597c09d400 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.unordered_write: 0 2024-03-24T11:28:36.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.row_cache: None 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.wal_filter: None 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.two_write_queues: 0 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.wal_compression: 0 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.atomic_flush: 0 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-24T11:28:36.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-24T11:28:36.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.log_readahead_size: 0 2024-03-24T11:28:36.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-24T11:28:36.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-24T11:28:36.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-24T11:28:36.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-24T11:28:36.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-24T11:28:36.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-24T11:28:36.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-24T11:28:36.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_background_jobs: 2 2024-03-24T11:28:36.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_background_compactions: -1 2024-03-24T11:28:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_subcompactions: 1 2024-03-24T11:28:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-24T11:28:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-24T11:28:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-24T11:28:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-24T11:28:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-24T11:28:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-24T11:28:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-24T11:28:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-24T11:28:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_open_files: -1 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_background_flushes: -1 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Compression algorithms supported: 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: kZSTD supported: 0 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: kXpressCompression supported: 0 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: kZlibCompression supported: 1 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: kSnappyCompression supported: 1 2024-03-24T11:28:36.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: kLZ4Compression supported: 1 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: kBZip2Compression supported: 0 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.merge_operator: 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_filter: None 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-24T11:28:36.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55597c0c9a00) 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cache_index_and_filter_blocks: 1 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: pin_top_level_index_and_filter: 1 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: index_type: 0 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: data_block_index_type: 0 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: index_shortening: 1 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: data_block_hash_table_util_ratio: 0.750000 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: checksum: 4 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: no_block_cache: 0 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: block_cache: 0x55597c0cb090 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: block_cache_name: BinnedLRUCache 2024-03-24T11:28:36.140 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: block_cache_options: 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: capacity : 536870912 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: num_shard_bits : 4 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: strict_capacity_limit : 0 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: high_pri_pool_ratio: 0.000 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: block_cache_compressed: (nil) 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: persistent_cache: (nil) 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: block_size: 4096 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: block_size_deviation: 10 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: block_restart_interval: 16 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: index_block_restart_interval: 1 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: metadata_block_size: 4096 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: partition_filters: 0 2024-03-24T11:28:36.141 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: use_delta_encoding: 1 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: filter_policy: bloomfilter 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: whole_key_filtering: 1 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: verify_compression: 0 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: read_amp_bytes_per_bit: 0 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: format_version: 5 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: enable_index_compression: 1 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: block_align: 0 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: max_auto_readahead_size: 262144 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: prepopulate_block_cache: 0 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: initial_auto_readahead_size: 8192 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: num_file_reads_for_auto_readahead: 2 2024-03-24T11:28:36.142 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compression: NoCompression 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.num_levels: 7 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-24T11:28:36.143 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-24T11:28:36.144 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-24T11:28:36.145 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-24T11:28:36.146 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.table_properties_collectors: 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.inplace_update_support: 0 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-24T11:28:36.147 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.bloom_locality: 0 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.max_successive_merges: 0 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.ttl: 2592000 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.enable_blob_files: false 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.min_blob_size: 0 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-24T11:28:36.148 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 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-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: be352949-d5cc-4c8e-9db6-e16f532687d3 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279716094251, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279716094703, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "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": "[]", "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": 1711279716, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "be352949-d5cc-4c8e-9db6-e16f532687d3", "db_session_id": "QHI84TMKEYKBLI7TCXEC", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279716094805, "job": 1, "event": "recovery_finished"} 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.088+0000 7f42e729ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.092+0000 7f42e729ec80 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-03-24T11:28:36.149 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.092+0000 7f42e729ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55597c1c0000 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.092+0000 7f42e729ec80 4 rocksdb: DB pointer 0x55597c1aa000 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.092+0000 7f42e729ec80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.092+0000 7f42e729ec80 0 using public_addr v2:172.21.15.194:0/0 -> [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.092+0000 7f42e729ec80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] at bind addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.092+0000 7f42d5a0e700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.092+0000 7f42d5a0e700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: ** DB Stats ** 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-24T11:28:36.150 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: ** Compaction Stats [default] ** 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: 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-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: ** Compaction Stats [default] ** 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: 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-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:28:36.151 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: AddFile(Total Files): cumulative 0, interval 0 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: AddFile(Keys): cumulative 0, interval 0 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Interval compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: 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-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Block cache BinnedLRUCache@0x55597c0cb090#7 capacity: 512.00 MB usage: 0.86 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: Block cache entry stats(count,size,portion): DataBlock(1,0.64 KB,0.00012219%) FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: ** File Read Latency Histogram By Level [default] ** 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.092+0000 7f42e729ec80 1 mon.b@-1(???) e0 preinit fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: e1 2024-03-24T11:28:36.152 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: 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} 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: legacy client fscid: -1 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: No filesystems configured 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 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-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.116+0000 7f42d8a14700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:28:36.153 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:18.749049+0000 mgr.a (mgr.14152) 12 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:20.137752+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:20.145584+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:20.749430+0000 mgr.a (mgr.14152) 13 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:22.749785+0000 mgr.a (mgr.14152) 14 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:23.081575+0000 mgr.a (mgr.14152) 15 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:23.086693+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:23.103260+0000 mon.a (mon.0) 120 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:23.105135+0000 mon.a (mon.0) 121 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:23.105923+0000 mon.a (mon.0) 122 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:23.107016+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:23.221014+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:23.335238+0000 mgr.a (mgr.14152) 18 : cephadm 1 Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:23.449659+0000 mgr.a (mgr.14152) 19 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:28:36.154 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:23.568676+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:23.572979+0000 mon.a (mon.0) 124 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:23.577653+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:24.750156+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:26.750636+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:28.751054+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:30.751445+0000 mgr.a (mgr.14152) 23 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:31.449576+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:31.452472+0000 mon.a (mon.0) 127 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:31.457289+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:32.184825+0000 mgr.a (mgr.14152) 24 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:32.751827+0000 mgr.a (mgr.14152) 25 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:32.890670+0000 mgr.a (mgr.14152) 26 : cephadm 1 Deploying cephadm binary to smithi194 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:34.752188+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.155 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:36.752595+0000 mgr.a (mgr.14152) 28 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:37.968022+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:37.983950+0000 mon.a (mon.0) 130 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:37.968873+0000 mgr.a (mgr.14152) 29 : cephadm 1 Added host smithi194 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:38.458107+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:38.752898+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:39.984838+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:39.990561+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:39.992362+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:39.994839+0000 mon.a (mon.0) 135 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:39.996869+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:39.999730+0000 mgr.a (mgr.14152) 31 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:40.215450+0000 mgr.a (mgr.14152) 32 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:40.380666+0000 mgr.a (mgr.14152) 33 : cephadm 1 Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:28:36.156 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:40.546079+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:40.715618+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:40.721487+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:40.725073+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi194", "caps": []}]: dispatch 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:40.726386+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi194", "caps": []}]': finished 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:40.753204+0000 mgr.a (mgr.14152) 35 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:41.502033+0000 mgr.a (mgr.14152) 36 : cephadm 1 Deploying daemon agent.smithi194 on smithi194 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:42.512316+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:42.522701+0000 mon.a (mon.0) 142 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:42.528403+0000 mon.a (mon.0) 143 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:42.595535+0000 mon.a (mon.0) 144 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:42.600624+0000 mon.a (mon.0) 145 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:42.602213+0000 mon.a (mon.0) 146 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:36.157 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:42.610250+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:42.679613+0000 mon.a (mon.0) 148 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:42.683763+0000 mon.a (mon.0) 149 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:42.685444+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:42.693389+0000 mon.a (mon.0) 151 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:43.021063+0000 mon.a (mon.0) 152 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:42.753608+0000 mgr.a (mgr.14152) 37 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:44.042538+0000 mon.a (mon.0) 153 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:44.050083+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:44.754028+0000 mgr.a (mgr.14152) 38 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:44.827705+0000 mon.a (mon.0) 155 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:46.754306+0000 mgr.a (mgr.14152) 39 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:46.825261+0000 mgr.a (mgr.14152) 40 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:28:36.158 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:48.754718+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:50.755152+0000 mgr.a (mgr.14152) 42 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:51.652349+0000 mon.a (mon.0) 156 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:51.658371+0000 mon.a (mon.0) 157 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:51.666376+0000 mon.a (mon.0) 158 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:52.755560+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:54.755955+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:55.900246+0000 mgr.a (mgr.14152) 45 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:27:56.590292+0000 mgr.a (mgr.14152) 46 : cephadm 1 Deploying cephadm binary to smithi196 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:57.006955+0000 mon.a (mon.0) 159 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:27:57.013359+0000 mon.a (mon.0) 160 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:56.756379+0000 mgr.a (mgr.14152) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:27:58.756746+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:00.757132+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.159 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:01.750827+0000 mon.a (mon.0) 161 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:01.797195+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:02.270920+0000 mon.a (mon.0) 163 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:28:01.751624+0000 mgr.a (mgr.14152) 50 : cephadm 1 Added host smithi196 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:03.602251+0000 mon.a (mon.0) 164 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:03.605764+0000 mon.a (mon.0) 165 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:03.609863+0000 mon.a (mon.0) 166 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:02.757570+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:03.794995+0000 mon.a (mon.0) 167 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:03.800925+0000 mon.a (mon.0) 168 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:03.802374+0000 mon.a (mon.0) 169 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:03.804176+0000 mon.a (mon.0) 170 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:03.805839+0000 mon.a (mon.0) 171 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:04.625881+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:04.631695+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.160 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:04.635342+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi196", "caps": []}]: dispatch 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:04.636734+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi196", "caps": []}]': finished 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:28:03.808524+0000 mgr.a (mgr.14152) 52 : cephadm 1 Updating smithi196:/etc/ceph/ceph.conf 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:28:04.124671+0000 mgr.a (mgr.14152) 53 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:28:04.289704+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:28:04.454063+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:04.757964+0000 mgr.a (mgr.14152) 56 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:28:05.030093+0000 mgr.a (mgr.14152) 57 : cephadm 1 Deploying daemon agent.smithi196 on smithi196 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:05.936801+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:05.948306+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:05.951447+0000 mon.a (mon.0) 178 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:06.033052+0000 mon.a (mon.0) 179 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:06.037193+0000 mon.a (mon.0) 180 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:06.038538+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:06.045744+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:06.131140+0000 mon.a (mon.0) 183 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:36.161 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:06.136352+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:06.138289+0000 mon.a (mon.0) 185 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:06.146729+0000 mon.a (mon.0) 186 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:06.383781+0000 mon.a (mon.0) 187 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:06.758450+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:07.459371+0000 mon.a (mon.0) 188 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:07.465145+0000 mon.a (mon.0) 189 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:08.758873+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:09.838237+0000 mon.a (mon.0) 190 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:10.060917+0000 mgr.a (mgr.14152) 60 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:10.759213+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:11.864937+0000 mon.a (mon.0) 191 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:11.869748+0000 mon.a (mon.0) 192 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:11.876039+0000 mon.a (mon.0) 193 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.162 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:12.759593+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:14.760068+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:16.760579+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:18.233116+0000 mon.a (mon.0) 194 : audit 1 from='client.? 172.21.15.157:0/1921922914' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:18.469522+0000 mon.a (mon.0) 195 : audit 1 from='client.? 172.21.15.157:0/1921922914' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:18.473974+0000 mon.a (mon.0) 196 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:18.761052+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:20.390483+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:20.398213+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:20.761552+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:22.762002+0000 mgr.a (mgr.14152) 67 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:23.764393+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:23.798953+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:23.804027+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:23.811681+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:23.812318+0000 mon.a (mon.0) 203 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:23.817425+0000 mon.a (mon.0) 204 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:23.818872+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:23.826474+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:23.831708+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:23.833267+0000 mon.a (mon.0) 208 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:23.751764+0000 mgr.a (mgr.14152) 68 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi157:172.21.15.157=a;smithi194:172.21.15.194=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:28:23.757865+0000 mgr.a (mgr.14152) 69 : cephadm 1 Saving service mon spec with placement smithi157:172.21.15.157=a;smithi194:172.21.15.194=b;smithi196:172.21.15.196=c;count:3 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:28:23.835127+0000 mgr.a (mgr.14152) 70 : cephadm 1 Deploying daemon mon.c on smithi196 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:24.762404+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:26.762826+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cluster 2024-03-24T11:28:28.763285+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:29.928066+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:29.933983+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:29.935921+0000 mon.a (mon.0) 211 : audit 0 from='client.? 172.21.15.196:0/749844736' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-24T11:28:36.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:29.942251+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.165 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:30.244151+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.165 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:30.246996+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.165 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:30.268111+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:36.165 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:30.268849+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:36.165 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: audit 2024-03-24T11:28:30.269666+0000 mon.a (mon.0) 217 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:36.165 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: cephadm 2024-03-24T11:28:30.270729+0000 mgr.a (mgr.14152) 74 : cephadm 1 Deploying daemon mon.b on smithi194 2024-03-24T11:28:36.165 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:36 smithi194 bash[22176]: debug 2024-03-24T11:28:36.120+0000 7f42d8a14700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-24T11:28:37.163 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: cluster 2024-03-24T11:28:30.763795+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:37.163 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:31.651199+0000 mon.a (mon.0) 219 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:28:37.163 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: cluster 2024-03-24T11:28:31.651669+0000 mon.a (mon.0) 220 : cluster 1 mon.a calling monitor election 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:31.677714+0000 mon.a (mon.0) 221 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:32.645054+0000 mon.a (mon.0) 222 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: cluster 2024-03-24T11:28:32.764167+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:33.645244+0000 mon.a (mon.0) 223 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: cluster 2024-03-24T11:28:33.648163+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:34.645509+0000 mon.a (mon.0) 224 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: cluster 2024-03-24T11:28:34.764509+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:35.645569+0000 mon.a (mon.0) 225 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:36.128781+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:36.645488+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: cluster 2024-03-24T11:28:36.700541+0000 mon.a (mon.0) 228 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: cluster 2024-03-24T11:28:36.707032+0000 mon.a (mon.0) 229 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0],c=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: cluster 2024-03-24T11:28:36.725088+0000 mon.a (mon.0) 230 : cluster 0 fsmap 2024-03-24T11:28:37.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: cluster 2024-03-24T11:28:36.725176+0000 mon.a (mon.0) 231 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:37.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: cluster 2024-03-24T11:28:36.725509+0000 mon.a (mon.0) 232 : cluster 0 mgrmap e13: a(active, since 101s) 2024-03-24T11:28:37.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: cluster 2024-03-24T11:28:36.725854+0000 mon.a (mon.0) 233 : cluster 1 overall HEALTH_OK 2024-03-24T11:28:37.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:36.734466+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:37.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:36.740702+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:37.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:36.746583+0000 mon.a (mon.0) 236 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:37.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:36.752209+0000 mon.a (mon.0) 237 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:37.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:36 smithi196 bash[22395]: audit 2024-03-24T11:28:36.757999+0000 mon.a (mon.0) 238 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:37.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: cluster 2024-03-24T11:28:30.763795+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:37.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:31.651199+0000 mon.a (mon.0) 219 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:28:37.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: cluster 2024-03-24T11:28:31.651669+0000 mon.a (mon.0) 220 : cluster 1 mon.a calling monitor election 2024-03-24T11:28:37.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:31.677714+0000 mon.a (mon.0) 221 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:32.645054+0000 mon.a (mon.0) 222 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: cluster 2024-03-24T11:28:32.764167+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:37.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:33.645244+0000 mon.a (mon.0) 223 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: cluster 2024-03-24T11:28:33.648163+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:34.645509+0000 mon.a (mon.0) 224 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: cluster 2024-03-24T11:28:34.764509+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:35.645569+0000 mon.a (mon.0) 225 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:36.128781+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:36.645488+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: cluster 2024-03-24T11:28:36.700541+0000 mon.a (mon.0) 228 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: cluster 2024-03-24T11:28:36.707032+0000 mon.a (mon.0) 229 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0],c=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: cluster 2024-03-24T11:28:36.725088+0000 mon.a (mon.0) 230 : cluster 0 fsmap 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: cluster 2024-03-24T11:28:36.725176+0000 mon.a (mon.0) 231 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: cluster 2024-03-24T11:28:36.725509+0000 mon.a (mon.0) 232 : cluster 0 mgrmap e13: a(active, since 101s) 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: cluster 2024-03-24T11:28:36.725854+0000 mon.a (mon.0) 233 : cluster 1 overall HEALTH_OK 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:36.734466+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:36.740702+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:37.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:36.746583+0000 mon.a (mon.0) 236 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:37.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:36.752209+0000 mon.a (mon.0) 237 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:37.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:36 smithi157 bash[21535]: audit 2024-03-24T11:28:36.757999+0000 mon.a (mon.0) 238 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: cluster 2024-03-24T11:28:36.764838+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:38.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:36.806497+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:36.812884+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:36.912269+0000 mon.a (mon.0) 241 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:36.915668+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:36.916747+0000 mon.a (mon.0) 243 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: cephadm 2024-03-24T11:28:36.918506+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: cephadm 2024-03-24T11:28:36.918848+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: cephadm 2024-03-24T11:28:36.919090+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi196:/etc/ceph/ceph.conf 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.128428+0000 mon.a (mon.0) 244 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: cephadm 2024-03-24T11:28:37.184309+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: cephadm 2024-03-24T11:28:37.184905+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: cephadm 2024-03-24T11:28:37.285114+0000 mgr.a (mgr.14152) 84 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.353118+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.357705+0000 mon.a (mon.0) 246 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.362314+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.171 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.365871+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.171 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.455540+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.171 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.461803+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.171 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.467421+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.171 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: cephadm 2024-03-24T11:28:37.468114+0000 mgr.a (mgr.14152) 85 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:28:38.171 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: cephadm 2024-03-24T11:28:37.549252+0000 mgr.a (mgr.14152) 86 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-03-24T11:28:38.171 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.549767+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:38.171 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.551075+0000 mon.a (mon.0) 253 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:28:38.171 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.552153+0000 mon.a (mon.0) 254 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:38.171 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: cephadm 2024-03-24T11:28:37.553613+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring daemon mon.a on smithi157 2024-03-24T11:28:38.171 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:37 smithi196 bash[22395]: audit 2024-03-24T11:28:37.645528+0000 mon.a (mon.0) 255 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:38.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: cluster 2024-03-24T11:28:36.764838+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:36.806497+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:36.812884+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:36.912269+0000 mon.a (mon.0) 241 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:36.915668+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:36.916747+0000 mon.a (mon.0) 243 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: cephadm 2024-03-24T11:28:36.918506+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: cephadm 2024-03-24T11:28:36.918848+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: cephadm 2024-03-24T11:28:36.919090+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi196:/etc/ceph/ceph.conf 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.128428+0000 mon.a (mon.0) 244 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: cephadm 2024-03-24T11:28:37.184309+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: cephadm 2024-03-24T11:28:37.184905+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:38.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: cephadm 2024-03-24T11:28:37.285114+0000 mgr.a (mgr.14152) 84 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.353118+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.357705+0000 mon.a (mon.0) 246 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.362314+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.365871+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.455540+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.461803+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.467421+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: cephadm 2024-03-24T11:28:37.468114+0000 mgr.a (mgr.14152) 85 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: cephadm 2024-03-24T11:28:37.549252+0000 mgr.a (mgr.14152) 86 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.549767+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.551075+0000 mon.a (mon.0) 253 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.552153+0000 mon.a (mon.0) 254 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:38.258 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: cephadm 2024-03-24T11:28:37.553613+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring daemon mon.a on smithi157 2024-03-24T11:28:38.259 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:37 smithi157 bash[21535]: audit 2024-03-24T11:28:37.645528+0000 mon.a (mon.0) 255 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:38.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:30.763795+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:38.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:31.651199+0000 mon.a (mon.0) 219 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:28:38.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:31.651669+0000 mon.a (mon.0) 220 : cluster 1 mon.a calling monitor election 2024-03-24T11:28:38.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:31.677714+0000 mon.a (mon.0) 221 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:38.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:32.645054+0000 mon.a (mon.0) 222 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:38.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:32.764167+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:38.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:33.645244+0000 mon.a (mon.0) 223 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:38.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:33.648163+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-03-24T11:28:38.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:34.645509+0000 mon.a (mon.0) 224 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:34.764509+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:35.645569+0000 mon.a (mon.0) 225 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.128781+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.645488+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:36.700541+0000 mon.a (mon.0) 228 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:36.707032+0000 mon.a (mon.0) 229 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0],c=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:36.725088+0000 mon.a (mon.0) 230 : cluster 0 fsmap 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:36.725176+0000 mon.a (mon.0) 231 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:36.725509+0000 mon.a (mon.0) 232 : cluster 0 mgrmap e13: a(active, since 101s) 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:36.725854+0000 mon.a (mon.0) 233 : cluster 1 overall HEALTH_OK 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.734466+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.740702+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.390 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.746583+0000 mon.a (mon.0) 236 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.391 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.752209+0000 mon.a (mon.0) 237 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.391 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.757999+0000 mon.a (mon.0) 238 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.391 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cluster 2024-03-24T11:28:36.764838+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:38.391 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.806497+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.391 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.812884+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.391 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.912269+0000 mon.a (mon.0) 241 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:38.391 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.915668+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:38.391 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:36.916747+0000 mon.a (mon.0) 243 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cephadm 2024-03-24T11:28:36.918506+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cephadm 2024-03-24T11:28:36.918848+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cephadm 2024-03-24T11:28:36.919090+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi196:/etc/ceph/ceph.conf 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.128428+0000 mon.a (mon.0) 244 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cephadm 2024-03-24T11:28:37.184309+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cephadm 2024-03-24T11:28:37.184905+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cephadm 2024-03-24T11:28:37.285114+0000 mgr.a (mgr.14152) 84 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.353118+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.357705+0000 mon.a (mon.0) 246 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.362314+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.365871+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.455540+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.461803+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.467421+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:38.392 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cephadm 2024-03-24T11:28:37.468114+0000 mgr.a (mgr.14152) 85 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:28:38.393 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cephadm 2024-03-24T11:28:37.549252+0000 mgr.a (mgr.14152) 86 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-03-24T11:28:38.393 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.549767+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:38.393 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.551075+0000 mon.a (mon.0) 253 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:28:38.393 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.552153+0000 mon.a (mon.0) 254 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:38.393 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: cephadm 2024-03-24T11:28:37.553613+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring daemon mon.a on smithi157 2024-03-24T11:28:38.393 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:38 smithi194 bash[22176]: audit 2024-03-24T11:28:37.645528+0000 mon.a (mon.0) 255 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:43.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:38.147159+0000 mon.a (mon.0) 257 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:28:43.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:38.147672+0000 mon.a (mon.0) 258 : cluster 1 mon.a calling monitor election 2024-03-24T11:28:43.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:38.148597+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-03-24T11:28:43.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:38.169571+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:38.169870+0000 mon.a (mon.0) 260 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:43.492 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:38.765227+0000 mgr.a (mgr.14152) 88 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:39.129331+0000 mon.a (mon.0) 261 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:40.129289+0000 mon.a (mon.0) 262 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:40.765637+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:41.129684+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:42.129721+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:43.130165+0000 mon.a (mon.0) 265 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:43.169786+0000 mon.a (mon.0) 266 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:43.176150+0000 mon.a (mon.0) 267 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0],b=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],c=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:43.196793+0000 mon.a (mon.0) 268 : cluster 0 fsmap 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:43.196826+0000 mon.a (mon.0) 269 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:43.197047+0000 mon.a (mon.0) 270 : cluster 0 mgrmap e13: a(active, since 108s) 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:43.197239+0000 mon.a (mon.0) 271 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:43.201344+0000 mon.a (mon.0) 272 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:43.201364+0000 mon.a (mon.0) 273 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-24T11:28:43.493 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: cluster 2024-03-24T11:28:43.201372+0000 mon.a (mon.0) 274 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] is down (out of quorum) 2024-03-24T11:28:43.494 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:43.205716+0000 mon.a (mon.0) 275 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:43.494 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:43.210736+0000 mon.a (mon.0) 276 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:43.494 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:43.214630+0000 mon.a (mon.0) 277 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:43.494 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:43.218237+0000 mon.a (mon.0) 278 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:43.494 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:43.222264+0000 mon.a (mon.0) 279 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:43.494 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:43.236852+0000 mon.a (mon.0) 280 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:43.494 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:43.237769+0000 mon.a (mon.0) 281 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:28:43.494 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:43 smithi157 bash[21535]: audit 2024-03-24T11:28:43.238781+0000 mon.a (mon.0) 282 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:43.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:38.147159+0000 mon.a (mon.0) 257 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:28:43.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:38.147672+0000 mon.a (mon.0) 258 : cluster 1 mon.a calling monitor election 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:38.148597+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:38.169571+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:38.169870+0000 mon.a (mon.0) 260 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:38.765227+0000 mgr.a (mgr.14152) 88 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:39.129331+0000 mon.a (mon.0) 261 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:40.129289+0000 mon.a (mon.0) 262 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:40.765637+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:41.129684+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:42.129721+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:43.130165+0000 mon.a (mon.0) 265 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:43.169786+0000 mon.a (mon.0) 266 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-24T11:28:43.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:43.176150+0000 mon.a (mon.0) 267 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0],b=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],c=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:43.196793+0000 mon.a (mon.0) 268 : cluster 0 fsmap 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:43.196826+0000 mon.a (mon.0) 269 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:43.197047+0000 mon.a (mon.0) 270 : cluster 0 mgrmap e13: a(active, since 108s) 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:43.197239+0000 mon.a (mon.0) 271 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:43.201344+0000 mon.a (mon.0) 272 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:43.201364+0000 mon.a (mon.0) 273 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: cluster 2024-03-24T11:28:43.201372+0000 mon.a (mon.0) 274 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] is down (out of quorum) 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:43.205716+0000 mon.a (mon.0) 275 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:43.210736+0000 mon.a (mon.0) 276 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:43.214630+0000 mon.a (mon.0) 277 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:43.218237+0000 mon.a (mon.0) 278 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:43.222264+0000 mon.a (mon.0) 279 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:43.236852+0000 mon.a (mon.0) 280 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:43.237769+0000 mon.a (mon.0) 281 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:28:43.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:43 smithi196 bash[22395]: audit 2024-03-24T11:28:43.238781+0000 mon.a (mon.0) 282 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:44.644 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-03-24T11:28:44.645 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":3,"fsid":"0f82b38c-e9d1-11ee-95cd-87774f69a715","modified":"2024-03-24T11:28:38.140848Z","created":"2024-03-24T11:25:41.362627Z","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.157:3300","nonce":0},{"type":"v1","addr":"172.21.15.157:6789","nonce":0}]},"addr":"172.21.15.157:6789/0","public_addr":"172.21.15.157: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.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-24T11:28:44.647 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 3 2024-03-24T11:28:44.658 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:44 smithi196 bash[22395]: cluster 2024-03-24T11:28:42.766056+0000 mgr.a (mgr.14152) 90 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:44.658 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:44 smithi196 bash[22395]: cephadm 2024-03-24T11:28:43.236505+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-03-24T11:28:44.659 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:44 smithi196 bash[22395]: cephadm 2024-03-24T11:28:43.239903+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring daemon mon.b on smithi194 2024-03-24T11:28:44.659 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:44 smithi196 bash[22395]: audit 2024-03-24T11:28:43.969746+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:44.659 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:44 smithi196 bash[22395]: audit 2024-03-24T11:28:43.976137+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:44.659 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:44 smithi196 bash[22395]: audit 2024-03-24T11:28:43.984154+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:44.659 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:44 smithi196 bash[22395]: audit 2024-03-24T11:28:44.130022+0000 mon.a (mon.0) 286 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:44.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:44 smithi157 bash[21535]: cluster 2024-03-24T11:28:42.766056+0000 mgr.a (mgr.14152) 90 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:44.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:44 smithi157 bash[21535]: cephadm 2024-03-24T11:28:43.236505+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-03-24T11:28:44.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:44 smithi157 bash[21535]: cephadm 2024-03-24T11:28:43.239903+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring daemon mon.b on smithi194 2024-03-24T11:28:44.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:44 smithi157 bash[21535]: audit 2024-03-24T11:28:43.969746+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:44.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:44 smithi157 bash[21535]: audit 2024-03-24T11:28:43.976137+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:44.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:44 smithi157 bash[21535]: audit 2024-03-24T11:28:43.984154+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:44.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:44 smithi157 bash[21535]: audit 2024-03-24T11:28:44.130022+0000 mon.a (mon.0) 286 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:45.328 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-24T11:28:45.329 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-24T11:28:45.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:45 smithi194 bash[22176]: cluster 2024-03-24T11:28:42.766056+0000 mgr.a (mgr.14152) 90 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:45.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:45 smithi194 bash[22176]: cephadm 2024-03-24T11:28:43.236505+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-03-24T11:28:45.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:45 smithi194 bash[22176]: cephadm 2024-03-24T11:28:43.239903+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring daemon mon.b on smithi194 2024-03-24T11:28:45.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:45 smithi194 bash[22176]: audit 2024-03-24T11:28:43.969746+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:45.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:45 smithi194 bash[22176]: audit 2024-03-24T11:28:43.976137+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:45.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:45 smithi194 bash[22176]: audit 2024-03-24T11:28:43.984154+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:45.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:45 smithi194 bash[22176]: audit 2024-03-24T11:28:44.130022+0000 mon.a (mon.0) 286 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:46.307 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:40.142642+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-03-24T11:28:46.307 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:44.766372+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:46.307 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cephadm 2024-03-24T11:28:45.059183+0000 mgr.a (mgr.14152) 94 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-03-24T11:28:46.307 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cephadm 2024-03-24T11:28:45.063035+0000 mgr.a (mgr.14152) 95 : cephadm 1 Reconfiguring daemon mon.c on smithi196 2024-03-24T11:28:46.307 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:45.169687+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-03-24T11:28:46.307 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:45.170249+0000 mon.a (mon.0) 297 : cluster 1 mon.a calling monitor election 2024-03-24T11:28:46.307 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:45.170535+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-03-24T11:28:46.307 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:45.193317+0000 mon.a (mon.0) 298 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-24T11:28:46.307 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:45.200333+0000 mon.a (mon.0) 299 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0],b=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],c=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:28:46.307 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:45.201135+0000 mon.a (mon.0) 300 : cluster 0 fsmap 2024-03-24T11:28:46.308 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:45.201183+0000 mon.a (mon.0) 301 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:46.308 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:45.201386+0000 mon.a (mon.0) 302 : cluster 0 mgrmap e13: a(active, since 110s) 2024-03-24T11:28:46.308 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:45.201595+0000 mon.a (mon.0) 303 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-24T11:28:46.308 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:45.201624+0000 mon.a (mon.0) 304 : cluster 1 Cluster is now healthy 2024-03-24T11:28:46.308 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:46 smithi196 bash[22395]: cluster 2024-03-24T11:28:45.206770+0000 mon.a (mon.0) 305 : cluster 1 overall HEALTH_OK 2024-03-24T11:28:46.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:40.142642+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-03-24T11:28:46.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:44.766372+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cephadm 2024-03-24T11:28:45.059183+0000 mgr.a (mgr.14152) 94 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cephadm 2024-03-24T11:28:45.063035+0000 mgr.a (mgr.14152) 95 : cephadm 1 Reconfiguring daemon mon.c on smithi196 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:45.169687+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:45.170249+0000 mon.a (mon.0) 297 : cluster 1 mon.a calling monitor election 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:45.170535+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:45.193317+0000 mon.a (mon.0) 298 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:45.200333+0000 mon.a (mon.0) 299 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0],b=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],c=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:45.201135+0000 mon.a (mon.0) 300 : cluster 0 fsmap 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:45.201183+0000 mon.a (mon.0) 301 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:45.201386+0000 mon.a (mon.0) 302 : cluster 0 mgrmap e13: a(active, since 110s) 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:45.201595+0000 mon.a (mon.0) 303 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:45.201624+0000 mon.a (mon.0) 304 : cluster 1 Cluster is now healthy 2024-03-24T11:28:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:46 smithi194 bash[22176]: cluster 2024-03-24T11:28:45.206770+0000 mon.a (mon.0) 305 : cluster 1 overall HEALTH_OK 2024-03-24T11:28:46.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:40.142642+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-03-24T11:28:46.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:44.766372+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:46.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cephadm 2024-03-24T11:28:45.059183+0000 mgr.a (mgr.14152) 94 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-03-24T11:28:46.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cephadm 2024-03-24T11:28:45.063035+0000 mgr.a (mgr.14152) 95 : cephadm 1 Reconfiguring daemon mon.c on smithi196 2024-03-24T11:28:46.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:45.169687+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-03-24T11:28:46.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:45.170249+0000 mon.a (mon.0) 297 : cluster 1 mon.a calling monitor election 2024-03-24T11:28:46.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:45.170535+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-03-24T11:28:46.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:45.193317+0000 mon.a (mon.0) 298 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-24T11:28:46.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:45.200333+0000 mon.a (mon.0) 299 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0],b=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],c=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:28:46.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:45.201135+0000 mon.a (mon.0) 300 : cluster 0 fsmap 2024-03-24T11:28:46.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:45.201183+0000 mon.a (mon.0) 301 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:46.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:45.201386+0000 mon.a (mon.0) 302 : cluster 0 mgrmap e13: a(active, since 110s) 2024-03-24T11:28:46.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:45.201595+0000 mon.a (mon.0) 303 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-24T11:28:46.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:45.201624+0000 mon.a (mon.0) 304 : cluster 1 Cluster is now healthy 2024-03-24T11:28:46.507 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:46 smithi157 bash[21535]: cluster 2024-03-24T11:28:45.206770+0000 mon.a (mon.0) 305 : cluster 1 overall HEALTH_OK 2024-03-24T11:28:47.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:47 smithi194 bash[22176]: audit 2024-03-24T11:28:46.130604+0000 mon.a (mon.0) 306 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:47.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:47 smithi194 bash[22176]: audit 2024-03-24T11:28:46.866478+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:47.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:47 smithi194 bash[22176]: audit 2024-03-24T11:28:46.873678+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:47.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:47 smithi194 bash[22176]: audit 2024-03-24T11:28:46.881815+0000 mon.a (mon.0) 309 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:47.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:47 smithi194 bash[22176]: audit 2024-03-24T11:28:46.887174+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:47.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:47 smithi194 bash[22176]: audit 2024-03-24T11:28:46.889008+0000 mon.a (mon.0) 311 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:47.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:47 smithi196 bash[22395]: audit 2024-03-24T11:28:46.130604+0000 mon.a (mon.0) 306 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:47.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:47 smithi196 bash[22395]: audit 2024-03-24T11:28:46.866478+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:47.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:47 smithi196 bash[22395]: audit 2024-03-24T11:28:46.873678+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:47.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:47 smithi196 bash[22395]: audit 2024-03-24T11:28:46.881815+0000 mon.a (mon.0) 309 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:47.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:47 smithi196 bash[22395]: audit 2024-03-24T11:28:46.887174+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:47.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:47 smithi196 bash[22395]: audit 2024-03-24T11:28:46.889008+0000 mon.a (mon.0) 311 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:47.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:47 smithi157 bash[21535]: audit 2024-03-24T11:28:46.130604+0000 mon.a (mon.0) 306 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:28:47.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:47 smithi157 bash[21535]: audit 2024-03-24T11:28:46.866478+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:47.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:47 smithi157 bash[21535]: audit 2024-03-24T11:28:46.873678+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:47.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:47 smithi157 bash[21535]: audit 2024-03-24T11:28:46.881815+0000 mon.a (mon.0) 309 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:47.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:47 smithi157 bash[21535]: audit 2024-03-24T11:28:46.887174+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:47.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:47 smithi157 bash[21535]: audit 2024-03-24T11:28:46.889008+0000 mon.a (mon.0) 311 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:48.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: cluster 2024-03-24T11:28:46.766766+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:48.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: cephadm 2024-03-24T11:28:46.891588+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-03-24T11:28:48.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: cephadm 2024-03-24T11:28:46.892337+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: cephadm 2024-03-24T11:28:46.892685+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi196:/etc/ceph/ceph.conf 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: cephadm 2024-03-24T11:28:47.208737+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: cephadm 2024-03-24T11:28:47.209387+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: cephadm 2024-03-24T11:28:47.209622+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: audit 2024-03-24T11:28:47.430237+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: audit 2024-03-24T11:28:47.435747+0000 mon.a (mon.0) 313 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: audit 2024-03-24T11:28:47.441860+0000 mon.a (mon.0) 314 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: audit 2024-03-24T11:28:47.447681+0000 mon.a (mon.0) 315 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: audit 2024-03-24T11:28:47.453248+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: audit 2024-03-24T11:28:47.458763+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: audit 2024-03-24T11:28:47.465730+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: cephadm 2024-03-24T11:28:47.566088+0000 mgr.a (mgr.14152) 103 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-03-24T11:28:48.757 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: audit 2024-03-24T11:28:47.566837+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:48.758 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: audit 2024-03-24T11:28:47.568688+0000 mon.a (mon.0) 320 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:28:48.758 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: audit 2024-03-24T11:28:47.570350+0000 mon.a (mon.0) 321 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:48.758 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:48 smithi157 bash[21535]: cephadm 2024-03-24T11:28:47.572300+0000 mgr.a (mgr.14152) 104 : cephadm 1 Reconfiguring daemon mon.a on smithi157 2024-03-24T11:28:48.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: cluster 2024-03-24T11:28:46.766766+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: cephadm 2024-03-24T11:28:46.891588+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: cephadm 2024-03-24T11:28:46.892337+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: cephadm 2024-03-24T11:28:46.892685+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi196:/etc/ceph/ceph.conf 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: cephadm 2024-03-24T11:28:47.208737+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: cephadm 2024-03-24T11:28:47.209387+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: cephadm 2024-03-24T11:28:47.209622+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: audit 2024-03-24T11:28:47.430237+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: audit 2024-03-24T11:28:47.435747+0000 mon.a (mon.0) 313 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: audit 2024-03-24T11:28:47.441860+0000 mon.a (mon.0) 314 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: audit 2024-03-24T11:28:47.447681+0000 mon.a (mon.0) 315 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: audit 2024-03-24T11:28:47.453248+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: audit 2024-03-24T11:28:47.458763+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: audit 2024-03-24T11:28:47.465730+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.890 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: cephadm 2024-03-24T11:28:47.566088+0000 mgr.a (mgr.14152) 103 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-03-24T11:28:48.890 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: audit 2024-03-24T11:28:47.566837+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:48.890 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: audit 2024-03-24T11:28:47.568688+0000 mon.a (mon.0) 320 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:28:48.890 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: audit 2024-03-24T11:28:47.570350+0000 mon.a (mon.0) 321 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:48.890 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:48 smithi194 bash[22176]: cephadm 2024-03-24T11:28:47.572300+0000 mgr.a (mgr.14152) 104 : cephadm 1 Reconfiguring daemon mon.a on smithi157 2024-03-24T11:28:48.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: cluster 2024-03-24T11:28:46.766766+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:48.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: cephadm 2024-03-24T11:28:46.891588+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-03-24T11:28:48.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: cephadm 2024-03-24T11:28:46.892337+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2024-03-24T11:28:48.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: cephadm 2024-03-24T11:28:46.892685+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi196:/etc/ceph/ceph.conf 2024-03-24T11:28:48.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: cephadm 2024-03-24T11:28:47.208737+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:48.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: cephadm 2024-03-24T11:28:47.209387+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:48.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: cephadm 2024-03-24T11:28:47.209622+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:48.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: audit 2024-03-24T11:28:47.430237+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: audit 2024-03-24T11:28:47.435747+0000 mon.a (mon.0) 313 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: audit 2024-03-24T11:28:47.441860+0000 mon.a (mon.0) 314 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: audit 2024-03-24T11:28:47.447681+0000 mon.a (mon.0) 315 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: audit 2024-03-24T11:28:47.453248+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: audit 2024-03-24T11:28:47.458763+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: audit 2024-03-24T11:28:47.465730+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:48.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: cephadm 2024-03-24T11:28:47.566088+0000 mgr.a (mgr.14152) 103 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-03-24T11:28:48.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: audit 2024-03-24T11:28:47.566837+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:48.920 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: audit 2024-03-24T11:28:47.568688+0000 mon.a (mon.0) 320 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:28:48.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: audit 2024-03-24T11:28:47.570350+0000 mon.a (mon.0) 321 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:48.921 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:48 smithi196 bash[22395]: cephadm 2024-03-24T11:28:47.572300+0000 mgr.a (mgr.14152) 104 : cephadm 1 Reconfiguring daemon mon.a on smithi157 2024-03-24T11:28:50.039 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:28:50.858 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:50 smithi157 bash[21535]: cluster 2024-03-24T11:28:48.767255+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:50.858 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:50 smithi157 bash[21535]: audit 2024-03-24T11:28:49.581862+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:50.858 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:50 smithi157 bash[21535]: audit 2024-03-24T11:28:49.586913+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:50.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:50 smithi194 bash[22176]: cluster 2024-03-24T11:28:48.767255+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:50.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:50 smithi194 bash[22176]: audit 2024-03-24T11:28:49.581862+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:50.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:50 smithi194 bash[22176]: audit 2024-03-24T11:28:49.586913+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:50.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:50 smithi196 bash[22395]: cluster 2024-03-24T11:28:48.767255+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:50.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:50 smithi196 bash[22395]: audit 2024-03-24T11:28:49.581862+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:50.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:50 smithi196 bash[22395]: audit 2024-03-24T11:28:49.586913+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:52.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:52 smithi157 bash[21535]: cluster 2024-03-24T11:28:50.767687+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:52.756 INFO:teuthology.orchestra.run.smithi157.stdout:# minimal ceph.conf for 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:28:52.756 INFO:teuthology.orchestra.run.smithi157.stdout:[global] 2024-03-24T11:28:52.756 INFO:teuthology.orchestra.run.smithi157.stdout: fsid = 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:28:52.756 INFO:teuthology.orchestra.run.smithi157.stdout: mon_host = [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] 2024-03-24T11:28:52.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:52 smithi194 bash[22176]: cluster 2024-03-24T11:28:50.767687+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:52.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:52 smithi196 bash[22395]: cluster 2024-03-24T11:28:50.767687+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:53.465 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-24T11:28:53.465 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:28:53.465 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/ceph/ceph.conf 2024-03-24T11:28:53.479 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:28:53.479 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:28:53.535 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:28:53.535 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.conf 2024-03-24T11:28:53.551 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:28:53.551 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:28:53.607 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:28:53.607 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.conf 2024-03-24T11:28:53.621 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:28:53.621 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:28:53.677 INFO:tasks.cephadm:Adding mgr.a on smithi157 2024-03-24T11:28:53.678 INFO:tasks.cephadm:Adding mgr.b on smithi194 2024-03-24T11:28:53.678 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi157=a;smithi194=b' 2024-03-24T11:28:53.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:53 smithi157 bash[21535]: audit 2024-03-24T11:28:52.756991+0000 mon.a (mon.0) 324 : audit 0 from='client.? 172.21.15.157:0/2408182105' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:53.863 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:53 smithi196 bash[22395]: audit 2024-03-24T11:28:52.756991+0000 mon.a (mon.0) 324 : audit 0 from='client.? 172.21.15.157:0/2408182105' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:53.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:53 smithi194 bash[22176]: audit 2024-03-24T11:28:52.756991+0000 mon.a (mon.0) 324 : audit 0 from='client.? 172.21.15.157:0/2408182105' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:54.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:54 smithi194 bash[22176]: cluster 2024-03-24T11:28:52.767972+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:54.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:54 smithi196 bash[22395]: cluster 2024-03-24T11:28:52.767972+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:55.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:54 smithi157 bash[21535]: cluster 2024-03-24T11:28:52.767972+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:56.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:56 smithi194 bash[22176]: cluster 2024-03-24T11:28:54.768362+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:56.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:56 smithi194 bash[22176]: audit 2024-03-24T11:28:55.935753+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:56.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:56 smithi194 bash[22176]: audit 2024-03-24T11:28:55.941538+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:56.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:56 smithi194 bash[22176]: audit 2024-03-24T11:28:55.950862+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:56.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:56 smithi196 bash[22395]: cluster 2024-03-24T11:28:54.768362+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:56 smithi196 bash[22395]: audit 2024-03-24T11:28:55.935753+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:56 smithi196 bash[22395]: audit 2024-03-24T11:28:55.941538+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:56 smithi196 bash[22395]: audit 2024-03-24T11:28:55.950862+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:57.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:56 smithi157 bash[21535]: cluster 2024-03-24T11:28:54.768362+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:57.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:56 smithi157 bash[21535]: audit 2024-03-24T11:28:55.935753+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:57.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:56 smithi157 bash[21535]: audit 2024-03-24T11:28:55.941538+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:57.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:56 smithi157 bash[21535]: audit 2024-03-24T11:28:55.950862+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:28:57.426 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.c/config 2024-03-24T11:28:58.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:28:58 smithi194 bash[22176]: cluster 2024-03-24T11:28:56.768727+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:58.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:28:58 smithi196 bash[22395]: cluster 2024-03-24T11:28:56.768727+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:59.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:28:58 smithi157 bash[21535]: cluster 2024-03-24T11:28:56.768727+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:00.044 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mgr update... 2024-03-24T11:29:00.641 DEBUG:teuthology.orchestra.run.smithi194:mgr.b> sudo journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mgr.b.service 2024-03-24T11:29:00.644 INFO:tasks.cephadm:Deploying OSDs... 2024-03-24T11:29:00.644 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-03-24T11:29:00.644 DEBUG:teuthology.orchestra.run.smithi157:> dd if=/scratch_devs of=/dev/stdout 2024-03-24T11:29:00.651 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-03-24T11:29:00.651 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_1 2024-03-24T11:29:00.700 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-24T11:29:00.700 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:00.700 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-03-24T11:29:00.700 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:00.700 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-03-24 11:18:59.325294268 +0000 2024-03-24T11:29:00.700 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-03-24 11:18:59.061296627 +0000 2024-03-24T11:29:00.700 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-03-24 11:18:59.061296627 +0000 2024-03-24T11:29:00.701 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-03-24T11:29:00.701 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-24T11:29:00.754 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-03-24T11:29:00.754 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-03-24T11:29:00.755 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000319461 s, 1.6 MB/s 2024-03-24T11:29:00.756 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-24T11:29:00.805 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_2 2024-03-24T11:29:00.855 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-24T11:29:00.855 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:00.856 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 907 Links: 1 2024-03-24T11:29:00.856 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:00.856 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-03-24 11:18:59.549292269 +0000 2024-03-24T11:29:00.856 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-03-24 11:18:59.545292303 +0000 2024-03-24T11:29:00.856 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-03-24 11:18:59.545292303 +0000 2024-03-24T11:29:00.856 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-03-24T11:29:00.856 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-24T11:29:00.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:00 smithi194 bash[22176]: cluster 2024-03-24T11:28:58.769145+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:00.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:00 smithi194 bash[22176]: audit 2024-03-24T11:29:00.044088+0000 mon.a (mon.0) 328 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:00.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:00 smithi194 bash[22176]: audit 2024-03-24T11:29:00.089059+0000 mon.a (mon.0) 329 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:00.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:00 smithi194 bash[22176]: audit 2024-03-24T11:29:00.094431+0000 mon.a (mon.0) 330 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:00.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:00 smithi194 bash[22176]: audit 2024-03-24T11:29:00.095939+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:00.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:00 smithi194 bash[22176]: audit 2024-03-24T11:29:00.104768+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:00.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:00 smithi194 bash[22176]: audit 2024-03-24T11:29:00.109216+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-24T11:29:00.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:00 smithi194 bash[22176]: audit 2024-03-24T11:29:00.111861+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-24T11:29:00.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:00 smithi194 bash[22176]: audit 2024-03-24T11:29:00.116016+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-24T11:29:00.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:00 smithi194 bash[22176]: audit 2024-03-24T11:29:00.117735+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:00.907 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:00 smithi157 bash[21535]: cluster 2024-03-24T11:28:58.769145+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:00.907 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:00 smithi157 bash[21535]: audit 2024-03-24T11:29:00.044088+0000 mon.a (mon.0) 328 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:00.907 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:00 smithi157 bash[21535]: audit 2024-03-24T11:29:00.089059+0000 mon.a (mon.0) 329 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:00.908 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:00 smithi157 bash[21535]: audit 2024-03-24T11:29:00.094431+0000 mon.a (mon.0) 330 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:00.908 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:00 smithi157 bash[21535]: audit 2024-03-24T11:29:00.095939+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:00.908 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:00 smithi157 bash[21535]: audit 2024-03-24T11:29:00.104768+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:00.908 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:00 smithi157 bash[21535]: audit 2024-03-24T11:29:00.109216+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-24T11:29:00.908 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:00 smithi157 bash[21535]: audit 2024-03-24T11:29:00.111861+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-24T11:29:00.908 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:00 smithi157 bash[21535]: audit 2024-03-24T11:29:00.116016+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-24T11:29:00.908 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:00 smithi157 bash[21535]: audit 2024-03-24T11:29:00.117735+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:00.909 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-03-24T11:29:00.909 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-03-24T11:29:00.909 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000235655 s, 2.2 MB/s 2024-03-24T11:29:00.911 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-24T11:29:00.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:00 smithi196 bash[22395]: cluster 2024-03-24T11:28:58.769145+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:00.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:00 smithi196 bash[22395]: audit 2024-03-24T11:29:00.044088+0000 mon.a (mon.0) 328 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:00.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:00 smithi196 bash[22395]: audit 2024-03-24T11:29:00.089059+0000 mon.a (mon.0) 329 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:00.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:00 smithi196 bash[22395]: audit 2024-03-24T11:29:00.094431+0000 mon.a (mon.0) 330 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:00.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:00 smithi196 bash[22395]: audit 2024-03-24T11:29:00.095939+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:00.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:00 smithi196 bash[22395]: audit 2024-03-24T11:29:00.104768+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:00.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:00 smithi196 bash[22395]: audit 2024-03-24T11:29:00.109216+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-24T11:29:00.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:00 smithi196 bash[22395]: audit 2024-03-24T11:29:00.111861+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-24T11:29:00.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:00 smithi196 bash[22395]: audit 2024-03-24T11:29:00.116016+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-24T11:29:00.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:00 smithi196 bash[22395]: audit 2024-03-24T11:29:00.117735+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:00.961 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_3 2024-03-24T11:29:01.008 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-24T11:29:01.008 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:01.008 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 919 Links: 1 2024-03-24T11:29:01.008 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:01.008 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-03-24 11:19:00.337285230 +0000 2024-03-24T11:29:01.008 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-03-24 11:19:00.045287838 +0000 2024-03-24T11:29:01.008 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-03-24 11:19:00.045287838 +0000 2024-03-24T11:29:01.008 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-03-24T11:29:01.008 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-24T11:29:01.062 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-03-24T11:29:01.062 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-03-24T11:29:01.062 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000298233 s, 1.7 MB/s 2024-03-24T11:29:01.063 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-24T11:29:01.113 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_4 2024-03-24T11:29:01.159 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-24T11:29:01.159 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:01.160 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 942 Links: 1 2024-03-24T11:29:01.160 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:01.160 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-03-24 11:19:00.829280834 +0000 2024-03-24T11:29:01.160 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-03-24 11:19:00.573283122 +0000 2024-03-24T11:29:01.160 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-03-24 11:19:00.573283122 +0000 2024-03-24T11:29:01.160 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-03-24T11:29:01.160 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-24T11:29:01.214 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-03-24T11:29:01.214 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-03-24T11:29:01.214 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000201019 s, 2.5 MB/s 2024-03-24T11:29:01.215 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-24T11:29:01.265 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-24T11:29:01.265 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2024-03-24T11:29:01.271 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-03-24T11:29:01.271 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_1 2024-03-24T11:29:01.319 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-24T11:29:01.319 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:01.320 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-03-24T11:29:01.320 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:01.320 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-03-24 11:18:59.623563658 +0000 2024-03-24T11:29:01.320 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-03-24 11:18:59.343566160 +0000 2024-03-24T11:29:01.320 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-03-24 11:18:59.343566160 +0000 2024-03-24T11:29:01.320 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-03-24T11:29:01.320 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-24T11:29:01.374 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-03-24T11:29:01.374 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-03-24T11:29:01.374 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000447909 s, 1.1 MB/s 2024-03-24T11:29:01.375 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-24T11:29:01.424 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_2 2024-03-24T11:29:01.471 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-24T11:29:01.471 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:01.471 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-03-24T11:29:01.471 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:01.471 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-03-24 11:19:00.171558764 +0000 2024-03-24T11:29:01.471 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-03-24 11:18:59.891561265 +0000 2024-03-24T11:29:01.471 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-03-24 11:18:59.891561265 +0000 2024-03-24T11:29:01.471 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-03-24T11:29:01.472 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-24T11:29:01.526 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-03-24T11:29:01.526 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-03-24T11:29:01.526 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000390005 s, 1.3 MB/s 2024-03-24T11:29:01.527 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-24T11:29:01.576 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_3 2024-03-24T11:29:01.623 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-24T11:29:01.623 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:01.623 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-03-24T11:29:01.624 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:01.624 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-03-24 11:19:00.671554298 +0000 2024-03-24T11:29:01.624 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-03-24 11:19:00.399556727 +0000 2024-03-24T11:29:01.624 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-03-24 11:19:00.399556727 +0000 2024-03-24T11:29:01.624 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-03-24T11:29:01.624 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-24T11:29:01.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:01 smithi194 bash[22176]: audit 2024-03-24T11:29:00.034238+0000 mgr.a (mgr.14152) 111 : audit 0 from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi157=a;smithi194=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:29:01.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:01 smithi194 bash[22176]: cephadm 2024-03-24T11:29:00.037864+0000 mgr.a (mgr.14152) 112 : cephadm 1 Saving service mgr spec with placement smithi157=a;smithi194=b;count:2 2024-03-24T11:29:01.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:01 smithi194 bash[22176]: cephadm 2024-03-24T11:29:00.119500+0000 mgr.a (mgr.14152) 113 : cephadm 1 Deploying daemon mgr.b on smithi194 2024-03-24T11:29:01.650 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-03-24T11:29:01.650 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-03-24T11:29:01.651 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000303857 s, 1.7 MB/s 2024-03-24T11:29:01.651 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-24T11:29:01.700 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_4 2024-03-24T11:29:01.746 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-24T11:29:01.746 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:01.746 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 936 Links: 1 2024-03-24T11:29:01.746 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:01.746 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-03-24 11:19:01.191549653 +0000 2024-03-24T11:29:01.746 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-03-24 11:19:00.907552189 +0000 2024-03-24T11:29:01.746 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-03-24 11:19:00.907552189 +0000 2024-03-24T11:29:01.746 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-03-24T11:29:01.747 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-24T11:29:01.798 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-03-24T11:29:01.798 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-03-24T11:29:01.798 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000237714 s, 2.2 MB/s 2024-03-24T11:29:01.799 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-24T11:29:01.847 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-24T11:29:01.847 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2024-03-24T11:29:01.853 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-03-24T11:29:01.853 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_1 2024-03-24T11:29:01.902 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-24T11:29:01.902 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:01.902 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-03-24T11:29:01.903 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:01.903 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-03-24 11:18:59.303918463 +0000 2024-03-24T11:29:01.903 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-03-24 11:18:59.051920713 +0000 2024-03-24T11:29:01.903 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-03-24 11:18:59.051920713 +0000 2024-03-24T11:29:01.903 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-03-24T11:29:01.903 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-24T11:29:01.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:01 smithi196 bash[22395]: audit 2024-03-24T11:29:00.034238+0000 mgr.a (mgr.14152) 111 : audit 0 from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi157=a;smithi194=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:29:01.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:01 smithi196 bash[22395]: cephadm 2024-03-24T11:29:00.037864+0000 mgr.a (mgr.14152) 112 : cephadm 1 Saving service mgr spec with placement smithi157=a;smithi194=b;count:2 2024-03-24T11:29:01.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:01 smithi196 bash[22395]: cephadm 2024-03-24T11:29:00.119500+0000 mgr.a (mgr.14152) 113 : cephadm 1 Deploying daemon mgr.b on smithi194 2024-03-24T11:29:01.930 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-03-24T11:29:01.930 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-03-24T11:29:01.930 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000337634 s, 1.5 MB/s 2024-03-24T11:29:01.931 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-24T11:29:01.980 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_2 2024-03-24T11:29:02.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:01 smithi157 bash[21535]: audit 2024-03-24T11:29:00.034238+0000 mgr.a (mgr.14152) 111 : audit 0 from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi157=a;smithi194=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:29:02.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:01 smithi157 bash[21535]: cephadm 2024-03-24T11:29:00.037864+0000 mgr.a (mgr.14152) 112 : cephadm 1 Saving service mgr spec with placement smithi157=a;smithi194=b;count:2 2024-03-24T11:29:02.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:01 smithi157 bash[21535]: cephadm 2024-03-24T11:29:00.119500+0000 mgr.a (mgr.14152) 113 : cephadm 1 Deploying daemon mgr.b on smithi194 2024-03-24T11:29:02.026 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-24T11:29:02.026 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:02.026 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-03-24T11:29:02.026 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:02.026 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-03-24 11:18:59.539916355 +0000 2024-03-24T11:29:02.026 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-03-24 11:18:59.535916391 +0000 2024-03-24T11:29:02.026 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-03-24 11:18:59.535916391 +0000 2024-03-24T11:29:02.026 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-03-24T11:29:02.027 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-24T11:29:02.080 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-03-24T11:29:02.081 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-03-24T11:29:02.081 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000447001 s, 1.1 MB/s 2024-03-24T11:29:02.082 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-24T11:29:02.131 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_3 2024-03-24T11:29:02.178 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-24T11:29:02.178 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:02.178 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-03-24T11:29:02.178 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:02.178 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-03-24 11:19:00.279909744 +0000 2024-03-24T11:29:02.178 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-03-24 11:19:00.023912032 +0000 2024-03-24T11:29:02.178 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-03-24 11:19:00.023912032 +0000 2024-03-24T11:29:02.179 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-03-24T11:29:02.179 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-24T11:29:02.232 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-03-24T11:29:02.232 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-03-24T11:29:02.233 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000439152 s, 1.2 MB/s 2024-03-24T11:29:02.234 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-24T11:29:02.283 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_4 2024-03-24T11:29:02.330 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-24T11:29:02.330 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:29:02.330 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-03-24T11:29:02.330 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:29:02.330 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-03-24 11:19:00.763905422 +0000 2024-03-24T11:29:02.330 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-03-24 11:19:00.523907565 +0000 2024-03-24T11:29:02.330 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-03-24 11:19:00.523907565 +0000 2024-03-24T11:29:02.330 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-03-24T11:29:02.331 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-24T11:29:02.384 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-03-24T11:29:02.384 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-03-24T11:29:02.384 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000396263 s, 1.3 MB/s 2024-03-24T11:29:02.385 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-24T11:29:02.435 INFO:tasks.cephadm:Deploying osd.0 on smithi157 with /dev/vg_nvme/lv_4... 2024-03-24T11:29:02.435 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-24T11:29:02.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:02 smithi157 bash[21535]: cluster 2024-03-24T11:29:00.769584+0000 mgr.a (mgr.14152) 114 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:02.873 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:02 smithi196 bash[22395]: cluster 2024-03-24T11:29:00.769584+0000 mgr.a (mgr.14152) 114 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:02.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:02 smithi194 bash[22176]: cluster 2024-03-24T11:29:00.769584+0000 mgr.a (mgr.14152) 114 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:03.616 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:03 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:03.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:03 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:03.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:03 smithi194 bash[22176]: cluster 2024-03-24T11:29:02.770016+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:03.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:03 smithi194 bash[22176]: audit 2024-03-24T11:29:02.855054+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:03.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:03 smithi194 bash[22176]: audit 2024-03-24T11:29:02.862527+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:03.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:03 smithi194 bash[22176]: audit 2024-03-24T11:29:02.871994+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:03.871 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:03 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:03.872 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:03 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:03.872 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:03 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:03.872 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:03 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:03.872 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:03 smithi194 systemd[1]: Started Ceph mgr.b for 0f82b38c-e9d1-11ee-95cd-87774f69a715. 2024-03-24T11:29:04.112 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:03 smithi157 bash[21535]: cluster 2024-03-24T11:29:02.770016+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:04.112 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:03 smithi157 bash[21535]: audit 2024-03-24T11:29:02.855054+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:04.112 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:03 smithi157 bash[21535]: audit 2024-03-24T11:29:02.862527+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:04.112 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:03 smithi157 bash[21535]: audit 2024-03-24T11:29:02.871994+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:04.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:03 smithi196 bash[22395]: cluster 2024-03-24T11:29:02.770016+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:04.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:03 smithi196 bash[22395]: audit 2024-03-24T11:29:02.855054+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:04.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:03 smithi196 bash[22395]: audit 2024-03-24T11:29:02.862527+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:04.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:03 smithi196 bash[22395]: audit 2024-03-24T11:29:02.871994+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:03.898187+0000 mon.a (mon.0) 340 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:03.905539+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:03.949011+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:03.955810+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:04.058636+0000 mon.a (mon.0) 344 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:05.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:04.063774+0000 mon.a (mon.0) 345 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:05.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:04.065331+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:05.163 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:04.074164+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: cephadm 2024-03-24T11:29:04.075147+0000 mgr.a (mgr.14152) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:29:05.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:04.107119+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:04.111566+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:04.118327+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: cephadm 2024-03-24T11:29:04.174396+0000 mgr.a (mgr.14152) 117 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-03-24T11:29:05.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:04.174787+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-24T11:29:05.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:04.175587+0000 mon.a (mon.0) 352 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-24T11:29:05.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: audit 2024-03-24T11:29:04.176165+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:05.164 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:04 smithi194 bash[22176]: cephadm 2024-03-24T11:29:04.177019+0000 mgr.a (mgr.14152) 118 : cephadm 1 Reconfiguring daemon mgr.a on smithi157 2024-03-24T11:29:05.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:03.898187+0000 mon.a (mon.0) 340 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:03.905539+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:03.949011+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:03.955810+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:04.058636+0000 mon.a (mon.0) 344 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:05.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:04.063774+0000 mon.a (mon.0) 345 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:05.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:04.065331+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:05.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:04.074164+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: cephadm 2024-03-24T11:29:04.075147+0000 mgr.a (mgr.14152) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:29:05.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:04.107119+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:04.111566+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:04.118327+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: cephadm 2024-03-24T11:29:04.174396+0000 mgr.a (mgr.14152) 117 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-03-24T11:29:05.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:04.174787+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-24T11:29:05.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:04.175587+0000 mon.a (mon.0) 352 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-24T11:29:05.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: audit 2024-03-24T11:29:04.176165+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:05.170 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:04 smithi196 bash[22395]: cephadm 2024-03-24T11:29:04.177019+0000 mgr.a (mgr.14152) 118 : cephadm 1 Reconfiguring daemon mgr.a on smithi157 2024-03-24T11:29:05.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:03.898187+0000 mon.a (mon.0) 340 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:03.905539+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:03.949011+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:03.955810+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:04.058636+0000 mon.a (mon.0) 344 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:05.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:04.063774+0000 mon.a (mon.0) 345 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:05.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:04.065331+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:05.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:04.074164+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: cephadm 2024-03-24T11:29:04.075147+0000 mgr.a (mgr.14152) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:29:05.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:04.107119+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:04.111566+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:04.118327+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:05.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: cephadm 2024-03-24T11:29:04.174396+0000 mgr.a (mgr.14152) 117 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-03-24T11:29:05.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:04.174787+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-24T11:29:05.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:04.175587+0000 mon.a (mon.0) 352 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-24T11:29:05.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: audit 2024-03-24T11:29:04.176165+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:05.257 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:04 smithi157 bash[21535]: cephadm 2024-03-24T11:29:04.177019+0000 mgr.a (mgr.14152) 118 : cephadm 1 Reconfiguring daemon mgr.a on smithi157 2024-03-24T11:29:05.638 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:05 smithi194 bash[23268]: debug 2024-03-24T11:29:05.160+0000 7f18471f5700 1 -- 172.21.15.194:0/1998712446 <== mon.2 v2:172.21.15.194:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5647899441a0 con 0x564789a4ac00 2024-03-24T11:29:05.638 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:05 smithi194 bash[23268]: debug 2024-03-24T11:29:05.304+0000 7f18513ef200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-24T11:29:06.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:06 smithi194 bash[22176]: cluster 2024-03-24T11:29:04.770380+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:06.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:06 smithi196 bash[22395]: cluster 2024-03-24T11:29:04.770380+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:06.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:06 smithi157 bash[21535]: cluster 2024-03-24T11:29:04.770380+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:07.143 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:29:07.158 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:06 smithi194 bash[23268]: debug 2024-03-24T11:29:06.887+0000 7f18513ef200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-24T11:29:07.158 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:06 smithi194 bash[23268]: debug 2024-03-24T11:29:06.983+0000 7f18513ef200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-24T11:29:07.483 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:07 smithi194 bash[23268]: debug 2024-03-24T11:29:07.239+0000 7f18513ef200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-24T11:29:07.483 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:07 smithi194 bash[22176]: audit 2024-03-24T11:29:06.320817+0000 mon.a (mon.0) 354 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:07.483 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:07 smithi194 bash[22176]: audit 2024-03-24T11:29:06.326395+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:07.483 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:07 smithi194 bash[22176]: audit 2024-03-24T11:29:06.346454+0000 mon.a (mon.0) 356 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:07.483 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:07 smithi194 bash[22176]: audit 2024-03-24T11:29:06.350002+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:07.483 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:07 smithi194 bash[22176]: audit 2024-03-24T11:29:06.350821+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:07.483 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:07 smithi194 bash[22176]: audit 2024-03-24T11:29:06.356395+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:07.483 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:07 smithi194 bash[22176]: cephadm 2024-03-24T11:29:06.356978+0000 mgr.a (mgr.14152) 120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:29:07.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:07 smithi157 bash[21535]: audit 2024-03-24T11:29:06.320817+0000 mon.a (mon.0) 354 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:07.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:07 smithi157 bash[21535]: audit 2024-03-24T11:29:06.326395+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:07.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:07 smithi157 bash[21535]: audit 2024-03-24T11:29:06.346454+0000 mon.a (mon.0) 356 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:07.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:07 smithi157 bash[21535]: audit 2024-03-24T11:29:06.350002+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:07.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:07 smithi157 bash[21535]: audit 2024-03-24T11:29:06.350821+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:07.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:07 smithi157 bash[21535]: audit 2024-03-24T11:29:06.356395+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:07.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:07 smithi157 bash[21535]: cephadm 2024-03-24T11:29:06.356978+0000 mgr.a (mgr.14152) 120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:29:07.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:07 smithi196 bash[22395]: audit 2024-03-24T11:29:06.320817+0000 mon.a (mon.0) 354 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:07.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:07 smithi196 bash[22395]: audit 2024-03-24T11:29:06.326395+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:07.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:07 smithi196 bash[22395]: audit 2024-03-24T11:29:06.346454+0000 mon.a (mon.0) 356 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:07.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:07 smithi196 bash[22395]: audit 2024-03-24T11:29:06.350002+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:07.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:07 smithi196 bash[22395]: audit 2024-03-24T11:29:06.350821+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:07.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:07 smithi196 bash[22395]: audit 2024-03-24T11:29:06.356395+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:07.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:07 smithi196 bash[22395]: cephadm 2024-03-24T11:29:06.356978+0000 mgr.a (mgr.14152) 120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:29:08.333 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:08 smithi194 bash[23268]: debug 2024-03-24T11:29:08.043+0000 7f18513ef200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-24T11:29:08.333 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:08 smithi194 bash[23268]: debug 2024-03-24T11:29:08.151+0000 7f18513ef200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-24T11:29:08.334 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:08 smithi194 bash[23268]: debug 2024-03-24T11:29:08.255+0000 7f18513ef200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-24T11:29:08.626 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:08 smithi157 bash[21535]: cluster 2024-03-24T11:29:06.770847+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:08.626 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:08 smithi157 bash[21535]: audit 2024-03-24T11:29:08.219474+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:08.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:08 smithi194 bash[22176]: cluster 2024-03-24T11:29:06.770847+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:08.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:08 smithi194 bash[22176]: audit 2024-03-24T11:29:08.219474+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:08.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:08 smithi196 bash[22395]: cluster 2024-03-24T11:29:06.770847+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:08.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:08 smithi196 bash[22395]: audit 2024-03-24T11:29:08.219474+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:09.138 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:08 smithi194 bash[23268]: debug 2024-03-24T11:29:08.643+0000 7f18513ef200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-24T11:29:09.138 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:08 smithi194 bash[23268]: debug 2024-03-24T11:29:08.755+0000 7f18513ef200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-24T11:29:09.138 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:08 smithi194 bash[23268]: debug 2024-03-24T11:29:08.855+0000 7f18513ef200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-24T11:29:09.638 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:09 smithi194 bash[23268]: debug 2024-03-24T11:29:09.211+0000 7f18513ef200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-24T11:29:09.638 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:09 smithi194 bash[23268]: debug 2024-03-24T11:29:09.459+0000 7f18513ef200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-24T11:29:09.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:09 smithi157 bash[21535]: audit 2024-03-24T11:29:08.696553+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:10.025 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:09 smithi194 bash[23268]: debug 2024-03-24T11:29:09.715+0000 7f18513ef200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-24T11:29:10.025 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:09 smithi194 bash[23268]: debug 2024-03-24T11:29:09.827+0000 7f18513ef200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-24T11:29:10.026 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:09 smithi194 bash[22176]: audit 2024-03-24T11:29:08.696553+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:10.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:09 smithi196 bash[22395]: audit 2024-03-24T11:29:08.696553+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:10.342 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:10 smithi194 bash[23268]: debug 2024-03-24T11:29:10.099+0000 7f18513ef200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-24T11:29:10.638 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:10 smithi194 bash[23268]: debug 2024-03-24T11:29:10.335+0000 7f18513ef200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:29:10.822 INFO:teuthology.orchestra.run.smithi157.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-24T11:29:10.822 INFO:teuthology.orchestra.run.smithi157.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-24T11:29:10.822 INFO:teuthology.orchestra.run.smithi157.stderr: stderr: 10+0 records in 2024-03-24T11:29:10.822 INFO:teuthology.orchestra.run.smithi157.stderr:10+0 records out 2024-03-24T11:29:10.822 INFO:teuthology.orchestra.run.smithi157.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0129622 s, 809 MB/s 2024-03-24T11:29:10.822 INFO:teuthology.orchestra.run.smithi157.stderr:--> Zapping successful for: 2024-03-24T11:29:11.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:10 smithi157 bash[21535]: cluster 2024-03-24T11:29:08.771260+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:11.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:10 smithi157 bash[21535]: audit 2024-03-24T11:29:10.022587+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:11.103 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:10 smithi194 bash[22176]: cluster 2024-03-24T11:29:08.771260+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:11.103 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:10 smithi194 bash[22176]: audit 2024-03-24T11:29:10.022587+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:11.103 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:10 smithi194 bash[23268]: debug 2024-03-24T11:29:10.743+0000 7f18513ef200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-24T11:29:11.104 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:10 smithi194 bash[23268]: debug 2024-03-24T11:29:10.855+0000 7f18513ef200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-24T11:29:11.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:10 smithi196 bash[22395]: cluster 2024-03-24T11:29:08.771260+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:11.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:10 smithi196 bash[22395]: audit 2024-03-24T11:29:10.022587+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:11.374 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:11 smithi194 bash[23268]: debug 2024-03-24T11:29:11.099+0000 7f18513ef200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:29:11.535 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi157:vg_nvme/lv_4 2024-03-24T11:29:12.388 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[23268]: debug 2024-03-24T11:29:12.099+0000 7f18513ef200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-24T11:29:12.388 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[23268]: debug 2024-03-24T11:29:12.211+0000 7f18513ef200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-24T11:29:12.888 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[23268]: debug 2024-03-24T11:29:12.499+0000 7f18513ef200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-24T11:29:12.888 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[23268]: debug 2024-03-24T11:29:12.611+0000 7f18513ef200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-24T11:29:12.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[22176]: cluster 2024-03-24T11:29:10.771684+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:12.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[22176]: audit 2024-03-24T11:29:11.523843+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:12.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[22176]: audit 2024-03-24T11:29:11.532367+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:12.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[22176]: audit 2024-03-24T11:29:11.542939+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:12.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[22176]: audit 2024-03-24T11:29:11.567578+0000 mon.a (mon.0) 366 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:12.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[22176]: audit 2024-03-24T11:29:11.571917+0000 mon.a (mon.0) 367 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:12.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[22176]: audit 2024-03-24T11:29:11.573225+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:12.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:12 smithi194 bash[22176]: audit 2024-03-24T11:29:11.581839+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:12.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:12 smithi196 bash[22395]: cluster 2024-03-24T11:29:10.771684+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:12.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:12 smithi196 bash[22395]: audit 2024-03-24T11:29:11.523843+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:12.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:12 smithi196 bash[22395]: audit 2024-03-24T11:29:11.532367+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:12.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:12 smithi196 bash[22395]: audit 2024-03-24T11:29:11.542939+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:12.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:12 smithi196 bash[22395]: audit 2024-03-24T11:29:11.567578+0000 mon.a (mon.0) 366 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:12.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:12 smithi196 bash[22395]: audit 2024-03-24T11:29:11.571917+0000 mon.a (mon.0) 367 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:12.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:12 smithi196 bash[22395]: audit 2024-03-24T11:29:11.573225+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:12.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:12 smithi196 bash[22395]: audit 2024-03-24T11:29:11.581839+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:13.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:12 smithi157 bash[21535]: cluster 2024-03-24T11:29:10.771684+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:13.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:12 smithi157 bash[21535]: audit 2024-03-24T11:29:11.523843+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:13.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:12 smithi157 bash[21535]: audit 2024-03-24T11:29:11.532367+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:13.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:12 smithi157 bash[21535]: audit 2024-03-24T11:29:11.542939+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:13.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:12 smithi157 bash[21535]: audit 2024-03-24T11:29:11.567578+0000 mon.a (mon.0) 366 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:13.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:12 smithi157 bash[21535]: audit 2024-03-24T11:29:11.571917+0000 mon.a (mon.0) 367 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:13.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:12 smithi157 bash[21535]: audit 2024-03-24T11:29:11.573225+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:13.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:12 smithi157 bash[21535]: audit 2024-03-24T11:29:11.581839+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:13.388 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:13 smithi194 bash[23268]: debug 2024-03-24T11:29:13.055+0000 7f18513ef200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-24T11:29:13.388 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:29:13 smithi194 bash[23268]: debug 2024-03-24T11:29:13.175+0000 7f18513ef200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-24T11:29:13.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:13 smithi196 bash[22395]: cluster 2024-03-24T11:29:13.203585+0000 mon.a (mon.0) 370 : cluster 0 Standby manager daemon b started 2024-03-24T11:29:13.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:13 smithi196 bash[22395]: audit 2024-03-24T11:29:13.204397+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-24T11:29:13.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:13 smithi196 bash[22395]: audit 2024-03-24T11:29:13.205480+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-24T11:29:13.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:13 smithi196 bash[22395]: audit 2024-03-24T11:29:13.206469+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-24T11:29:13.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:13 smithi196 bash[22395]: audit 2024-03-24T11:29:13.206890+0000 mon.b (mon.2) 6 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-24T11:29:13.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:13 smithi194 bash[22176]: cluster 2024-03-24T11:29:13.203585+0000 mon.a (mon.0) 370 : cluster 0 Standby manager daemon b started 2024-03-24T11:29:13.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:13 smithi194 bash[22176]: audit 2024-03-24T11:29:13.204397+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-24T11:29:13.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:13 smithi194 bash[22176]: audit 2024-03-24T11:29:13.205480+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-24T11:29:13.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:13 smithi194 bash[22176]: audit 2024-03-24T11:29:13.206469+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-24T11:29:13.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:13 smithi194 bash[22176]: audit 2024-03-24T11:29:13.206890+0000 mon.b (mon.2) 6 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-24T11:29:14.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:13 smithi157 bash[21535]: cluster 2024-03-24T11:29:13.203585+0000 mon.a (mon.0) 370 : cluster 0 Standby manager daemon b started 2024-03-24T11:29:14.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:13 smithi157 bash[21535]: audit 2024-03-24T11:29:13.204397+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-24T11:29:14.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:13 smithi157 bash[21535]: audit 2024-03-24T11:29:13.205480+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-24T11:29:14.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:13 smithi157 bash[21535]: audit 2024-03-24T11:29:13.206469+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-24T11:29:14.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:13 smithi157 bash[21535]: audit 2024-03-24T11:29:13.206890+0000 mon.b (mon.2) 6 : audit 0 from='mgr.? 172.21.15.194:0/3818221914' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-24T11:29:14.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:14 smithi194 bash[22176]: cluster 2024-03-24T11:29:12.772105+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:14.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:14 smithi194 bash[22176]: cluster 2024-03-24T11:29:13.542219+0000 mon.a (mon.0) 371 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-03-24T11:29:14.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:14 smithi194 bash[22176]: audit 2024-03-24T11:29:13.542495+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-24T11:29:14.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:14 smithi196 bash[22395]: cluster 2024-03-24T11:29:12.772105+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:14.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:14 smithi196 bash[22395]: cluster 2024-03-24T11:29:13.542219+0000 mon.a (mon.0) 371 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-03-24T11:29:14.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:14 smithi196 bash[22395]: audit 2024-03-24T11:29:13.542495+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-24T11:29:15.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:14 smithi157 bash[21535]: cluster 2024-03-24T11:29:12.772105+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:15.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:14 smithi157 bash[21535]: cluster 2024-03-24T11:29:13.542219+0000 mon.a (mon.0) 371 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-03-24T11:29:15.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:14 smithi157 bash[21535]: audit 2024-03-24T11:29:13.542495+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-24T11:29:16.015 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:29:16.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:16 smithi196 bash[22395]: cluster 2024-03-24T11:29:14.772521+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:16.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:16 smithi196 bash[22395]: audit 2024-03-24T11:29:15.147548+0000 mon.a (mon.0) 373 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:16.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:16 smithi196 bash[22395]: audit 2024-03-24T11:29:15.155698+0000 mon.a (mon.0) 374 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:16.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:16 smithi196 bash[22395]: audit 2024-03-24T11:29:15.164281+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:16.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:16 smithi157 bash[21535]: cluster 2024-03-24T11:29:14.772521+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:16.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:16 smithi157 bash[21535]: audit 2024-03-24T11:29:15.147548+0000 mon.a (mon.0) 373 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:16.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:16 smithi157 bash[21535]: audit 2024-03-24T11:29:15.155698+0000 mon.a (mon.0) 374 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:16.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:16 smithi157 bash[21535]: audit 2024-03-24T11:29:15.164281+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:16.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:16 smithi194 bash[22176]: cluster 2024-03-24T11:29:14.772521+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:16.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:16 smithi194 bash[22176]: audit 2024-03-24T11:29:15.147548+0000 mon.a (mon.0) 373 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:16.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:16 smithi194 bash[22176]: audit 2024-03-24T11:29:15.155698+0000 mon.a (mon.0) 374 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:16.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:16 smithi194 bash[22176]: audit 2024-03-24T11:29:15.164281+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:18.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:18 smithi196 bash[22395]: cluster 2024-03-24T11:29:16.772900+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:18.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:18 smithi157 bash[21535]: cluster 2024-03-24T11:29:16.772900+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:18.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:18 smithi194 bash[22176]: cluster 2024-03-24T11:29:16.772900+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:19.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:19 smithi196 bash[22395]: audit 2024-03-24T11:29:18.928984+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:29:19.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:19 smithi196 bash[22395]: audit 2024-03-24T11:29:18.934540+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:29:19.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:19 smithi196 bash[22395]: audit 2024-03-24T11:29:18.935581+0000 mon.a (mon.0) 378 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:19.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:19 smithi157 bash[21535]: audit 2024-03-24T11:29:18.928984+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:29:19.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:19 smithi157 bash[21535]: audit 2024-03-24T11:29:18.934540+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:29:19.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:19 smithi157 bash[21535]: audit 2024-03-24T11:29:18.935581+0000 mon.a (mon.0) 378 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:19.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:19 smithi194 bash[22176]: audit 2024-03-24T11:29:18.928984+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:29:19.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:19 smithi194 bash[22176]: audit 2024-03-24T11:29:18.934540+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:29:19.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:19 smithi194 bash[22176]: audit 2024-03-24T11:29:18.935581+0000 mon.a (mon.0) 378 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:20.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:20 smithi196 bash[22395]: cluster 2024-03-24T11:29:18.773298+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:20.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:20 smithi196 bash[22395]: audit 2024-03-24T11:29:18.924684+0000 mgr.a (mgr.14152) 128 : audit 0 from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:29:20.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:20 smithi157 bash[21535]: cluster 2024-03-24T11:29:18.773298+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:20.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:20 smithi157 bash[21535]: audit 2024-03-24T11:29:18.924684+0000 mgr.a (mgr.14152) 128 : audit 0 from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:29:20.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:20 smithi194 bash[22176]: cluster 2024-03-24T11:29:18.773298+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:20.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:20 smithi194 bash[22176]: audit 2024-03-24T11:29:18.924684+0000 mgr.a (mgr.14152) 128 : audit 0 from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:29:22.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:22 smithi196 bash[22395]: cluster 2024-03-24T11:29:20.773732+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:22.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:22 smithi157 bash[21535]: cluster 2024-03-24T11:29:20.773732+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:22.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:22 smithi194 bash[22176]: cluster 2024-03-24T11:29:20.773732+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:24.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:24 smithi157 bash[21535]: cluster 2024-03-24T11:29:22.774161+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:24.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:24 smithi157 bash[21535]: audit 2024-03-24T11:29:23.071060+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:24.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:24 smithi157 bash[21535]: audit 2024-03-24T11:29:23.079127+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:24.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:24 smithi157 bash[21535]: audit 2024-03-24T11:29:23.088823+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:24.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:24 smithi194 bash[22176]: cluster 2024-03-24T11:29:22.774161+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:24.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:24 smithi194 bash[22176]: audit 2024-03-24T11:29:23.071060+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:24.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:24 smithi194 bash[22176]: audit 2024-03-24T11:29:23.079127+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:24.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:24 smithi194 bash[22176]: audit 2024-03-24T11:29:23.088823+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:24.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:24 smithi196 bash[22395]: cluster 2024-03-24T11:29:22.774161+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:24.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:24 smithi196 bash[22395]: audit 2024-03-24T11:29:23.071060+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:24.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:24 smithi196 bash[22395]: audit 2024-03-24T11:29:23.079127+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:24.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:24 smithi196 bash[22395]: audit 2024-03-24T11:29:23.088823+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:26.137 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:26 smithi157 bash[21535]: cluster 2024-03-24T11:29:24.774549+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:26.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:26 smithi194 bash[22176]: cluster 2024-03-24T11:29:24.774549+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:26.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:26 smithi196 bash[22395]: cluster 2024-03-24T11:29:24.774549+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:28.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:28 smithi194 bash[22176]: cluster 2024-03-24T11:29:26.775013+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:28.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:28 smithi196 bash[22395]: cluster 2024-03-24T11:29:26.775013+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:28.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:28 smithi157 bash[21535]: cluster 2024-03-24T11:29:26.775013+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:29.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:29 smithi194 bash[22176]: audit 2024-03-24T11:29:28.461335+0000 mon.a (mon.0) 382 : audit 1 from='client.? 172.21.15.157:0/3914296151' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ec5ee15-ee70-436f-aea4-f11e23fae27a"}]: dispatch 2024-03-24T11:29:29.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:29 smithi194 bash[22176]: audit 2024-03-24T11:29:28.464205+0000 mon.a (mon.0) 383 : audit 1 from='client.? 172.21.15.157:0/3914296151' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ec5ee15-ee70-436f-aea4-f11e23fae27a"}]': finished 2024-03-24T11:29:29.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:29 smithi194 bash[22176]: cluster 2024-03-24T11:29:28.469265+0000 mon.a (mon.0) 384 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-03-24T11:29:29.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:29 smithi194 bash[22176]: audit 2024-03-24T11:29:28.469633+0000 mon.a (mon.0) 385 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:29.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:29 smithi196 bash[22395]: audit 2024-03-24T11:29:28.461335+0000 mon.a (mon.0) 382 : audit 1 from='client.? 172.21.15.157:0/3914296151' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ec5ee15-ee70-436f-aea4-f11e23fae27a"}]: dispatch 2024-03-24T11:29:29.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:29 smithi196 bash[22395]: audit 2024-03-24T11:29:28.464205+0000 mon.a (mon.0) 383 : audit 1 from='client.? 172.21.15.157:0/3914296151' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ec5ee15-ee70-436f-aea4-f11e23fae27a"}]': finished 2024-03-24T11:29:29.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:29 smithi196 bash[22395]: cluster 2024-03-24T11:29:28.469265+0000 mon.a (mon.0) 384 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-03-24T11:29:29.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:29 smithi196 bash[22395]: audit 2024-03-24T11:29:28.469633+0000 mon.a (mon.0) 385 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:29.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:29 smithi157 bash[21535]: audit 2024-03-24T11:29:28.461335+0000 mon.a (mon.0) 382 : audit 1 from='client.? 172.21.15.157:0/3914296151' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ec5ee15-ee70-436f-aea4-f11e23fae27a"}]: dispatch 2024-03-24T11:29:29.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:29 smithi157 bash[21535]: audit 2024-03-24T11:29:28.464205+0000 mon.a (mon.0) 383 : audit 1 from='client.? 172.21.15.157:0/3914296151' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ec5ee15-ee70-436f-aea4-f11e23fae27a"}]': finished 2024-03-24T11:29:29.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:29 smithi157 bash[21535]: cluster 2024-03-24T11:29:28.469265+0000 mon.a (mon.0) 384 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-03-24T11:29:29.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:29 smithi157 bash[21535]: audit 2024-03-24T11:29:28.469633+0000 mon.a (mon.0) 385 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:30.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:30 smithi194 bash[22176]: cluster 2024-03-24T11:29:28.775449+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:30.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:30 smithi194 bash[22176]: audit 2024-03-24T11:29:29.187127+0000 mon.a (mon.0) 386 : audit 0 from='client.? 172.21.15.157:0/1050797682' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:29:30.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:30 smithi196 bash[22395]: cluster 2024-03-24T11:29:28.775449+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:30.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:30 smithi196 bash[22395]: audit 2024-03-24T11:29:29.187127+0000 mon.a (mon.0) 386 : audit 0 from='client.? 172.21.15.157:0/1050797682' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:29:30.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:30 smithi157 bash[21535]: cluster 2024-03-24T11:29:28.775449+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:30.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:30 smithi157 bash[21535]: audit 2024-03-24T11:29:29.187127+0000 mon.a (mon.0) 386 : audit 0 from='client.? 172.21.15.157:0/1050797682' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:29:32.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:32 smithi194 bash[22176]: cluster 2024-03-24T11:29:30.775873+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:32.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:32 smithi194 bash[22176]: audit 2024-03-24T11:29:31.727356+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:32.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:32 smithi194 bash[22176]: audit 2024-03-24T11:29:31.731423+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:32.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:32 smithi194 bash[22176]: audit 2024-03-24T11:29:31.736283+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:32.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:32 smithi196 bash[22395]: cluster 2024-03-24T11:29:30.775873+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:32.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:32 smithi196 bash[22395]: audit 2024-03-24T11:29:31.727356+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:32.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:32 smithi196 bash[22395]: audit 2024-03-24T11:29:31.731423+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:32.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:32 smithi196 bash[22395]: audit 2024-03-24T11:29:31.736283+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:32.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:32 smithi157 bash[21535]: cluster 2024-03-24T11:29:30.775873+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:32.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:32 smithi157 bash[21535]: audit 2024-03-24T11:29:31.727356+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:32.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:32 smithi157 bash[21535]: audit 2024-03-24T11:29:31.731423+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:32.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:32 smithi157 bash[21535]: audit 2024-03-24T11:29:31.736283+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:34.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:34 smithi194 bash[22176]: cluster 2024-03-24T11:29:32.776340+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:34.416 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:34 smithi157 bash[21535]: cluster 2024-03-24T11:29:32.776340+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:34.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:34 smithi196 bash[22395]: cluster 2024-03-24T11:29:32.776340+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:35.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:35 smithi196 bash[22395]: audit 2024-03-24T11:29:34.286730+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:35.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:35 smithi196 bash[22395]: audit 2024-03-24T11:29:34.290941+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:35.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:35 smithi196 bash[22395]: audit 2024-03-24T11:29:34.298004+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:35.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:35 smithi194 bash[22176]: audit 2024-03-24T11:29:34.286730+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:35.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:35 smithi194 bash[22176]: audit 2024-03-24T11:29:34.290941+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:35.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:35 smithi194 bash[22176]: audit 2024-03-24T11:29:34.298004+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:35.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:35 smithi157 bash[21535]: audit 2024-03-24T11:29:34.286730+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:35.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:35 smithi157 bash[21535]: audit 2024-03-24T11:29:34.290941+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:35.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:35 smithi157 bash[21535]: audit 2024-03-24T11:29:34.298004+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:36.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:36 smithi194 bash[22176]: cluster 2024-03-24T11:29:34.776719+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:36.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:36 smithi196 bash[22395]: cluster 2024-03-24T11:29:34.776719+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:36.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:36 smithi157 bash[21535]: cluster 2024-03-24T11:29:34.776719+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:38.423 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:38 smithi157 bash[21535]: cluster 2024-03-24T11:29:36.777119+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:38.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:38 smithi194 bash[22176]: cluster 2024-03-24T11:29:36.777119+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:38.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:38 smithi196 bash[22395]: cluster 2024-03-24T11:29:36.777119+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:40.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:40 smithi157 bash[21535]: cluster 2024-03-24T11:29:38.777584+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:40.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:40 smithi194 bash[22176]: cluster 2024-03-24T11:29:38.777584+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:40.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:40 smithi196 bash[22395]: cluster 2024-03-24T11:29:38.777584+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:41.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:41 smithi194 bash[22176]: audit 2024-03-24T11:29:40.851216+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-24T11:29:41.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:41 smithi194 bash[22176]: audit 2024-03-24T11:29:40.853136+0000 mon.a (mon.0) 394 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:41.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:41 smithi196 bash[22395]: audit 2024-03-24T11:29:40.851216+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-24T11:29:41.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:41 smithi196 bash[22395]: audit 2024-03-24T11:29:40.853136+0000 mon.a (mon.0) 394 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:41.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:41 smithi157 bash[21535]: audit 2024-03-24T11:29:40.851216+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-24T11:29:41.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:41 smithi157 bash[21535]: audit 2024-03-24T11:29:40.853136+0000 mon.a (mon.0) 394 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:42.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:42 smithi194 bash[22176]: cluster 2024-03-24T11:29:40.778019+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:42.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:42 smithi194 bash[22176]: cephadm 2024-03-24T11:29:40.854801+0000 mgr.a (mgr.14152) 140 : cephadm 1 Deploying daemon osd.0 on smithi157 2024-03-24T11:29:42.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:42 smithi196 bash[22395]: cluster 2024-03-24T11:29:40.778019+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:42.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:42 smithi196 bash[22395]: cephadm 2024-03-24T11:29:40.854801+0000 mgr.a (mgr.14152) 140 : cephadm 1 Deploying daemon osd.0 on smithi157 2024-03-24T11:29:42.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:42 smithi157 bash[21535]: cluster 2024-03-24T11:29:40.778019+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:42.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:42 smithi157 bash[21535]: cephadm 2024-03-24T11:29:40.854801+0000 mgr.a (mgr.14152) 140 : cephadm 1 Deploying daemon osd.0 on smithi157 2024-03-24T11:29:44.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:44 smithi194 bash[22176]: cluster 2024-03-24T11:29:42.778463+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:44.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:44 smithi194 bash[22176]: audit 2024-03-24T11:29:43.292210+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:44.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:44 smithi194 bash[22176]: audit 2024-03-24T11:29:43.300055+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:44.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:44 smithi194 bash[22176]: audit 2024-03-24T11:29:43.309777+0000 mon.a (mon.0) 397 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:44.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:44 smithi196 bash[22395]: cluster 2024-03-24T11:29:42.778463+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:44.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:44 smithi196 bash[22395]: audit 2024-03-24T11:29:43.292210+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:44.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:44 smithi196 bash[22395]: audit 2024-03-24T11:29:43.300055+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:44.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:44 smithi196 bash[22395]: audit 2024-03-24T11:29:43.309777+0000 mon.a (mon.0) 397 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:44.684 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:44 smithi157 bash[21535]: cluster 2024-03-24T11:29:42.778463+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:44.684 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:44 smithi157 bash[21535]: audit 2024-03-24T11:29:43.292210+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:44.684 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:44 smithi157 bash[21535]: audit 2024-03-24T11:29:43.300055+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:44.684 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:44 smithi157 bash[21535]: audit 2024-03-24T11:29:43.309777+0000 mon.a (mon.0) 397 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:44.935 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:44 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:44.935 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:29:44 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:45.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:45 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:45.255 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:29:45 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:46.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:46 smithi157 bash[21535]: cluster 2024-03-24T11:29:44.778882+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:46.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:46 smithi157 bash[21535]: audit 2024-03-24T11:29:45.201480+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:46.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:46 smithi157 bash[21535]: audit 2024-03-24T11:29:45.206272+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:46.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:46 smithi157 bash[21535]: audit 2024-03-24T11:29:45.229622+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:46.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:46 smithi157 bash[21535]: audit 2024-03-24T11:29:45.232198+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:46.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:46 smithi157 bash[21535]: audit 2024-03-24T11:29:45.232937+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:46.256 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:46 smithi157 bash[21535]: audit 2024-03-24T11:29:45.237823+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:46.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:46 smithi194 bash[22176]: cluster 2024-03-24T11:29:44.778882+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:46.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:46 smithi194 bash[22176]: audit 2024-03-24T11:29:45.201480+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:46.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:46 smithi194 bash[22176]: audit 2024-03-24T11:29:45.206272+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:46.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:46 smithi194 bash[22176]: audit 2024-03-24T11:29:45.229622+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:46 smithi194 bash[22176]: audit 2024-03-24T11:29:45.232198+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:46 smithi194 bash[22176]: audit 2024-03-24T11:29:45.232937+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:46.389 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:46 smithi194 bash[22176]: audit 2024-03-24T11:29:45.237823+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:46.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:46 smithi196 bash[22395]: cluster 2024-03-24T11:29:44.778882+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:46.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:46 smithi196 bash[22395]: audit 2024-03-24T11:29:45.201480+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:46.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:46 smithi196 bash[22395]: audit 2024-03-24T11:29:45.206272+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:46.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:46 smithi196 bash[22395]: audit 2024-03-24T11:29:45.229622+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:46.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:46 smithi196 bash[22395]: audit 2024-03-24T11:29:45.232198+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:46.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:46 smithi196 bash[22395]: audit 2024-03-24T11:29:45.232937+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:46.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:46 smithi196 bash[22395]: audit 2024-03-24T11:29:45.237823+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:48.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:48 smithi157 bash[21535]: cluster 2024-03-24T11:29:46.779336+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:48.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:48 smithi194 bash[22176]: cluster 2024-03-24T11:29:46.779336+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:48.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:48 smithi196 bash[22395]: cluster 2024-03-24T11:29:46.779336+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:50.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:50 smithi157 bash[21535]: cluster 2024-03-24T11:29:48.779773+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:50.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:50 smithi194 bash[22176]: cluster 2024-03-24T11:29:48.779773+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:50.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:50 smithi196 bash[22395]: cluster 2024-03-24T11:29:48.779773+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:52 smithi157 bash[21535]: cluster 2024-03-24T11:29:50.780196+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:52 smithi157 bash[21535]: audit 2024-03-24T11:29:51.607989+0000 mon.a (mon.0) 404 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-24T11:29:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:52 smithi157 bash[21535]: audit 2024-03-24T11:29:51.937294+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:52 smithi157 bash[21535]: audit 2024-03-24T11:29:51.945821+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:52.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:52 smithi157 bash[21535]: audit 2024-03-24T11:29:51.955842+0000 mon.a (mon.0) 407 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:52.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:52 smithi194 bash[22176]: cluster 2024-03-24T11:29:50.780196+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:52.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:52 smithi194 bash[22176]: audit 2024-03-24T11:29:51.607989+0000 mon.a (mon.0) 404 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-24T11:29:52.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:52 smithi194 bash[22176]: audit 2024-03-24T11:29:51.937294+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:52.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:52 smithi194 bash[22176]: audit 2024-03-24T11:29:51.945821+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:52.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:52 smithi194 bash[22176]: audit 2024-03-24T11:29:51.955842+0000 mon.a (mon.0) 407 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:52.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:52 smithi196 bash[22395]: cluster 2024-03-24T11:29:50.780196+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:52.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:52 smithi196 bash[22395]: audit 2024-03-24T11:29:51.607989+0000 mon.a (mon.0) 404 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-24T11:29:52.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:52 smithi196 bash[22395]: audit 2024-03-24T11:29:51.937294+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:52.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:52 smithi196 bash[22395]: audit 2024-03-24T11:29:51.945821+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:52.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:52 smithi196 bash[22395]: audit 2024-03-24T11:29:51.955842+0000 mon.a (mon.0) 407 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:53.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:53 smithi157 bash[21535]: audit 2024-03-24T11:29:52.221520+0000 mon.a (mon.0) 408 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-24T11:29:53.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:53 smithi157 bash[21535]: cluster 2024-03-24T11:29:52.223351+0000 mon.a (mon.0) 409 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-03-24T11:29:53.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:53 smithi157 bash[21535]: audit 2024-03-24T11:29:52.223561+0000 mon.a (mon.0) 410 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-03-24T11:29:53.491 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:53 smithi157 bash[21535]: audit 2024-03-24T11:29:52.223773+0000 mon.a (mon.0) 411 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:53.530 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:53 smithi196 bash[22395]: audit 2024-03-24T11:29:52.221520+0000 mon.a (mon.0) 408 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-24T11:29:53.530 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:53 smithi196 bash[22395]: cluster 2024-03-24T11:29:52.223351+0000 mon.a (mon.0) 409 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-03-24T11:29:53.530 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:53 smithi196 bash[22395]: audit 2024-03-24T11:29:52.223561+0000 mon.a (mon.0) 410 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-03-24T11:29:53.531 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:53 smithi196 bash[22395]: audit 2024-03-24T11:29:52.223773+0000 mon.a (mon.0) 411 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:53.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:53 smithi194 bash[22176]: audit 2024-03-24T11:29:52.221520+0000 mon.a (mon.0) 408 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-24T11:29:53.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:53 smithi194 bash[22176]: cluster 2024-03-24T11:29:52.223351+0000 mon.a (mon.0) 409 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-03-24T11:29:53.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:53 smithi194 bash[22176]: audit 2024-03-24T11:29:52.223561+0000 mon.a (mon.0) 410 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-03-24T11:29:53.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:53 smithi194 bash[22176]: audit 2024-03-24T11:29:52.223773+0000 mon.a (mon.0) 411 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:54.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:54 smithi196 bash[22395]: cluster 2024-03-24T11:29:52.780620+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:54.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:54 smithi196 bash[22395]: audit 2024-03-24T11:29:53.224008+0000 mon.a (mon.0) 412 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-03-24T11:29:54.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:54 smithi196 bash[22395]: cluster 2024-03-24T11:29:53.229471+0000 mon.a (mon.0) 413 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-03-24T11:29:54.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:54 smithi196 bash[22395]: audit 2024-03-24T11:29:53.230943+0000 mon.a (mon.0) 414 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:54.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:54 smithi196 bash[22395]: audit 2024-03-24T11:29:53.239597+0000 mon.a (mon.0) 415 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:54.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:54 smithi196 bash[22395]: audit 2024-03-24T11:29:53.512430+0000 mon.a (mon.0) 416 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' 2024-03-24T11:29:54.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:54 smithi157 bash[21535]: cluster 2024-03-24T11:29:52.780620+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:54.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:54 smithi157 bash[21535]: audit 2024-03-24T11:29:53.224008+0000 mon.a (mon.0) 412 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-03-24T11:29:54.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:54 smithi157 bash[21535]: cluster 2024-03-24T11:29:53.229471+0000 mon.a (mon.0) 413 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-03-24T11:29:54.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:54 smithi157 bash[21535]: audit 2024-03-24T11:29:53.230943+0000 mon.a (mon.0) 414 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:54.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:54 smithi157 bash[21535]: audit 2024-03-24T11:29:53.239597+0000 mon.a (mon.0) 415 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:54.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:54 smithi157 bash[21535]: audit 2024-03-24T11:29:53.512430+0000 mon.a (mon.0) 416 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' 2024-03-24T11:29:54.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:54 smithi194 bash[22176]: cluster 2024-03-24T11:29:52.780620+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:54.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:54 smithi194 bash[22176]: audit 2024-03-24T11:29:53.224008+0000 mon.a (mon.0) 412 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-03-24T11:29:54.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:54 smithi194 bash[22176]: cluster 2024-03-24T11:29:53.229471+0000 mon.a (mon.0) 413 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-03-24T11:29:54.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:54 smithi194 bash[22176]: audit 2024-03-24T11:29:53.230943+0000 mon.a (mon.0) 414 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:54.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:54 smithi194 bash[22176]: audit 2024-03-24T11:29:53.239597+0000 mon.a (mon.0) 415 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:54.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:54 smithi194 bash[22176]: audit 2024-03-24T11:29:53.512430+0000 mon.a (mon.0) 416 : audit 1 from='osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431]' entity='osd.0' 2024-03-24T11:29:55.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: cluster 2024-03-24T11:29:52.632142+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:29:55.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: cluster 2024-03-24T11:29:52.632290+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:29:55.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: audit 2024-03-24T11:29:54.239406+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:55.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: audit 2024-03-24T11:29:54.399633+0000 mon.a (mon.0) 418 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: audit 2024-03-24T11:29:54.404883+0000 mon.a (mon.0) 419 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: cephadm 2024-03-24T11:29:54.406188+0000 mgr.a (mgr.14152) 147 : cephadm 1 Detected new or changed devices on smithi157 2024-03-24T11:29:55.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: audit 2024-03-24T11:29:54.411228+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: audit 2024-03-24T11:29:54.455680+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:55.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: audit 2024-03-24T11:29:54.459287+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:55.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: audit 2024-03-24T11:29:54.460433+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:55.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: audit 2024-03-24T11:29:54.469165+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: cluster 2024-03-24T11:29:54.515869+0000 mon.a (mon.0) 425 : cluster 1 osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431] boot 2024-03-24T11:29:55.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: cluster 2024-03-24T11:29:54.515918+0000 mon.a (mon.0) 426 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-03-24T11:29:55.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:55 smithi157 bash[21535]: audit 2024-03-24T11:29:54.516231+0000 mon.a (mon.0) 427 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:55.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: cluster 2024-03-24T11:29:52.632142+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:29:55.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: cluster 2024-03-24T11:29:52.632290+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:29:55.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: audit 2024-03-24T11:29:54.239406+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:55.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: audit 2024-03-24T11:29:54.399633+0000 mon.a (mon.0) 418 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: audit 2024-03-24T11:29:54.404883+0000 mon.a (mon.0) 419 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: cephadm 2024-03-24T11:29:54.406188+0000 mgr.a (mgr.14152) 147 : cephadm 1 Detected new or changed devices on smithi157 2024-03-24T11:29:55.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: audit 2024-03-24T11:29:54.411228+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: audit 2024-03-24T11:29:54.455680+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:55.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: audit 2024-03-24T11:29:54.459287+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:55.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: audit 2024-03-24T11:29:54.460433+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:55.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: audit 2024-03-24T11:29:54.469165+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: cluster 2024-03-24T11:29:54.515869+0000 mon.a (mon.0) 425 : cluster 1 osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431] boot 2024-03-24T11:29:55.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: cluster 2024-03-24T11:29:54.515918+0000 mon.a (mon.0) 426 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-03-24T11:29:55.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:55 smithi194 bash[22176]: audit 2024-03-24T11:29:54.516231+0000 mon.a (mon.0) 427 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:55.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: cluster 2024-03-24T11:29:52.632142+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:29:55.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: cluster 2024-03-24T11:29:52.632290+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:29:55.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: audit 2024-03-24T11:29:54.239406+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:55.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: audit 2024-03-24T11:29:54.399633+0000 mon.a (mon.0) 418 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: audit 2024-03-24T11:29:54.404883+0000 mon.a (mon.0) 419 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: cephadm 2024-03-24T11:29:54.406188+0000 mgr.a (mgr.14152) 147 : cephadm 1 Detected new or changed devices on smithi157 2024-03-24T11:29:55.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: audit 2024-03-24T11:29:54.411228+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: audit 2024-03-24T11:29:54.455680+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:55.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: audit 2024-03-24T11:29:54.459287+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:55.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: audit 2024-03-24T11:29:54.460433+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:55.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: audit 2024-03-24T11:29:54.469165+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:55.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: cluster 2024-03-24T11:29:54.515869+0000 mon.a (mon.0) 425 : cluster 1 osd.0 [v2:172.21.15.157:6802/1200240431,v1:172.21.15.157:6803/1200240431] boot 2024-03-24T11:29:55.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: cluster 2024-03-24T11:29:54.515918+0000 mon.a (mon.0) 426 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-03-24T11:29:55.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:55 smithi196 bash[22395]: audit 2024-03-24T11:29:54.516231+0000 mon.a (mon.0) 427 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:56.439 INFO:teuthology.orchestra.run.smithi157.stdout:Created osd(s) 0 on host 'smithi157' 2024-03-24T11:29:56.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:56 smithi157 bash[21535]: cluster 2024-03-24T11:29:54.781015+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:56.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:56 smithi157 bash[21535]: cluster 2024-03-24T11:29:55.521326+0000 mon.a (mon.0) 428 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-03-24T11:29:56.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:56 smithi157 bash[21535]: audit 2024-03-24T11:29:56.385675+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:56.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:56 smithi157 bash[21535]: audit 2024-03-24T11:29:56.393488+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:56.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:56 smithi157 bash[21535]: audit 2024-03-24T11:29:56.394283+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:56.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:56 smithi157 bash[21535]: audit 2024-03-24T11:29:56.399865+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:29:56.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:56 smithi157 bash[21535]: audit 2024-03-24T11:29:56.401654+0000 mon.a (mon.0) 433 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:56.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:56 smithi157 bash[21535]: audit 2024-03-24T11:29:56.403275+0000 mon.a (mon.0) 434 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:56.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:56 smithi157 bash[21535]: audit 2024-03-24T11:29:56.412441+0000 mon.a (mon.0) 435 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:56.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:56 smithi194 bash[22176]: cluster 2024-03-24T11:29:54.781015+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:56.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:56 smithi194 bash[22176]: cluster 2024-03-24T11:29:55.521326+0000 mon.a (mon.0) 428 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-03-24T11:29:56.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:56 smithi194 bash[22176]: audit 2024-03-24T11:29:56.385675+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:56.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:56 smithi194 bash[22176]: audit 2024-03-24T11:29:56.393488+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:56.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:56 smithi194 bash[22176]: audit 2024-03-24T11:29:56.394283+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:56.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:56 smithi194 bash[22176]: audit 2024-03-24T11:29:56.399865+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:29:56.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:56 smithi194 bash[22176]: audit 2024-03-24T11:29:56.401654+0000 mon.a (mon.0) 433 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:56.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:56 smithi194 bash[22176]: audit 2024-03-24T11:29:56.403275+0000 mon.a (mon.0) 434 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:56.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:56 smithi194 bash[22176]: audit 2024-03-24T11:29:56.412441+0000 mon.a (mon.0) 435 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:56 smithi196 bash[22395]: cluster 2024-03-24T11:29:54.781015+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:56 smithi196 bash[22395]: cluster 2024-03-24T11:29:55.521326+0000 mon.a (mon.0) 428 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-03-24T11:29:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:56 smithi196 bash[22395]: audit 2024-03-24T11:29:56.385675+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:56 smithi196 bash[22395]: audit 2024-03-24T11:29:56.393488+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:56 smithi196 bash[22395]: audit 2024-03-24T11:29:56.394283+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:56 smithi196 bash[22395]: audit 2024-03-24T11:29:56.399865+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:29:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:56 smithi196 bash[22395]: audit 2024-03-24T11:29:56.401654+0000 mon.a (mon.0) 433 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:56 smithi196 bash[22395]: audit 2024-03-24T11:29:56.403275+0000 mon.a (mon.0) 434 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:56.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:56 smithi196 bash[22395]: audit 2024-03-24T11:29:56.412441+0000 mon.a (mon.0) 435 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:29:57.101 DEBUG:teuthology.orchestra.run.smithi157:osd.0> sudo journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@osd.0.service 2024-03-24T11:29:57.104 INFO:tasks.cephadm:Deploying osd.1 on smithi194 with /dev/vg_nvme/lv_4... 2024-03-24T11:29:57.104 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-24T11:29:57.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:57 smithi194 bash[22176]: cluster 2024-03-24T11:29:56.406742+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:29:57.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:57 smithi194 bash[22176]: cluster 2024-03-24T11:29:57.390594+0000 mon.a (mon.0) 436 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-24T11:29:57.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:57 smithi196 bash[22395]: cluster 2024-03-24T11:29:56.406742+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:29:57.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:57 smithi196 bash[22395]: cluster 2024-03-24T11:29:57.390594+0000 mon.a (mon.0) 436 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-24T11:29:58.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:57 smithi157 bash[21535]: cluster 2024-03-24T11:29:56.406742+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:29:58.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:57 smithi157 bash[21535]: cluster 2024-03-24T11:29:57.390594+0000 mon.a (mon.0) 436 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-24T11:29:59.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:29:59 smithi194 bash[22176]: cluster 2024-03-24T11:29:58.407244+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:29:59.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:29:59 smithi196 bash[22395]: cluster 2024-03-24T11:29:58.407244+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:00.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:29:59 smithi157 bash[21535]: cluster 2024-03-24T11:29:58.407244+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:01.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:00 smithi157 bash[21535]: audit 2024-03-24T11:29:59.711379+0000 mon.a (mon.0) 437 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:00 smithi157 bash[21535]: audit 2024-03-24T11:29:59.716350+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:00 smithi157 bash[21535]: audit 2024-03-24T11:29:59.723564+0000 mon.a (mon.0) 439 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:00 smithi157 bash[21535]: audit 2024-03-24T11:29:59.737719+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:01.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:00 smithi157 bash[21535]: audit 2024-03-24T11:29:59.740058+0000 mon.a (mon.0) 441 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:01.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:00 smithi157 bash[21535]: audit 2024-03-24T11:29:59.740873+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:01.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:00 smithi157 bash[21535]: audit 2024-03-24T11:29:59.746197+0000 mon.a (mon.0) 443 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:00 smithi157 bash[21535]: cluster 2024-03-24T11:30:00.000161+0000 mon.a (mon.0) 444 : cluster 3 Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-03-24T11:30:01.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:00 smithi157 bash[21535]: cluster 2024-03-24T11:30:00.000251+0000 mon.a (mon.0) 445 : cluster 3 [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-03-24T11:30:01.006 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:00 smithi157 bash[21535]: cluster 2024-03-24T11:30:00.000318+0000 mon.a (mon.0) 446 : cluster 3 stray daemon osd.0 on host smithi157 not managed by cephadm 2024-03-24T11:30:01.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:00 smithi194 bash[22176]: audit 2024-03-24T11:29:59.711379+0000 mon.a (mon.0) 437 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:00 smithi194 bash[22176]: audit 2024-03-24T11:29:59.716350+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:00 smithi194 bash[22176]: audit 2024-03-24T11:29:59.723564+0000 mon.a (mon.0) 439 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:00 smithi194 bash[22176]: audit 2024-03-24T11:29:59.737719+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:01.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:00 smithi194 bash[22176]: audit 2024-03-24T11:29:59.740058+0000 mon.a (mon.0) 441 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:01.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:00 smithi194 bash[22176]: audit 2024-03-24T11:29:59.740873+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:01.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:00 smithi194 bash[22176]: audit 2024-03-24T11:29:59.746197+0000 mon.a (mon.0) 443 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:00 smithi194 bash[22176]: cluster 2024-03-24T11:30:00.000161+0000 mon.a (mon.0) 444 : cluster 3 Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-03-24T11:30:01.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:00 smithi194 bash[22176]: cluster 2024-03-24T11:30:00.000251+0000 mon.a (mon.0) 445 : cluster 3 [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-03-24T11:30:01.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:00 smithi194 bash[22176]: cluster 2024-03-24T11:30:00.000318+0000 mon.a (mon.0) 446 : cluster 3 stray daemon osd.0 on host smithi157 not managed by cephadm 2024-03-24T11:30:01.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:00 smithi196 bash[22395]: audit 2024-03-24T11:29:59.711379+0000 mon.a (mon.0) 437 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:00 smithi196 bash[22395]: audit 2024-03-24T11:29:59.716350+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:00 smithi196 bash[22395]: audit 2024-03-24T11:29:59.723564+0000 mon.a (mon.0) 439 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:00 smithi196 bash[22395]: audit 2024-03-24T11:29:59.737719+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:01.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:00 smithi196 bash[22395]: audit 2024-03-24T11:29:59.740058+0000 mon.a (mon.0) 441 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:01.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:00 smithi196 bash[22395]: audit 2024-03-24T11:29:59.740873+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:01.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:00 smithi196 bash[22395]: audit 2024-03-24T11:29:59.746197+0000 mon.a (mon.0) 443 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:01.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:00 smithi196 bash[22395]: cluster 2024-03-24T11:30:00.000161+0000 mon.a (mon.0) 444 : cluster 3 Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-03-24T11:30:01.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:00 smithi196 bash[22395]: cluster 2024-03-24T11:30:00.000251+0000 mon.a (mon.0) 445 : cluster 3 [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-03-24T11:30:01.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:00 smithi196 bash[22395]: cluster 2024-03-24T11:30:00.000318+0000 mon.a (mon.0) 446 : cluster 3 stray daemon osd.0 on host smithi157 not managed by cephadm 2024-03-24T11:30:01.812 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.b/config 2024-03-24T11:30:02.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:01 smithi157 bash[21535]: cluster 2024-03-24T11:29:59.742486+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:02.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:01 smithi157 bash[21535]: cluster 2024-03-24T11:30:00.722358+0000 mon.a (mon.0) 447 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-24T11:30:02.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:01 smithi157 bash[21535]: cluster 2024-03-24T11:30:00.722401+0000 mon.a (mon.0) 448 : cluster 1 Cluster is now healthy 2024-03-24T11:30:02.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:01 smithi196 bash[22395]: cluster 2024-03-24T11:29:59.742486+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:02.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:01 smithi196 bash[22395]: cluster 2024-03-24T11:30:00.722358+0000 mon.a (mon.0) 447 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-24T11:30:02.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:01 smithi196 bash[22395]: cluster 2024-03-24T11:30:00.722401+0000 mon.a (mon.0) 448 : cluster 1 Cluster is now healthy 2024-03-24T11:30:02.182 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:01 smithi194 bash[22176]: cluster 2024-03-24T11:29:59.742486+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:02.182 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:01 smithi194 bash[22176]: cluster 2024-03-24T11:30:00.722358+0000 mon.a (mon.0) 447 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-24T11:30:02.182 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:01 smithi194 bash[22176]: cluster 2024-03-24T11:30:00.722401+0000 mon.a (mon.0) 448 : cluster 1 Cluster is now healthy 2024-03-24T11:30:03.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:03 smithi194 bash[22176]: cluster 2024-03-24T11:30:01.742903+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:03.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:03 smithi194 bash[22176]: audit 2024-03-24T11:30:03.508258+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:03.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:03 smithi194 bash[22176]: audit 2024-03-24T11:30:03.515928+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:03.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:03 smithi194 bash[22176]: audit 2024-03-24T11:30:03.525847+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:03.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:03 smithi196 bash[22395]: cluster 2024-03-24T11:30:01.742903+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:03.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:03 smithi196 bash[22395]: audit 2024-03-24T11:30:03.508258+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:03.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:03 smithi196 bash[22395]: audit 2024-03-24T11:30:03.515928+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:03.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:03 smithi196 bash[22395]: audit 2024-03-24T11:30:03.525847+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:04.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:03 smithi157 bash[21535]: cluster 2024-03-24T11:30:01.742903+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:04.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:03 smithi157 bash[21535]: audit 2024-03-24T11:30:03.508258+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:04.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:03 smithi157 bash[21535]: audit 2024-03-24T11:30:03.515928+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:04.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:03 smithi157 bash[21535]: audit 2024-03-24T11:30:03.525847+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:04.807 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-24T11:30:04.808 INFO:teuthology.orchestra.run.smithi194.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-24T11:30:04.808 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10+0 records in 2024-03-24T11:30:04.808 INFO:teuthology.orchestra.run.smithi194.stderr:10+0 records out 2024-03-24T11:30:04.808 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0131167 s, 799 MB/s 2024-03-24T11:30:04.808 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping successful for: 2024-03-24T11:30:05.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:04 smithi157 bash[21535]: cluster 2024-03-24T11:30:03.743344+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:05.023 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:04 smithi194 bash[22176]: cluster 2024-03-24T11:30:03.743344+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:05.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:04 smithi196 bash[22395]: cluster 2024-03-24T11:30:03.743344+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:05.496 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi194:vg_nvme/lv_4 2024-03-24T11:30:06.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:06 smithi194 bash[22176]: cluster 2024-03-24T11:30:05.743721+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:07.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:06 smithi196 bash[22395]: cluster 2024-03-24T11:30:05.743721+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:07.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:06 smithi157 bash[21535]: cluster 2024-03-24T11:30:05.743721+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:09.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:08 smithi194 bash[22176]: cluster 2024-03-24T11:30:07.744203+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:09.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:08 smithi196 bash[22395]: cluster 2024-03-24T11:30:07.744203+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:09.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:08 smithi157 bash[21535]: cluster 2024-03-24T11:30:07.744203+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:10.207 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.b/config 2024-03-24T11:30:11.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:10 smithi194 bash[22176]: cluster 2024-03-24T11:30:09.744547+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:11.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:10 smithi196 bash[22395]: cluster 2024-03-24T11:30:09.744547+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:11.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:10 smithi157 bash[21535]: cluster 2024-03-24T11:30:09.744547+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:13.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:13 smithi196 bash[22395]: cluster 2024-03-24T11:30:11.744981+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:13.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:13 smithi196 bash[22395]: audit 2024-03-24T11:30:12.158511+0000 mon.a (mon.0) 452 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:13.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:13 smithi196 bash[22395]: audit 2024-03-24T11:30:12.166318+0000 mon.a (mon.0) 453 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:13.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:13 smithi196 bash[22395]: audit 2024-03-24T11:30:12.175873+0000 mon.a (mon.0) 454 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:13.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:13 smithi196 bash[22395]: audit 2024-03-24T11:30:12.785214+0000 mon.a (mon.0) 455 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:30:13.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:13 smithi196 bash[22395]: audit 2024-03-24T11:30:12.792036+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:30:13.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:13 smithi196 bash[22395]: audit 2024-03-24T11:30:12.793695+0000 mon.a (mon.0) 457 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:13.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:13 smithi157 bash[21535]: cluster 2024-03-24T11:30:11.744981+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:13.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:13 smithi157 bash[21535]: audit 2024-03-24T11:30:12.158511+0000 mon.a (mon.0) 452 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:13.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:13 smithi157 bash[21535]: audit 2024-03-24T11:30:12.166318+0000 mon.a (mon.0) 453 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:13.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:13 smithi157 bash[21535]: audit 2024-03-24T11:30:12.175873+0000 mon.a (mon.0) 454 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:13.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:13 smithi157 bash[21535]: audit 2024-03-24T11:30:12.785214+0000 mon.a (mon.0) 455 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:30:13.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:13 smithi157 bash[21535]: audit 2024-03-24T11:30:12.792036+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:30:13.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:13 smithi157 bash[21535]: audit 2024-03-24T11:30:12.793695+0000 mon.a (mon.0) 457 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:13.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:13 smithi194 bash[22176]: cluster 2024-03-24T11:30:11.744981+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:13.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:13 smithi194 bash[22176]: audit 2024-03-24T11:30:12.158511+0000 mon.a (mon.0) 452 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:13.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:13 smithi194 bash[22176]: audit 2024-03-24T11:30:12.166318+0000 mon.a (mon.0) 453 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:13.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:13 smithi194 bash[22176]: audit 2024-03-24T11:30:12.175873+0000 mon.a (mon.0) 454 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:13.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:13 smithi194 bash[22176]: audit 2024-03-24T11:30:12.785214+0000 mon.a (mon.0) 455 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:30:13.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:13 smithi194 bash[22176]: audit 2024-03-24T11:30:12.792036+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:30:13.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:13 smithi194 bash[22176]: audit 2024-03-24T11:30:12.793695+0000 mon.a (mon.0) 457 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:14.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:14 smithi196 bash[22395]: audit 2024-03-24T11:30:12.777752+0000 mgr.a (mgr.14152) 158 : audit 0 from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:30:14.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:14 smithi157 bash[21535]: audit 2024-03-24T11:30:12.777752+0000 mgr.a (mgr.14152) 158 : audit 0 from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:30:14.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:14 smithi194 bash[22176]: audit 2024-03-24T11:30:12.777752+0000 mgr.a (mgr.14152) 158 : audit 0 from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:30:15.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:15 smithi196 bash[22395]: cluster 2024-03-24T11:30:13.745524+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:15.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:15 smithi157 bash[21535]: cluster 2024-03-24T11:30:13.745524+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:15.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:15 smithi194 bash[22176]: cluster 2024-03-24T11:30:13.745524+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:17.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:17 smithi196 bash[22395]: cluster 2024-03-24T11:30:15.746038+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:17.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:17 smithi157 bash[21535]: cluster 2024-03-24T11:30:15.746038+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:17.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:17 smithi194 bash[22176]: cluster 2024-03-24T11:30:15.746038+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:19.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:19 smithi194 bash[22176]: cluster 2024-03-24T11:30:17.746521+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:19.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:19 smithi194 bash[22176]: audit 2024-03-24T11:30:18.338703+0000 mon.a (mon.0) 458 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:19.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:19 smithi194 bash[22176]: audit 2024-03-24T11:30:18.346927+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:19.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:19 smithi194 bash[22176]: audit 2024-03-24T11:30:18.354831+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:19.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:19 smithi196 bash[22395]: cluster 2024-03-24T11:30:17.746521+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:19.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:19 smithi196 bash[22395]: audit 2024-03-24T11:30:18.338703+0000 mon.a (mon.0) 458 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:19.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:19 smithi196 bash[22395]: audit 2024-03-24T11:30:18.346927+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:19.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:19 smithi196 bash[22395]: audit 2024-03-24T11:30:18.354831+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:19.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:19 smithi157 bash[21535]: cluster 2024-03-24T11:30:17.746521+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:19.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:19 smithi157 bash[21535]: audit 2024-03-24T11:30:18.338703+0000 mon.a (mon.0) 458 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:19.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:19 smithi157 bash[21535]: audit 2024-03-24T11:30:18.346927+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:19.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:19 smithi157 bash[21535]: audit 2024-03-24T11:30:18.354831+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:21.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:21 smithi194 bash[22176]: cluster 2024-03-24T11:30:19.746958+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:21.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:21 smithi194 bash[22176]: audit 2024-03-24T11:30:21.080024+0000 mon.b (mon.2) 7 : audit 1 from='client.? 172.21.15.194:0/1032334882' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70d40ce5-3b43-4172-ac6e-b94ec1e6ea76"}]: dispatch 2024-03-24T11:30:21.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:21 smithi194 bash[22176]: audit 2024-03-24T11:30:21.081182+0000 mon.a (mon.0) 461 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70d40ce5-3b43-4172-ac6e-b94ec1e6ea76"}]: dispatch 2024-03-24T11:30:21.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:21 smithi194 bash[22176]: audit 2024-03-24T11:30:21.084413+0000 mon.a (mon.0) 462 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70d40ce5-3b43-4172-ac6e-b94ec1e6ea76"}]': finished 2024-03-24T11:30:21.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:21 smithi194 bash[22176]: cluster 2024-03-24T11:30:21.089370+0000 mon.a (mon.0) 463 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-03-24T11:30:21.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:21 smithi194 bash[22176]: audit 2024-03-24T11:30:21.089914+0000 mon.a (mon.0) 464 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:21.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:21 smithi196 bash[22395]: cluster 2024-03-24T11:30:19.746958+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:21.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:21 smithi196 bash[22395]: audit 2024-03-24T11:30:21.080024+0000 mon.b (mon.2) 7 : audit 1 from='client.? 172.21.15.194:0/1032334882' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70d40ce5-3b43-4172-ac6e-b94ec1e6ea76"}]: dispatch 2024-03-24T11:30:21.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:21 smithi196 bash[22395]: audit 2024-03-24T11:30:21.081182+0000 mon.a (mon.0) 461 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70d40ce5-3b43-4172-ac6e-b94ec1e6ea76"}]: dispatch 2024-03-24T11:30:21.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:21 smithi196 bash[22395]: audit 2024-03-24T11:30:21.084413+0000 mon.a (mon.0) 462 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70d40ce5-3b43-4172-ac6e-b94ec1e6ea76"}]': finished 2024-03-24T11:30:21.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:21 smithi196 bash[22395]: cluster 2024-03-24T11:30:21.089370+0000 mon.a (mon.0) 463 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-03-24T11:30:21.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:21 smithi196 bash[22395]: audit 2024-03-24T11:30:21.089914+0000 mon.a (mon.0) 464 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:21.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:21 smithi157 bash[21535]: cluster 2024-03-24T11:30:19.746958+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:21.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:21 smithi157 bash[21535]: audit 2024-03-24T11:30:21.080024+0000 mon.b (mon.2) 7 : audit 1 from='client.? 172.21.15.194:0/1032334882' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70d40ce5-3b43-4172-ac6e-b94ec1e6ea76"}]: dispatch 2024-03-24T11:30:21.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:21 smithi157 bash[21535]: audit 2024-03-24T11:30:21.081182+0000 mon.a (mon.0) 461 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70d40ce5-3b43-4172-ac6e-b94ec1e6ea76"}]: dispatch 2024-03-24T11:30:21.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:21 smithi157 bash[21535]: audit 2024-03-24T11:30:21.084413+0000 mon.a (mon.0) 462 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70d40ce5-3b43-4172-ac6e-b94ec1e6ea76"}]': finished 2024-03-24T11:30:21.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:21 smithi157 bash[21535]: cluster 2024-03-24T11:30:21.089370+0000 mon.a (mon.0) 463 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-03-24T11:30:21.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:21 smithi157 bash[21535]: audit 2024-03-24T11:30:21.089914+0000 mon.a (mon.0) 464 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:22.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:22 smithi194 bash[22176]: audit 2024-03-24T11:30:21.786029+0000 mon.b (mon.2) 8 : audit 0 from='client.? 172.21.15.194:0/1711706005' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:22.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:22 smithi196 bash[22395]: audit 2024-03-24T11:30:21.786029+0000 mon.b (mon.2) 8 : audit 0 from='client.? 172.21.15.194:0/1711706005' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:22.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:22 smithi157 bash[21535]: audit 2024-03-24T11:30:21.786029+0000 mon.b (mon.2) 8 : audit 0 from='client.? 172.21.15.194:0/1711706005' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:23.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:23 smithi194 bash[22176]: cluster 2024-03-24T11:30:21.747494+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:23.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:23 smithi196 bash[22395]: cluster 2024-03-24T11:30:21.747494+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:23.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:23 smithi157 bash[21535]: cluster 2024-03-24T11:30:21.747494+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:25.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:24 smithi157 bash[21535]: audit 2024-03-24T11:30:23.724609+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:25.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:24 smithi157 bash[21535]: audit 2024-03-24T11:30:23.732753+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:25.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:24 smithi157 bash[21535]: audit 2024-03-24T11:30:23.742752+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:25.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:24 smithi194 bash[22176]: audit 2024-03-24T11:30:23.724609+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:25.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:24 smithi194 bash[22176]: audit 2024-03-24T11:30:23.732753+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:25.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:24 smithi194 bash[22176]: audit 2024-03-24T11:30:23.742752+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:25.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:24 smithi196 bash[22395]: audit 2024-03-24T11:30:23.724609+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:25.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:24 smithi196 bash[22395]: audit 2024-03-24T11:30:23.732753+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:25.169 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:24 smithi196 bash[22395]: audit 2024-03-24T11:30:23.742752+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:25.976 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:25 smithi157 bash[21535]: cluster 2024-03-24T11:30:23.747928+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:26.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:25 smithi194 bash[22176]: cluster 2024-03-24T11:30:23.747928+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:26.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:25 smithi196 bash[22395]: cluster 2024-03-24T11:30:23.747928+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:27.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:26 smithi157 bash[21535]: cluster 2024-03-24T11:30:25.748415+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:27.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:26 smithi194 bash[22176]: cluster 2024-03-24T11:30:25.748415+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:27.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:26 smithi196 bash[22395]: cluster 2024-03-24T11:30:25.748415+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:29.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:28 smithi194 bash[22176]: cluster 2024-03-24T11:30:27.748898+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:29.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:28 smithi196 bash[22395]: cluster 2024-03-24T11:30:27.748898+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:29.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:28 smithi157 bash[21535]: cluster 2024-03-24T11:30:27.748898+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:31.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:30 smithi194 bash[22176]: cluster 2024-03-24T11:30:29.749364+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:31.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:30 smithi196 bash[22395]: cluster 2024-03-24T11:30:29.749364+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:31.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:30 smithi157 bash[21535]: cluster 2024-03-24T11:30:29.749364+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:33.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:33 smithi194 bash[22176]: cluster 2024-03-24T11:30:31.749794+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:33.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:33 smithi194 bash[22176]: audit 2024-03-24T11:30:32.332271+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:33.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:33 smithi194 bash[22176]: audit 2024-03-24T11:30:32.340856+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:33.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:33 smithi194 bash[22176]: cephadm 2024-03-24T11:30:32.343958+0000 mgr.a (mgr.14152) 169 : cephadm 1 Detected new or changed devices on smithi194 2024-03-24T11:30:33.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:33 smithi194 bash[22176]: audit 2024-03-24T11:30:32.351191+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:33.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:33 smithi196 bash[22395]: cluster 2024-03-24T11:30:31.749794+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:33.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:33 smithi196 bash[22395]: audit 2024-03-24T11:30:32.332271+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:33.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:33 smithi196 bash[22395]: audit 2024-03-24T11:30:32.340856+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:33.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:33 smithi196 bash[22395]: cephadm 2024-03-24T11:30:32.343958+0000 mgr.a (mgr.14152) 169 : cephadm 1 Detected new or changed devices on smithi194 2024-03-24T11:30:33.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:33 smithi196 bash[22395]: audit 2024-03-24T11:30:32.351191+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:33.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:33 smithi157 bash[21535]: cluster 2024-03-24T11:30:31.749794+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:33.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:33 smithi157 bash[21535]: audit 2024-03-24T11:30:32.332271+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:33.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:33 smithi157 bash[21535]: audit 2024-03-24T11:30:32.340856+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:33.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:33 smithi157 bash[21535]: cephadm 2024-03-24T11:30:32.343958+0000 mgr.a (mgr.14152) 169 : cephadm 1 Detected new or changed devices on smithi194 2024-03-24T11:30:33.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:33 smithi157 bash[21535]: audit 2024-03-24T11:30:32.351191+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:34.620 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:34 smithi196 bash[22395]: audit 2024-03-24T11:30:33.949758+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-24T11:30:34.621 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:34 smithi196 bash[22395]: audit 2024-03-24T11:30:33.951606+0000 mon.a (mon.0) 472 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:34.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:34 smithi194 bash[22176]: audit 2024-03-24T11:30:33.949758+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-24T11:30:34.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:34 smithi194 bash[22176]: audit 2024-03-24T11:30:33.951606+0000 mon.a (mon.0) 472 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:34 smithi157 bash[21535]: audit 2024-03-24T11:30:33.949758+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-24T11:30:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:34 smithi157 bash[21535]: audit 2024-03-24T11:30:33.951606+0000 mon.a (mon.0) 472 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:35.460 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:35 smithi194 bash[22176]: cluster 2024-03-24T11:30:33.750235+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:35.460 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:35 smithi194 bash[22176]: cephadm 2024-03-24T11:30:33.953478+0000 mgr.a (mgr.14152) 171 : cephadm 1 Deploying daemon osd.1 on smithi194 2024-03-24T11:30:35.619 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:35 smithi196 bash[22395]: cluster 2024-03-24T11:30:33.750235+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:35.620 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:35 smithi196 bash[22395]: cephadm 2024-03-24T11:30:33.953478+0000 mgr.a (mgr.14152) 171 : cephadm 1 Deploying daemon osd.1 on smithi194 2024-03-24T11:30:35.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:35 smithi157 bash[21535]: cluster 2024-03-24T11:30:33.750235+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:35.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:35 smithi157 bash[21535]: cephadm 2024-03-24T11:30:33.953478+0000 mgr.a (mgr.14152) 171 : cephadm 1 Deploying daemon osd.1 on smithi194 2024-03-24T11:30:37.600 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:37 smithi196 bash[22395]: cluster 2024-03-24T11:30:35.750724+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:37.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:37 smithi194 bash[22176]: cluster 2024-03-24T11:30:35.750724+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:37 smithi157 bash[21535]: cluster 2024-03-24T11:30:35.750724+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:38.100 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:37 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:38.100 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:30:37 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:38.353 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:38 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:38.354 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:30:38 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:39.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:39 smithi194 bash[22176]: cluster 2024-03-24T11:30:37.751175+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:39.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:39 smithi194 bash[22176]: audit 2024-03-24T11:30:38.360381+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:39 smithi194 bash[22176]: audit 2024-03-24T11:30:38.364025+0000 mon.a (mon.0) 474 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:39.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:39 smithi194 bash[22176]: audit 2024-03-24T11:30:38.370075+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:39 smithi194 bash[22176]: audit 2024-03-24T11:30:38.370998+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:39.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:39 smithi194 bash[22176]: audit 2024-03-24T11:30:38.372761+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:39.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:39 smithi194 bash[22176]: audit 2024-03-24T11:30:38.382983+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:39 smithi194 bash[22176]: audit 2024-03-24T11:30:38.508631+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:39 smithi194 bash[22176]: audit 2024-03-24T11:30:38.514050+0000 mon.a (mon.0) 480 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:39 smithi194 bash[22176]: audit 2024-03-24T11:30:38.522571+0000 mon.a (mon.0) 481 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:39 smithi196 bash[22395]: cluster 2024-03-24T11:30:37.751175+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:39.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:39 smithi196 bash[22395]: audit 2024-03-24T11:30:38.360381+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:39 smithi196 bash[22395]: audit 2024-03-24T11:30:38.364025+0000 mon.a (mon.0) 474 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:39.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:39 smithi196 bash[22395]: audit 2024-03-24T11:30:38.370075+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:39 smithi196 bash[22395]: audit 2024-03-24T11:30:38.370998+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:39.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:39 smithi196 bash[22395]: audit 2024-03-24T11:30:38.372761+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:39.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:39 smithi196 bash[22395]: audit 2024-03-24T11:30:38.382983+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:39 smithi196 bash[22395]: audit 2024-03-24T11:30:38.508631+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:39 smithi196 bash[22395]: audit 2024-03-24T11:30:38.514050+0000 mon.a (mon.0) 480 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:39 smithi196 bash[22395]: audit 2024-03-24T11:30:38.522571+0000 mon.a (mon.0) 481 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:39 smithi157 bash[21535]: cluster 2024-03-24T11:30:37.751175+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:39.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:39 smithi157 bash[21535]: audit 2024-03-24T11:30:38.360381+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:39 smithi157 bash[21535]: audit 2024-03-24T11:30:38.364025+0000 mon.a (mon.0) 474 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:39.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:39 smithi157 bash[21535]: audit 2024-03-24T11:30:38.370075+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:39 smithi157 bash[21535]: audit 2024-03-24T11:30:38.370998+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:39.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:39 smithi157 bash[21535]: audit 2024-03-24T11:30:38.372761+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:39.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:39 smithi157 bash[21535]: audit 2024-03-24T11:30:38.382983+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:39 smithi157 bash[21535]: audit 2024-03-24T11:30:38.508631+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:39 smithi157 bash[21535]: audit 2024-03-24T11:30:38.514050+0000 mon.a (mon.0) 480 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:39.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:39 smithi157 bash[21535]: audit 2024-03-24T11:30:38.522571+0000 mon.a (mon.0) 481 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:41.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:41 smithi194 bash[22176]: cluster 2024-03-24T11:30:39.751625+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:41.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:41 smithi196 bash[22395]: cluster 2024-03-24T11:30:39.751625+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:41.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:41 smithi157 bash[21535]: cluster 2024-03-24T11:30:39.751625+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:43.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:43 smithi194 bash[22176]: cluster 2024-03-24T11:30:41.752094+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:43.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:43 smithi196 bash[22395]: cluster 2024-03-24T11:30:41.752094+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:43.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:43 smithi157 bash[21535]: cluster 2024-03-24T11:30:41.752094+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:45.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:44 smithi157 bash[21535]: cluster 2024-03-24T11:30:43.752523+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:45.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:44 smithi157 bash[21535]: audit 2024-03-24T11:30:43.951722+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:45.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:44 smithi157 bash[21535]: audit 2024-03-24T11:30:43.959457+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:45.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:44 smithi157 bash[21535]: audit 2024-03-24T11:30:43.969146+0000 mon.a (mon.0) 484 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:45.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:44 smithi157 bash[21535]: audit 2024-03-24T11:30:44.916620+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.194:6800/3002581344,v1:172.21.15.194:6801/3002581344]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-24T11:30:45.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:44 smithi157 bash[21535]: audit 2024-03-24T11:30:44.917871+0000 mon.a (mon.0) 485 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-24T11:30:45.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:44 smithi194 bash[22176]: cluster 2024-03-24T11:30:43.752523+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:45.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:44 smithi194 bash[22176]: audit 2024-03-24T11:30:43.951722+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:45.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:44 smithi194 bash[22176]: audit 2024-03-24T11:30:43.959457+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:45.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:44 smithi194 bash[22176]: audit 2024-03-24T11:30:43.969146+0000 mon.a (mon.0) 484 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:45.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:44 smithi194 bash[22176]: audit 2024-03-24T11:30:44.916620+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.194:6800/3002581344,v1:172.21.15.194:6801/3002581344]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-24T11:30:45.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:44 smithi194 bash[22176]: audit 2024-03-24T11:30:44.917871+0000 mon.a (mon.0) 485 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-24T11:30:45.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:44 smithi196 bash[22395]: cluster 2024-03-24T11:30:43.752523+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:45.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:44 smithi196 bash[22395]: audit 2024-03-24T11:30:43.951722+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:45.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:44 smithi196 bash[22395]: audit 2024-03-24T11:30:43.959457+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:45.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:44 smithi196 bash[22395]: audit 2024-03-24T11:30:43.969146+0000 mon.a (mon.0) 484 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:45.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:44 smithi196 bash[22395]: audit 2024-03-24T11:30:44.916620+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.194:6800/3002581344,v1:172.21.15.194:6801/3002581344]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-24T11:30:45.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:44 smithi196 bash[22395]: audit 2024-03-24T11:30:44.917871+0000 mon.a (mon.0) 485 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-24T11:30:46.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:46 smithi157 bash[21535]: audit 2024-03-24T11:30:45.371079+0000 mon.a (mon.0) 486 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-24T11:30:46.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:46 smithi157 bash[21535]: cluster 2024-03-24T11:30:45.376201+0000 mon.a (mon.0) 487 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-03-24T11:30:46.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:46 smithi157 bash[21535]: audit 2024-03-24T11:30:45.376685+0000 mon.a (mon.0) 488 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:46.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:46 smithi157 bash[21535]: audit 2024-03-24T11:30:45.376717+0000 mon.b (mon.2) 10 : audit 1 from='osd.1 [v2:172.21.15.194:6800/3002581344,v1:172.21.15.194:6801/3002581344]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-24T11:30:46.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:46 smithi157 bash[21535]: audit 2024-03-24T11:30:45.377929+0000 mon.a (mon.0) 489 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-24T11:30:46.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:46 smithi194 bash[22176]: audit 2024-03-24T11:30:45.371079+0000 mon.a (mon.0) 486 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-24T11:30:46.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:46 smithi194 bash[22176]: cluster 2024-03-24T11:30:45.376201+0000 mon.a (mon.0) 487 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-03-24T11:30:46.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:46 smithi194 bash[22176]: audit 2024-03-24T11:30:45.376685+0000 mon.a (mon.0) 488 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:46.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:46 smithi194 bash[22176]: audit 2024-03-24T11:30:45.376717+0000 mon.b (mon.2) 10 : audit 1 from='osd.1 [v2:172.21.15.194:6800/3002581344,v1:172.21.15.194:6801/3002581344]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-24T11:30:46.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:46 smithi194 bash[22176]: audit 2024-03-24T11:30:45.377929+0000 mon.a (mon.0) 489 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-24T11:30:46.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:46 smithi196 bash[22395]: audit 2024-03-24T11:30:45.371079+0000 mon.a (mon.0) 486 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-24T11:30:46.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:46 smithi196 bash[22395]: cluster 2024-03-24T11:30:45.376201+0000 mon.a (mon.0) 487 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-03-24T11:30:46.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:46 smithi196 bash[22395]: audit 2024-03-24T11:30:45.376685+0000 mon.a (mon.0) 488 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:46.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:46 smithi196 bash[22395]: audit 2024-03-24T11:30:45.376717+0000 mon.b (mon.2) 10 : audit 1 from='osd.1 [v2:172.21.15.194:6800/3002581344,v1:172.21.15.194:6801/3002581344]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-24T11:30:46.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:46 smithi196 bash[22395]: audit 2024-03-24T11:30:45.377929+0000 mon.a (mon.0) 489 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-24T11:30:46.950 INFO:teuthology.orchestra.run.smithi194.stdout:Created osd(s) 1 on host 'smithi194' 2024-03-24T11:30:47.521 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: cluster 2024-03-24T11:30:45.752917+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:47.521 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: audit 2024-03-24T11:30:46.373498+0000 mon.a (mon.0) 490 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-24T11:30:47.521 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: cluster 2024-03-24T11:30:46.378629+0000 mon.a (mon.0) 491 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-03-24T11:30:47.521 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: audit 2024-03-24T11:30:46.379486+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:47.521 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: audit 2024-03-24T11:30:46.387421+0000 mon.a (mon.0) 493 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:47.663 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: cluster 2024-03-24T11:30:45.752917+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: audit 2024-03-24T11:30:46.373498+0000 mon.a (mon.0) 490 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: cluster 2024-03-24T11:30:46.378629+0000 mon.a (mon.0) 491 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: audit 2024-03-24T11:30:46.379486+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: audit 2024-03-24T11:30:46.387421+0000 mon.a (mon.0) 493 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: audit 2024-03-24T11:30:46.899261+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: audit 2024-03-24T11:30:46.907260+0000 mon.a (mon.0) 495 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: audit 2024-03-24T11:30:46.908133+0000 mon.a (mon.0) 496 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: audit 2024-03-24T11:30:46.913457+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: audit 2024-03-24T11:30:46.920868+0000 mon.a (mon.0) 498 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: audit 2024-03-24T11:30:46.925012+0000 mon.a (mon.0) 499 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: audit 2024-03-24T11:30:46.926291+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:47.664 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:47 smithi157 bash[21535]: audit 2024-03-24T11:30:46.934963+0000 mon.a (mon.0) 501 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:47.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: cluster 2024-03-24T11:30:45.752917+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: audit 2024-03-24T11:30:46.373498+0000 mon.a (mon.0) 490 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: cluster 2024-03-24T11:30:46.378629+0000 mon.a (mon.0) 491 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: audit 2024-03-24T11:30:46.379486+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: audit 2024-03-24T11:30:46.387421+0000 mon.a (mon.0) 493 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: audit 2024-03-24T11:30:46.899261+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: audit 2024-03-24T11:30:46.907260+0000 mon.a (mon.0) 495 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: audit 2024-03-24T11:30:46.908133+0000 mon.a (mon.0) 496 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: audit 2024-03-24T11:30:46.913457+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: audit 2024-03-24T11:30:46.920868+0000 mon.a (mon.0) 498 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: audit 2024-03-24T11:30:46.925012+0000 mon.a (mon.0) 499 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: audit 2024-03-24T11:30:46.926291+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:47.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:47 smithi196 bash[22395]: audit 2024-03-24T11:30:46.934963+0000 mon.a (mon.0) 501 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:47.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: audit 2024-03-24T11:30:46.899261+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:47.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: audit 2024-03-24T11:30:46.907260+0000 mon.a (mon.0) 495 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:47.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: audit 2024-03-24T11:30:46.908133+0000 mon.a (mon.0) 496 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:47.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: audit 2024-03-24T11:30:46.913457+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:30:47.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: audit 2024-03-24T11:30:46.920868+0000 mon.a (mon.0) 498 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:47.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: audit 2024-03-24T11:30:46.925012+0000 mon.a (mon.0) 499 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:47.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: audit 2024-03-24T11:30:46.926291+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:47.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:47 smithi194 bash[22176]: audit 2024-03-24T11:30:46.934963+0000 mon.a (mon.0) 501 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:48.040 DEBUG:teuthology.orchestra.run.smithi194:osd.1> sudo journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@osd.1.service 2024-03-24T11:30:48.043 INFO:tasks.cephadm:Deploying osd.2 on smithi196 with /dev/vg_nvme/lv_4... 2024-03-24T11:30:48.043 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-24T11:30:48.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:48 smithi196 bash[22395]: cluster 2024-03-24T11:30:45.947296+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:48.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:48 smithi196 bash[22395]: cluster 2024-03-24T11:30:45.947361+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:48.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:48 smithi196 bash[22395]: cephadm 2024-03-24T11:30:46.914860+0000 mgr.a (mgr.14152) 178 : cephadm 1 Adjusting osd_memory_target on smithi194 to 16241M 2024-03-24T11:30:48.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:48 smithi196 bash[22395]: cluster 2024-03-24T11:30:47.387348+0000 mon.a (mon.0) 502 : cluster 1 osd.1 [v2:172.21.15.194:6800/3002581344,v1:172.21.15.194:6801/3002581344] boot 2024-03-24T11:30:48.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:48 smithi196 bash[22395]: cluster 2024-03-24T11:30:47.387403+0000 mon.a (mon.0) 503 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-03-24T11:30:48.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:48 smithi196 bash[22395]: audit 2024-03-24T11:30:47.388024+0000 mon.a (mon.0) 504 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:48.691 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:48 smithi194 bash[22176]: cluster 2024-03-24T11:30:45.947296+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:48.691 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:48 smithi194 bash[22176]: cluster 2024-03-24T11:30:45.947361+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:48.691 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:48 smithi194 bash[22176]: cephadm 2024-03-24T11:30:46.914860+0000 mgr.a (mgr.14152) 178 : cephadm 1 Adjusting osd_memory_target on smithi194 to 16241M 2024-03-24T11:30:48.691 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:48 smithi194 bash[22176]: cluster 2024-03-24T11:30:47.387348+0000 mon.a (mon.0) 502 : cluster 1 osd.1 [v2:172.21.15.194:6800/3002581344,v1:172.21.15.194:6801/3002581344] boot 2024-03-24T11:30:48.691 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:48 smithi194 bash[22176]: cluster 2024-03-24T11:30:47.387403+0000 mon.a (mon.0) 503 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-03-24T11:30:48.691 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:48 smithi194 bash[22176]: audit 2024-03-24T11:30:47.388024+0000 mon.a (mon.0) 504 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:48.703 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:48 smithi157 bash[21535]: cluster 2024-03-24T11:30:45.947296+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:48.703 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:48 smithi157 bash[21535]: cluster 2024-03-24T11:30:45.947361+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:48.703 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:48 smithi157 bash[21535]: cephadm 2024-03-24T11:30:46.914860+0000 mgr.a (mgr.14152) 178 : cephadm 1 Adjusting osd_memory_target on smithi194 to 16241M 2024-03-24T11:30:48.703 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:48 smithi157 bash[21535]: cluster 2024-03-24T11:30:47.387348+0000 mon.a (mon.0) 502 : cluster 1 osd.1 [v2:172.21.15.194:6800/3002581344,v1:172.21.15.194:6801/3002581344] boot 2024-03-24T11:30:48.703 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:48 smithi157 bash[21535]: cluster 2024-03-24T11:30:47.387403+0000 mon.a (mon.0) 503 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-03-24T11:30:48.703 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:48 smithi157 bash[21535]: audit 2024-03-24T11:30:47.388024+0000 mon.a (mon.0) 504 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:49.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:49 smithi194 bash[22176]: cluster 2024-03-24T11:30:47.753204+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:49.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:49 smithi194 bash[22176]: cluster 2024-03-24T11:30:48.404502+0000 mon.a (mon.0) 505 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-03-24T11:30:49.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:49 smithi196 bash[22395]: cluster 2024-03-24T11:30:47.753204+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:49.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:49 smithi196 bash[22395]: cluster 2024-03-24T11:30:48.404502+0000 mon.a (mon.0) 505 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-03-24T11:30:49.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:49 smithi157 bash[21535]: cluster 2024-03-24T11:30:47.753204+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:49.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:49 smithi157 bash[21535]: cluster 2024-03-24T11:30:48.404502+0000 mon.a (mon.0) 505 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-03-24T11:30:51.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:51 smithi196 bash[22395]: cluster 2024-03-24T11:30:49.753703+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:51.741 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.c/config 2024-03-24T11:30:51.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:51 smithi157 bash[21535]: cluster 2024-03-24T11:30:49.753703+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:51.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:51 smithi194 bash[22176]: cluster 2024-03-24T11:30:49.753703+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:53.870 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:53 smithi194 bash[22176]: cluster 2024-03-24T11:30:51.754287+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:53.870 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:53 smithi194 bash[22176]: audit 2024-03-24T11:30:52.554094+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:53.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:53 smithi194 bash[22176]: audit 2024-03-24T11:30:52.562625+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:53.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:53 smithi194 bash[22176]: audit 2024-03-24T11:30:52.568184+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:53.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:53 smithi194 bash[22176]: audit 2024-03-24T11:30:52.573416+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:53.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:53 smithi194 bash[22176]: audit 2024-03-24T11:30:52.574663+0000 mon.a (mon.0) 510 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:53.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:53 smithi194 bash[22176]: audit 2024-03-24T11:30:52.576781+0000 mon.a (mon.0) 511 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:53.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:53 smithi194 bash[22176]: cluster 2024-03-24T11:30:52.580493+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:53.871 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:53 smithi194 bash[22176]: audit 2024-03-24T11:30:52.586933+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:53.877 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:53 smithi196 bash[22395]: cluster 2024-03-24T11:30:51.754287+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:53.877 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:53 smithi196 bash[22395]: audit 2024-03-24T11:30:52.554094+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:53.877 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:53 smithi196 bash[22395]: audit 2024-03-24T11:30:52.562625+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:53.877 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:53 smithi196 bash[22395]: audit 2024-03-24T11:30:52.568184+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:53.877 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:53 smithi196 bash[22395]: audit 2024-03-24T11:30:52.573416+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:53.877 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:53 smithi196 bash[22395]: audit 2024-03-24T11:30:52.574663+0000 mon.a (mon.0) 510 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:53.877 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:53 smithi196 bash[22395]: audit 2024-03-24T11:30:52.576781+0000 mon.a (mon.0) 511 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:53.877 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:53 smithi196 bash[22395]: cluster 2024-03-24T11:30:52.580493+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:53.877 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:53 smithi196 bash[22395]: audit 2024-03-24T11:30:52.586933+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:53 smithi157 bash[21535]: cluster 2024-03-24T11:30:51.754287+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:54.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:53 smithi157 bash[21535]: audit 2024-03-24T11:30:52.554094+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:53 smithi157 bash[21535]: audit 2024-03-24T11:30:52.562625+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:53 smithi157 bash[21535]: audit 2024-03-24T11:30:52.568184+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:54.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:53 smithi157 bash[21535]: audit 2024-03-24T11:30:52.573416+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:53 smithi157 bash[21535]: audit 2024-03-24T11:30:52.574663+0000 mon.a (mon.0) 510 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:54.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:53 smithi157 bash[21535]: audit 2024-03-24T11:30:52.576781+0000 mon.a (mon.0) 511 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:54.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:53 smithi157 bash[21535]: cluster 2024-03-24T11:30:52.580493+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:54.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:53 smithi157 bash[21535]: audit 2024-03-24T11:30:52.586933+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.509 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-24T11:30:54.510 INFO:teuthology.orchestra.run.smithi196.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-24T11:30:54.510 INFO:teuthology.orchestra.run.smithi196.stderr: stderr: 10+0 records in 2024-03-24T11:30:54.510 INFO:teuthology.orchestra.run.smithi196.stderr:10+0 records out 2024-03-24T11:30:54.510 INFO:teuthology.orchestra.run.smithi196.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0135218 s, 775 MB/s 2024-03-24T11:30:54.510 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping successful for: 2024-03-24T11:30:54.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:54 smithi194 bash[22176]: cluster 2024-03-24T11:30:53.569657+0000 mon.a (mon.0) 513 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-24T11:30:54.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:54 smithi194 bash[22176]: audit 2024-03-24T11:30:54.268854+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:54 smithi194 bash[22176]: audit 2024-03-24T11:30:54.277419+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:54 smithi194 bash[22176]: audit 2024-03-24T11:30:54.287716+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:54 smithi194 bash[22176]: audit 2024-03-24T11:30:54.312567+0000 mon.a (mon.0) 517 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:54.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:54 smithi194 bash[22176]: audit 2024-03-24T11:30:54.318181+0000 mon.a (mon.0) 518 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:54.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:54 smithi194 bash[22176]: audit 2024-03-24T11:30:54.319886+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:54.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:54 smithi194 bash[22176]: audit 2024-03-24T11:30:54.330256+0000 mon.a (mon.0) 520 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:54 smithi196 bash[22395]: cluster 2024-03-24T11:30:53.569657+0000 mon.a (mon.0) 513 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-24T11:30:54.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:54 smithi196 bash[22395]: audit 2024-03-24T11:30:54.268854+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:54 smithi196 bash[22395]: audit 2024-03-24T11:30:54.277419+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:54 smithi196 bash[22395]: audit 2024-03-24T11:30:54.287716+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:54.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:54 smithi196 bash[22395]: audit 2024-03-24T11:30:54.312567+0000 mon.a (mon.0) 517 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:54.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:54 smithi196 bash[22395]: audit 2024-03-24T11:30:54.318181+0000 mon.a (mon.0) 518 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:54.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:54 smithi196 bash[22395]: audit 2024-03-24T11:30:54.319886+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:54.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:54 smithi196 bash[22395]: audit 2024-03-24T11:30:54.330256+0000 mon.a (mon.0) 520 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:55.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:54 smithi157 bash[21535]: cluster 2024-03-24T11:30:53.569657+0000 mon.a (mon.0) 513 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-24T11:30:55.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:54 smithi157 bash[21535]: audit 2024-03-24T11:30:54.268854+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:55.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:54 smithi157 bash[21535]: audit 2024-03-24T11:30:54.277419+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:55.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:54 smithi157 bash[21535]: audit 2024-03-24T11:30:54.287716+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:55.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:54 smithi157 bash[21535]: audit 2024-03-24T11:30:54.312567+0000 mon.a (mon.0) 517 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:55.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:54 smithi157 bash[21535]: audit 2024-03-24T11:30:54.318181+0000 mon.a (mon.0) 518 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:55.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:54 smithi157 bash[21535]: audit 2024-03-24T11:30:54.319886+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:30:55.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:54 smithi157 bash[21535]: audit 2024-03-24T11:30:54.330256+0000 mon.a (mon.0) 520 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:55.328 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi196:vg_nvme/lv_4 2024-03-24T11:30:55.616 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:55 smithi196 bash[22395]: cluster 2024-03-24T11:30:54.323611+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:55.617 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:55 smithi196 bash[22395]: cluster 2024-03-24T11:30:55.284287+0000 mon.a (mon.0) 521 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-24T11:30:55.617 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:55 smithi196 bash[22395]: cluster 2024-03-24T11:30:55.284346+0000 mon.a (mon.0) 522 : cluster 1 Cluster is now healthy 2024-03-24T11:30:55.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:55 smithi157 bash[21535]: cluster 2024-03-24T11:30:54.323611+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:55.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:55 smithi157 bash[21535]: cluster 2024-03-24T11:30:55.284287+0000 mon.a (mon.0) 521 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-24T11:30:55.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:55 smithi157 bash[21535]: cluster 2024-03-24T11:30:55.284346+0000 mon.a (mon.0) 522 : cluster 1 Cluster is now healthy 2024-03-24T11:30:55.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:55 smithi194 bash[22176]: cluster 2024-03-24T11:30:54.323611+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:55.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:55 smithi194 bash[22176]: cluster 2024-03-24T11:30:55.284287+0000 mon.a (mon.0) 521 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-24T11:30:55.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:55 smithi194 bash[22176]: cluster 2024-03-24T11:30:55.284346+0000 mon.a (mon.0) 522 : cluster 1 Cluster is now healthy 2024-03-24T11:30:57.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:57 smithi194 bash[22176]: cluster 2024-03-24T11:30:56.324090+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:57.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:57 smithi196 bash[22395]: cluster 2024-03-24T11:30:56.324090+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:58.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:57 smithi157 bash[21535]: cluster 2024-03-24T11:30:56.324090+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:59.028 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.c/config 2024-03-24T11:30:59.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:59 smithi196 bash[22395]: cluster 2024-03-24T11:30:58.324602+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:59.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:59 smithi196 bash[22395]: audit 2024-03-24T11:30:58.725019+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:59.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:59 smithi196 bash[22395]: audit 2024-03-24T11:30:58.733692+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:30:59.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:30:59 smithi196 bash[22395]: audit 2024-03-24T11:30:58.743826+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:00.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:59 smithi157 bash[21535]: cluster 2024-03-24T11:30:58.324602+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:00.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:59 smithi157 bash[21535]: audit 2024-03-24T11:30:58.725019+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:00.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:59 smithi157 bash[21535]: audit 2024-03-24T11:30:58.733692+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:00.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:30:59 smithi157 bash[21535]: audit 2024-03-24T11:30:58.743826+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:00.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:59 smithi194 bash[22176]: cluster 2024-03-24T11:30:58.324602+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:00.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:59 smithi194 bash[22176]: audit 2024-03-24T11:30:58.725019+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:00.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:59 smithi194 bash[22176]: audit 2024-03-24T11:30:58.733692+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:00.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:30:59 smithi194 bash[22176]: audit 2024-03-24T11:30:58.743826+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:02.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:01 smithi157 bash[21535]: cluster 2024-03-24T11:31:00.325024+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:02.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:01 smithi157 bash[21535]: audit 2024-03-24T11:31:01.542636+0000 mon.a (mon.0) 526 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:31:02.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:01 smithi157 bash[21535]: audit 2024-03-24T11:31:01.549311+0000 mon.a (mon.0) 527 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:31:02.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:01 smithi157 bash[21535]: audit 2024-03-24T11:31:01.551331+0000 mon.a (mon.0) 528 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:02.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:01 smithi194 bash[22176]: cluster 2024-03-24T11:31:00.325024+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:02.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:01 smithi194 bash[22176]: audit 2024-03-24T11:31:01.542636+0000 mon.a (mon.0) 526 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:31:02.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:01 smithi194 bash[22176]: audit 2024-03-24T11:31:01.549311+0000 mon.a (mon.0) 527 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:31:02.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:01 smithi194 bash[22176]: audit 2024-03-24T11:31:01.551331+0000 mon.a (mon.0) 528 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:02.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:01 smithi196 bash[22395]: cluster 2024-03-24T11:31:00.325024+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:02.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:01 smithi196 bash[22395]: audit 2024-03-24T11:31:01.542636+0000 mon.a (mon.0) 526 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:31:02.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:01 smithi196 bash[22395]: audit 2024-03-24T11:31:01.549311+0000 mon.a (mon.0) 527 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:31:02.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:01 smithi196 bash[22395]: audit 2024-03-24T11:31:01.551331+0000 mon.a (mon.0) 528 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:03.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:02 smithi157 bash[21535]: audit 2024-03-24T11:31:01.535153+0000 mgr.a (mgr.14152) 187 : audit 0 from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:31:03.115 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:02 smithi196 bash[22395]: audit 2024-03-24T11:31:01.535153+0000 mgr.a (mgr.14152) 187 : audit 0 from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:31:03.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:02 smithi194 bash[22176]: audit 2024-03-24T11:31:01.535153+0000 mgr.a (mgr.14152) 187 : audit 0 from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:31:04.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:03 smithi157 bash[21535]: cluster 2024-03-24T11:31:02.325476+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:04.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:03 smithi194 bash[22176]: cluster 2024-03-24T11:31:02.325476+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:04.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:03 smithi196 bash[22395]: cluster 2024-03-24T11:31:02.325476+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:05.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:05 smithi196 bash[22395]: audit 2024-03-24T11:31:04.152385+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:05.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:05 smithi196 bash[22395]: audit 2024-03-24T11:31:04.160678+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:05.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:05 smithi196 bash[22395]: audit 2024-03-24T11:31:04.170860+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:05.419 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:05 smithi196 bash[22395]: cluster 2024-03-24T11:31:04.325952+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:05.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:05 smithi157 bash[21535]: audit 2024-03-24T11:31:04.152385+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:05.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:05 smithi157 bash[21535]: audit 2024-03-24T11:31:04.160678+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:05.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:05 smithi157 bash[21535]: audit 2024-03-24T11:31:04.170860+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:05.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:05 smithi157 bash[21535]: cluster 2024-03-24T11:31:04.325952+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:05.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:05 smithi194 bash[22176]: audit 2024-03-24T11:31:04.152385+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:05.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:05 smithi194 bash[22176]: audit 2024-03-24T11:31:04.160678+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:05.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:05 smithi194 bash[22176]: audit 2024-03-24T11:31:04.170860+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:05.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:05 smithi194 bash[22176]: cluster 2024-03-24T11:31:04.325952+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:07.605 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:07 smithi196 bash[22395]: cluster 2024-03-24T11:31:06.326435+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:07.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:07 smithi194 bash[22176]: cluster 2024-03-24T11:31:06.326435+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:07.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:07 smithi157 bash[21535]: cluster 2024-03-24T11:31:06.326435+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:09.454 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:09 smithi194 bash[22176]: cluster 2024-03-24T11:31:08.326906+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:09.454 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:09 smithi194 bash[22176]: audit 2024-03-24T11:31:09.257684+0000 mon.c (mon.1) 4 : audit 1 from='client.? 172.21.15.196:0/766879480' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb"}]: dispatch 2024-03-24T11:31:09.455 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:09 smithi194 bash[22176]: audit 2024-03-24T11:31:09.258920+0000 mon.a (mon.0) 532 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb"}]: dispatch 2024-03-24T11:31:09.455 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:09 smithi194 bash[22176]: audit 2024-03-24T11:31:09.261573+0000 mon.a (mon.0) 533 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb"}]': finished 2024-03-24T11:31:09.455 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:09 smithi194 bash[22176]: cluster 2024-03-24T11:31:09.268268+0000 mon.a (mon.0) 534 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-03-24T11:31:09.455 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:09 smithi194 bash[22176]: audit 2024-03-24T11:31:09.268599+0000 mon.a (mon.0) 535 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:09.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:09 smithi196 bash[22395]: cluster 2024-03-24T11:31:08.326906+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:09.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:09 smithi196 bash[22395]: audit 2024-03-24T11:31:09.257684+0000 mon.c (mon.1) 4 : audit 1 from='client.? 172.21.15.196:0/766879480' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb"}]: dispatch 2024-03-24T11:31:09.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:09 smithi196 bash[22395]: audit 2024-03-24T11:31:09.258920+0000 mon.a (mon.0) 532 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb"}]: dispatch 2024-03-24T11:31:09.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:09 smithi196 bash[22395]: audit 2024-03-24T11:31:09.261573+0000 mon.a (mon.0) 533 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb"}]': finished 2024-03-24T11:31:09.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:09 smithi196 bash[22395]: cluster 2024-03-24T11:31:09.268268+0000 mon.a (mon.0) 534 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-03-24T11:31:09.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:09 smithi196 bash[22395]: audit 2024-03-24T11:31:09.268599+0000 mon.a (mon.0) 535 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:09.717 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:09 smithi157 bash[21535]: cluster 2024-03-24T11:31:08.326906+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:09.717 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:09 smithi157 bash[21535]: audit 2024-03-24T11:31:09.257684+0000 mon.c (mon.1) 4 : audit 1 from='client.? 172.21.15.196:0/766879480' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb"}]: dispatch 2024-03-24T11:31:09.717 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:09 smithi157 bash[21535]: audit 2024-03-24T11:31:09.258920+0000 mon.a (mon.0) 532 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb"}]: dispatch 2024-03-24T11:31:09.718 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:09 smithi157 bash[21535]: audit 2024-03-24T11:31:09.261573+0000 mon.a (mon.0) 533 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb"}]': finished 2024-03-24T11:31:09.718 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:09 smithi157 bash[21535]: cluster 2024-03-24T11:31:09.268268+0000 mon.a (mon.0) 534 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-03-24T11:31:09.718 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:09 smithi157 bash[21535]: audit 2024-03-24T11:31:09.268599+0000 mon.a (mon.0) 535 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:10.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:10 smithi196 bash[22395]: audit 2024-03-24T11:31:09.987245+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.196:0/2722622091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:31:10.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:10 smithi157 bash[21535]: audit 2024-03-24T11:31:09.987245+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.196:0/2722622091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:31:10.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:10 smithi194 bash[22176]: audit 2024-03-24T11:31:09.987245+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.196:0/2722622091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:31:11.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:11 smithi194 bash[22176]: cluster 2024-03-24T11:31:10.327376+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:11.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:11 smithi196 bash[22395]: cluster 2024-03-24T11:31:10.327376+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:11.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:11 smithi157 bash[21535]: cluster 2024-03-24T11:31:10.327376+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:13.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:13 smithi196 bash[22395]: cluster 2024-03-24T11:31:12.327872+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:13.718 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:13 smithi194 bash[22176]: cluster 2024-03-24T11:31:12.327872+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:13.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:13 smithi157 bash[21535]: cluster 2024-03-24T11:31:12.327872+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:15.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:14 smithi196 bash[22395]: audit 2024-03-24T11:31:13.891753+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:15.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:14 smithi196 bash[22395]: audit 2024-03-24T11:31:13.900380+0000 mon.a (mon.0) 537 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:15.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:14 smithi196 bash[22395]: audit 2024-03-24T11:31:13.910706+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:15.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:14 smithi196 bash[22395]: cluster 2024-03-24T11:31:14.328350+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:15.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:14 smithi157 bash[21535]: audit 2024-03-24T11:31:13.891753+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:15.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:14 smithi157 bash[21535]: audit 2024-03-24T11:31:13.900380+0000 mon.a (mon.0) 537 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:15.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:14 smithi157 bash[21535]: audit 2024-03-24T11:31:13.910706+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:15.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:14 smithi157 bash[21535]: cluster 2024-03-24T11:31:14.328350+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:15.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:14 smithi194 bash[22176]: audit 2024-03-24T11:31:13.891753+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:15.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:14 smithi194 bash[22176]: audit 2024-03-24T11:31:13.900380+0000 mon.a (mon.0) 537 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:15.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:14 smithi194 bash[22176]: audit 2024-03-24T11:31:13.910706+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:15.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:14 smithi194 bash[22176]: cluster 2024-03-24T11:31:14.328350+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:17.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:17 smithi194 bash[22176]: cluster 2024-03-24T11:31:16.328798+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:17.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:17 smithi196 bash[22395]: cluster 2024-03-24T11:31:16.328798+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:17.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:17 smithi157 bash[21535]: cluster 2024-03-24T11:31:16.328798+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:19.600 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:19 smithi196 bash[22395]: cluster 2024-03-24T11:31:18.329294+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:19.601 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:19 smithi196 bash[22395]: audit 2024-03-24T11:31:18.927219+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:19.601 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:19 smithi196 bash[22395]: audit 2024-03-24T11:31:18.935387+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:19.601 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:19 smithi196 bash[22395]: audit 2024-03-24T11:31:18.944829+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:19.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:19 smithi194 bash[22176]: cluster 2024-03-24T11:31:18.329294+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:19.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:19 smithi194 bash[22176]: audit 2024-03-24T11:31:18.927219+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:19.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:19 smithi194 bash[22176]: audit 2024-03-24T11:31:18.935387+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:19.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:19 smithi194 bash[22176]: audit 2024-03-24T11:31:18.944829+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:19.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:19 smithi157 bash[21535]: cluster 2024-03-24T11:31:18.329294+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:19.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:19 smithi157 bash[21535]: audit 2024-03-24T11:31:18.927219+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:19.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:19 smithi157 bash[21535]: audit 2024-03-24T11:31:18.935387+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:19.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:19 smithi157 bash[21535]: audit 2024-03-24T11:31:18.944829+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:21.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:21 smithi196 bash[22395]: cluster 2024-03-24T11:31:20.329758+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:21.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:21 smithi157 bash[21535]: cluster 2024-03-24T11:31:20.329758+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:21.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:21 smithi194 bash[22176]: cluster 2024-03-24T11:31:20.329758+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:22.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:22 smithi196 bash[22395]: audit 2024-03-24T11:31:21.896773+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-24T11:31:22.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:22 smithi196 bash[22395]: audit 2024-03-24T11:31:21.898497+0000 mon.a (mon.0) 543 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:22.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:22 smithi157 bash[21535]: audit 2024-03-24T11:31:21.896773+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-24T11:31:22.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:22 smithi157 bash[21535]: audit 2024-03-24T11:31:21.898497+0000 mon.a (mon.0) 543 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:22.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:22 smithi194 bash[22176]: audit 2024-03-24T11:31:21.896773+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-24T11:31:22.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:22 smithi194 bash[22176]: audit 2024-03-24T11:31:21.898497+0000 mon.a (mon.0) 543 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:23.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:23 smithi196 bash[22395]: cephadm 2024-03-24T11:31:21.900110+0000 mgr.a (mgr.14152) 198 : cephadm 1 Deploying daemon osd.2 on smithi196 2024-03-24T11:31:23.671 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:23 smithi196 bash[22395]: cluster 2024-03-24T11:31:22.330244+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:23.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:23 smithi157 bash[21535]: cephadm 2024-03-24T11:31:21.900110+0000 mgr.a (mgr.14152) 198 : cephadm 1 Deploying daemon osd.2 on smithi196 2024-03-24T11:31:23.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:23 smithi157 bash[21535]: cluster 2024-03-24T11:31:22.330244+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:23.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:23 smithi194 bash[22176]: cephadm 2024-03-24T11:31:21.900110+0000 mgr.a (mgr.14152) 198 : cephadm 1 Deploying daemon osd.2 on smithi196 2024-03-24T11:31:23.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:23 smithi194 bash[22176]: cluster 2024-03-24T11:31:22.330244+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:25.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:25 smithi194 bash[22176]: cluster 2024-03-24T11:31:24.330652+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:25.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:25 smithi194 bash[22176]: audit 2024-03-24T11:31:24.336468+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:25.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:25 smithi194 bash[22176]: audit 2024-03-24T11:31:24.344394+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:25.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:25 smithi194 bash[22176]: cephadm 2024-03-24T11:31:24.347350+0000 mgr.a (mgr.14152) 201 : cephadm 1 Detected new or changed devices on smithi196 2024-03-24T11:31:25.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:25 smithi194 bash[22176]: audit 2024-03-24T11:31:24.354283+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:25.652 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:25 smithi196 bash[22395]: cluster 2024-03-24T11:31:24.330652+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:25.652 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:25 smithi196 bash[22395]: audit 2024-03-24T11:31:24.336468+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:25.652 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:25 smithi196 bash[22395]: audit 2024-03-24T11:31:24.344394+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:25.652 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:25 smithi196 bash[22395]: cephadm 2024-03-24T11:31:24.347350+0000 mgr.a (mgr.14152) 201 : cephadm 1 Detected new or changed devices on smithi196 2024-03-24T11:31:25.652 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:25 smithi196 bash[22395]: audit 2024-03-24T11:31:24.354283+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:25.652 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:25 smithi196 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:31:25.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:25 smithi157 bash[21535]: cluster 2024-03-24T11:31:24.330652+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:25.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:25 smithi157 bash[21535]: audit 2024-03-24T11:31:24.336468+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:25.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:25 smithi157 bash[21535]: audit 2024-03-24T11:31:24.344394+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:25.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:25 smithi157 bash[21535]: cephadm 2024-03-24T11:31:24.347350+0000 mgr.a (mgr.14152) 201 : cephadm 1 Detected new or changed devices on smithi196 2024-03-24T11:31:25.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:25 smithi157 bash[21535]: audit 2024-03-24T11:31:24.354283+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:25.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:25 smithi196 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:31:27.324 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:27 smithi157 bash[21535]: audit 2024-03-24T11:31:26.030466+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:27.324 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:27 smithi157 bash[21535]: audit 2024-03-24T11:31:26.038702+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:27.324 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:27 smithi157 bash[21535]: audit 2024-03-24T11:31:26.042779+0000 mon.a (mon.0) 549 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:31:27.324 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:27 smithi157 bash[21535]: audit 2024-03-24T11:31:26.051406+0000 mon.a (mon.0) 550 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:27.324 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:27 smithi157 bash[21535]: audit 2024-03-24T11:31:26.055236+0000 mon.a (mon.0) 551 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:31:27.324 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:27 smithi157 bash[21535]: audit 2024-03-24T11:31:26.070118+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:27.324 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:27 smithi157 bash[21535]: cluster 2024-03-24T11:31:26.331126+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:27.351 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:27 smithi196 bash[22395]: audit 2024-03-24T11:31:26.030466+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:27.351 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:27 smithi196 bash[22395]: audit 2024-03-24T11:31:26.038702+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:27.351 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:27 smithi196 bash[22395]: audit 2024-03-24T11:31:26.042779+0000 mon.a (mon.0) 549 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:31:27.351 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:27 smithi196 bash[22395]: audit 2024-03-24T11:31:26.051406+0000 mon.a (mon.0) 550 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:27.351 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:27 smithi196 bash[22395]: audit 2024-03-24T11:31:26.055236+0000 mon.a (mon.0) 551 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:31:27.351 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:27 smithi196 bash[22395]: audit 2024-03-24T11:31:26.070118+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:27.351 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:27 smithi196 bash[22395]: cluster 2024-03-24T11:31:26.331126+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:27.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:27 smithi194 bash[22176]: audit 2024-03-24T11:31:26.030466+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:27.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:27 smithi194 bash[22176]: audit 2024-03-24T11:31:26.038702+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:27.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:27 smithi194 bash[22176]: audit 2024-03-24T11:31:26.042779+0000 mon.a (mon.0) 549 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:31:27.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:27 smithi194 bash[22176]: audit 2024-03-24T11:31:26.051406+0000 mon.a (mon.0) 550 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:27.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:27 smithi194 bash[22176]: audit 2024-03-24T11:31:26.055236+0000 mon.a (mon.0) 551 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:31:27.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:27 smithi194 bash[22176]: audit 2024-03-24T11:31:26.070118+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:27.388 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:27 smithi194 bash[22176]: cluster 2024-03-24T11:31:26.331126+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:29.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:29 smithi196 bash[22395]: cluster 2024-03-24T11:31:28.331632+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:29.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:29 smithi196 bash[22395]: audit 2024-03-24T11:31:29.199842+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:29.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:29 smithi196 bash[22395]: audit 2024-03-24T11:31:29.207798+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:29.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:29 smithi196 bash[22395]: audit 2024-03-24T11:31:29.215262+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:29.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:29 smithi194 bash[22176]: cluster 2024-03-24T11:31:28.331632+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:29.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:29 smithi194 bash[22176]: audit 2024-03-24T11:31:29.199842+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:29.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:29 smithi194 bash[22176]: audit 2024-03-24T11:31:29.207798+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:29.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:29 smithi194 bash[22176]: audit 2024-03-24T11:31:29.215262+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:29.714 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:29 smithi157 bash[21535]: cluster 2024-03-24T11:31:28.331632+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:29.714 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:29 smithi157 bash[21535]: audit 2024-03-24T11:31:29.199842+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:29.714 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:29 smithi157 bash[21535]: audit 2024-03-24T11:31:29.207798+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:29.714 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:29 smithi157 bash[21535]: audit 2024-03-24T11:31:29.215262+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:31.650 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:31 smithi196 bash[22395]: cluster 2024-03-24T11:31:30.332129+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:31.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:31 smithi157 bash[21535]: cluster 2024-03-24T11:31:30.332129+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:31.805 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:31 smithi194 bash[22176]: cluster 2024-03-24T11:31:30.332129+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:32.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:32 smithi196 bash[22395]: audit 2024-03-24T11:31:32.083486+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.196:6800/3800385815,v1:172.21.15.196:6801/3800385815]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-24T11:31:32.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:32 smithi196 bash[22395]: audit 2024-03-24T11:31:32.084556+0000 mon.a (mon.0) 556 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-24T11:31:32.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:32 smithi157 bash[21535]: audit 2024-03-24T11:31:32.083486+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.196:6800/3800385815,v1:172.21.15.196:6801/3800385815]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-24T11:31:32.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:32 smithi157 bash[21535]: audit 2024-03-24T11:31:32.084556+0000 mon.a (mon.0) 556 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-24T11:31:32.864 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:32 smithi194 bash[22176]: audit 2024-03-24T11:31:32.083486+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.196:6800/3800385815,v1:172.21.15.196:6801/3800385815]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-24T11:31:32.864 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:32 smithi194 bash[22176]: audit 2024-03-24T11:31:32.084556+0000 mon.a (mon.0) 556 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-24T11:31:33.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:33 smithi196 bash[22395]: cluster 2024-03-24T11:31:32.332557+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:33.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:33 smithi196 bash[22395]: audit 2024-03-24T11:31:32.399996+0000 mon.a (mon.0) 557 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-24T11:31:33.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:33 smithi196 bash[22395]: audit 2024-03-24T11:31:32.402599+0000 mon.c (mon.1) 7 : audit 1 from='osd.2 [v2:172.21.15.196:6800/3800385815,v1:172.21.15.196:6801/3800385815]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-24T11:31:33.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:33 smithi196 bash[22395]: cluster 2024-03-24T11:31:32.404900+0000 mon.a (mon.0) 558 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-03-24T11:31:33.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:33 smithi196 bash[22395]: audit 2024-03-24T11:31:32.405689+0000 mon.a (mon.0) 559 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:33.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:33 smithi196 bash[22395]: audit 2024-03-24T11:31:32.406277+0000 mon.a (mon.0) 560 : audit 1 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-03-24T11:31:33.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:33 smithi157 bash[21535]: cluster 2024-03-24T11:31:32.332557+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:33.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:33 smithi157 bash[21535]: audit 2024-03-24T11:31:32.399996+0000 mon.a (mon.0) 557 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-24T11:31:33.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:33 smithi157 bash[21535]: audit 2024-03-24T11:31:32.402599+0000 mon.c (mon.1) 7 : audit 1 from='osd.2 [v2:172.21.15.196:6800/3800385815,v1:172.21.15.196:6801/3800385815]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-24T11:31:33.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:33 smithi157 bash[21535]: cluster 2024-03-24T11:31:32.404900+0000 mon.a (mon.0) 558 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-03-24T11:31:33.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:33 smithi157 bash[21535]: audit 2024-03-24T11:31:32.405689+0000 mon.a (mon.0) 559 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:33.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:33 smithi157 bash[21535]: audit 2024-03-24T11:31:32.406277+0000 mon.a (mon.0) 560 : audit 1 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-03-24T11:31:33.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:33 smithi194 bash[22176]: cluster 2024-03-24T11:31:32.332557+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:33.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:33 smithi194 bash[22176]: audit 2024-03-24T11:31:32.399996+0000 mon.a (mon.0) 557 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-24T11:31:33.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:33 smithi194 bash[22176]: audit 2024-03-24T11:31:32.402599+0000 mon.c (mon.1) 7 : audit 1 from='osd.2 [v2:172.21.15.196:6800/3800385815,v1:172.21.15.196:6801/3800385815]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-24T11:31:33.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:33 smithi194 bash[22176]: cluster 2024-03-24T11:31:32.404900+0000 mon.a (mon.0) 558 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-03-24T11:31:33.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:33 smithi194 bash[22176]: audit 2024-03-24T11:31:32.405689+0000 mon.a (mon.0) 559 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:33.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:33 smithi194 bash[22176]: audit 2024-03-24T11:31:32.406277+0000 mon.a (mon.0) 560 : audit 1 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-03-24T11:31:34.347 INFO:teuthology.orchestra.run.smithi196.stdout:Created osd(s) 2 on host 'smithi196' 2024-03-24T11:31:34.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:33.402340+0000 mon.a (mon.0) 561 : audit 1 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-03-24T11:31:34.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: cluster 2024-03-24T11:31:33.407541+0000 mon.a (mon.0) 562 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:33.408471+0000 mon.a (mon.0) 563 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:33.416090+0000 mon.a (mon.0) 564 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:33.849964+0000 mon.a (mon.0) 565 : audit 1 from='osd.2 ' entity='osd.2' 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:34.115451+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:34.124860+0000 mon.a (mon.0) 567 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:34.135197+0000 mon.a (mon.0) 568 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:34.327220+0000 mon.a (mon.0) 569 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:34.336052+0000 mon.a (mon.0) 570 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:34.341351+0000 mon.a (mon.0) 571 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:34.347403+0000 mon.a (mon.0) 572 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:34.355017+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:34.359082+0000 mon.a (mon.0) 574 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:34.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:34.360919+0000 mon.a (mon.0) 575 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:31:34.670 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:34 smithi196 bash[22395]: audit 2024-03-24T11:31:34.370794+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:33.402340+0000 mon.a (mon.0) 561 : audit 1 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-03-24T11:31:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: cluster 2024-03-24T11:31:33.407541+0000 mon.a (mon.0) 562 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-03-24T11:31:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:33.408471+0000 mon.a (mon.0) 563 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:33.416090+0000 mon.a (mon.0) 564 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:33.849964+0000 mon.a (mon.0) 565 : audit 1 from='osd.2 ' entity='osd.2' 2024-03-24T11:31:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:34.115451+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:34.124860+0000 mon.a (mon.0) 567 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:34.135197+0000 mon.a (mon.0) 568 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:34.327220+0000 mon.a (mon.0) 569 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:34.336052+0000 mon.a (mon.0) 570 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:34.341351+0000 mon.a (mon.0) 571 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:31:34.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:34.347403+0000 mon.a (mon.0) 572 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:34.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:34.355017+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:34.359082+0000 mon.a (mon.0) 574 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:34.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:34.360919+0000 mon.a (mon.0) 575 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:31:34.756 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:34 smithi157 bash[21535]: audit 2024-03-24T11:31:34.370794+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:33.402340+0000 mon.a (mon.0) 561 : audit 1 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-03-24T11:31:34.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: cluster 2024-03-24T11:31:33.407541+0000 mon.a (mon.0) 562 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-03-24T11:31:34.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:33.408471+0000 mon.a (mon.0) 563 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:34.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:33.416090+0000 mon.a (mon.0) 564 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:34.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:33.849964+0000 mon.a (mon.0) 565 : audit 1 from='osd.2 ' entity='osd.2' 2024-03-24T11:31:34.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:34.115451+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:34.124860+0000 mon.a (mon.0) 567 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:34.135197+0000 mon.a (mon.0) 568 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:34.327220+0000 mon.a (mon.0) 569 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:34.336052+0000 mon.a (mon.0) 570 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:34.341351+0000 mon.a (mon.0) 571 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:31:34.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:34.347403+0000 mon.a (mon.0) 572 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:34.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:34.355017+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:34.359082+0000 mon.a (mon.0) 574 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:34.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:34.360919+0000 mon.a (mon.0) 575 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:31:34.889 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:34 smithi194 bash[22176]: audit 2024-03-24T11:31:34.370794+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:34.962 DEBUG:teuthology.orchestra.run.smithi196:osd.2> sudo journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@osd.2.service 2024-03-24T11:31:34.965 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-24T11:31:34.965 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-24T11:31:35.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:35 smithi196 bash[22395]: cluster 2024-03-24T11:31:33.054837+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:31:35.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:35 smithi196 bash[22395]: cluster 2024-03-24T11:31:33.054961+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:31:35.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:35 smithi196 bash[22395]: cluster 2024-03-24T11:31:34.332968+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:35.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:35 smithi196 bash[22395]: cephadm 2024-03-24T11:31:34.348893+0000 mgr.a (mgr.14152) 207 : cephadm 1 Adjusting osd_memory_target on smithi196 to 20337M 2024-03-24T11:31:35.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:35 smithi196 bash[22395]: audit 2024-03-24T11:31:34.419454+0000 mon.a (mon.0) 577 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:35.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:35 smithi196 bash[22395]: cluster 2024-03-24T11:31:34.853896+0000 mon.a (mon.0) 578 : cluster 1 osd.2 [v2:172.21.15.196:6800/3800385815,v1:172.21.15.196:6801/3800385815] boot 2024-03-24T11:31:35.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:35 smithi196 bash[22395]: cluster 2024-03-24T11:31:34.853979+0000 mon.a (mon.0) 579 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-03-24T11:31:35.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:35 smithi196 bash[22395]: audit 2024-03-24T11:31:34.854233+0000 mon.a (mon.0) 580 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:35.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:35 smithi196 bash[22395]: audit 2024-03-24T11:31:34.956136+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' 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-03-24T11:31:35.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:35 smithi157 bash[21535]: cluster 2024-03-24T11:31:33.054837+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:31:35.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:35 smithi157 bash[21535]: cluster 2024-03-24T11:31:33.054961+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:31:35.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:35 smithi157 bash[21535]: cluster 2024-03-24T11:31:34.332968+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:35.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:35 smithi157 bash[21535]: cephadm 2024-03-24T11:31:34.348893+0000 mgr.a (mgr.14152) 207 : cephadm 1 Adjusting osd_memory_target on smithi196 to 20337M 2024-03-24T11:31:35.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:35 smithi157 bash[21535]: audit 2024-03-24T11:31:34.419454+0000 mon.a (mon.0) 577 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:35.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:35 smithi157 bash[21535]: cluster 2024-03-24T11:31:34.853896+0000 mon.a (mon.0) 578 : cluster 1 osd.2 [v2:172.21.15.196:6800/3800385815,v1:172.21.15.196:6801/3800385815] boot 2024-03-24T11:31:35.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:35 smithi157 bash[21535]: cluster 2024-03-24T11:31:34.853979+0000 mon.a (mon.0) 579 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-03-24T11:31:35.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:35 smithi157 bash[21535]: audit 2024-03-24T11:31:34.854233+0000 mon.a (mon.0) 580 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:35.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:35 smithi157 bash[21535]: audit 2024-03-24T11:31:34.956136+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' 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-03-24T11:31:35.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:35 smithi194 bash[22176]: cluster 2024-03-24T11:31:33.054837+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:31:35.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:35 smithi194 bash[22176]: cluster 2024-03-24T11:31:33.054961+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:31:35.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:35 smithi194 bash[22176]: cluster 2024-03-24T11:31:34.332968+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:31:35.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:35 smithi194 bash[22176]: cephadm 2024-03-24T11:31:34.348893+0000 mgr.a (mgr.14152) 207 : cephadm 1 Adjusting osd_memory_target on smithi196 to 20337M 2024-03-24T11:31:35.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:35 smithi194 bash[22176]: audit 2024-03-24T11:31:34.419454+0000 mon.a (mon.0) 577 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:35.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:35 smithi194 bash[22176]: cluster 2024-03-24T11:31:34.853896+0000 mon.a (mon.0) 578 : cluster 1 osd.2 [v2:172.21.15.196:6800/3800385815,v1:172.21.15.196:6801/3800385815] boot 2024-03-24T11:31:35.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:35 smithi194 bash[22176]: cluster 2024-03-24T11:31:34.853979+0000 mon.a (mon.0) 579 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-03-24T11:31:35.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:35 smithi194 bash[22176]: audit 2024-03-24T11:31:34.854233+0000 mon.a (mon.0) 580 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:31:35.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:35 smithi194 bash[22176]: audit 2024-03-24T11:31:34.956136+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' 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-03-24T11:31:37.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:36 smithi194 bash[22176]: audit 2024-03-24T11:31:35.850929+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' 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-03-24T11:31:37.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:36 smithi194 bash[22176]: cluster 2024-03-24T11:31:35.856249+0000 mon.a (mon.0) 583 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-03-24T11:31:37.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:36 smithi194 bash[22176]: audit 2024-03-24T11:31:35.857823+0000 mon.a (mon.0) 584 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-24T11:31:37.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:36 smithi194 bash[22176]: cluster 2024-03-24T11:31:36.333585+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:37.145 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:36 smithi196 bash[22395]: audit 2024-03-24T11:31:35.850929+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' 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-03-24T11:31:37.145 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:36 smithi196 bash[22395]: cluster 2024-03-24T11:31:35.856249+0000 mon.a (mon.0) 583 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-03-24T11:31:37.145 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:36 smithi196 bash[22395]: audit 2024-03-24T11:31:35.857823+0000 mon.a (mon.0) 584 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-24T11:31:37.146 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:36 smithi196 bash[22395]: cluster 2024-03-24T11:31:36.333585+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:37.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:36 smithi157 bash[21535]: audit 2024-03-24T11:31:35.850929+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' 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-03-24T11:31:37.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:36 smithi157 bash[21535]: cluster 2024-03-24T11:31:35.856249+0000 mon.a (mon.0) 583 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-03-24T11:31:37.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:36 smithi157 bash[21535]: audit 2024-03-24T11:31:35.857823+0000 mon.a (mon.0) 584 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-24T11:31:37.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:36 smithi157 bash[21535]: cluster 2024-03-24T11:31:36.333585+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v151: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:38.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:37 smithi194 bash[22176]: cluster 2024-03-24T11:31:36.851781+0000 mon.a (mon.0) 585 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-24T11:31:38.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:37 smithi194 bash[22176]: audit 2024-03-24T11:31:36.861775+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-24T11:31:38.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:37 smithi194 bash[22176]: cluster 2024-03-24T11:31:36.867580+0000 mon.a (mon.0) 587 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-03-24T11:31:38.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:37 smithi196 bash[22395]: cluster 2024-03-24T11:31:36.851781+0000 mon.a (mon.0) 585 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-24T11:31:38.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:37 smithi196 bash[22395]: audit 2024-03-24T11:31:36.861775+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-24T11:31:38.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:37 smithi196 bash[22395]: cluster 2024-03-24T11:31:36.867580+0000 mon.a (mon.0) 587 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-03-24T11:31:38.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:37 smithi157 bash[21535]: cluster 2024-03-24T11:31:36.851781+0000 mon.a (mon.0) 585 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-24T11:31:38.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:37 smithi157 bash[21535]: audit 2024-03-24T11:31:36.861775+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-24T11:31:38.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:37 smithi157 bash[21535]: cluster 2024-03-24T11:31:36.867580+0000 mon.a (mon.0) 587 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-03-24T11:31:39.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:38 smithi194 bash[22176]: cluster 2024-03-24T11:31:37.877569+0000 mon.a (mon.0) 588 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-03-24T11:31:39.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:38 smithi194 bash[22176]: cluster 2024-03-24T11:31:37.883980+0000 mon.a (mon.0) 589 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-03-24T11:31:39.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:38 smithi194 bash[22176]: audit 2024-03-24T11:31:38.026757+0000 mon.a (mon.0) 590 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:39.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:38 smithi194 bash[22176]: cluster 2024-03-24T11:31:38.334111+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:39.145 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:38 smithi196 bash[22395]: cluster 2024-03-24T11:31:37.877569+0000 mon.a (mon.0) 588 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-03-24T11:31:39.145 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:38 smithi196 bash[22395]: cluster 2024-03-24T11:31:37.883980+0000 mon.a (mon.0) 589 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-03-24T11:31:39.145 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:38 smithi196 bash[22395]: audit 2024-03-24T11:31:38.026757+0000 mon.a (mon.0) 590 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:39.146 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:38 smithi196 bash[22395]: cluster 2024-03-24T11:31:38.334111+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:39.147 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:38 smithi157 bash[21535]: cluster 2024-03-24T11:31:37.877569+0000 mon.a (mon.0) 588 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-03-24T11:31:39.148 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:38 smithi157 bash[21535]: cluster 2024-03-24T11:31:37.883980+0000 mon.a (mon.0) 589 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-03-24T11:31:39.148 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:38 smithi157 bash[21535]: audit 2024-03-24T11:31:38.026757+0000 mon.a (mon.0) 590 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:39.148 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:38 smithi157 bash[21535]: cluster 2024-03-24T11:31:38.334111+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:39.545 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:31:41.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:40 smithi194 bash[22176]: audit 2024-03-24T11:31:38.979865+0000 mon.a (mon.0) 591 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:40 smithi194 bash[22176]: cluster 2024-03-24T11:31:39.023026+0000 mon.a (mon.0) 592 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-24T11:31:41.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:40 smithi194 bash[22176]: cluster 2024-03-24T11:31:39.023083+0000 mon.a (mon.0) 593 : cluster 1 Cluster is now healthy 2024-03-24T11:31:41.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:40 smithi194 bash[22176]: audit 2024-03-24T11:31:39.134363+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:40 smithi194 bash[22176]: audit 2024-03-24T11:31:39.139213+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:40 smithi194 bash[22176]: audit 2024-03-24T11:31:39.147209+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:40 smithi194 bash[22176]: audit 2024-03-24T11:31:39.926077+0000 mon.a (mon.0) 597 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:40 smithi194 bash[22176]: audit 2024-03-24T11:31:39.928856+0000 mon.a (mon.0) 598 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:31:41.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:40 smithi196 bash[22395]: audit 2024-03-24T11:31:38.979865+0000 mon.a (mon.0) 591 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:40 smithi196 bash[22395]: cluster 2024-03-24T11:31:39.023026+0000 mon.a (mon.0) 592 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-24T11:31:41.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:40 smithi196 bash[22395]: cluster 2024-03-24T11:31:39.023083+0000 mon.a (mon.0) 593 : cluster 1 Cluster is now healthy 2024-03-24T11:31:41.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:40 smithi196 bash[22395]: audit 2024-03-24T11:31:39.134363+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:40 smithi196 bash[22395]: audit 2024-03-24T11:31:39.139213+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:40 smithi196 bash[22395]: audit 2024-03-24T11:31:39.147209+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:40 smithi196 bash[22395]: audit 2024-03-24T11:31:39.926077+0000 mon.a (mon.0) 597 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:40 smithi196 bash[22395]: audit 2024-03-24T11:31:39.928856+0000 mon.a (mon.0) 598 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:31:41.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:40 smithi157 bash[21535]: audit 2024-03-24T11:31:38.979865+0000 mon.a (mon.0) 591 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:40 smithi157 bash[21535]: cluster 2024-03-24T11:31:39.023026+0000 mon.a (mon.0) 592 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-24T11:31:41.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:40 smithi157 bash[21535]: cluster 2024-03-24T11:31:39.023083+0000 mon.a (mon.0) 593 : cluster 1 Cluster is now healthy 2024-03-24T11:31:41.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:40 smithi157 bash[21535]: audit 2024-03-24T11:31:39.134363+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:40 smithi157 bash[21535]: audit 2024-03-24T11:31:39.139213+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:40 smithi157 bash[21535]: audit 2024-03-24T11:31:39.147209+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:40 smithi157 bash[21535]: audit 2024-03-24T11:31:39.926077+0000 mon.a (mon.0) 597 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:41.255 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:40 smithi157 bash[21535]: audit 2024-03-24T11:31:39.928856+0000 mon.a (mon.0) 598 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:31:42.737 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:31:42.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: cluster 2024-03-24T11:31:40.334575+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:42.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:40.848414+0000 mon.a (mon.0) 599 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:31:42.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:40.849346+0000 mon.a (mon.0) 600 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:31:42.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:40.849491+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:31:42.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:40.849662+0000 mon.a (mon.0) 602 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:31:42.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:40.856716+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:31:42.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:40.858442+0000 mon.a (mon.0) 603 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:31:42.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:40.858604+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:31:42.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:40.858797+0000 mon.a (mon.0) 605 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:31:42.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:41.742874+0000 mon.c (mon.1) 9 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:31:42.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:41.751522+0000 mon.a (mon.0) 606 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:31:42.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:41.752063+0000 mon.a (mon.0) 607 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:31:42.919 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:42 smithi196 bash[22395]: audit 2024-03-24T11:31:41.752597+0000 mon.a (mon.0) 608 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:31:42.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: cluster 2024-03-24T11:31:40.334575+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:42.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:40.848414+0000 mon.a (mon.0) 599 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:31:42.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:40.849346+0000 mon.a (mon.0) 600 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:31:42.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:40.849491+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:31:42.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:40.849662+0000 mon.a (mon.0) 602 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:31:42.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:40.856716+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:31:42.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:40.858442+0000 mon.a (mon.0) 603 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:31:42.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:40.858604+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:31:42.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:40.858797+0000 mon.a (mon.0) 605 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:31:42.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:41.742874+0000 mon.c (mon.1) 9 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:31:42.996 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:41.751522+0000 mon.a (mon.0) 606 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:31:42.996 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:41.752063+0000 mon.a (mon.0) 607 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:31:42.996 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:42 smithi157 bash[21535]: audit 2024-03-24T11:31:41.752597+0000 mon.a (mon.0) 608 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:31:43.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: cluster 2024-03-24T11:31:40.334575+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:43.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:40.848414+0000 mon.a (mon.0) 599 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:31:43.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:40.849346+0000 mon.a (mon.0) 600 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:31:43.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:40.849491+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:31:43.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:40.849662+0000 mon.a (mon.0) 602 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:31:43.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:40.856716+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:31:43.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:40.858442+0000 mon.a (mon.0) 603 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:31:43.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:40.858604+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:31:43.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:40.858797+0000 mon.a (mon.0) 605 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:31:43.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:41.742874+0000 mon.c (mon.1) 9 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:31:43.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:41.751522+0000 mon.a (mon.0) 606 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:31:43.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:41.752063+0000 mon.a (mon.0) 607 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:31:43.139 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:42 smithi194 bash[22176]: audit 2024-03-24T11:31:41.752597+0000 mon.a (mon.0) 608 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:31:43.534 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1711279894,"num_in_osds":3,"osd_in_since":1711279869,"num_remapped_pgs":0} 2024-03-24T11:31:43.534 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-24T11:31:43.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:43 smithi196 bash[22395]: audit 2024-03-24T11:31:41.750532+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:31:43.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:43 smithi196 bash[22395]: cluster 2024-03-24T11:31:42.335213+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:43.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:43 smithi196 bash[22395]: audit 2024-03-24T11:31:42.662955+0000 mon.b (mon.2) 12 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:31:43.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:43 smithi196 bash[22395]: audit 2024-03-24T11:31:42.738872+0000 mon.a (mon.0) 609 : audit 0 from='client.? 172.21.15.157:0/3340086194' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:31:44.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:43 smithi157 bash[21535]: audit 2024-03-24T11:31:41.750532+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:31:44.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:43 smithi157 bash[21535]: cluster 2024-03-24T11:31:42.335213+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:44.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:43 smithi157 bash[21535]: audit 2024-03-24T11:31:42.662955+0000 mon.b (mon.2) 12 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:31:44.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:43 smithi157 bash[21535]: audit 2024-03-24T11:31:42.738872+0000 mon.a (mon.0) 609 : audit 0 from='client.? 172.21.15.157:0/3340086194' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:31:44.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:43 smithi194 bash[22176]: audit 2024-03-24T11:31:41.750532+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:31:44.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:43 smithi194 bash[22176]: cluster 2024-03-24T11:31:42.335213+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:44.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:43 smithi194 bash[22176]: audit 2024-03-24T11:31:42.662955+0000 mon.b (mon.2) 12 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:31:44.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:43 smithi194 bash[22176]: audit 2024-03-24T11:31:42.738872+0000 mon.a (mon.0) 609 : audit 0 from='client.? 172.21.15.157:0/3340086194' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:31:46.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:45 smithi157 bash[21535]: cluster 2024-03-24T11:31:44.335794+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-03-24T11:31:46.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:45 smithi194 bash[22176]: cluster 2024-03-24T11:31:44.335794+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-03-24T11:31:46.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:45 smithi196 bash[22395]: cluster 2024-03-24T11:31:44.335794+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-03-24T11:31:47.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:47 smithi157 bash[21535]: cluster 2024-03-24T11:31:46.336450+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-03-24T11:31:48.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:47 smithi194 bash[22176]: cluster 2024-03-24T11:31:46.336450+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-03-24T11:31:48.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:47 smithi196 bash[22395]: cluster 2024-03-24T11:31:46.336450+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-03-24T11:31:48.331 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:31:49.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:49 smithi157 bash[21535]: cluster 2024-03-24T11:31:48.336878+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-03-24T11:31:49.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:49 smithi157 bash[21535]: audit 2024-03-24T11:31:48.810295+0000 mon.a (mon.0) 610 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:49.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:49 smithi157 bash[21535]: audit 2024-03-24T11:31:48.818620+0000 mon.a (mon.0) 611 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:49.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:49 smithi157 bash[21535]: audit 2024-03-24T11:31:48.828598+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:50.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:49 smithi194 bash[22176]: cluster 2024-03-24T11:31:48.336878+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-03-24T11:31:50.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:49 smithi194 bash[22176]: audit 2024-03-24T11:31:48.810295+0000 mon.a (mon.0) 610 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:50.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:49 smithi194 bash[22176]: audit 2024-03-24T11:31:48.818620+0000 mon.a (mon.0) 611 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:50.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:49 smithi194 bash[22176]: audit 2024-03-24T11:31:48.828598+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:50.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:49 smithi196 bash[22395]: cluster 2024-03-24T11:31:48.336878+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-03-24T11:31:50.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:49 smithi196 bash[22395]: audit 2024-03-24T11:31:48.810295+0000 mon.a (mon.0) 610 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:50.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:49 smithi196 bash[22395]: audit 2024-03-24T11:31:48.818620+0000 mon.a (mon.0) 611 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:50.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:49 smithi196 bash[22395]: audit 2024-03-24T11:31:48.828598+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:51.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:51 smithi194 bash[22176]: cluster 2024-03-24T11:31:50.337272+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-24T11:31:52.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:51 smithi157 bash[21535]: cluster 2024-03-24T11:31:50.337272+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-24T11:31:52.020 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:31:52.020 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":21,"fsid":"0f82b38c-e9d1-11ee-95cd-87774f69a715","created":"2024-03-24T11:25:45.993412+0000","modified":"2024-03-24T11:31:37.863342+0000","last_up_change":"2024-03-24T11:31:34.845830+0000","last_in_change":"2024-03-24T11:31:09.259434+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-03-24T11:31:35.398153+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,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"2ec5ee15-ee70-436f-aea4-f11e23fae27a","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.157:6802","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6803","nonce":1200240431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6805","nonce":1200240431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6808","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6809","nonce":1200240431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6807","nonce":1200240431}]},"public_addr":"172.21.15.157:6803/1200240431","cluster_addr":"172.21.15.157:6805/1200240431","heartbeat_back_addr":"172.21.15.157:6809/1200240431","heartbeat_front_addr":"172.21.15.157:6807/1200240431","state":["exists","up"]},{"osd":1,"uuid":"70d40ce5-3b43-4172-ac6e-b94ec1e6ea76","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6801","nonce":3002581344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6803","nonce":3002581344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6807","nonce":3002581344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6805","nonce":3002581344}]},"public_addr":"172.21.15.194:6801/3002581344","cluster_addr":"172.21.15.194:6803/3002581344","heartbeat_back_addr":"172.21.15.194:6807/3002581344","heartbeat_front_addr":"172.21.15.194:6805/3002581344","state":["exists","up"]},{"osd":2,"uuid":"644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb","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":3800385815},{"type":"v1","addr":"172.21.15.196:6801","nonce":3800385815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":3800385815},{"type":"v1","addr":"172.21.15.196:6803","nonce":3800385815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":3800385815},{"type":"v1","addr":"172.21.15.196:6807","nonce":3800385815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":3800385815},{"type":"v1","addr":"172.21.15.196:6805","nonce":3800385815}]},"public_addr":"172.21.15.196:6801/3800385815","cluster_addr":"172.21.15.196:6803/3800385815","heartbeat_back_addr":"172.21.15.196:6807/3800385815","heartbeat_front_addr":"172.21.15.196:6805/3800385815","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-03-24T11:29:52.632296+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-03-24T11:30:45.947363+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-03-24T11:31:33.054967+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.157:0/1930427086":"2024-03-25T11:26:54.734253+0000","172.21.15.157:6801/1374059703":"2024-03-25T11:26:54.734253+0000","172.21.15.157:0/2356174208":"2024-03-25T11:26:54.734253+0000","172.21.15.157:6800/649030221":"2024-03-25T11:26:18.942544+0000","172.21.15.157:6800/1374059703":"2024-03-25T11:26:54.734253+0000","172.21.15.157:0/3819826965":"2024-03-25T11:26:18.942544+0000","172.21.15.157:0/4076350026":"2024-03-25T11:26:54.734253+0000","172.21.15.157:6801/649030221":"2024-03-25T11:26:18.942544+0000","172.21.15.157:0/2853237119":"2024-03-25T11:26:18.942544+0000","172.21.15.157:0/1691686325":"2024-03-25T11:26:18.942544+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-03-24T11:31:52.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:51 smithi196 bash[22395]: cluster 2024-03-24T11:31:50.337272+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-03-24T11:31:52.754 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-24T11:31:35.398153+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, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-24T11:31:52.754 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-24T11:31:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:52 smithi157 bash[21535]: audit 2024-03-24T11:31:52.020795+0000 mon.a (mon.0) 613 : audit 0 from='client.? 172.21.15.157:0/3037680713' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:31:53.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:52 smithi194 bash[22176]: audit 2024-03-24T11:31:52.020795+0000 mon.a (mon.0) 613 : audit 0 from='client.? 172.21.15.157:0/3037680713' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:31:53.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:52 smithi196 bash[22395]: audit 2024-03-24T11:31:52.020795+0000 mon.a (mon.0) 613 : audit 0 from='client.? 172.21.15.157:0/3037680713' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:31:54.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:53 smithi157 bash[21535]: cluster 2024-03-24T11:31:52.337784+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-24T11:31:54.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:53 smithi194 bash[22176]: cluster 2024-03-24T11:31:52.337784+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-24T11:31:54.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:53 smithi196 bash[22395]: cluster 2024-03-24T11:31:52.337784+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-24T11:31:55.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:55 smithi194 bash[22176]: audit 2024-03-24T11:31:54.320013+0000 mon.a (mon.0) 614 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:55.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:55 smithi194 bash[22176]: audit 2024-03-24T11:31:54.329006+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:55.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:55 smithi194 bash[22176]: cluster 2024-03-24T11:31:54.338328+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-24T11:31:55.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:55 smithi194 bash[22176]: audit 2024-03-24T11:31:54.339526+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:55.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:55 smithi196 bash[22395]: audit 2024-03-24T11:31:54.320013+0000 mon.a (mon.0) 614 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:55.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:55 smithi196 bash[22395]: audit 2024-03-24T11:31:54.329006+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:55.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:55 smithi196 bash[22395]: cluster 2024-03-24T11:31:54.338328+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-24T11:31:55.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:55 smithi196 bash[22395]: audit 2024-03-24T11:31:54.339526+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:55.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:55 smithi157 bash[21535]: audit 2024-03-24T11:31:54.320013+0000 mon.a (mon.0) 614 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:55.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:55 smithi157 bash[21535]: audit 2024-03-24T11:31:54.329006+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:55.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:55 smithi157 bash[21535]: cluster 2024-03-24T11:31:54.338328+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-24T11:31:55.755 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:55 smithi157 bash[21535]: audit 2024-03-24T11:31:54.339526+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:57.471 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:31:57.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:57 smithi196 bash[22395]: cluster 2024-03-24T11:31:56.338856+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:57.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:57 smithi157 bash[21535]: cluster 2024-03-24T11:31:56.338856+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:57.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:57 smithi194 bash[22176]: cluster 2024-03-24T11:31:56.338856+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:59.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:59 smithi157 bash[21535]: cluster 2024-03-24T11:31:58.339220+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:59.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:59 smithi157 bash[21535]: audit 2024-03-24T11:31:59.268346+0000 mon.a (mon.0) 617 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:59.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:59 smithi157 bash[21535]: audit 2024-03-24T11:31:59.273151+0000 mon.a (mon.0) 618 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:59.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:31:59 smithi157 bash[21535]: audit 2024-03-24T11:31:59.278244+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:59.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:59 smithi196 bash[22395]: cluster 2024-03-24T11:31:58.339220+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:59.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:59 smithi196 bash[22395]: audit 2024-03-24T11:31:59.268346+0000 mon.a (mon.0) 617 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:59.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:59 smithi196 bash[22395]: audit 2024-03-24T11:31:59.273151+0000 mon.a (mon.0) 618 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:59.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:31:59 smithi196 bash[22395]: audit 2024-03-24T11:31:59.278244+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:59.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:59 smithi194 bash[22176]: cluster 2024-03-24T11:31:58.339220+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:31:59.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:59 smithi194 bash[22176]: audit 2024-03-24T11:31:59.268346+0000 mon.a (mon.0) 617 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:59.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:59 smithi194 bash[22176]: audit 2024-03-24T11:31:59.273151+0000 mon.a (mon.0) 618 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:31:59.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:31:59 smithi194 bash[22176]: audit 2024-03-24T11:31:59.278244+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:00.367 INFO:teuthology.orchestra.run.smithi157.stdout:pg_num: 1 2024-03-24T11:32:00.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:00 smithi196 bash[22395]: audit 2024-03-24T11:32:00.369526+0000 mon.a (mon.0) 620 : audit 0 from='client.? 172.21.15.157:0/2394347981' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-24T11:32:00.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:00 smithi157 bash[21535]: audit 2024-03-24T11:32:00.369526+0000 mon.a (mon.0) 620 : audit 0 from='client.? 172.21.15.157:0/2394347981' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-24T11:32:00.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:00 smithi194 bash[22176]: audit 2024-03-24T11:32:00.369526+0000 mon.a (mon.0) 620 : audit 0 from='client.? 172.21.15.157:0/2394347981' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-24T11:32:01.085 INFO:tasks.cephadm:Setting up client nodes... 2024-03-24T11:32:01.086 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-24T11:32:01.086 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-24T11:32:01.086 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-24T11:32:01.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:01 smithi196 bash[22395]: cluster 2024-03-24T11:32:00.339552+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:01.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:01 smithi157 bash[21535]: cluster 2024-03-24T11:32:00.339552+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:01.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:01 smithi194 bash[22176]: cluster 2024-03-24T11:32:00.339552+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:03.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:03 smithi196 bash[22395]: cluster 2024-03-24T11:32:02.340157+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:03.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:03 smithi157 bash[21535]: cluster 2024-03-24T11:32:02.340157+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:03.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:03 smithi194 bash[22176]: cluster 2024-03-24T11:32:02.340157+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:05.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:05 smithi196 bash[22395]: cluster 2024-03-24T11:32:04.340803+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:05.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:05 smithi157 bash[21535]: cluster 2024-03-24T11:32:04.340803+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:05.803 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:32:05.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:05 smithi194 bash[22176]: cluster 2024-03-24T11:32:04.340803+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:07.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:07 smithi196 bash[22395]: cluster 2024-03-24T11:32:06.341415+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:07.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:07 smithi157 bash[21535]: cluster 2024-03-24T11:32:06.341415+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:07.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:07 smithi194 bash[22176]: cluster 2024-03-24T11:32:06.341415+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:09.312 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:32:09.707 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:09 smithi157 bash[21535]: cluster 2024-03-24T11:32:08.341933+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:09.707 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:09 smithi157 bash[21535]: audit 2024-03-24T11:32:09.028055+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:09.707 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:09 smithi157 bash[21535]: audit 2024-03-24T11:32:09.038487+0000 mon.a (mon.0) 622 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:09.707 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:09 smithi157 bash[21535]: audit 2024-03-24T11:32:09.045046+0000 mon.a (mon.0) 623 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:09.707 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:09 smithi157 bash[21535]: audit 2024-03-24T11:32:09.303668+0000 mon.a (mon.0) 624 : audit 0 from='client.? 172.21.15.157:0/403078633' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-24T11:32:09.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:09 smithi194 bash[22176]: cluster 2024-03-24T11:32:08.341933+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:09.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:09 smithi194 bash[22176]: audit 2024-03-24T11:32:09.028055+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:09.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:09 smithi194 bash[22176]: audit 2024-03-24T11:32:09.038487+0000 mon.a (mon.0) 622 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:09.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:09 smithi194 bash[22176]: audit 2024-03-24T11:32:09.045046+0000 mon.a (mon.0) 623 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:09.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:09 smithi194 bash[22176]: audit 2024-03-24T11:32:09.303668+0000 mon.a (mon.0) 624 : audit 0 from='client.? 172.21.15.157:0/403078633' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-24T11:32:09.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:09 smithi196 bash[22395]: cluster 2024-03-24T11:32:08.341933+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:09.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:09 smithi196 bash[22395]: audit 2024-03-24T11:32:09.028055+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:09.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:09 smithi196 bash[22395]: audit 2024-03-24T11:32:09.038487+0000 mon.a (mon.0) 622 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:09.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:09 smithi196 bash[22395]: audit 2024-03-24T11:32:09.045046+0000 mon.a (mon.0) 623 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:09.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:09 smithi196 bash[22395]: audit 2024-03-24T11:32:09.303668+0000 mon.a (mon.0) 624 : audit 0 from='client.? 172.21.15.157:0/403078633' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-24T11:32:10.356 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6800","nonce":2591106945},{"type":"v1","addr":"172.21.15.157:6801","nonce":2591106945}]},"active_addr":"172.21.15.157:6801/2591106945","active_change":"2024-03-24T11:26:54.734461+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"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":[]}}},{"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":[]},"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.25.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/ceph-grafana:9.4.12","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.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:latest","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.43.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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail 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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]},"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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":[]},"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":"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]},"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.25.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/ceph-grafana:9.4.12","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.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:latest","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.43.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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail 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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]},"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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":[]},"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":"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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.157: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.157:0","nonce":3312888862}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.157:0","nonce":3200668064}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.157:0","nonce":4153911114}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.157:0","nonce":3704011162}]}]} 2024-03-24T11:32:10.362 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-24T11:32:10.362 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-24T11:32:10.362 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-24T11:32:11.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:11 smithi194 bash[22176]: cluster 2024-03-24T11:32:10.342409+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:11.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:11 smithi157 bash[21535]: cluster 2024-03-24T11:32:10.342409+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:11.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:11 smithi196 bash[22395]: cluster 2024-03-24T11:32:10.342409+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:13.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:13 smithi157 bash[21535]: cluster 2024-03-24T11:32:12.342933+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:13.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:13 smithi194 bash[22176]: cluster 2024-03-24T11:32:12.342933+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:13.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:13 smithi196 bash[22395]: cluster 2024-03-24T11:32:12.342933+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:15.653 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:32:15.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:15 smithi194 bash[22176]: cluster 2024-03-24T11:32:14.343478+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:15.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:15 smithi194 bash[22176]: audit 2024-03-24T11:32:14.537718+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:15.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:15 smithi194 bash[22176]: audit 2024-03-24T11:32:14.542526+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:15.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:15 smithi194 bash[22176]: audit 2024-03-24T11:32:14.547521+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:15.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:15 smithi196 bash[22395]: cluster 2024-03-24T11:32:14.343478+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:15.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:15 smithi196 bash[22395]: audit 2024-03-24T11:32:14.537718+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:15.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:15 smithi196 bash[22395]: audit 2024-03-24T11:32:14.542526+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:15.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:15 smithi196 bash[22395]: audit 2024-03-24T11:32:14.547521+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:16.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:15 smithi157 bash[21535]: cluster 2024-03-24T11:32:14.343478+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:16.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:15 smithi157 bash[21535]: audit 2024-03-24T11:32:14.537718+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:16.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:15 smithi157 bash[21535]: audit 2024-03-24T11:32:14.542526+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:16.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:15 smithi157 bash[21535]: audit 2024-03-24T11:32:14.547521+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:17.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:17 smithi157 bash[21535]: cluster 2024-03-24T11:32:16.343987+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:17.877 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:17 smithi196 bash[22395]: cluster 2024-03-24T11:32:16.343987+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:17.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:17 smithi194 bash[22176]: cluster 2024-03-24T11:32:16.343987+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:18.467 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:32:18.467 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":21,"fsid":"0f82b38c-e9d1-11ee-95cd-87774f69a715","created":"2024-03-24T11:25:45.993412+0000","modified":"2024-03-24T11:31:37.863342+0000","last_up_change":"2024-03-24T11:31:34.845830+0000","last_in_change":"2024-03-24T11:31:09.259434+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-03-24T11:31:35.398153+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,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"2ec5ee15-ee70-436f-aea4-f11e23fae27a","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.157:6802","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6803","nonce":1200240431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6805","nonce":1200240431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6808","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6809","nonce":1200240431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6807","nonce":1200240431}]},"public_addr":"172.21.15.157:6803/1200240431","cluster_addr":"172.21.15.157:6805/1200240431","heartbeat_back_addr":"172.21.15.157:6809/1200240431","heartbeat_front_addr":"172.21.15.157:6807/1200240431","state":["exists","up"]},{"osd":1,"uuid":"70d40ce5-3b43-4172-ac6e-b94ec1e6ea76","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6801","nonce":3002581344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6803","nonce":3002581344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6807","nonce":3002581344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6805","nonce":3002581344}]},"public_addr":"172.21.15.194:6801/3002581344","cluster_addr":"172.21.15.194:6803/3002581344","heartbeat_back_addr":"172.21.15.194:6807/3002581344","heartbeat_front_addr":"172.21.15.194:6805/3002581344","state":["exists","up"]},{"osd":2,"uuid":"644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb","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":3800385815},{"type":"v1","addr":"172.21.15.196:6801","nonce":3800385815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":3800385815},{"type":"v1","addr":"172.21.15.196:6803","nonce":3800385815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":3800385815},{"type":"v1","addr":"172.21.15.196:6807","nonce":3800385815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":3800385815},{"type":"v1","addr":"172.21.15.196:6805","nonce":3800385815}]},"public_addr":"172.21.15.196:6801/3800385815","cluster_addr":"172.21.15.196:6803/3800385815","heartbeat_back_addr":"172.21.15.196:6807/3800385815","heartbeat_front_addr":"172.21.15.196:6805/3800385815","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-03-24T11:29:52.632296+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-03-24T11:30:45.947363+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-03-24T11:31:33.054967+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.157:0/1930427086":"2024-03-25T11:26:54.734253+0000","172.21.15.157:6801/1374059703":"2024-03-25T11:26:54.734253+0000","172.21.15.157:0/2356174208":"2024-03-25T11:26:54.734253+0000","172.21.15.157:6800/649030221":"2024-03-25T11:26:18.942544+0000","172.21.15.157:6800/1374059703":"2024-03-25T11:26:54.734253+0000","172.21.15.157:0/3819826965":"2024-03-25T11:26:18.942544+0000","172.21.15.157:0/4076350026":"2024-03-25T11:26:54.734253+0000","172.21.15.157:6801/649030221":"2024-03-25T11:26:18.942544+0000","172.21.15.157:0/2853237119":"2024-03-25T11:26:18.942544+0000","172.21.15.157:0/1691686325":"2024-03-25T11:26:18.942544+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-03-24T11:32:18.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:18 smithi157 bash[21535]: audit 2024-03-24T11:32:18.467862+0000 mon.a (mon.0) 628 : audit 0 from='client.? 172.21.15.157:0/1121705013' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:32:18.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:18 smithi194 bash[22176]: audit 2024-03-24T11:32:18.467862+0000 mon.a (mon.0) 628 : audit 0 from='client.? 172.21.15.157:0/1121705013' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:32:18.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:18 smithi196 bash[22395]: audit 2024-03-24T11:32:18.467862+0000 mon.a (mon.0) 628 : audit 0 from='client.? 172.21.15.157:0/1121705013' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:32:19.194 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-24T11:32:19.194 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-24T11:32:19.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:19 smithi157 bash[21535]: cluster 2024-03-24T11:32:18.344516+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:19.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:19 smithi157 bash[21535]: audit 2024-03-24T11:32:19.424496+0000 mon.a (mon.0) 629 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:19.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:19 smithi157 bash[21535]: audit 2024-03-24T11:32:19.428944+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:19.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:19 smithi157 bash[21535]: audit 2024-03-24T11:32:19.435501+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:19.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:19 smithi194 bash[22176]: cluster 2024-03-24T11:32:18.344516+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:19.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:19 smithi194 bash[22176]: audit 2024-03-24T11:32:19.424496+0000 mon.a (mon.0) 629 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:19.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:19 smithi194 bash[22176]: audit 2024-03-24T11:32:19.428944+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:19.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:19 smithi194 bash[22176]: audit 2024-03-24T11:32:19.435501+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:19.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:19 smithi196 bash[22395]: cluster 2024-03-24T11:32:18.344516+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:19.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:19 smithi196 bash[22395]: audit 2024-03-24T11:32:19.424496+0000 mon.a (mon.0) 629 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:19.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:19 smithi196 bash[22395]: audit 2024-03-24T11:32:19.428944+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:19.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:19 smithi196 bash[22395]: audit 2024-03-24T11:32:19.435501+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:21.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:21 smithi194 bash[22176]: cluster 2024-03-24T11:32:20.345014+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:21.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:21 smithi196 bash[22395]: cluster 2024-03-24T11:32:20.345014+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:22.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:21 smithi157 bash[21535]: cluster 2024-03-24T11:32:20.345014+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:23.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:23 smithi194 bash[22176]: cluster 2024-03-24T11:32:22.345535+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:23.916 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:32:23.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:23 smithi196 bash[22395]: cluster 2024-03-24T11:32:22.345535+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:23.937 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:23 smithi157 bash[21535]: cluster 2024-03-24T11:32:22.345535+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:25.888 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:25 smithi194 bash[22176]: cluster 2024-03-24T11:32:24.346087+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:25.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:25 smithi196 bash[22395]: cluster 2024-03-24T11:32:24.346087+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:26.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:25 smithi157 bash[21535]: cluster 2024-03-24T11:32:24.346087+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:26.916 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:32:26.916 INFO:teuthology.orchestra.run.smithi157.stdout:{"epoch":21,"fsid":"0f82b38c-e9d1-11ee-95cd-87774f69a715","created":"2024-03-24T11:25:45.993412+0000","modified":"2024-03-24T11:31:37.863342+0000","last_up_change":"2024-03-24T11:31:34.845830+0000","last_in_change":"2024-03-24T11:31:09.259434+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-03-24T11:31:35.398153+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,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"2ec5ee15-ee70-436f-aea4-f11e23fae27a","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.157:6802","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6803","nonce":1200240431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6805","nonce":1200240431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6808","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6809","nonce":1200240431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":1200240431},{"type":"v1","addr":"172.21.15.157:6807","nonce":1200240431}]},"public_addr":"172.21.15.157:6803/1200240431","cluster_addr":"172.21.15.157:6805/1200240431","heartbeat_back_addr":"172.21.15.157:6809/1200240431","heartbeat_front_addr":"172.21.15.157:6807/1200240431","state":["exists","up"]},{"osd":1,"uuid":"70d40ce5-3b43-4172-ac6e-b94ec1e6ea76","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6801","nonce":3002581344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6803","nonce":3002581344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6807","nonce":3002581344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3002581344},{"type":"v1","addr":"172.21.15.194:6805","nonce":3002581344}]},"public_addr":"172.21.15.194:6801/3002581344","cluster_addr":"172.21.15.194:6803/3002581344","heartbeat_back_addr":"172.21.15.194:6807/3002581344","heartbeat_front_addr":"172.21.15.194:6805/3002581344","state":["exists","up"]},{"osd":2,"uuid":"644e7c6e-affc-43a1-ac12-f7cfc6d2d7bb","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":3800385815},{"type":"v1","addr":"172.21.15.196:6801","nonce":3800385815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":3800385815},{"type":"v1","addr":"172.21.15.196:6803","nonce":3800385815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":3800385815},{"type":"v1","addr":"172.21.15.196:6807","nonce":3800385815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":3800385815},{"type":"v1","addr":"172.21.15.196:6805","nonce":3800385815}]},"public_addr":"172.21.15.196:6801/3800385815","cluster_addr":"172.21.15.196:6803/3800385815","heartbeat_back_addr":"172.21.15.196:6807/3800385815","heartbeat_front_addr":"172.21.15.196:6805/3800385815","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-03-24T11:29:52.632296+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-03-24T11:30:45.947363+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-03-24T11:31:33.054967+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.157:0/1930427086":"2024-03-25T11:26:54.734253+0000","172.21.15.157:6801/1374059703":"2024-03-25T11:26:54.734253+0000","172.21.15.157:0/2356174208":"2024-03-25T11:26:54.734253+0000","172.21.15.157:6800/649030221":"2024-03-25T11:26:18.942544+0000","172.21.15.157:6800/1374059703":"2024-03-25T11:26:54.734253+0000","172.21.15.157:0/3819826965":"2024-03-25T11:26:18.942544+0000","172.21.15.157:0/4076350026":"2024-03-25T11:26:54.734253+0000","172.21.15.157:6801/649030221":"2024-03-25T11:26:18.942544+0000","172.21.15.157:0/2853237119":"2024-03-25T11:26:18.942544+0000","172.21.15.157:0/1691686325":"2024-03-25T11:26:18.942544+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-03-24T11:32:27.670 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-24T11:32:27.671 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-24T11:32:27.671 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-24T11:32:27.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:27 smithi194 bash[22176]: cluster 2024-03-24T11:32:26.346625+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:27.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:27 smithi194 bash[22176]: audit 2024-03-24T11:32:26.918033+0000 mon.a (mon.0) 632 : audit 0 from='client.? 172.21.15.157:0/2784438091' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:32:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:27 smithi196 bash[22395]: cluster 2024-03-24T11:32:26.346625+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:27 smithi196 bash[22395]: audit 2024-03-24T11:32:26.918033+0000 mon.a (mon.0) 632 : audit 0 from='client.? 172.21.15.157:0/2784438091' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:32:28.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:27 smithi157 bash[21535]: cluster 2024-03-24T11:32:26.346625+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:28.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:27 smithi157 bash[21535]: audit 2024-03-24T11:32:26.918033+0000 mon.a (mon.0) 632 : audit 0 from='client.? 172.21.15.157:0/2784438091' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:32:29.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:29 smithi157 bash[21535]: cluster 2024-03-24T11:32:28.347130+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:29.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:29 smithi157 bash[21535]: audit 2024-03-24T11:32:29.241212+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:29.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:29 smithi157 bash[21535]: audit 2024-03-24T11:32:29.248153+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:29.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:29 smithi157 bash[21535]: audit 2024-03-24T11:32:29.254911+0000 mon.a (mon.0) 635 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:29.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:29 smithi194 bash[22176]: cluster 2024-03-24T11:32:28.347130+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:29.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:29 smithi194 bash[22176]: audit 2024-03-24T11:32:29.241212+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:29.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:29 smithi194 bash[22176]: audit 2024-03-24T11:32:29.248153+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:29.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:29 smithi194 bash[22176]: audit 2024-03-24T11:32:29.254911+0000 mon.a (mon.0) 635 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:29.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:29 smithi196 bash[22395]: cluster 2024-03-24T11:32:28.347130+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:29.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:29 smithi196 bash[22395]: audit 2024-03-24T11:32:29.241212+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:29.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:29 smithi196 bash[22395]: audit 2024-03-24T11:32:29.248153+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:29.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:29 smithi196 bash[22395]: audit 2024-03-24T11:32:29.254911+0000 mon.a (mon.0) 635 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:31.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:31 smithi194 bash[22176]: cluster 2024-03-24T11:32:30.347639+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:31.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:31 smithi196 bash[22395]: cluster 2024-03-24T11:32:30.347639+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:32.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:31 smithi157 bash[21535]: cluster 2024-03-24T11:32:30.347639+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:32.726 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:32:32.726 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:32:32.727 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:32:33.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:33 smithi194 bash[22176]: cluster 2024-03-24T11:32:32.348184+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:33.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:33 smithi196 bash[22395]: cluster 2024-03-24T11:32:32.348184+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:34.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:33 smithi157 bash[21535]: cluster 2024-03-24T11:32:32.348184+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:34.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:34 smithi194 bash[22176]: audit 2024-03-24T11:32:34.478970+0000 mon.a (mon.0) 636 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:32:34.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:34 smithi194 bash[22176]: audit 2024-03-24T11:32:34.484800+0000 mon.a (mon.0) 637 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:32:34.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:34 smithi194 bash[22176]: audit 2024-03-24T11:32:34.486746+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:32:34.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:34 smithi194 bash[22176]: audit 2024-03-24T11:32:34.497401+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:34.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:34 smithi196 bash[22395]: audit 2024-03-24T11:32:34.478970+0000 mon.a (mon.0) 636 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:32:34.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:34 smithi196 bash[22395]: audit 2024-03-24T11:32:34.484800+0000 mon.a (mon.0) 637 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:32:34.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:34 smithi196 bash[22395]: audit 2024-03-24T11:32:34.486746+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:32:34.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:34 smithi196 bash[22395]: audit 2024-03-24T11:32:34.497401+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:35.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:34 smithi157 bash[21535]: audit 2024-03-24T11:32:34.478970+0000 mon.a (mon.0) 636 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:32:35.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:34 smithi157 bash[21535]: audit 2024-03-24T11:32:34.484800+0000 mon.a (mon.0) 637 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:32:35.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:34 smithi157 bash[21535]: audit 2024-03-24T11:32:34.486746+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:32:35.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:34 smithi157 bash[21535]: audit 2024-03-24T11:32:34.497401+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:36.022 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:35 smithi157 bash[21535]: cluster 2024-03-24T11:32:34.348638+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:36.022 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:35 smithi157 bash[21535]: audit 2024-03-24T11:32:34.735947+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:36.022 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:35 smithi157 bash[21535]: audit 2024-03-24T11:32:34.741385+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:36.022 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:35 smithi157 bash[21535]: audit 2024-03-24T11:32:34.747103+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:35 smithi194 bash[22176]: cluster 2024-03-24T11:32:34.348638+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:35 smithi194 bash[22176]: audit 2024-03-24T11:32:34.735947+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:35 smithi194 bash[22176]: audit 2024-03-24T11:32:34.741385+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:36.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:35 smithi194 bash[22176]: audit 2024-03-24T11:32:34.747103+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:36.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:35 smithi196 bash[22395]: cluster 2024-03-24T11:32:34.348638+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:36.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:35 smithi196 bash[22395]: audit 2024-03-24T11:32:34.735947+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:36.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:35 smithi196 bash[22395]: audit 2024-03-24T11:32:34.741385+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:36.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:35 smithi196 bash[22395]: audit 2024-03-24T11:32:34.747103+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:37.802 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:37 smithi157 bash[21535]: cluster 2024-03-24T11:32:36.349013+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:38.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:37 smithi194 bash[22176]: cluster 2024-03-24T11:32:36.349013+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:38.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:37 smithi196 bash[22395]: cluster 2024-03-24T11:32:36.349013+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:39.452 INFO:teuthology.orchestra.run.smithi157.stdout:55834574872 2024-03-24T11:32:39.453 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-24T11:32:39.483 INFO:teuthology.orchestra.run.smithi157.stdout:77309411344 2024-03-24T11:32:39.484 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-24T11:32:39.521 INFO:teuthology.orchestra.run.smithi157.stdout:34359738404 2024-03-24T11:32:39.521 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-24T11:32:40.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:39 smithi157 bash[21535]: cluster 2024-03-24T11:32:38.349640+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:40.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:39 smithi157 bash[21535]: audit 2024-03-24T11:32:39.581679+0000 mon.a (mon.0) 643 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:40.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:39 smithi157 bash[21535]: audit 2024-03-24T11:32:39.588068+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:40.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:39 smithi157 bash[21535]: audit 2024-03-24T11:32:39.595321+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:40.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:39 smithi194 bash[22176]: cluster 2024-03-24T11:32:38.349640+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:40.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:39 smithi194 bash[22176]: audit 2024-03-24T11:32:39.581679+0000 mon.a (mon.0) 643 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:40.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:39 smithi194 bash[22176]: audit 2024-03-24T11:32:39.588068+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:40.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:39 smithi194 bash[22176]: audit 2024-03-24T11:32:39.595321+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:40.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:39 smithi196 bash[22395]: cluster 2024-03-24T11:32:38.349640+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:40.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:39 smithi196 bash[22395]: audit 2024-03-24T11:32:39.581679+0000 mon.a (mon.0) 643 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:40.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:39 smithi196 bash[22395]: audit 2024-03-24T11:32:39.588068+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:40.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:39 smithi196 bash[22395]: audit 2024-03-24T11:32:39.595321+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:42.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:41 smithi157 bash[21535]: cluster 2024-03-24T11:32:40.350217+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:42.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:41 smithi194 bash[22176]: cluster 2024-03-24T11:32:40.350217+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:42.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:41 smithi196 bash[22395]: cluster 2024-03-24T11:32:40.350217+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:43.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:43 smithi194 bash[22176]: cluster 2024-03-24T11:32:42.351199+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:43.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:43 smithi196 bash[22395]: cluster 2024-03-24T11:32:42.351199+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:43.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:43 smithi157 bash[21535]: cluster 2024-03-24T11:32:42.351199+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:44.178 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:32:44.179 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:32:44.179 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:32:45.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:45 smithi196 bash[22395]: cluster 2024-03-24T11:32:44.351804+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:45.669 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:45 smithi157 bash[21535]: cluster 2024-03-24T11:32:44.351804+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:45.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:45 smithi194 bash[22176]: cluster 2024-03-24T11:32:44.351804+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:47.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:47 smithi196 bash[22395]: cluster 2024-03-24T11:32:46.352398+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:47.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:47 smithi157 bash[21535]: cluster 2024-03-24T11:32:46.352398+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:47.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:47 smithi194 bash[22176]: cluster 2024-03-24T11:32:46.352398+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:49.645 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:49 smithi157 bash[21535]: cluster 2024-03-24T11:32:48.352900+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:49.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:49 smithi196 bash[22395]: cluster 2024-03-24T11:32:48.352900+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:49.673 INFO:teuthology.orchestra.run.smithi157.stdout:77309411346 2024-03-24T11:32:49.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:49 smithi194 bash[22176]: cluster 2024-03-24T11:32:48.352900+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:50.093 INFO:teuthology.orchestra.run.smithi157.stdout:55834574874 2024-03-24T11:32:50.290 INFO:teuthology.orchestra.run.smithi157.stdout:34359738406 2024-03-24T11:32:50.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:50 smithi157 bash[21535]: audit 2024-03-24T11:32:49.448732+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:50.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:50 smithi157 bash[21535]: audit 2024-03-24T11:32:49.455140+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:50.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:50 smithi157 bash[21535]: audit 2024-03-24T11:32:49.460216+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:50.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:50 smithi157 bash[21535]: audit 2024-03-24T11:32:49.675818+0000 mon.a (mon.0) 649 : audit 0 from='client.? 172.21.15.157:0/2057387808' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-24T11:32:50.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:50 smithi157 bash[21535]: audit 2024-03-24T11:32:50.096100+0000 mon.a (mon.0) 650 : audit 0 from='client.? 172.21.15.157:0/3048747508' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-24T11:32:50.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:50 smithi157 bash[21535]: audit 2024-03-24T11:32:50.292561+0000 mon.a (mon.0) 651 : audit 0 from='client.? 172.21.15.157:0/427241760' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-24T11:32:50.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:50 smithi194 bash[22176]: audit 2024-03-24T11:32:49.448732+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:50.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:50 smithi194 bash[22176]: audit 2024-03-24T11:32:49.455140+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:50.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:50 smithi194 bash[22176]: audit 2024-03-24T11:32:49.460216+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:50.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:50 smithi194 bash[22176]: audit 2024-03-24T11:32:49.675818+0000 mon.a (mon.0) 649 : audit 0 from='client.? 172.21.15.157:0/2057387808' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-24T11:32:50.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:50 smithi194 bash[22176]: audit 2024-03-24T11:32:50.096100+0000 mon.a (mon.0) 650 : audit 0 from='client.? 172.21.15.157:0/3048747508' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-24T11:32:50.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:50 smithi194 bash[22176]: audit 2024-03-24T11:32:50.292561+0000 mon.a (mon.0) 651 : audit 0 from='client.? 172.21.15.157:0/427241760' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-24T11:32:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:50 smithi196 bash[22395]: audit 2024-03-24T11:32:49.448732+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:50 smithi196 bash[22395]: audit 2024-03-24T11:32:49.455140+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:50 smithi196 bash[22395]: audit 2024-03-24T11:32:49.460216+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:50 smithi196 bash[22395]: audit 2024-03-24T11:32:49.675818+0000 mon.a (mon.0) 649 : audit 0 from='client.? 172.21.15.157:0/2057387808' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-24T11:32:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:50 smithi196 bash[22395]: audit 2024-03-24T11:32:50.096100+0000 mon.a (mon.0) 650 : audit 0 from='client.? 172.21.15.157:0/3048747508' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-24T11:32:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:50 smithi196 bash[22395]: audit 2024-03-24T11:32:50.292561+0000 mon.a (mon.0) 651 : audit 0 from='client.? 172.21.15.157:0/427241760' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-24T11:32:51.543 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-03-24T11:32:51.543 DEBUG:teuthology.parallel:result is None 2024-03-24T11:32:51.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:51 smithi157 bash[21535]: cluster 2024-03-24T11:32:50.353389+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:51.838 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:51 smithi194 bash[22176]: cluster 2024-03-24T11:32:50.353389+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:51.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:51 smithi196 bash[22395]: cluster 2024-03-24T11:32:50.353389+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:52.206 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574872 got 55834574874 for osd.1 2024-03-24T11:32:52.209 DEBUG:teuthology.parallel:result is None 2024-03-24T11:32:52.547 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2024-03-24T11:32:52.547 DEBUG:teuthology.parallel:result is None 2024-03-24T11:32:52.548 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-24T11:32:52.548 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-24T11:32:53.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:53 smithi194 bash[22176]: cluster 2024-03-24T11:32:52.353929+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:53.735 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:53 smithi157 bash[21535]: cluster 2024-03-24T11:32:52.353929+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:53.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:53 smithi196 bash[22395]: cluster 2024-03-24T11:32:52.353929+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:55.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:55 smithi157 bash[21535]: cluster 2024-03-24T11:32:54.354456+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:55.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:55 smithi157 bash[21535]: audit 2024-03-24T11:32:54.924473+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:55.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:55 smithi157 bash[21535]: audit 2024-03-24T11:32:54.933645+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:55.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:55 smithi157 bash[21535]: audit 2024-03-24T11:32:54.943789+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:55.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:55 smithi194 bash[22176]: cluster 2024-03-24T11:32:54.354456+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:55.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:55 smithi194 bash[22176]: audit 2024-03-24T11:32:54.924473+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:55.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:55 smithi194 bash[22176]: audit 2024-03-24T11:32:54.933645+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:55.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:55 smithi194 bash[22176]: audit 2024-03-24T11:32:54.943789+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:55.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:55 smithi196 bash[22395]: cluster 2024-03-24T11:32:54.354456+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:55.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:55 smithi196 bash[22395]: audit 2024-03-24T11:32:54.924473+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:55.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:55 smithi196 bash[22395]: audit 2024-03-24T11:32:54.933645+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:55.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:55 smithi196 bash[22395]: audit 2024-03-24T11:32:54.943789+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:32:57.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:57 smithi157 bash[21535]: cluster 2024-03-24T11:32:56.354940+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:57.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:57 smithi194 bash[22176]: cluster 2024-03-24T11:32:56.354940+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:57.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:57 smithi196 bash[22395]: cluster 2024-03-24T11:32:56.354940+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:58.033 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:32:59.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:32:59 smithi196 bash[22395]: cluster 2024-03-24T11:32:58.355508+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:59.728 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:32:59 smithi157 bash[21535]: cluster 2024-03-24T11:32:58.355508+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:32:59.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:32:59 smithi194 bash[22176]: cluster 2024-03-24T11:32:58.355508+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:00.917 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:33:00.920 INFO:teuthology.orchestra.run.smithi157.stderr:dumped all 2024-03-24T11:33:00.931 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:00 smithi157 bash[21535]: audit 2024-03-24T11:32:59.719166+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:00.931 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:00 smithi157 bash[21535]: audit 2024-03-24T11:32:59.723637+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:00.931 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:00 smithi157 bash[21535]: audit 2024-03-24T11:32:59.730088+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:01.079 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:00 smithi196 bash[22395]: audit 2024-03-24T11:32:59.719166+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:01.079 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:00 smithi196 bash[22395]: audit 2024-03-24T11:32:59.723637+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:01.080 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:00 smithi196 bash[22395]: audit 2024-03-24T11:32:59.730088+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:01.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:00 smithi194 bash[22176]: audit 2024-03-24T11:32:59.719166+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:01.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:00 smithi194 bash[22176]: audit 2024-03-24T11:32:59.723637+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:01.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:00 smithi194 bash[22176]: audit 2024-03-24T11:32:59.730088+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:01.654 INFO:teuthology.orchestra.run.smithi157.stdout:{"pg_ready":true,"pg_map":{"version":195,"stamp":"2024-03-24T11:33:00.355808+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"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":88852,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146604,"statfs":{"total":287985106944,"available":287894122496,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"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.003156"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-24T11:31:42.680740+0000","last_change":"2024-03-24T11:31:36.870580+0000","last_active":"2024-03-24T11:31:42.680740+0000","last_peered":"2024-03-24T11:31:42.680740+0000","last_clean":"2024-03-24T11:31:42.680740+0000","last_became_active":"2024-03-24T11:31:36.869896+0000","last_became_peered":"2024-03-24T11:31:36.869896+0000","last_unstale":"2024-03-24T11:31:42.680740+0000","last_undegraded":"2024-03-24T11:31:42.680740+0000","last_fullsized":"2024-03-24T11:31:42.680740+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-24T11:31:35.848315+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-24T11:31:35.848315+0000","last_clean_scrub_stamp":"2024-03-24T11:31:35.848315+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"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-03-25T11:45:25.474534+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411348,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27900,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717252,"statfs":{"total":95995035648,"available":95966466048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"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":0,"up_from":8,"seq":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[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":[]},{"osd":1,"up_from":13,"seq":55834574877,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-03-24T11:33:01.655 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-24T11:33:02.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:01 smithi157 bash[21535]: cluster 2024-03-24T11:33:00.356064+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:02.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:01 smithi194 bash[22176]: cluster 2024-03-24T11:33:00.356064+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:02.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:01 smithi196 bash[22395]: cluster 2024-03-24T11:33:00.356064+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:03.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:02 smithi157 bash[21535]: audit 2024-03-24T11:33:00.919208+0000 mgr.a (mgr.14152) 251 : audit 0 from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:33:03.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:02 smithi194 bash[22176]: audit 2024-03-24T11:33:00.919208+0000 mgr.a (mgr.14152) 251 : audit 0 from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:33:03.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:02 smithi196 bash[22395]: audit 2024-03-24T11:33:00.919208+0000 mgr.a (mgr.14152) 251 : audit 0 from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:33:04.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:03 smithi157 bash[21535]: cluster 2024-03-24T11:33:02.356589+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:04.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:03 smithi194 bash[22176]: cluster 2024-03-24T11:33:02.356589+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:04.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:03 smithi196 bash[22395]: cluster 2024-03-24T11:33:02.356589+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:06.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:05 smithi157 bash[21535]: cluster 2024-03-24T11:33:04.357057+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:06.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:05 smithi194 bash[22176]: cluster 2024-03-24T11:33:04.357057+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:06.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:05 smithi196 bash[22395]: cluster 2024-03-24T11:33:04.357057+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:06.377 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:33:08.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:07 smithi157 bash[21535]: cluster 2024-03-24T11:33:06.357656+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:08.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:07 smithi194 bash[22176]: cluster 2024-03-24T11:33:06.357656+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:08.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:07 smithi196 bash[22395]: cluster 2024-03-24T11:33:06.357656+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:09.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:08 smithi194 bash[22176]: cluster 2024-03-24T11:33:08.358317+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:09.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:08 smithi196 bash[22395]: cluster 2024-03-24T11:33:08.358317+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:09.240 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:33:09.244 INFO:teuthology.orchestra.run.smithi157.stderr:dumped all 2024-03-24T11:33:09.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:08 smithi157 bash[21535]: cluster 2024-03-24T11:33:08.358317+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:09.978 INFO:teuthology.orchestra.run.smithi157.stdout:{"pg_ready":true,"pg_map":{"version":199,"stamp":"2024-03-24T11:33:08.357988+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"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":88852,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146604,"statfs":{"total":287985106944,"available":287894122496,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"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.003301"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-24T11:31:42.680740+0000","last_change":"2024-03-24T11:31:36.870580+0000","last_active":"2024-03-24T11:31:42.680740+0000","last_peered":"2024-03-24T11:31:42.680740+0000","last_clean":"2024-03-24T11:31:42.680740+0000","last_became_active":"2024-03-24T11:31:36.869896+0000","last_became_peered":"2024-03-24T11:31:36.869896+0000","last_unstale":"2024-03-24T11:31:42.680740+0000","last_undegraded":"2024-03-24T11:31:42.680740+0000","last_fullsized":"2024-03-24T11:31:42.680740+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-24T11:31:35.848315+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-24T11:31:35.848315+0000","last_clean_scrub_stamp":"2024-03-24T11:31:35.848315+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"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-03-25T11:45:25.474534+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27900,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717252,"statfs":{"total":95995035648,"available":95966466048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"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":0,"up_from":8,"seq":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[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":[]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-03-24T11:33:09.979 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-24T11:33:09.979 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-24T11:33:09.979 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-24T11:33:09.979 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-24T11:33:10.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:10 smithi196 bash[22395]: audit 2024-03-24T11:33:09.242089+0000 mgr.a (mgr.14152) 256 : audit 0 from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:33:10.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:10 smithi196 bash[22395]: audit 2024-03-24T11:33:09.669141+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:10.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:10 smithi196 bash[22395]: audit 2024-03-24T11:33:09.677968+0000 mon.a (mon.0) 659 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:10.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:10 smithi196 bash[22395]: audit 2024-03-24T11:33:09.688091+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:11.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:10 smithi157 bash[21535]: audit 2024-03-24T11:33:09.242089+0000 mgr.a (mgr.14152) 256 : audit 0 from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:33:11.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:10 smithi157 bash[21535]: audit 2024-03-24T11:33:09.669141+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:11.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:10 smithi157 bash[21535]: audit 2024-03-24T11:33:09.677968+0000 mon.a (mon.0) 659 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:11.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:10 smithi157 bash[21535]: audit 2024-03-24T11:33:09.688091+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:11.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:10 smithi194 bash[22176]: audit 2024-03-24T11:33:09.242089+0000 mgr.a (mgr.14152) 256 : audit 0 from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:33:11.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:10 smithi194 bash[22176]: audit 2024-03-24T11:33:09.669141+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:11.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:10 smithi194 bash[22176]: audit 2024-03-24T11:33:09.677968+0000 mon.a (mon.0) 659 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:11.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:10 smithi194 bash[22176]: audit 2024-03-24T11:33:09.688091+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:12.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:11 smithi157 bash[21535]: cluster 2024-03-24T11:33:10.358992+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:12.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:11 smithi194 bash[22176]: cluster 2024-03-24T11:33:10.358992+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:12.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:11 smithi196 bash[22395]: cluster 2024-03-24T11:33:10.358992+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:14.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:13 smithi157 bash[21535]: cluster 2024-03-24T11:33:12.359409+0000 mgr.a (mgr.14152) 258 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:14.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:13 smithi194 bash[22176]: cluster 2024-03-24T11:33:12.359409+0000 mgr.a (mgr.14152) 258 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:14.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:13 smithi196 bash[22395]: cluster 2024-03-24T11:33:12.359409+0000 mgr.a (mgr.14152) 258 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:15.201 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:33:16.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:15 smithi157 bash[21535]: cluster 2024-03-24T11:33:14.359915+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:16.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:15 smithi157 bash[21535]: audit 2024-03-24T11:33:15.135676+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:16.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:15 smithi157 bash[21535]: audit 2024-03-24T11:33:15.141417+0000 mon.a (mon.0) 662 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:16.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:15 smithi157 bash[21535]: audit 2024-03-24T11:33:15.148039+0000 mon.a (mon.0) 663 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:16.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:15 smithi194 bash[22176]: cluster 2024-03-24T11:33:14.359915+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:16.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:15 smithi194 bash[22176]: audit 2024-03-24T11:33:15.135676+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:16.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:15 smithi194 bash[22176]: audit 2024-03-24T11:33:15.141417+0000 mon.a (mon.0) 662 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:16.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:15 smithi194 bash[22176]: audit 2024-03-24T11:33:15.148039+0000 mon.a (mon.0) 663 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:16.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:15 smithi196 bash[22395]: cluster 2024-03-24T11:33:14.359915+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:16.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:15 smithi196 bash[22395]: audit 2024-03-24T11:33:15.135676+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:16.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:15 smithi196 bash[22395]: audit 2024-03-24T11:33:15.141417+0000 mon.a (mon.0) 662 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:16.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:15 smithi196 bash[22395]: audit 2024-03-24T11:33:15.148039+0000 mon.a (mon.0) 663 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:18.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:17 smithi157 bash[21535]: cluster 2024-03-24T11:33:16.360526+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:18.022 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:33:18.022 INFO:teuthology.orchestra.run.smithi157.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-24T11:33:18.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:17 smithi194 bash[22176]: cluster 2024-03-24T11:33:16.360526+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:18.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:17 smithi196 bash[22395]: cluster 2024-03-24T11:33:16.360526+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:18.788 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-24T11:33:18.788 INFO:tasks.cephadm:Setup complete, yielding 2024-03-24T11:33:18.788 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-24T11:33:18.797 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi157.front.sepia.ceph.com 2024-03-24T11:33:18.797 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 -- bash -c 'set -e 2024-03-24T11:33:18.797 DEBUG:teuthology.orchestra.run.smithi157:> set -x 2024-03-24T11:33:18.797 DEBUG:teuthology.orchestra.run.smithi157:> ceph orch apply node-exporter 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> ceph orch apply grafana 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> ceph orch apply alertmanager 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> ceph orch apply prometheus 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> sleep 240 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> ceph orch ls 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> ceph orch ps 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> ceph orch host ls 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-03-24T11:33:18.798 DEBUG:teuthology.orchestra.run.smithi157:> # check each host node-exporter metrics endpoint is responsive 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> for ip in $ALL_HOST_IPS; do 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> curl -s http://${ip}:9100/metric 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> done 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> # check grafana endpoints are responsive and database health is okay 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> # stop mon daemon in order to trigger an alert 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> ceph orch daemon stop $MON_DAEMON 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> sleep 120 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> # check prometheus endpoints are responsive and mon down alert is firing 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-03-24T11:33:18.799 DEBUG:teuthology.orchestra.run.smithi157:> # check alertmanager endpoints are responsive and mon down alert is active 2024-03-24T11:33:18.800 DEBUG:teuthology.orchestra.run.smithi157:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-03-24T11:33:18.800 DEBUG:teuthology.orchestra.run.smithi157:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-03-24T11:33:18.800 DEBUG:teuthology.orchestra.run.smithi157:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-03-24T11:33:18.800 DEBUG:teuthology.orchestra.run.smithi157:> ' 2024-03-24T11:33:18.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:18 smithi196 bash[22395]: audit 2024-03-24T11:33:18.025300+0000 mon.a (mon.0) 664 : audit 0 from='client.? 172.21.15.157:0/416562900' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-24T11:33:19.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:18 smithi157 bash[21535]: audit 2024-03-24T11:33:18.025300+0000 mon.a (mon.0) 664 : audit 0 from='client.? 172.21.15.157:0/416562900' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-24T11:33:19.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:18 smithi194 bash[22176]: audit 2024-03-24T11:33:18.025300+0000 mon.a (mon.0) 664 : audit 0 from='client.? 172.21.15.157:0/416562900' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-24T11:33:19.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:19 smithi196 bash[22395]: cluster 2024-03-24T11:33:18.361155+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:20.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:19 smithi157 bash[21535]: cluster 2024-03-24T11:33:18.361155+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:20.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:19 smithi194 bash[22176]: cluster 2024-03-24T11:33:18.361155+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:21.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:20 smithi157 bash[21535]: audit 2024-03-24T11:33:19.933031+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:21.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:20 smithi157 bash[21535]: audit 2024-03-24T11:33:19.940504+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:21.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:20 smithi157 bash[21535]: audit 2024-03-24T11:33:19.950338+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:21.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:20 smithi157 bash[21535]: cluster 2024-03-24T11:33:20.361702+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:21.384 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:20 smithi196 bash[22395]: audit 2024-03-24T11:33:19.933031+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:21.384 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:20 smithi196 bash[22395]: audit 2024-03-24T11:33:19.940504+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:21.384 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:20 smithi196 bash[22395]: audit 2024-03-24T11:33:19.950338+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:21.384 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:20 smithi196 bash[22395]: cluster 2024-03-24T11:33:20.361702+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:21.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:20 smithi194 bash[22176]: audit 2024-03-24T11:33:19.933031+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:21.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:20 smithi194 bash[22176]: audit 2024-03-24T11:33:19.940504+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:21.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:20 smithi194 bash[22176]: audit 2024-03-24T11:33:19.950338+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:21.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:20 smithi194 bash[22176]: cluster 2024-03-24T11:33:20.361702+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:23.522 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/mon.a/config 2024-03-24T11:33:23.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:23 smithi196 bash[22395]: cluster 2024-03-24T11:33:22.362224+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:23.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:23 smithi157 bash[21535]: cluster 2024-03-24T11:33:22.362224+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:23.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:23 smithi194 bash[22176]: cluster 2024-03-24T11:33:22.362224+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:25.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:25 smithi157 bash[21535]: cluster 2024-03-24T11:33:24.362744+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:25.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:25 smithi194 bash[22176]: cluster 2024-03-24T11:33:24.362744+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:25.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:25 smithi196 bash[22395]: cluster 2024-03-24T11:33:24.362744+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:26.217 INFO:teuthology.orchestra.run.smithi157.stderr:+ ceph orch apply node-exporter 2024-03-24T11:33:26.567 INFO:teuthology.orchestra.run.smithi157.stdout:Scheduled node-exporter update... 2024-03-24T11:33:26.581 INFO:teuthology.orchestra.run.smithi157.stderr:+ ceph orch apply grafana 2024-03-24T11:33:26.913 INFO:teuthology.orchestra.run.smithi157.stdout:Scheduled grafana update... 2024-03-24T11:33:26.926 INFO:teuthology.orchestra.run.smithi157.stderr:+ ceph orch apply alertmanager 2024-03-24T11:33:27.280 INFO:teuthology.orchestra.run.smithi157.stdout:Scheduled alertmanager update... 2024-03-24T11:33:27.299 INFO:teuthology.orchestra.run.smithi157.stderr:+ ceph orch apply prometheus 2024-03-24T11:33:27.583 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:33:27 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:27.583 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:27.584 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 bash[21535]: cluster 2024-03-24T11:33:26.363123+0000 mgr.a (mgr.14152) 265 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:27.584 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 bash[21535]: audit 2024-03-24T11:33:26.559975+0000 mgr.a (mgr.14152) 266 : audit 0 from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:27.584 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 bash[21535]: cephadm 2024-03-24T11:33:26.562667+0000 mgr.a (mgr.14152) 267 : cephadm 1 Saving service node-exporter spec with placement * 2024-03-24T11:33:27.584 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 bash[21535]: audit 2024-03-24T11:33:26.569091+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:27.584 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 bash[21535]: audit 2024-03-24T11:33:26.597625+0000 mon.a (mon.0) 669 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:27.584 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 bash[21535]: audit 2024-03-24T11:33:26.601054+0000 mon.a (mon.0) 670 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:27.584 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 bash[21535]: audit 2024-03-24T11:33:26.602256+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:27.584 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 bash[21535]: audit 2024-03-24T11:33:26.609255+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:27.584 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 bash[21535]: cephadm 2024-03-24T11:33:26.611880+0000 mgr.a (mgr.14152) 268 : cephadm 1 Deploying daemon node-exporter.smithi157 on smithi157 2024-03-24T11:33:27.584 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 bash[21535]: audit 2024-03-24T11:33:26.915663+0000 mon.a (mon.0) 673 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:27.584 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 bash[21535]: audit 2024-03-24T11:33:27.282565+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:27.584 INFO:journalctl@ceph.osd.0.smithi157.stdout:Mar 24 11:33:27 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:27.584 INFO:journalctl@ceph.osd.0.smithi157.stdout:Mar 24 11:33:27 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:27.673 INFO:teuthology.orchestra.run.smithi157.stdout:Scheduled prometheus update... 2024-03-24T11:33:27.688 INFO:teuthology.orchestra.run.smithi157.stderr:+ sleep 240 2024-03-24T11:33:27.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:27 smithi194 bash[22176]: cluster 2024-03-24T11:33:26.363123+0000 mgr.a (mgr.14152) 265 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:27.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:27 smithi194 bash[22176]: audit 2024-03-24T11:33:26.559975+0000 mgr.a (mgr.14152) 266 : audit 0 from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:27.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:27 smithi194 bash[22176]: cephadm 2024-03-24T11:33:26.562667+0000 mgr.a (mgr.14152) 267 : cephadm 1 Saving service node-exporter spec with placement * 2024-03-24T11:33:27.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:27 smithi194 bash[22176]: audit 2024-03-24T11:33:26.569091+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:27.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:27 smithi194 bash[22176]: audit 2024-03-24T11:33:26.597625+0000 mon.a (mon.0) 669 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:27.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:27 smithi194 bash[22176]: audit 2024-03-24T11:33:26.601054+0000 mon.a (mon.0) 670 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:27.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:27 smithi194 bash[22176]: audit 2024-03-24T11:33:26.602256+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:27.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:27 smithi194 bash[22176]: audit 2024-03-24T11:33:26.609255+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:27.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:27 smithi194 bash[22176]: cephadm 2024-03-24T11:33:26.611880+0000 mgr.a (mgr.14152) 268 : cephadm 1 Deploying daemon node-exporter.smithi157 on smithi157 2024-03-24T11:33:27.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:27 smithi194 bash[22176]: audit 2024-03-24T11:33:26.915663+0000 mon.a (mon.0) 673 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:27.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:27 smithi194 bash[22176]: audit 2024-03-24T11:33:27.282565+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:27 smithi196 bash[22395]: cluster 2024-03-24T11:33:26.363123+0000 mgr.a (mgr.14152) 265 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:27 smithi196 bash[22395]: audit 2024-03-24T11:33:26.559975+0000 mgr.a (mgr.14152) 266 : audit 0 from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:27 smithi196 bash[22395]: cephadm 2024-03-24T11:33:26.562667+0000 mgr.a (mgr.14152) 267 : cephadm 1 Saving service node-exporter spec with placement * 2024-03-24T11:33:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:27 smithi196 bash[22395]: audit 2024-03-24T11:33:26.569091+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:27 smithi196 bash[22395]: audit 2024-03-24T11:33:26.597625+0000 mon.a (mon.0) 669 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:27 smithi196 bash[22395]: audit 2024-03-24T11:33:26.601054+0000 mon.a (mon.0) 670 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:27 smithi196 bash[22395]: audit 2024-03-24T11:33:26.602256+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:27 smithi196 bash[22395]: audit 2024-03-24T11:33:26.609255+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:27 smithi196 bash[22395]: cephadm 2024-03-24T11:33:26.611880+0000 mgr.a (mgr.14152) 268 : cephadm 1 Deploying daemon node-exporter.smithi157 on smithi157 2024-03-24T11:33:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:27 smithi196 bash[22395]: audit 2024-03-24T11:33:26.915663+0000 mon.a (mon.0) 673 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:27.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:27 smithi196 bash[22395]: audit 2024-03-24T11:33:27.282565+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:28.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:27 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:28.003 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:33:27 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:28.503 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:28.503 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:33:28 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:28.504 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 24 11:33:28 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:28.764 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:33:28 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:28.764 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 24 11:33:28 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:28.764 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:28.764 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 bash[22176]: audit 2024-03-24T11:33:26.907958+0000 mgr.a (mgr.14152) 269 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:28.764 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 bash[22176]: cephadm 2024-03-24T11:33:26.911271+0000 mgr.a (mgr.14152) 270 : cephadm 1 Saving service grafana spec with placement count:1 2024-03-24T11:33:28.765 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 bash[22176]: audit 2024-03-24T11:33:27.277446+0000 mgr.a (mgr.14152) 271 : audit 0 from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:28.765 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 bash[22176]: cephadm 2024-03-24T11:33:27.278580+0000 mgr.a (mgr.14152) 272 : cephadm 1 Saving service alertmanager spec with placement count:1 2024-03-24T11:33:28.765 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 bash[22176]: audit 2024-03-24T11:33:27.669327+0000 mgr.a (mgr.14152) 273 : audit 0 from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:28.765 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 bash[22176]: cephadm 2024-03-24T11:33:27.670881+0000 mgr.a (mgr.14152) 274 : cephadm 1 Saving service prometheus spec with placement count:1 2024-03-24T11:33:28.765 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 bash[22176]: audit 2024-03-24T11:33:27.675947+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:28.765 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 bash[22176]: audit 2024-03-24T11:33:27.727698+0000 mon.a (mon.0) 676 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:28.765 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 bash[22176]: audit 2024-03-24T11:33:27.732247+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:28.765 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:28 smithi194 bash[22176]: audit 2024-03-24T11:33:27.783205+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:28 smithi157 bash[21535]: audit 2024-03-24T11:33:26.907958+0000 mgr.a (mgr.14152) 269 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:29.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:28 smithi157 bash[21535]: cephadm 2024-03-24T11:33:26.911271+0000 mgr.a (mgr.14152) 270 : cephadm 1 Saving service grafana spec with placement count:1 2024-03-24T11:33:29.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:28 smithi157 bash[21535]: audit 2024-03-24T11:33:27.277446+0000 mgr.a (mgr.14152) 271 : audit 0 from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:29.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:28 smithi157 bash[21535]: cephadm 2024-03-24T11:33:27.278580+0000 mgr.a (mgr.14152) 272 : cephadm 1 Saving service alertmanager spec with placement count:1 2024-03-24T11:33:29.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:28 smithi157 bash[21535]: audit 2024-03-24T11:33:27.669327+0000 mgr.a (mgr.14152) 273 : audit 0 from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:29.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:28 smithi157 bash[21535]: cephadm 2024-03-24T11:33:27.670881+0000 mgr.a (mgr.14152) 274 : cephadm 1 Saving service prometheus spec with placement count:1 2024-03-24T11:33:29.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:28 smithi157 bash[21535]: audit 2024-03-24T11:33:27.675947+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:28 smithi157 bash[21535]: audit 2024-03-24T11:33:27.727698+0000 mon.a (mon.0) 676 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:28 smithi157 bash[21535]: audit 2024-03-24T11:33:27.732247+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:28 smithi157 bash[21535]: audit 2024-03-24T11:33:27.783205+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:28 smithi196 bash[22395]: audit 2024-03-24T11:33:26.907958+0000 mgr.a (mgr.14152) 269 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:29.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:28 smithi196 bash[22395]: cephadm 2024-03-24T11:33:26.911271+0000 mgr.a (mgr.14152) 270 : cephadm 1 Saving service grafana spec with placement count:1 2024-03-24T11:33:29.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:28 smithi196 bash[22395]: audit 2024-03-24T11:33:27.277446+0000 mgr.a (mgr.14152) 271 : audit 0 from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:29.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:28 smithi196 bash[22395]: cephadm 2024-03-24T11:33:27.278580+0000 mgr.a (mgr.14152) 272 : cephadm 1 Saving service alertmanager spec with placement count:1 2024-03-24T11:33:29.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:28 smithi196 bash[22395]: audit 2024-03-24T11:33:27.669327+0000 mgr.a (mgr.14152) 273 : audit 0 from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:29.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:28 smithi196 bash[22395]: cephadm 2024-03-24T11:33:27.670881+0000 mgr.a (mgr.14152) 274 : cephadm 1 Saving service prometheus spec with placement count:1 2024-03-24T11:33:29.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:28 smithi196 bash[22395]: audit 2024-03-24T11:33:27.675947+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:28 smithi196 bash[22395]: audit 2024-03-24T11:33:27.727698+0000 mon.a (mon.0) 676 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:28 smithi196 bash[22395]: audit 2024-03-24T11:33:27.732247+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:28 smithi196 bash[22395]: audit 2024-03-24T11:33:27.783205+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.544 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:29 smithi196 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:29.544 INFO:journalctl@ceph.osd.2.smithi196.stdout:Mar 24 11:33:29 smithi196 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:29.750 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:29 smithi194 bash[22176]: cephadm 2024-03-24T11:33:27.783896+0000 mgr.a (mgr.14152) 275 : cephadm 1 Deploying daemon node-exporter.smithi194 on smithi194 2024-03-24T11:33:29.750 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:29 smithi194 bash[22176]: cluster 2024-03-24T11:33:28.363565+0000 mgr.a (mgr.14152) 276 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:29.750 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:29 smithi194 bash[22176]: audit 2024-03-24T11:33:28.774908+0000 mon.a (mon.0) 679 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.750 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:29 smithi194 bash[22176]: audit 2024-03-24T11:33:28.780646+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.750 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:29 smithi194 bash[22176]: audit 2024-03-24T11:33:28.804232+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.809 INFO:journalctl@ceph.osd.2.smithi196.stdout:Mar 24 11:33:29 smithi196 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:29.809 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:29 smithi196 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:33:29.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:29 smithi196 bash[22395]: cephadm 2024-03-24T11:33:27.783896+0000 mgr.a (mgr.14152) 275 : cephadm 1 Deploying daemon node-exporter.smithi194 on smithi194 2024-03-24T11:33:29.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:29 smithi196 bash[22395]: cluster 2024-03-24T11:33:28.363565+0000 mgr.a (mgr.14152) 276 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:29.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:29 smithi196 bash[22395]: audit 2024-03-24T11:33:28.774908+0000 mon.a (mon.0) 679 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:29 smithi196 bash[22395]: audit 2024-03-24T11:33:28.780646+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:29 smithi196 bash[22395]: audit 2024-03-24T11:33:28.804232+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.952 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:29 smithi157 bash[21535]: cephadm 2024-03-24T11:33:27.783896+0000 mgr.a (mgr.14152) 275 : cephadm 1 Deploying daemon node-exporter.smithi194 on smithi194 2024-03-24T11:33:29.952 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:29 smithi157 bash[21535]: cluster 2024-03-24T11:33:28.363565+0000 mgr.a (mgr.14152) 276 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:29.952 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:29 smithi157 bash[21535]: audit 2024-03-24T11:33:28.774908+0000 mon.a (mon.0) 679 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.952 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:29 smithi157 bash[21535]: audit 2024-03-24T11:33:28.780646+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:29.952 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:29 smithi157 bash[21535]: audit 2024-03-24T11:33:28.804232+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:30.976 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: cephadm 2024-03-24T11:33:28.805251+0000 mgr.a (mgr.14152) 277 : cephadm 1 Deploying daemon node-exporter.smithi196 on smithi196 2024-03-24T11:33:30.976 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:29.819225+0000 mon.a (mon.0) 682 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:30.976 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:29.830798+0000 mon.a (mon.0) 683 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:30.976 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:29.849582+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:30.976 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:29.858068+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:30.976 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:29.868733+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:30.976 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:29.877711+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:30.977 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:29.885905+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:30.977 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:29.988485+0000 mon.a (mon.0) 689 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:30.977 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:30.286064+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:30.977 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:30.286995+0000 mon.a (mon.0) 691 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:30.977 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:30.293337+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:30.977 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:30.375940+0000 mon.a (mon.0) 693 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:30.977 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:30.379169+0000 mon.a (mon.0) 694 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:30.977 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:30.380035+0000 mon.a (mon.0) 695 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:30.977 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:30 smithi157 bash[21535]: audit 2024-03-24T11:33:30.386544+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: cephadm 2024-03-24T11:33:28.805251+0000 mgr.a (mgr.14152) 277 : cephadm 1 Deploying daemon node-exporter.smithi196 on smithi196 2024-03-24T11:33:31.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:29.819225+0000 mon.a (mon.0) 682 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:29.830798+0000 mon.a (mon.0) 683 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:29.849582+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:29.858068+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:29.868733+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:29.877711+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:29.885905+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:29.988485+0000 mon.a (mon.0) 689 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:31.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:30.286064+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:31.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:30.286995+0000 mon.a (mon.0) 691 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:31.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:30.293337+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:30.375940+0000 mon.a (mon.0) 693 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:31.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:30.379169+0000 mon.a (mon.0) 694 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:31.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:30.380035+0000 mon.a (mon.0) 695 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:31.138 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:30 smithi194 bash[22176]: audit 2024-03-24T11:33:30.386544+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: cephadm 2024-03-24T11:33:28.805251+0000 mgr.a (mgr.14152) 277 : cephadm 1 Deploying daemon node-exporter.smithi196 on smithi196 2024-03-24T11:33:31.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:29.819225+0000 mon.a (mon.0) 682 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:29.830798+0000 mon.a (mon.0) 683 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:29.849582+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:29.858068+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:29.868733+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:29.877711+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:29.885905+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:29.988485+0000 mon.a (mon.0) 689 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:31.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:30.286064+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:31.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:30.286995+0000 mon.a (mon.0) 691 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:31.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:30.293337+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:30.375940+0000 mon.a (mon.0) 693 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:31.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:30.379169+0000 mon.a (mon.0) 694 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:31.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:30.380035+0000 mon.a (mon.0) 695 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:31.168 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:30 smithi196 bash[22395]: audit 2024-03-24T11:33:30.386544+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:31.944 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:31 smithi194 bash[22176]: cephadm 2024-03-24T11:33:30.293841+0000 mgr.a (mgr.14152) 278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:33:31.944 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:31 smithi194 bash[22176]: cluster 2024-03-24T11:33:30.364107+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:31.944 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:31 smithi194 bash[22176]: cephadm 2024-03-24T11:33:30.387513+0000 mgr.a (mgr.14152) 280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:33:31.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:31 smithi196 bash[22395]: cephadm 2024-03-24T11:33:30.293841+0000 mgr.a (mgr.14152) 278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:33:31.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:31 smithi196 bash[22395]: cluster 2024-03-24T11:33:30.364107+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:31.966 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:31 smithi196 bash[22395]: cephadm 2024-03-24T11:33:30.387513+0000 mgr.a (mgr.14152) 280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:33:31.973 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:31 smithi157 bash[21535]: cephadm 2024-03-24T11:33:30.293841+0000 mgr.a (mgr.14152) 278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:33:31.973 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:31 smithi157 bash[21535]: cluster 2024-03-24T11:33:30.364107+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:31.973 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:31 smithi157 bash[21535]: cephadm 2024-03-24T11:33:30.387513+0000 mgr.a (mgr.14152) 280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:33:33.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:33 smithi194 bash[22176]: cluster 2024-03-24T11:33:32.364598+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:33.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:33 smithi194 bash[22176]: audit 2024-03-24T11:33:33.237480+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:33.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:33 smithi196 bash[22395]: cluster 2024-03-24T11:33:32.364598+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:33.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:33 smithi196 bash[22395]: audit 2024-03-24T11:33:33.237480+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:34.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:33 smithi157 bash[21535]: cluster 2024-03-24T11:33:32.364598+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:34.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:33 smithi157 bash[21535]: audit 2024-03-24T11:33:33.237480+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:35.947 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:35 smithi194 bash[22176]: cluster 2024-03-24T11:33:34.364978+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:35.947 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:35 smithi194 bash[22176]: audit 2024-03-24T11:33:35.252533+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:35.948 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:35 smithi157 bash[21535]: cluster 2024-03-24T11:33:34.364978+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:35.948 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:35 smithi157 bash[21535]: audit 2024-03-24T11:33:35.252533+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:36.095 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:35 smithi196 bash[22395]: cluster 2024-03-24T11:33:34.364978+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:36.095 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:35 smithi196 bash[22395]: audit 2024-03-24T11:33:35.252533+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:37.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:36 smithi157 bash[21535]: audit 2024-03-24T11:33:35.948138+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:37.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:36 smithi157 bash[21535]: audit 2024-03-24T11:33:36.096259+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:37.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:36 smithi157 bash[21535]: cluster 2024-03-24T11:33:36.365496+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:37.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:36 smithi194 bash[22176]: audit 2024-03-24T11:33:35.948138+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:37.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:36 smithi194 bash[22176]: audit 2024-03-24T11:33:36.096259+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:37.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:36 smithi194 bash[22176]: cluster 2024-03-24T11:33:36.365496+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:37.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:36 smithi196 bash[22395]: audit 2024-03-24T11:33:35.948138+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:37.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:36 smithi196 bash[22395]: audit 2024-03-24T11:33:36.096259+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:37.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:36 smithi196 bash[22395]: cluster 2024-03-24T11:33:36.365496+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:39.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:39 smithi157 bash[21535]: audit 2024-03-24T11:33:38.250826+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:39 smithi157 bash[21535]: audit 2024-03-24T11:33:38.255785+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:39 smithi157 bash[21535]: audit 2024-03-24T11:33:38.262177+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:39 smithi157 bash[21535]: cluster 2024-03-24T11:33:38.365876+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:39.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:39 smithi157 bash[21535]: audit 2024-03-24T11:33:38.802256+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:39 smithi157 bash[21535]: audit 2024-03-24T11:33:38.811660+0000 mon.a (mon.0) 705 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:39 smithi157 bash[21535]: audit 2024-03-24T11:33:38.822256+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:39 smithi157 bash[21535]: audit 2024-03-24T11:33:39.179937+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:39 smithi157 bash[21535]: audit 2024-03-24T11:33:39.186316+0000 mon.a (mon.0) 708 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:39 smithi157 bash[21535]: audit 2024-03-24T11:33:39.193287+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:39 smithi194 bash[22176]: audit 2024-03-24T11:33:38.250826+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:39 smithi194 bash[22176]: audit 2024-03-24T11:33:38.255785+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:39 smithi194 bash[22176]: audit 2024-03-24T11:33:38.262177+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:39 smithi194 bash[22176]: cluster 2024-03-24T11:33:38.365876+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:39.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:39 smithi194 bash[22176]: audit 2024-03-24T11:33:38.802256+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:39 smithi194 bash[22176]: audit 2024-03-24T11:33:38.811660+0000 mon.a (mon.0) 705 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:39 smithi194 bash[22176]: audit 2024-03-24T11:33:38.822256+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:39 smithi194 bash[22176]: audit 2024-03-24T11:33:39.179937+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:39 smithi194 bash[22176]: audit 2024-03-24T11:33:39.186316+0000 mon.a (mon.0) 708 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:39 smithi194 bash[22176]: audit 2024-03-24T11:33:39.193287+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:39 smithi196 bash[22395]: audit 2024-03-24T11:33:38.250826+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:39 smithi196 bash[22395]: audit 2024-03-24T11:33:38.255785+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:39 smithi196 bash[22395]: audit 2024-03-24T11:33:38.262177+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:39 smithi196 bash[22395]: cluster 2024-03-24T11:33:38.365876+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:39.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:39 smithi196 bash[22395]: audit 2024-03-24T11:33:38.802256+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:39 smithi196 bash[22395]: audit 2024-03-24T11:33:38.811660+0000 mon.a (mon.0) 705 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:39 smithi196 bash[22395]: audit 2024-03-24T11:33:38.822256+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:39 smithi196 bash[22395]: audit 2024-03-24T11:33:39.179937+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:39 smithi196 bash[22395]: audit 2024-03-24T11:33:39.186316+0000 mon.a (mon.0) 708 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:39.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:39 smithi196 bash[22395]: audit 2024-03-24T11:33:39.193287+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:39.925999+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:39.934902+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:39.945660+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:39.948303+0000 mon.a (mon.0) 713 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:41.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:39.953824+0000 mon.a (mon.0) 714 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:41.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:39.955546+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:41.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:39.965445+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: cephadm 2024-03-24T11:33:40.013090+0000 mgr.a (mgr.14152) 285 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2024-03-24T11:33:41.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:40.250563+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:40.257010+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:40.260574+0000 mon.a (mon.0) 719 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-24T11:33:41.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:40.261100+0000 mgr.a (mgr.14152) 286 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-24T11:33:41.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: audit 2024-03-24T11:33:40.266742+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: cephadm 2024-03-24T11:33:40.299590+0000 mgr.a (mgr.14152) 287 : cephadm 1 Deploying daemon grafana.smithi157 on smithi157 2024-03-24T11:33:41.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:40 smithi157 bash[21535]: cluster 2024-03-24T11:33:40.366471+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:41.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:39.925999+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:39.934902+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:39.945660+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:39.948303+0000 mon.a (mon.0) 713 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:39.953824+0000 mon.a (mon.0) 714 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:39.955546+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:39.965445+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: cephadm 2024-03-24T11:33:40.013090+0000 mgr.a (mgr.14152) 285 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:40.250563+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:40.257010+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:40.260574+0000 mon.a (mon.0) 719 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:40.261100+0000 mgr.a (mgr.14152) 286 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: audit 2024-03-24T11:33:40.266742+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: cephadm 2024-03-24T11:33:40.299590+0000 mgr.a (mgr.14152) 287 : cephadm 1 Deploying daemon grafana.smithi157 on smithi157 2024-03-24T11:33:41.387 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:40 smithi194 bash[22176]: cluster 2024-03-24T11:33:40.366471+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:39.925999+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:39.934902+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:39.945660+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:39.948303+0000 mon.a (mon.0) 713 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:39.953824+0000 mon.a (mon.0) 714 : audit 0 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:39.955546+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:39.965445+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: cephadm 2024-03-24T11:33:40.013090+0000 mgr.a (mgr.14152) 285 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:40.250563+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:40.257010+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:40.260574+0000 mon.a (mon.0) 719 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:40.261100+0000 mgr.a (mgr.14152) 286 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: audit 2024-03-24T11:33:40.266742+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:41.417 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: cephadm 2024-03-24T11:33:40.299590+0000 mgr.a (mgr.14152) 287 : cephadm 1 Deploying daemon grafana.smithi157 on smithi157 2024-03-24T11:33:41.418 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:40 smithi196 bash[22395]: cluster 2024-03-24T11:33:40.366471+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:43.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:43 smithi157 bash[21535]: cluster 2024-03-24T11:33:42.367065+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:43.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:43 smithi194 bash[22176]: cluster 2024-03-24T11:33:42.367065+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:43.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:43 smithi196 bash[22395]: cluster 2024-03-24T11:33:42.367065+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:45.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:45 smithi157 bash[21535]: cluster 2024-03-24T11:33:44.367628+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:45.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:45 smithi194 bash[22176]: cluster 2024-03-24T11:33:44.367628+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:45.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:45 smithi196 bash[22395]: cluster 2024-03-24T11:33:44.367628+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:47.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:47 smithi157 bash[21535]: cluster 2024-03-24T11:33:46.368076+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:47.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:47 smithi194 bash[22176]: cluster 2024-03-24T11:33:46.368076+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:47.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:47 smithi196 bash[22395]: cluster 2024-03-24T11:33:46.368076+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:49.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:49 smithi157 bash[21535]: cluster 2024-03-24T11:33:48.368470+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:49.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:49 smithi194 bash[22176]: cluster 2024-03-24T11:33:48.368470+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:49.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:49 smithi196 bash[22395]: cluster 2024-03-24T11:33:48.368470+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:51.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:51 smithi157 bash[21535]: cluster 2024-03-24T11:33:50.368993+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:51.783 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:51 smithi194 bash[22176]: cluster 2024-03-24T11:33:50.368993+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:51.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:51 smithi196 bash[22395]: cluster 2024-03-24T11:33:50.368993+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:53.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:53 smithi194 bash[22176]: cluster 2024-03-24T11:33:52.369472+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:53.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:53 smithi157 bash[21535]: cluster 2024-03-24T11:33:52.369472+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:53.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:53 smithi196 bash[22395]: cluster 2024-03-24T11:33:52.369472+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:55.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:55 smithi157 bash[21535]: cluster 2024-03-24T11:33:54.370039+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:55.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:55 smithi194 bash[22176]: cluster 2024-03-24T11:33:54.370039+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:55.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:55 smithi196 bash[22395]: cluster 2024-03-24T11:33:54.370039+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:57.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:57 smithi194 bash[22176]: cluster 2024-03-24T11:33:56.370619+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:57.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:57 smithi194 bash[22176]: audit 2024-03-24T11:33:57.417386+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:57.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:57 smithi194 bash[22176]: audit 2024-03-24T11:33:57.426954+0000 mon.a (mon.0) 722 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:57.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:57 smithi194 bash[22176]: audit 2024-03-24T11:33:57.437195+0000 mon.a (mon.0) 723 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:57.721 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:57 smithi157 bash[21535]: cluster 2024-03-24T11:33:56.370619+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:57.721 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:57 smithi157 bash[21535]: audit 2024-03-24T11:33:57.417386+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:57.722 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:57 smithi157 bash[21535]: audit 2024-03-24T11:33:57.426954+0000 mon.a (mon.0) 722 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:57.722 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:57 smithi157 bash[21535]: audit 2024-03-24T11:33:57.437195+0000 mon.a (mon.0) 723 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:57.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:57 smithi196 bash[22395]: cluster 2024-03-24T11:33:56.370619+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:57.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:57 smithi196 bash[22395]: audit 2024-03-24T11:33:57.417386+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:57.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:57 smithi196 bash[22395]: audit 2024-03-24T11:33:57.426954+0000 mon.a (mon.0) 722 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:57.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:57 smithi196 bash[22395]: audit 2024-03-24T11:33:57.437195+0000 mon.a (mon.0) 723 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:58 smithi194 bash[22176]: audit 2024-03-24T11:33:57.882579+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:58 smithi194 bash[22176]: audit 2024-03-24T11:33:57.890155+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:58 smithi194 bash[22176]: audit 2024-03-24T11:33:57.897217+0000 mon.a (mon.0) 726 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:58 smithi194 bash[22176]: cluster 2024-03-24T11:33:58.371162+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:59.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:58 smithi194 bash[22176]: audit 2024-03-24T11:33:58.530915+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:58 smithi194 bash[22176]: audit 2024-03-24T11:33:58.539695+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.137 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:33:58 smithi194 bash[22176]: audit 2024-03-24T11:33:58.549915+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:58 smithi196 bash[22395]: audit 2024-03-24T11:33:57.882579+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:58 smithi196 bash[22395]: audit 2024-03-24T11:33:57.890155+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:58 smithi196 bash[22395]: audit 2024-03-24T11:33:57.897217+0000 mon.a (mon.0) 726 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:58 smithi196 bash[22395]: cluster 2024-03-24T11:33:58.371162+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:59.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:58 smithi196 bash[22395]: audit 2024-03-24T11:33:58.530915+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:58 smithi196 bash[22395]: audit 2024-03-24T11:33:58.539695+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:33:58 smithi196 bash[22395]: audit 2024-03-24T11:33:58.549915+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:58 smithi157 bash[21535]: audit 2024-03-24T11:33:57.882579+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:58 smithi157 bash[21535]: audit 2024-03-24T11:33:57.890155+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:58 smithi157 bash[21535]: audit 2024-03-24T11:33:57.897217+0000 mon.a (mon.0) 726 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:58 smithi157 bash[21535]: cluster 2024-03-24T11:33:58.371162+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:33:59.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:58 smithi157 bash[21535]: audit 2024-03-24T11:33:58.530915+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:58 smithi157 bash[21535]: audit 2024-03-24T11:33:58.539695+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:33:59.254 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:33:58 smithi157 bash[21535]: audit 2024-03-24T11:33:58.549915+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:01.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:01 smithi157 bash[21535]: cluster 2024-03-24T11:34:00.371729+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:01.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:01 smithi194 bash[22176]: cluster 2024-03-24T11:34:00.371729+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:01.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:01 smithi196 bash[22395]: cluster 2024-03-24T11:34:00.371729+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:03.692 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:03 smithi157 bash[21535]: cluster 2024-03-24T11:34:02.372292+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:03.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:03 smithi194 bash[22176]: cluster 2024-03-24T11:34:02.372292+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:03.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:03 smithi196 bash[22395]: cluster 2024-03-24T11:34:02.372292+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:05.748 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:05 smithi157 bash[21535]: cluster 2024-03-24T11:34:04.372905+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:05.748 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:05 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:05.748 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:05 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:05.749 INFO:journalctl@ceph.osd.0.smithi157.stdout:Mar 24 11:34:05 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:05.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:05 smithi194 bash[22176]: cluster 2024-03-24T11:34:04.372905+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:05.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:05 smithi196 bash[22395]: cluster 2024-03-24T11:34:04.372905+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:06.003 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:05 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:06.003 INFO:journalctl@ceph.osd.0.smithi157.stdout:Mar 24 11:34:05 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:06.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:05 smithi157 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:07.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:06 smithi196 bash[22395]: audit 2024-03-24T11:34:05.897871+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:06 smithi196 bash[22395]: audit 2024-03-24T11:34:05.904643+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:06 smithi196 bash[22395]: audit 2024-03-24T11:34:05.924128+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:06 smithi196 bash[22395]: audit 2024-03-24T11:34:05.930387+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:06 smithi196 bash[22395]: cephadm 2024-03-24T11:34:05.941891+0000 mgr.a (mgr.14152) 301 : cephadm 1 Deploying daemon alertmanager.smithi196 on smithi196 2024-03-24T11:34:07.167 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:06 smithi196 bash[22395]: cluster 2024-03-24T11:34:06.373466+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:07.193 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:06 smithi157 bash[21535]: audit 2024-03-24T11:34:05.897871+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.193 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:06 smithi157 bash[21535]: audit 2024-03-24T11:34:05.904643+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.193 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:06 smithi157 bash[21535]: audit 2024-03-24T11:34:05.924128+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.193 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:06 smithi157 bash[21535]: audit 2024-03-24T11:34:05.930387+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.193 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:06 smithi157 bash[21535]: cephadm 2024-03-24T11:34:05.941891+0000 mgr.a (mgr.14152) 301 : cephadm 1 Deploying daemon alertmanager.smithi196 on smithi196 2024-03-24T11:34:07.193 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:06 smithi157 bash[21535]: cluster 2024-03-24T11:34:06.373466+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:07.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:06 smithi194 bash[22176]: audit 2024-03-24T11:34:05.897871+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:06 smithi194 bash[22176]: audit 2024-03-24T11:34:05.904643+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:06 smithi194 bash[22176]: audit 2024-03-24T11:34:05.924128+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:06 smithi194 bash[22176]: audit 2024-03-24T11:34:05.930387+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:07.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:06 smithi194 bash[22176]: cephadm 2024-03-24T11:34:05.941891+0000 mgr.a (mgr.14152) 301 : cephadm 1 Deploying daemon alertmanager.smithi196 on smithi196 2024-03-24T11:34:07.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:06 smithi194 bash[22176]: cluster 2024-03-24T11:34:06.373466+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:09.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:09 smithi157 bash[21535]: audit 2024-03-24T11:34:08.245773+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:09.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:09 smithi157 bash[21535]: cluster 2024-03-24T11:34:08.374023+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:09.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:09 smithi194 bash[22176]: audit 2024-03-24T11:34:08.245773+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:09.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:09 smithi194 bash[22176]: cluster 2024-03-24T11:34:08.374023+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:09.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:09 smithi196 bash[22395]: audit 2024-03-24T11:34:08.245773+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:09.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:09 smithi196 bash[22395]: cluster 2024-03-24T11:34:08.374023+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:11.627 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:11 smithi157 bash[21535]: cluster 2024-03-24T11:34:10.374568+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:11.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:11 smithi194 bash[22176]: cluster 2024-03-24T11:34:10.374568+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:11.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:11 smithi196 bash[22395]: cluster 2024-03-24T11:34:10.374568+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:13.693 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:13 smithi157 bash[21535]: cluster 2024-03-24T11:34:12.375117+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:13.725 INFO:journalctl@ceph.osd.2.smithi196.stdout:Mar 24 11:34:13 smithi196 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:13.725 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:13 smithi196 bash[22395]: cluster 2024-03-24T11:34:12.375117+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:13.726 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:13 smithi196 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:13.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:13 smithi194 bash[22176]: cluster 2024-03-24T11:34:12.375117+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:14.007 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:13 smithi196 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:14.007 INFO:journalctl@ceph.osd.2.smithi196.stdout:Mar 24 11:34:13 smithi196 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:15.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:15 smithi157 bash[21535]: audit 2024-03-24T11:34:14.015739+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:15 smithi157 bash[21535]: audit 2024-03-24T11:34:14.022449+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:15 smithi157 bash[21535]: audit 2024-03-24T11:34:14.030993+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:15 smithi157 bash[21535]: audit 2024-03-24T11:34:14.035775+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:15 smithi157 bash[21535]: cephadm 2024-03-24T11:34:14.282394+0000 mgr.a (mgr.14152) 306 : cephadm 1 Deploying daemon prometheus.smithi194 on smithi194 2024-03-24T11:34:15.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:15 smithi157 bash[21535]: cluster 2024-03-24T11:34:14.375481+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:15.281 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:15 smithi196 bash[22395]: audit 2024-03-24T11:34:14.015739+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.281 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:15 smithi196 bash[22395]: audit 2024-03-24T11:34:14.022449+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.281 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:15 smithi196 bash[22395]: audit 2024-03-24T11:34:14.030993+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.281 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:15 smithi196 bash[22395]: audit 2024-03-24T11:34:14.035775+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.281 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:15 smithi196 bash[22395]: cephadm 2024-03-24T11:34:14.282394+0000 mgr.a (mgr.14152) 306 : cephadm 1 Deploying daemon prometheus.smithi194 on smithi194 2024-03-24T11:34:15.281 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:15 smithi196 bash[22395]: cluster 2024-03-24T11:34:14.375481+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:15.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:15 smithi194 bash[22176]: audit 2024-03-24T11:34:14.015739+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:15 smithi194 bash[22176]: audit 2024-03-24T11:34:14.022449+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:15 smithi194 bash[22176]: audit 2024-03-24T11:34:14.030993+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:15 smithi194 bash[22176]: audit 2024-03-24T11:34:14.035775+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:15.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:15 smithi194 bash[22176]: cephadm 2024-03-24T11:34:14.282394+0000 mgr.a (mgr.14152) 306 : cephadm 1 Deploying daemon prometheus.smithi194 on smithi194 2024-03-24T11:34:15.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:15 smithi194 bash[22176]: cluster 2024-03-24T11:34:14.375481+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:16.567 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:16 smithi157 bash[21535]: audit 2024-03-24T11:34:15.382479+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:16.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:16 smithi196 bash[22395]: audit 2024-03-24T11:34:15.382479+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:16.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:16 smithi194 bash[22176]: audit 2024-03-24T11:34:15.382479+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:17.637 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:17 smithi157 bash[21535]: cluster 2024-03-24T11:34:16.375873+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:17.637 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:17 smithi157 bash[21535]: audit 2024-03-24T11:34:16.519953+0000 mon.a (mon.0) 740 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:17.637 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:17 smithi157 bash[21535]: audit 2024-03-24T11:34:16.527052+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:17.637 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:17 smithi157 bash[21535]: audit 2024-03-24T11:34:16.535192+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:17.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:17 smithi196 bash[22395]: cluster 2024-03-24T11:34:16.375873+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:17.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:17 smithi196 bash[22395]: audit 2024-03-24T11:34:16.519953+0000 mon.a (mon.0) 740 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:17.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:17 smithi196 bash[22395]: audit 2024-03-24T11:34:16.527052+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:17.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:17 smithi196 bash[22395]: audit 2024-03-24T11:34:16.535192+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:17.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:17 smithi194 bash[22176]: cluster 2024-03-24T11:34:16.375873+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:17.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:17 smithi194 bash[22176]: audit 2024-03-24T11:34:16.519953+0000 mon.a (mon.0) 740 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:17.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:17 smithi194 bash[22176]: audit 2024-03-24T11:34:16.527052+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:17.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:17 smithi194 bash[22176]: audit 2024-03-24T11:34:16.535192+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.706 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:18 smithi157 bash[21535]: audit 2024-03-24T11:34:17.622160+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.706 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:18 smithi157 bash[21535]: audit 2024-03-24T11:34:17.631244+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.706 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:18 smithi157 bash[21535]: audit 2024-03-24T11:34:17.642506+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.706 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:18 smithi157 bash[21535]: audit 2024-03-24T11:34:18.255179+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:18 smithi194 bash[22176]: audit 2024-03-24T11:34:17.622160+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:18 smithi194 bash[22176]: audit 2024-03-24T11:34:17.631244+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:18 smithi194 bash[22176]: audit 2024-03-24T11:34:17.642506+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:18 smithi194 bash[22176]: audit 2024-03-24T11:34:18.255179+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:18 smithi196 bash[22395]: audit 2024-03-24T11:34:17.622160+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:18 smithi196 bash[22395]: audit 2024-03-24T11:34:17.631244+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:18 smithi196 bash[22395]: audit 2024-03-24T11:34:17.642506+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:18.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:18 smithi196 bash[22395]: audit 2024-03-24T11:34:18.255179+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:19.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:19 smithi157 bash[21535]: cluster 2024-03-24T11:34:18.376443+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:19.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:19 smithi157 bash[21535]: audit 2024-03-24T11:34:18.691381+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:20.095 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:19 smithi196 bash[22395]: cluster 2024-03-24T11:34:18.376443+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:20.095 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:19 smithi196 bash[22395]: audit 2024-03-24T11:34:18.691381+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:20.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:19 smithi194 bash[22176]: cluster 2024-03-24T11:34:18.376443+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:20.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:19 smithi194 bash[22176]: audit 2024-03-24T11:34:18.691381+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:21.112 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:21 smithi157 bash[21535]: audit 2024-03-24T11:34:20.095034+0000 mon.a (mon.0) 748 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:21.112 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:21 smithi157 bash[21535]: cluster 2024-03-24T11:34:20.376936+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:21.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:21 smithi194 bash[22176]: audit 2024-03-24T11:34:20.095034+0000 mon.a (mon.0) 748 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:21.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:21 smithi194 bash[22176]: cluster 2024-03-24T11:34:20.376936+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:21.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:21 smithi196 bash[22395]: audit 2024-03-24T11:34:20.095034+0000 mon.a (mon.0) 748 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:21.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:21 smithi196 bash[22395]: cluster 2024-03-24T11:34:20.376936+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:23.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:23 smithi194 bash[22176]: audit 2024-03-24T11:34:22.010110+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:23.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:23 smithi194 bash[22176]: cluster 2024-03-24T11:34:22.377467+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:23.236 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:23 smithi157 bash[21535]: audit 2024-03-24T11:34:22.010110+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:23.236 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:23 smithi157 bash[21535]: cluster 2024-03-24T11:34:22.377467+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:23.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:23 smithi196 bash[22395]: audit 2024-03-24T11:34:22.010110+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:23.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:23 smithi196 bash[22395]: cluster 2024-03-24T11:34:22.377467+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:24.867 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:24 smithi157 bash[21535]: audit 2024-03-24T11:34:23.627966+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:24.867 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:24 smithi157 bash[21535]: audit 2024-03-24T11:34:23.636977+0000 mon.a (mon.0) 751 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:24.867 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:24 smithi157 bash[21535]: audit 2024-03-24T11:34:23.648461+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:24.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:24 smithi194 bash[22176]: audit 2024-03-24T11:34:23.627966+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:24.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:24 smithi194 bash[22176]: audit 2024-03-24T11:34:23.636977+0000 mon.a (mon.0) 751 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:24.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:24 smithi194 bash[22176]: audit 2024-03-24T11:34:23.648461+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:24.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:24 smithi196 bash[22395]: audit 2024-03-24T11:34:23.627966+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:24.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:24 smithi196 bash[22395]: audit 2024-03-24T11:34:23.636977+0000 mon.a (mon.0) 751 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:24.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:24 smithi196 bash[22395]: audit 2024-03-24T11:34:23.648461+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:25.683 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:25 smithi157 bash[21535]: cluster 2024-03-24T11:34:24.378130+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:25.709 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:25 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:25.710 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:25 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:25.710 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:25 smithi194 bash[22176]: cluster 2024-03-24T11:34:24.378130+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:25.710 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 24 11:34:25 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:25.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:25 smithi196 bash[22395]: cluster 2024-03-24T11:34:24.378130+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:25.989 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:25 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:25.989 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:25 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:25.989 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 24 11:34:25 smithi194 systemd[1]: /etc/systemd/system/ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:26.995 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:26 smithi157 bash[21535]: audit 2024-03-24T11:34:25.994764+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:26.996 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:26 smithi157 bash[21535]: audit 2024-03-24T11:34:26.004011+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:26.996 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:26 smithi157 bash[21535]: audit 2024-03-24T11:34:26.042510+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:26.996 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:26 smithi157 bash[21535]: audit 2024-03-24T11:34:26.050312+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-24T11:34:26.996 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:26 smithi157 bash[21535]: cluster 2024-03-24T11:34:26.378691+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:27.085 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:26 smithi194 bash[22176]: audit 2024-03-24T11:34:25.994764+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:27.085 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:26 smithi194 bash[22176]: audit 2024-03-24T11:34:26.004011+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:27.085 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:26 smithi194 bash[22176]: audit 2024-03-24T11:34:26.042510+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:27.086 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:26 smithi194 bash[22176]: audit 2024-03-24T11:34:26.050312+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-24T11:34:27.086 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:26 smithi194 bash[22176]: cluster 2024-03-24T11:34:26.378691+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:27.252 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:27 smithi157 bash[21803]: ignoring --setuser ceph since I am not root 2024-03-24T11:34:27.252 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:27 smithi157 bash[21803]: ignoring --setgroup ceph since I am not root 2024-03-24T11:34:27.385 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:27 smithi194 bash[23268]: ignoring --setuser ceph since I am not root 2024-03-24T11:34:27.385 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:27 smithi194 bash[23268]: ignoring --setgroup ceph since I am not root 2024-03-24T11:34:27.385 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:27 smithi194 bash[23268]: debug 2024-03-24T11:34:27.115+0000 7f31cee52700 1 -- 172.21.15.194:0/49385779 <== mon.2 v2:172.21.15.194:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5629e28bc1a0 con 0x5629e363a400 2024-03-24T11:34:27.386 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:27 smithi194 bash[23268]: debug 2024-03-24T11:34:27.263+0000 7f31d8c2e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-24T11:34:27.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:26 smithi196 bash[22395]: audit 2024-03-24T11:34:25.994764+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:27.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:26 smithi196 bash[22395]: audit 2024-03-24T11:34:26.004011+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:27.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:26 smithi196 bash[22395]: audit 2024-03-24T11:34:26.042510+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' 2024-03-24T11:34:27.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:26 smithi196 bash[22395]: audit 2024-03-24T11:34:26.050312+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-24T11:34:27.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:26 smithi196 bash[22395]: cluster 2024-03-24T11:34:26.378691+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:27.583 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:27 smithi157 bash[21803]: debug 2024-03-24T11:34:27.262+0000 7f9fa68f7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-24T11:34:28.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:28 smithi194 bash[22176]: audit 2024-03-24T11:34:27.048804+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-24T11:34:28.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:28 smithi194 bash[22176]: cluster 2024-03-24T11:34:27.059147+0000 mon.a (mon.0) 758 : cluster 0 mgrmap e16: a(active, since 7m), standbys: b 2024-03-24T11:34:28.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:28 smithi196 bash[22395]: audit 2024-03-24T11:34:27.048804+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-24T11:34:28.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:28 smithi196 bash[22395]: cluster 2024-03-24T11:34:27.059147+0000 mon.a (mon.0) 758 : cluster 0 mgrmap e16: a(active, since 7m), standbys: b 2024-03-24T11:34:28.461 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:28 smithi157 bash[21535]: audit 2024-03-24T11:34:27.048804+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14152 172.21.15.157:0/1218663375' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-24T11:34:28.461 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:28 smithi157 bash[21535]: cluster 2024-03-24T11:34:27.059147+0000 mon.a (mon.0) 758 : cluster 0 mgrmap e16: a(active, since 7m), standbys: b 2024-03-24T11:34:29.099 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:28 smithi157 bash[21803]: debug 2024-03-24T11:34:28.842+0000 7f9fa68f7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-24T11:34:29.099 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:28 smithi157 bash[21803]: debug 2024-03-24T11:34:28.942+0000 7f9fa68f7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-24T11:34:29.135 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:28 smithi194 bash[23268]: debug 2024-03-24T11:34:28.819+0000 7f31d8c2e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-24T11:34:29.136 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:28 smithi194 bash[23268]: debug 2024-03-24T11:34:28.915+0000 7f31d8c2e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-24T11:34:29.351 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:29 smithi157 bash[21803]: debug 2024-03-24T11:34:29.198+0000 7f9fa68f7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-24T11:34:29.635 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:29 smithi194 bash[23268]: debug 2024-03-24T11:34:29.163+0000 7f31d8c2e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-24T11:34:30.335 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:30 smithi157 bash[21803]: debug 2024-03-24T11:34:30.034+0000 7f9fa68f7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-24T11:34:30.335 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:30 smithi157 bash[21803]: debug 2024-03-24T11:34:30.146+0000 7f9fa68f7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-24T11:34:30.335 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:30 smithi157 bash[21803]: debug 2024-03-24T11:34:30.258+0000 7f9fa68f7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-24T11:34:30.385 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:29 smithi194 bash[23268]: debug 2024-03-24T11:34:29.951+0000 7f31d8c2e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-24T11:34:30.385 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:30 smithi194 bash[23268]: debug 2024-03-24T11:34:30.059+0000 7f31d8c2e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-24T11:34:30.386 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:30 smithi194 bash[23268]: debug 2024-03-24T11:34:30.163+0000 7f31d8c2e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-24T11:34:30.885 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:30 smithi194 bash[23268]: debug 2024-03-24T11:34:30.515+0000 7f31d8c2e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-24T11:34:30.885 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:30 smithi194 bash[23268]: debug 2024-03-24T11:34:30.627+0000 7f31d8c2e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-24T11:34:30.886 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:30 smithi194 bash[23268]: debug 2024-03-24T11:34:30.731+0000 7f31d8c2e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-24T11:34:30.997 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:30 smithi157 bash[21803]: debug 2024-03-24T11:34:30.650+0000 7f9fa68f7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-24T11:34:30.997 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:30 smithi157 bash[21803]: debug 2024-03-24T11:34:30.766+0000 7f9fa68f7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-24T11:34:30.997 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:30 smithi157 bash[21803]: debug 2024-03-24T11:34:30.874+0000 7f9fa68f7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-24T11:34:31.252 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:31 smithi157 bash[21803]: debug 2024-03-24T11:34:31.246+0000 7f9fa68f7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-24T11:34:31.334 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:31 smithi194 bash[23268]: debug 2024-03-24T11:34:31.091+0000 7f31d8c2e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-24T11:34:31.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:31 smithi157 bash[21803]: debug 2024-03-24T11:34:31.494+0000 7f9fa68f7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-24T11:34:31.871 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:31 smithi194 bash[23268]: debug 2024-03-24T11:34:31.331+0000 7f31d8c2e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-24T11:34:31.871 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:31 smithi194 bash[23268]: debug 2024-03-24T11:34:31.591+0000 7f31d8c2e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-24T11:34:31.871 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:31 smithi194 bash[23268]: debug 2024-03-24T11:34:31.703+0000 7f31d8c2e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-24T11:34:32.135 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:31 smithi194 bash[23268]: debug 2024-03-24T11:34:31.987+0000 7f31d8c2e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-24T11:34:32.199 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:31 smithi157 bash[21803]: debug 2024-03-24T11:34:31.770+0000 7f9fa68f7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-24T11:34:32.199 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:31 smithi157 bash[21803]: debug 2024-03-24T11:34:31.886+0000 7f9fa68f7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-24T11:34:32.502 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:32 smithi157 bash[21803]: debug 2024-03-24T11:34:32.190+0000 7f9fa68f7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-24T11:34:32.503 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:32 smithi157 bash[21803]: debug 2024-03-24T11:34:32.446+0000 7f9fa68f7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:34:32.635 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:32 smithi194 bash[23268]: debug 2024-03-24T11:34:32.231+0000 7f31d8c2e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:34:33.026 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:32 smithi194 bash[23268]: debug 2024-03-24T11:34:32.655+0000 7f31d8c2e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-24T11:34:33.026 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:32 smithi194 bash[23268]: debug 2024-03-24T11:34:32.775+0000 7f31d8c2e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-24T11:34:33.235 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:32 smithi157 bash[21803]: debug 2024-03-24T11:34:32.862+0000 7f9fa68f7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-24T11:34:33.235 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:32 smithi157 bash[21803]: debug 2024-03-24T11:34:32.986+0000 7f9fa68f7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-24T11:34:33.235 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:33 smithi157 bash[21803]: debug 2024-03-24T11:34:33.234+0000 7f9fa68f7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:34:33.885 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:33 smithi194 bash[23268]: debug 2024-03-24T11:34:33.023+0000 7f31d8c2e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-24T11:34:34.353 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:34 smithi194 bash[23268]: debug 2024-03-24T11:34:34.047+0000 7f31d8c2e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-24T11:34:34.353 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:34 smithi194 bash[23268]: debug 2024-03-24T11:34:34.167+0000 7f31d8c2e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-24T11:34:34.635 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:34 smithi194 bash[23268]: debug 2024-03-24T11:34:34.463+0000 7f31d8c2e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-24T11:34:34.635 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:34 smithi194 bash[23268]: debug 2024-03-24T11:34:34.579+0000 7f31d8c2e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-24T11:34:34.687 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:34 smithi157 bash[21803]: debug 2024-03-24T11:34:34.274+0000 7f9fa68f7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-24T11:34:34.688 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:34 smithi157 bash[21803]: debug 2024-03-24T11:34:34.390+0000 7f9fa68f7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-24T11:34:35.002 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:34 smithi157 bash[21803]: debug 2024-03-24T11:34:34.686+0000 7f9fa68f7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-24T11:34:35.003 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:34 smithi157 bash[21803]: debug 2024-03-24T11:34:34.802+0000 7f9fa68f7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-24T11:34:35.284 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[23268]: debug 2024-03-24T11:34:35.031+0000 7f31d8c2e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-24T11:34:35.285 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[23268]: debug 2024-03-24T11:34:35.151+0000 7f31d8c2e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-24T11:34:35.285 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[23268]: [24/Mar/2024:11:34:35] ENGINE Bus STARTING 2024-03-24T11:34:35.285 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[22176]: cluster 2024-03-24T11:34:35.178522+0000 mon.a (mon.0) 759 : cluster 0 Standby manager daemon b restarted 2024-03-24T11:34:35.285 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[22176]: cluster 2024-03-24T11:34:35.178717+0000 mon.a (mon.0) 760 : cluster 0 Standby manager daemon b started 2024-03-24T11:34:35.285 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[22176]: audit 2024-03-24T11:34:35.185240+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-24T11:34:35.285 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[22176]: audit 2024-03-24T11:34:35.186022+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-24T11:34:35.285 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[22176]: audit 2024-03-24T11:34:35.189166+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-24T11:34:35.285 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[22176]: audit 2024-03-24T11:34:35.189582+0000 mon.b (mon.2) 16 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-24T11:34:35.502 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21803]: debug 2024-03-24T11:34:35.258+0000 7f9fa68f7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-24T11:34:35.502 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21803]: debug 2024-03-24T11:34:35.382+0000 7f9fa68f7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-24T11:34:35.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21535]: cluster 2024-03-24T11:34:35.178522+0000 mon.a (mon.0) 759 : cluster 0 Standby manager daemon b restarted 2024-03-24T11:34:35.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21535]: cluster 2024-03-24T11:34:35.178717+0000 mon.a (mon.0) 760 : cluster 0 Standby manager daemon b started 2024-03-24T11:34:35.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21535]: audit 2024-03-24T11:34:35.185240+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-24T11:34:35.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21535]: audit 2024-03-24T11:34:35.186022+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-24T11:34:35.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21535]: audit 2024-03-24T11:34:35.189166+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-24T11:34:35.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21535]: audit 2024-03-24T11:34:35.189582+0000 mon.b (mon.2) 16 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-24T11:34:35.575 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[23268]: CherryPy Checker: 2024-03-24T11:34:35.575 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[23268]: The Application mounted at '' has an empty config. 2024-03-24T11:34:35.575 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[23268]: [24/Mar/2024:11:34:35] ENGINE Serving on http://:::9283 2024-03-24T11:34:35.576 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:34:35 smithi194 bash[23268]: [24/Mar/2024:11:34:35] ENGINE Bus STARTED 2024-03-24T11:34:35.578 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:35 smithi196 bash[22395]: cluster 2024-03-24T11:34:35.178522+0000 mon.a (mon.0) 759 : cluster 0 Standby manager daemon b restarted 2024-03-24T11:34:35.578 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:35 smithi196 bash[22395]: cluster 2024-03-24T11:34:35.178717+0000 mon.a (mon.0) 760 : cluster 0 Standby manager daemon b started 2024-03-24T11:34:35.578 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:35 smithi196 bash[22395]: audit 2024-03-24T11:34:35.185240+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-24T11:34:35.578 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:35 smithi196 bash[22395]: audit 2024-03-24T11:34:35.186022+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-24T11:34:35.578 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:35 smithi196 bash[22395]: audit 2024-03-24T11:34:35.189166+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-24T11:34:35.578 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:35 smithi196 bash[22395]: audit 2024-03-24T11:34:35.189582+0000 mon.b (mon.2) 16 : audit 0 from='mgr.? 172.21.15.194:0/3597295174' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-24T11:34:36.002 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21803]: [24/Mar/2024:11:34:35] ENGINE Bus STARTING 2024-03-24T11:34:36.002 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21803]: CherryPy Checker: 2024-03-24T11:34:36.003 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21803]: The Application mounted at '' has an empty config. 2024-03-24T11:34:36.003 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21803]: [24/Mar/2024:11:34:35] ENGINE Serving on http://:::9283 2024-03-24T11:34:36.003 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:35 smithi157 bash[21803]: [24/Mar/2024:11:34:35] ENGINE Bus STARTED 2024-03-24T11:34:36.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cluster 2024-03-24T11:34:35.240711+0000 mon.a (mon.0) 761 : cluster 0 mgrmap e17: a(active, since 7m), standbys: b 2024-03-24T11:34:36.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cluster 2024-03-24T11:34:35.406879+0000 mon.a (mon.0) 762 : cluster 1 Active manager daemon a restarted 2024-03-24T11:34:36.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cluster 2024-03-24T11:34:35.407164+0000 mon.a (mon.0) 763 : cluster 1 Activating manager daemon a 2024-03-24T11:34:36.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cluster 2024-03-24T11:34:35.418740+0000 mon.a (mon.0) 764 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-03-24T11:34:36.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cluster 2024-03-24T11:34:35.419446+0000 mon.a (mon.0) 765 : cluster 0 mgrmap e18: a(active, starting, since 0.0123865s), standbys: b 2024-03-24T11:34:36.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.422127+0000 mon.a (mon.0) 766 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:34:36.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.422642+0000 mon.a (mon.0) 767 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:34:36.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.423143+0000 mon.a (mon.0) 768 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:34:36.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.425066+0000 mon.a (mon.0) 769 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.425724+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.426153+0000 mon.a (mon.0) 771 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.426704+0000 mon.a (mon.0) 772 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.427242+0000 mon.a (mon.0) 773 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.427828+0000 mon.a (mon.0) 774 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.428196+0000 mon.a (mon.0) 775 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.428933+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cluster 2024-03-24T11:34:35.454381+0000 mon.a (mon.0) 777 : cluster 1 Manager daemon a is now available 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.485222+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.488254+0000 mon.a (mon.0) 779 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.490077+0000 mon.a (mon.0) 780 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.497071+0000 mon.a (mon.0) 781 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:34:36.504 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.497587+0000 mon.a (mon.0) 782 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.497808+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.500335+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]': finished 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.506111+0000 mon.a (mon.0) 785 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]': finished 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.508413+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.509131+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cephadm 2024-03-24T11:34:35.510350+0000 mgr.a (mgr.14403) 1 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cephadm 2024-03-24T11:34:35.510940+0000 mgr.a (mgr.14403) 2 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cephadm 2024-03-24T11:34:35.512193+0000 mgr.a (mgr.14403) 3 : cephadm 1 Updating smithi196:/etc/ceph/ceph.conf 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.513587+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.519462+0000 mon.a (mon.0) 789 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.531624+0000 mon.a (mon.0) 790 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: audit 2024-03-24T11:34:35.541507+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-24T11:34:36.505 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cephadm 2024-03-24T11:34:35.903422+0000 mgr.a (mgr.14403) 4 : cephadm 1 [24/Mar/2024:11:34:35] ENGINE Bus STARTING 2024-03-24T11:34:36.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.008517+0000 mgr.a (mgr.14403) 5 : cephadm 1 [24/Mar/2024:11:34:36] ENGINE Serving on http://172.21.15.157:8765 2024-03-24T11:34:36.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.100111+0000 mgr.a (mgr.14403) 6 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:34:36.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.103326+0000 mgr.a (mgr.14403) 7 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:34:36.506 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:36 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.113151+0000 mgr.a (mgr.14403) 8 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:34:36.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cluster 2024-03-24T11:34:35.240711+0000 mon.a (mon.0) 761 : cluster 0 mgrmap e17: a(active, since 7m), standbys: b 2024-03-24T11:34:36.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cluster 2024-03-24T11:34:35.406879+0000 mon.a (mon.0) 762 : cluster 1 Active manager daemon a restarted 2024-03-24T11:34:36.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cluster 2024-03-24T11:34:35.407164+0000 mon.a (mon.0) 763 : cluster 1 Activating manager daemon a 2024-03-24T11:34:36.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cluster 2024-03-24T11:34:35.418740+0000 mon.a (mon.0) 764 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-03-24T11:34:36.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cluster 2024-03-24T11:34:35.419446+0000 mon.a (mon.0) 765 : cluster 0 mgrmap e18: a(active, starting, since 0.0123865s), standbys: b 2024-03-24T11:34:36.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.422127+0000 mon.a (mon.0) 766 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:34:36.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.422642+0000 mon.a (mon.0) 767 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:34:36.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.423143+0000 mon.a (mon.0) 768 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:34:36.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.425066+0000 mon.a (mon.0) 769 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-24T11:34:36.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.425724+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-24T11:34:36.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.426153+0000 mon.a (mon.0) 771 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:34:36.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.426704+0000 mon.a (mon.0) 772 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:34:36.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.427242+0000 mon.a (mon.0) 773 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:34:36.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.427828+0000 mon.a (mon.0) 774 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-24T11:34:36.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.428196+0000 mon.a (mon.0) 775 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-24T11:34:36.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.428933+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-24T11:34:36.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cluster 2024-03-24T11:34:35.454381+0000 mon.a (mon.0) 777 : cluster 1 Manager daemon a is now available 2024-03-24T11:34:36.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.485222+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:36.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.488254+0000 mon.a (mon.0) 779 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:36.638 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.490077+0000 mon.a (mon.0) 780 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.497071+0000 mon.a (mon.0) 781 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.497587+0000 mon.a (mon.0) 782 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.497808+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.500335+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]': finished 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.506111+0000 mon.a (mon.0) 785 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]': finished 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.508413+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.509131+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cephadm 2024-03-24T11:34:35.510350+0000 mgr.a (mgr.14403) 1 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cephadm 2024-03-24T11:34:35.510940+0000 mgr.a (mgr.14403) 2 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cephadm 2024-03-24T11:34:35.512193+0000 mgr.a (mgr.14403) 3 : cephadm 1 Updating smithi196:/etc/ceph/ceph.conf 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.513587+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.519462+0000 mon.a (mon.0) 789 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:36.639 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.531624+0000 mon.a (mon.0) 790 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-24T11:34:36.640 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: audit 2024-03-24T11:34:35.541507+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-24T11:34:36.640 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cephadm 2024-03-24T11:34:35.903422+0000 mgr.a (mgr.14403) 4 : cephadm 1 [24/Mar/2024:11:34:35] ENGINE Bus STARTING 2024-03-24T11:34:36.640 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.008517+0000 mgr.a (mgr.14403) 5 : cephadm 1 [24/Mar/2024:11:34:36] ENGINE Serving on http://172.21.15.157:8765 2024-03-24T11:34:36.640 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.100111+0000 mgr.a (mgr.14403) 6 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:34:36.640 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.103326+0000 mgr.a (mgr.14403) 7 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:34:36.640 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:36 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.113151+0000 mgr.a (mgr.14403) 8 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:34:36.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cluster 2024-03-24T11:34:35.240711+0000 mon.a (mon.0) 761 : cluster 0 mgrmap e17: a(active, since 7m), standbys: b 2024-03-24T11:34:36.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cluster 2024-03-24T11:34:35.406879+0000 mon.a (mon.0) 762 : cluster 1 Active manager daemon a restarted 2024-03-24T11:34:36.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cluster 2024-03-24T11:34:35.407164+0000 mon.a (mon.0) 763 : cluster 1 Activating manager daemon a 2024-03-24T11:34:36.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cluster 2024-03-24T11:34:35.418740+0000 mon.a (mon.0) 764 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cluster 2024-03-24T11:34:35.419446+0000 mon.a (mon.0) 765 : cluster 0 mgrmap e18: a(active, starting, since 0.0123865s), standbys: b 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.422127+0000 mon.a (mon.0) 766 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.422642+0000 mon.a (mon.0) 767 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.423143+0000 mon.a (mon.0) 768 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.425066+0000 mon.a (mon.0) 769 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.425724+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.426153+0000 mon.a (mon.0) 771 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.426704+0000 mon.a (mon.0) 772 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.427242+0000 mon.a (mon.0) 773 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.427828+0000 mon.a (mon.0) 774 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.428196+0000 mon.a (mon.0) 775 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.428933+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cluster 2024-03-24T11:34:35.454381+0000 mon.a (mon.0) 777 : cluster 1 Manager daemon a is now available 2024-03-24T11:34:36.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.485222+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:36.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.488254+0000 mon.a (mon.0) 779 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:36.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.490077+0000 mon.a (mon.0) 780 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:36.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.497071+0000 mon.a (mon.0) 781 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:34:36.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.497587+0000 mon.a (mon.0) 782 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:34:36.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.497808+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:34:36.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.500335+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]': finished 2024-03-24T11:34:36.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.506111+0000 mon.a (mon.0) 785 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]': finished 2024-03-24T11:34:36.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.508413+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:36.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.509131+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:34:36.668 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cephadm 2024-03-24T11:34:35.510350+0000 mgr.a (mgr.14403) 1 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-03-24T11:34:36.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cephadm 2024-03-24T11:34:35.510940+0000 mgr.a (mgr.14403) 2 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2024-03-24T11:34:36.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cephadm 2024-03-24T11:34:35.512193+0000 mgr.a (mgr.14403) 3 : cephadm 1 Updating smithi196:/etc/ceph/ceph.conf 2024-03-24T11:34:36.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.513587+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:36.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.519462+0000 mon.a (mon.0) 789 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:36.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.531624+0000 mon.a (mon.0) 790 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-24T11:34:36.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: audit 2024-03-24T11:34:35.541507+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-24T11:34:36.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cephadm 2024-03-24T11:34:35.903422+0000 mgr.a (mgr.14403) 4 : cephadm 1 [24/Mar/2024:11:34:35] ENGINE Bus STARTING 2024-03-24T11:34:36.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.008517+0000 mgr.a (mgr.14403) 5 : cephadm 1 [24/Mar/2024:11:34:36] ENGINE Serving on http://172.21.15.157:8765 2024-03-24T11:34:36.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.100111+0000 mgr.a (mgr.14403) 6 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:34:36.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.103326+0000 mgr.a (mgr.14403) 7 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:34:36.669 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:36 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.113151+0000 mgr.a (mgr.14403) 8 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:34:37.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.128437+0000 mgr.a (mgr.14403) 9 : cephadm 1 [24/Mar/2024:11:34:36] ENGINE Serving on https://172.21.15.157:7151 2024-03-24T11:34:37.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.128773+0000 mgr.a (mgr.14403) 10 : cephadm 1 [24/Mar/2024:11:34:36] ENGINE Bus STARTED 2024-03-24T11:34:37.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.264676+0000 mgr.a (mgr.14403) 11 : cephadm 1 Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:34:37.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.319205+0000 mgr.a (mgr.14403) 12 : cephadm 1 Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:34:37.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.328505+0000 mgr.a (mgr.14403) 13 : cephadm 1 Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:34:37.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.429240+0000 mgr.a (mgr.14403) 14 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:34:37.709 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: cluster 2024-03-24T11:34:36.429490+0000 mon.a (mon.0) 792 : cluster 0 mgrmap e19: a(active, since 1.02243s), standbys: b 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: cluster 2024-03-24T11:34:36.432982+0000 mgr.a (mgr.14403) 15 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.534032+0000 mgr.a (mgr.14403) 16 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.543153+0000 mgr.a (mgr.14403) 17 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: audit 2024-03-24T11:34:36.602514+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: audit 2024-03-24T11:34:36.609891+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: audit 2024-03-24T11:34:36.707480+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: audit 2024-03-24T11:34:36.714075+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: audit 2024-03-24T11:34:36.722358+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: audit 2024-03-24T11:34:36.730540+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: audit 2024-03-24T11:34:36.738534+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: cephadm 2024-03-24T11:34:36.739426+0000 mgr.a (mgr.14403) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: audit 2024-03-24T11:34:36.746851+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.710 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:37 smithi196 bash[22395]: audit 2024-03-24T11:34:36.828394+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-03-24T11:34:37.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.128437+0000 mgr.a (mgr.14403) 9 : cephadm 1 [24/Mar/2024:11:34:36] ENGINE Serving on https://172.21.15.157:7151 2024-03-24T11:34:37.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.128773+0000 mgr.a (mgr.14403) 10 : cephadm 1 [24/Mar/2024:11:34:36] ENGINE Bus STARTED 2024-03-24T11:34:37.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.264676+0000 mgr.a (mgr.14403) 11 : cephadm 1 Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:34:37.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.319205+0000 mgr.a (mgr.14403) 12 : cephadm 1 Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:34:37.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.328505+0000 mgr.a (mgr.14403) 13 : cephadm 1 Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:34:37.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.429240+0000 mgr.a (mgr.14403) 14 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:34:37.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: cluster 2024-03-24T11:34:36.429490+0000 mon.a (mon.0) 792 : cluster 0 mgrmap e19: a(active, since 1.02243s), standbys: b 2024-03-24T11:34:37.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: cluster 2024-03-24T11:34:36.432982+0000 mgr.a (mgr.14403) 15 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:37.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.534032+0000 mgr.a (mgr.14403) 16 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:34:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.543153+0000 mgr.a (mgr.14403) 17 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:34:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: audit 2024-03-24T11:34:36.602514+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: audit 2024-03-24T11:34:36.609891+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: audit 2024-03-24T11:34:36.707480+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: audit 2024-03-24T11:34:36.714075+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: audit 2024-03-24T11:34:36.722358+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: audit 2024-03-24T11:34:36.730540+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: audit 2024-03-24T11:34:36.738534+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: cephadm 2024-03-24T11:34:36.739426+0000 mgr.a (mgr.14403) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:34:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: audit 2024-03-24T11:34:36.746851+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.754 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:37 smithi157 bash[21535]: audit 2024-03-24T11:34:36.828394+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-03-24T11:34:37.774 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.128437+0000 mgr.a (mgr.14403) 9 : cephadm 1 [24/Mar/2024:11:34:36] ENGINE Serving on https://172.21.15.157:7151 2024-03-24T11:34:37.774 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.128773+0000 mgr.a (mgr.14403) 10 : cephadm 1 [24/Mar/2024:11:34:36] ENGINE Bus STARTED 2024-03-24T11:34:37.774 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.264676+0000 mgr.a (mgr.14403) 11 : cephadm 1 Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:34:37.774 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.319205+0000 mgr.a (mgr.14403) 12 : cephadm 1 Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:34:37.774 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.328505+0000 mgr.a (mgr.14403) 13 : cephadm 1 Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:34:37.774 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.429240+0000 mgr.a (mgr.14403) 14 : cephadm 1 Updating smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:34:37.774 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: cluster 2024-03-24T11:34:36.429490+0000 mon.a (mon.0) 792 : cluster 0 mgrmap e19: a(active, since 1.02243s), standbys: b 2024-03-24T11:34:37.774 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: cluster 2024-03-24T11:34:36.432982+0000 mgr.a (mgr.14403) 15 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:37.774 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.534032+0000 mgr.a (mgr.14403) 16 : cephadm 1 Updating smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:34:37.775 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.543153+0000 mgr.a (mgr.14403) 17 : cephadm 1 Updating smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:34:37.775 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: audit 2024-03-24T11:34:36.602514+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.775 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: audit 2024-03-24T11:34:36.609891+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.775 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: audit 2024-03-24T11:34:36.707480+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.775 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: audit 2024-03-24T11:34:36.714075+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.775 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: audit 2024-03-24T11:34:36.722358+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.775 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: audit 2024-03-24T11:34:36.730540+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.775 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: audit 2024-03-24T11:34:36.738534+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.775 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: cephadm 2024-03-24T11:34:36.739426+0000 mgr.a (mgr.14403) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:34:37.775 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: audit 2024-03-24T11:34:36.746851+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:37.775 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:37 smithi194 bash[22176]: audit 2024-03-24T11:34:36.828394+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-03-24T11:34:38.560 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:38 smithi157 bash[21535]: cluster 2024-03-24T11:34:37.426407+0000 mgr.a (mgr.14403) 19 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:38.560 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:38 smithi157 bash[21535]: cephadm 2024-03-24T11:34:37.865913+0000 mgr.a (mgr.14403) 20 : cephadm 1 Reconfiguring grafana.smithi157 (dependencies changed)... 2024-03-24T11:34:38.561 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:38 smithi157 bash[21535]: cephadm 2024-03-24T11:34:37.884497+0000 mgr.a (mgr.14403) 21 : cephadm 1 Reconfiguring daemon grafana.smithi157 on smithi157 2024-03-24T11:34:38.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:38 smithi194 bash[22176]: cluster 2024-03-24T11:34:37.426407+0000 mgr.a (mgr.14403) 19 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:38.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:38 smithi194 bash[22176]: cephadm 2024-03-24T11:34:37.865913+0000 mgr.a (mgr.14403) 20 : cephadm 1 Reconfiguring grafana.smithi157 (dependencies changed)... 2024-03-24T11:34:38.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:38 smithi194 bash[22176]: cephadm 2024-03-24T11:34:37.884497+0000 mgr.a (mgr.14403) 21 : cephadm 1 Reconfiguring daemon grafana.smithi157 on smithi157 2024-03-24T11:34:38.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:38 smithi196 bash[22395]: cluster 2024-03-24T11:34:37.426407+0000 mgr.a (mgr.14403) 19 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:38.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:38 smithi196 bash[22395]: cephadm 2024-03-24T11:34:37.865913+0000 mgr.a (mgr.14403) 20 : cephadm 1 Reconfiguring grafana.smithi157 (dependencies changed)... 2024-03-24T11:34:38.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:38 smithi196 bash[22395]: cephadm 2024-03-24T11:34:37.884497+0000 mgr.a (mgr.14403) 21 : cephadm 1 Reconfiguring daemon grafana.smithi157 on smithi157 2024-03-24T11:34:39.773 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:39 smithi157 bash[21535]: cluster 2024-03-24T11:34:38.439571+0000 mon.a (mon.0) 802 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2024-03-24T11:34:39.773 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:39 smithi157 bash[21535]: audit 2024-03-24T11:34:38.469292+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:39.773 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:39 smithi157 bash[21535]: audit 2024-03-24T11:34:38.563240+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:39.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:39 smithi194 bash[22176]: cluster 2024-03-24T11:34:38.439571+0000 mon.a (mon.0) 802 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2024-03-24T11:34:39.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:39 smithi194 bash[22176]: audit 2024-03-24T11:34:38.469292+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:39.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:39 smithi194 bash[22176]: audit 2024-03-24T11:34:38.563240+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:39.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:39 smithi196 bash[22395]: cluster 2024-03-24T11:34:38.439571+0000 mon.a (mon.0) 802 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2024-03-24T11:34:39.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:39 smithi196 bash[22395]: audit 2024-03-24T11:34:38.469292+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:39.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:39 smithi196 bash[22395]: audit 2024-03-24T11:34:38.563240+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:40.735 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:40 smithi157 bash[21535]: cluster 2024-03-24T11:34:39.427090+0000 mgr.a (mgr.14403) 22 : cluster 0 pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:40.735 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:40 smithi157 bash[21535]: cluster 2024-03-24T11:34:40.451450+0000 mon.a (mon.0) 805 : cluster 0 mgrmap e21: a(active, since 5s), standbys: b 2024-03-24T11:34:40.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:40 smithi194 bash[22176]: cluster 2024-03-24T11:34:39.427090+0000 mgr.a (mgr.14403) 22 : cluster 0 pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:40.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:40 smithi194 bash[22176]: cluster 2024-03-24T11:34:40.451450+0000 mon.a (mon.0) 805 : cluster 0 mgrmap e21: a(active, since 5s), standbys: b 2024-03-24T11:34:40.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:40 smithi196 bash[22395]: cluster 2024-03-24T11:34:39.427090+0000 mgr.a (mgr.14403) 22 : cluster 0 pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:40.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:40 smithi196 bash[22395]: cluster 2024-03-24T11:34:40.451450+0000 mon.a (mon.0) 805 : cluster 0 mgrmap e21: a(active, since 5s), standbys: b 2024-03-24T11:34:43.122 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:43 smithi157 bash[21535]: cluster 2024-03-24T11:34:41.427580+0000 mgr.a (mgr.14403) 23 : cluster 0 pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:43.122 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:43 smithi157 bash[21535]: audit 2024-03-24T11:34:42.037783+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:43.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:43 smithi194 bash[22176]: cluster 2024-03-24T11:34:41.427580+0000 mgr.a (mgr.14403) 23 : cluster 0 pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:43.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:43 smithi194 bash[22176]: audit 2024-03-24T11:34:42.037783+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:43.411 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:43 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:34:43] "GET /metrics HTTP/1.1" 200 20195 "" "Prometheus/2.43.0" 2024-03-24T11:34:43.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:43 smithi196 bash[22395]: cluster 2024-03-24T11:34:41.427580+0000 mgr.a (mgr.14403) 23 : cluster 0 pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:43.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:43 smithi196 bash[22395]: audit 2024-03-24T11:34:42.037783+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.736 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:44 smithi196 bash[22395]: cluster 2024-03-24T11:34:43.427996+0000 mgr.a (mgr.14403) 24 : cluster 0 pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-24T11:34:44.737 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:44 smithi196 bash[22395]: audit 2024-03-24T11:34:43.641736+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.737 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:44 smithi196 bash[22395]: audit 2024-03-24T11:34:43.647174+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.737 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:44 smithi196 bash[22395]: audit 2024-03-24T11:34:43.660163+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi194", "caps": []}]: dispatch 2024-03-24T11:34:44.737 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:44 smithi196 bash[22395]: audit 2024-03-24T11:34:43.930964+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi196", "caps": []}]: dispatch 2024-03-24T11:34:44.737 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:44 smithi196 bash[22395]: audit 2024-03-24T11:34:44.432373+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.737 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:44 smithi196 bash[22395]: audit 2024-03-24T11:34:44.497500+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.737 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:44 smithi196 bash[22395]: audit 2024-03-24T11:34:44.557453+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.737 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:44 smithi196 bash[22395]: audit 2024-03-24T11:34:44.616188+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.765 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:44 smithi157 bash[21535]: cluster 2024-03-24T11:34:43.427996+0000 mgr.a (mgr.14403) 24 : cluster 0 pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-24T11:34:44.765 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:44 smithi157 bash[21535]: audit 2024-03-24T11:34:43.641736+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.766 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:44 smithi157 bash[21535]: audit 2024-03-24T11:34:43.647174+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.766 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:44 smithi157 bash[21535]: audit 2024-03-24T11:34:43.660163+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi194", "caps": []}]: dispatch 2024-03-24T11:34:44.766 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:44 smithi157 bash[21535]: audit 2024-03-24T11:34:43.930964+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi196", "caps": []}]: dispatch 2024-03-24T11:34:44.766 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:44 smithi157 bash[21535]: audit 2024-03-24T11:34:44.432373+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.766 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:44 smithi157 bash[21535]: audit 2024-03-24T11:34:44.497500+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.766 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:44 smithi157 bash[21535]: audit 2024-03-24T11:34:44.557453+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.766 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:44 smithi157 bash[21535]: audit 2024-03-24T11:34:44.616188+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:44 smithi194 bash[22176]: cluster 2024-03-24T11:34:43.427996+0000 mgr.a (mgr.14403) 24 : cluster 0 pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-24T11:34:44.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:44 smithi194 bash[22176]: audit 2024-03-24T11:34:43.641736+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:44 smithi194 bash[22176]: audit 2024-03-24T11:34:43.647174+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:44 smithi194 bash[22176]: audit 2024-03-24T11:34:43.660163+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi194", "caps": []}]: dispatch 2024-03-24T11:34:44.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:44 smithi194 bash[22176]: audit 2024-03-24T11:34:43.930964+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi196", "caps": []}]: dispatch 2024-03-24T11:34:44.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:44 smithi194 bash[22176]: audit 2024-03-24T11:34:44.432373+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:44 smithi194 bash[22176]: audit 2024-03-24T11:34:44.497500+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:44 smithi194 bash[22176]: audit 2024-03-24T11:34:44.557453+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:44.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:44 smithi194 bash[22176]: audit 2024-03-24T11:34:44.616188+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:45.785 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:45 smithi194 bash[22176]: cephadm 2024-03-24T11:34:44.194795+0000 mgr.a (mgr.14403) 25 : cephadm 1 Reconfiguring alertmanager.smithi196 (dependencies changed)... 2024-03-24T11:34:45.785 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:45 smithi194 bash[22176]: cephadm 2024-03-24T11:34:44.203807+0000 mgr.a (mgr.14403) 26 : cephadm 1 Reconfiguring daemon alertmanager.smithi196 on smithi196 2024-03-24T11:34:45.785 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:45 smithi194 bash[22176]: audit 2024-03-24T11:34:44.668764+0000 mon.a (mon.0) 815 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:45.785 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:45 smithi194 bash[22176]: audit 2024-03-24T11:34:44.738976+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:45.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:45 smithi196 bash[22395]: cephadm 2024-03-24T11:34:44.194795+0000 mgr.a (mgr.14403) 25 : cephadm 1 Reconfiguring alertmanager.smithi196 (dependencies changed)... 2024-03-24T11:34:45.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:45 smithi196 bash[22395]: cephadm 2024-03-24T11:34:44.203807+0000 mgr.a (mgr.14403) 26 : cephadm 1 Reconfiguring daemon alertmanager.smithi196 on smithi196 2024-03-24T11:34:45.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:45 smithi196 bash[22395]: audit 2024-03-24T11:34:44.668764+0000 mon.a (mon.0) 815 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:45.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:45 smithi196 bash[22395]: audit 2024-03-24T11:34:44.738976+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:45.959 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:45 smithi157 bash[21535]: cephadm 2024-03-24T11:34:44.194795+0000 mgr.a (mgr.14403) 25 : cephadm 1 Reconfiguring alertmanager.smithi196 (dependencies changed)... 2024-03-24T11:34:45.959 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:45 smithi157 bash[21535]: cephadm 2024-03-24T11:34:44.203807+0000 mgr.a (mgr.14403) 26 : cephadm 1 Reconfiguring daemon alertmanager.smithi196 on smithi196 2024-03-24T11:34:45.959 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:45 smithi157 bash[21535]: audit 2024-03-24T11:34:44.668764+0000 mon.a (mon.0) 815 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:45.960 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:45 smithi157 bash[21535]: audit 2024-03-24T11:34:44.738976+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:46.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:46 smithi196 bash[22395]: cluster 2024-03-24T11:34:45.428343+0000 mgr.a (mgr.14403) 27 : cluster 0 pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-24T11:34:46.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:46 smithi196 bash[22395]: audit 2024-03-24T11:34:46.641037+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:47.002 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:46 smithi194 bash[22176]: cluster 2024-03-24T11:34:45.428343+0000 mgr.a (mgr.14403) 27 : cluster 0 pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-24T11:34:47.002 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:46 smithi194 bash[22176]: audit 2024-03-24T11:34:46.641037+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:47.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:46 smithi157 bash[21535]: cluster 2024-03-24T11:34:45.428343+0000 mgr.a (mgr.14403) 27 : cluster 0 pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-24T11:34:47.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:46 smithi157 bash[21535]: audit 2024-03-24T11:34:46.641037+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:48.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:48 smithi196 bash[22395]: audit 2024-03-24T11:34:47.182461+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:48.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:48 smithi196 bash[22395]: cluster 2024-03-24T11:34:47.428846+0000 mgr.a (mgr.14403) 28 : cluster 0 pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-24T11:34:48.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:48 smithi196 bash[22395]: audit 2024-03-24T11:34:47.849630+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:48.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:48 smithi157 bash[21535]: audit 2024-03-24T11:34:47.182461+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:48.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:48 smithi157 bash[21535]: cluster 2024-03-24T11:34:47.428846+0000 mgr.a (mgr.14403) 28 : cluster 0 pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-24T11:34:48.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:48 smithi157 bash[21535]: audit 2024-03-24T11:34:47.849630+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:48.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:48 smithi194 bash[22176]: audit 2024-03-24T11:34:47.182461+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:48.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:48 smithi194 bash[22176]: cluster 2024-03-24T11:34:47.428846+0000 mgr.a (mgr.14403) 28 : cluster 0 pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-24T11:34:48.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:48 smithi194 bash[22176]: audit 2024-03-24T11:34:47.849630+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.473 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:48.358949+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.473 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.145904+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.473 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.150683+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.473 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.168907+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.174108+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.178785+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.182912+0000 mon.a (mon.0) 826 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.184344+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi157.front.sepia.ceph.com:3000"}]: dispatch 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.188053+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.199711+0000 mon.a (mon.0) 829 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.202973+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.207001+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.225332+0000 mon.a (mon.0) 832 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.227696+0000 mon.a (mon.0) 833 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.228472+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:34:49.474 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21535]: audit 2024-03-24T11:34:49.233320+0000 mon.a (mon.0) 835 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE Bus STOPPING 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE Bus STOPPED 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE Bus STARTING 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE Serving on http://:::9283 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE Bus STARTED 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE Bus STOPPING 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE Bus STOPPED 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE Bus STARTING 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE Serving on http://:::9283 2024-03-24T11:34:49.475 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:49 smithi157 bash[21803]: [24/Mar/2024:11:34:49] ENGINE Bus STARTED 2024-03-24T11:34:49.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:48.358949+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.145904+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.150683+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.168907+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.174108+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.178785+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.182912+0000 mon.a (mon.0) 826 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-24T11:34:49.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.184344+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi157.front.sepia.ceph.com:3000"}]: dispatch 2024-03-24T11:34:49.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.188053+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.199711+0000 mon.a (mon.0) 829 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-24T11:34:49.636 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.202973+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-03-24T11:34:49.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.207001+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.225332+0000 mon.a (mon.0) 832 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:49.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.227696+0000 mon.a (mon.0) 833 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:49.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.228472+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:34:49.637 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:49 smithi194 bash[22176]: audit 2024-03-24T11:34:49.233320+0000 mon.a (mon.0) 835 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:48.358949+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.145904+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.150683+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.168907+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.174108+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.178785+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.182912+0000 mon.a (mon.0) 826 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-24T11:34:49.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.184344+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi157.front.sepia.ceph.com:3000"}]: dispatch 2024-03-24T11:34:49.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.188053+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.199711+0000 mon.a (mon.0) 829 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-24T11:34:49.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.202973+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-03-24T11:34:49.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.207001+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:49.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.225332+0000 mon.a (mon.0) 832 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:49.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.227696+0000 mon.a (mon.0) 833 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:49.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.228472+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:34:49.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:49 smithi196 bash[22395]: audit 2024-03-24T11:34:49.233320+0000 mon.a (mon.0) 835 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:50.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:50 smithi196 bash[22395]: audit 2024-03-24T11:34:49.183397+0000 mgr.a (mgr.14403) 29 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-24T11:34:50.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:50 smithi196 bash[22395]: audit 2024-03-24T11:34:49.184689+0000 mgr.a (mgr.14403) 30 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi157.front.sepia.ceph.com:3000"}]: dispatch 2024-03-24T11:34:50.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:50 smithi196 bash[22395]: audit 2024-03-24T11:34:49.200139+0000 mgr.a (mgr.14403) 31 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-24T11:34:50.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:50 smithi196 bash[22395]: audit 2024-03-24T11:34:49.203327+0000 mgr.a (mgr.14403) 32 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-03-24T11:34:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:50 smithi196 bash[22395]: cephadm 2024-03-24T11:34:49.233784+0000 mgr.a (mgr.14403) 33 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:34:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:50 smithi196 bash[22395]: cluster 2024-03-24T11:34:49.429276+0000 mgr.a (mgr.14403) 34 : cluster 0 pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-24T11:34:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:50 smithi196 bash[22395]: audit 2024-03-24T11:34:49.805776+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:50 smithi196 bash[22395]: audit 2024-03-24T11:34:49.810695+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:50 smithi196 bash[22395]: audit 2024-03-24T11:34:49.816970+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:50.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:50 smithi196 bash[22395]: audit 2024-03-24T11:34:50.519479+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:51.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:50 smithi194 bash[22176]: audit 2024-03-24T11:34:49.183397+0000 mgr.a (mgr.14403) 29 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-24T11:34:51.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:50 smithi194 bash[22176]: audit 2024-03-24T11:34:49.184689+0000 mgr.a (mgr.14403) 30 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi157.front.sepia.ceph.com:3000"}]: dispatch 2024-03-24T11:34:51.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:50 smithi194 bash[22176]: audit 2024-03-24T11:34:49.200139+0000 mgr.a (mgr.14403) 31 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-24T11:34:51.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:50 smithi194 bash[22176]: audit 2024-03-24T11:34:49.203327+0000 mgr.a (mgr.14403) 32 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-03-24T11:34:51.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:50 smithi194 bash[22176]: cephadm 2024-03-24T11:34:49.233784+0000 mgr.a (mgr.14403) 33 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:34:51.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:50 smithi194 bash[22176]: cluster 2024-03-24T11:34:49.429276+0000 mgr.a (mgr.14403) 34 : cluster 0 pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-24T11:34:51.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:50 smithi194 bash[22176]: audit 2024-03-24T11:34:49.805776+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:51.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:50 smithi194 bash[22176]: audit 2024-03-24T11:34:49.810695+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:51.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:50 smithi194 bash[22176]: audit 2024-03-24T11:34:49.816970+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:51.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:50 smithi194 bash[22176]: audit 2024-03-24T11:34:50.519479+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:51.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:50 smithi157 bash[21535]: audit 2024-03-24T11:34:49.183397+0000 mgr.a (mgr.14403) 29 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-24T11:34:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:50 smithi157 bash[21535]: audit 2024-03-24T11:34:49.184689+0000 mgr.a (mgr.14403) 30 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi157.front.sepia.ceph.com:3000"}]: dispatch 2024-03-24T11:34:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:50 smithi157 bash[21535]: audit 2024-03-24T11:34:49.200139+0000 mgr.a (mgr.14403) 31 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-24T11:34:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:50 smithi157 bash[21535]: audit 2024-03-24T11:34:49.203327+0000 mgr.a (mgr.14403) 32 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi196.front.sepia.ceph.com:9093"}]: dispatch 2024-03-24T11:34:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:50 smithi157 bash[21535]: cephadm 2024-03-24T11:34:49.233784+0000 mgr.a (mgr.14403) 33 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-03-24T11:34:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:50 smithi157 bash[21535]: cluster 2024-03-24T11:34:49.429276+0000 mgr.a (mgr.14403) 34 : cluster 0 pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-24T11:34:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:50 smithi157 bash[21535]: audit 2024-03-24T11:34:49.805776+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:50 smithi157 bash[21535]: audit 2024-03-24T11:34:49.810695+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:50 smithi157 bash[21535]: audit 2024-03-24T11:34:49.816970+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:51.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:50 smithi157 bash[21535]: audit 2024-03-24T11:34:50.519479+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:52.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:52 smithi194 bash[22176]: audit 2024-03-24T11:34:51.300703+0000 mon.a (mon.0) 840 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:52 smithi194 bash[22176]: audit 2024-03-24T11:34:51.308486+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:52 smithi194 bash[22176]: audit 2024-03-24T11:34:51.316846+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:52 smithi194 bash[22176]: cluster 2024-03-24T11:34:51.429909+0000 mgr.a (mgr.14403) 35 : cluster 0 pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-24T11:34:52.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:52 smithi194 bash[22176]: audit 2024-03-24T11:34:51.872481+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:52 smithi194 bash[22176]: audit 2024-03-24T11:34:52.051593+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:52 smithi194 bash[22176]: audit 2024-03-24T11:34:52.060999+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:52 smithi194 bash[22176]: audit 2024-03-24T11:34:52.071469+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:52 smithi196 bash[22395]: audit 2024-03-24T11:34:51.300703+0000 mon.a (mon.0) 840 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:52 smithi196 bash[22395]: audit 2024-03-24T11:34:51.308486+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:52 smithi196 bash[22395]: audit 2024-03-24T11:34:51.316846+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:52 smithi196 bash[22395]: cluster 2024-03-24T11:34:51.429909+0000 mgr.a (mgr.14403) 35 : cluster 0 pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-24T11:34:52.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:52 smithi196 bash[22395]: audit 2024-03-24T11:34:51.872481+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:52 smithi196 bash[22395]: audit 2024-03-24T11:34:52.051593+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:52 smithi196 bash[22395]: audit 2024-03-24T11:34:52.060999+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.667 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:52 smithi196 bash[22395]: audit 2024-03-24T11:34:52.071469+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:52 smithi157 bash[21535]: audit 2024-03-24T11:34:51.300703+0000 mon.a (mon.0) 840 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:52 smithi157 bash[21535]: audit 2024-03-24T11:34:51.308486+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:52 smithi157 bash[21535]: audit 2024-03-24T11:34:51.316846+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:52 smithi157 bash[21535]: cluster 2024-03-24T11:34:51.429909+0000 mgr.a (mgr.14403) 35 : cluster 0 pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-24T11:34:52.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:52 smithi157 bash[21535]: audit 2024-03-24T11:34:51.872481+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:52 smithi157 bash[21535]: audit 2024-03-24T11:34:52.051593+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:52 smithi157 bash[21535]: audit 2024-03-24T11:34:52.060999+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:52.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:52 smithi157 bash[21535]: audit 2024-03-24T11:34:52.071469+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:53.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:34:53 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:34:53] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.43.0" 2024-03-24T11:34:54.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:54 smithi196 bash[22395]: cluster 2024-03-24T11:34:53.430526+0000 mgr.a (mgr.14403) 36 : cluster 0 pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-24T11:34:54.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:54 smithi157 bash[21535]: cluster 2024-03-24T11:34:53.430526+0000 mgr.a (mgr.14403) 36 : cluster 0 pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-24T11:34:54.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:54 smithi194 bash[22176]: cluster 2024-03-24T11:34:53.430526+0000 mgr.a (mgr.14403) 36 : cluster 0 pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-24T11:34:56.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:56 smithi194 bash[22176]: audit 2024-03-24T11:34:55.126677+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:56 smithi194 bash[22176]: audit 2024-03-24T11:34:55.947622+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:56 smithi194 bash[22176]: audit 2024-03-24T11:34:55.957107+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:56 smithi194 bash[22176]: audit 2024-03-24T11:34:55.967926+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:56 smithi194 bash[22176]: audit 2024-03-24T11:34:55.976736+0000 mon.a (mon.0) 851 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:56.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:56 smithi194 bash[22176]: audit 2024-03-24T11:34:55.982454+0000 mon.a (mon.0) 852 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:56.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:56 smithi194 bash[22176]: audit 2024-03-24T11:34:55.984157+0000 mon.a (mon.0) 853 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:34:56.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:56 smithi194 bash[22176]: audit 2024-03-24T11:34:55.994304+0000 mon.a (mon.0) 854 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.386 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:56 smithi194 bash[22176]: audit 2024-03-24T11:34:56.017011+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:56 smithi196 bash[22395]: audit 2024-03-24T11:34:55.126677+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:56 smithi196 bash[22395]: audit 2024-03-24T11:34:55.947622+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:56 smithi196 bash[22395]: audit 2024-03-24T11:34:55.957107+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:56 smithi196 bash[22395]: audit 2024-03-24T11:34:55.967926+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:56 smithi196 bash[22395]: audit 2024-03-24T11:34:55.976736+0000 mon.a (mon.0) 851 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:56.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:56 smithi196 bash[22395]: audit 2024-03-24T11:34:55.982454+0000 mon.a (mon.0) 852 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:56.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:56 smithi196 bash[22395]: audit 2024-03-24T11:34:55.984157+0000 mon.a (mon.0) 853 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:34:56.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:56 smithi196 bash[22395]: audit 2024-03-24T11:34:55.994304+0000 mon.a (mon.0) 854 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:56 smithi196 bash[22395]: audit 2024-03-24T11:34:56.017011+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:56 smithi157 bash[21535]: audit 2024-03-24T11:34:55.126677+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:56 smithi157 bash[21535]: audit 2024-03-24T11:34:55.947622+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:56 smithi157 bash[21535]: audit 2024-03-24T11:34:55.957107+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:56 smithi157 bash[21535]: audit 2024-03-24T11:34:55.967926+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:56 smithi157 bash[21535]: audit 2024-03-24T11:34:55.976736+0000 mon.a (mon.0) 851 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:34:56.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:56 smithi157 bash[21535]: audit 2024-03-24T11:34:55.982454+0000 mon.a (mon.0) 852 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:56.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:56 smithi157 bash[21535]: audit 2024-03-24T11:34:55.984157+0000 mon.a (mon.0) 853 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:34:56.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:56 smithi157 bash[21535]: audit 2024-03-24T11:34:55.994304+0000 mon.a (mon.0) 854 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:56.503 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:56 smithi157 bash[21535]: audit 2024-03-24T11:34:56.017011+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:34:57.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:57 smithi194 bash[22176]: cluster 2024-03-24T11:34:55.431054+0000 mgr.a (mgr.14403) 37 : cluster 0 pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:57.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:57 smithi196 bash[22395]: cluster 2024-03-24T11:34:55.431054+0000 mgr.a (mgr.14403) 37 : cluster 0 pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:57.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:57 smithi157 bash[21535]: cluster 2024-03-24T11:34:55.431054+0000 mgr.a (mgr.14403) 37 : cluster 0 pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:58.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:34:58 smithi196 bash[22395]: cluster 2024-03-24T11:34:57.431576+0000 mgr.a (mgr.14403) 38 : cluster 0 pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:58.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:34:58 smithi157 bash[21535]: cluster 2024-03-24T11:34:57.431576+0000 mgr.a (mgr.14403) 38 : cluster 0 pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:34:58.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:34:58 smithi194 bash[22176]: cluster 2024-03-24T11:34:57.431576+0000 mgr.a (mgr.14403) 38 : cluster 0 pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:00.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:00 smithi196 bash[22395]: cluster 2024-03-24T11:34:59.432176+0000 mgr.a (mgr.14403) 39 : cluster 0 pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:00.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:00 smithi157 bash[21535]: cluster 2024-03-24T11:34:59.432176+0000 mgr.a (mgr.14403) 39 : cluster 0 pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:00.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:00 smithi194 bash[22176]: cluster 2024-03-24T11:34:59.432176+0000 mgr.a (mgr.14403) 39 : cluster 0 pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:02.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:02 smithi157 bash[21535]: cluster 2024-03-24T11:35:01.432835+0000 mgr.a (mgr.14403) 40 : cluster 0 pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:02.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:02 smithi194 bash[22176]: cluster 2024-03-24T11:35:01.432835+0000 mgr.a (mgr.14403) 40 : cluster 0 pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:02.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:02 smithi196 bash[22395]: cluster 2024-03-24T11:35:01.432835+0000 mgr.a (mgr.14403) 40 : cluster 0 pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:03.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:35:03 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:35:03] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.43.0" 2024-03-24T11:35:04.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:04 smithi157 bash[21535]: cluster 2024-03-24T11:35:03.433444+0000 mgr.a (mgr.14403) 41 : cluster 0 pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:04.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:04 smithi194 bash[22176]: cluster 2024-03-24T11:35:03.433444+0000 mgr.a (mgr.14403) 41 : cluster 0 pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:04.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:04 smithi196 bash[22395]: cluster 2024-03-24T11:35:03.433444+0000 mgr.a (mgr.14403) 41 : cluster 0 pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:06.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:06 smithi157 bash[21535]: cluster 2024-03-24T11:35:05.433984+0000 mgr.a (mgr.14403) 42 : cluster 0 pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:06.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:06 smithi157 bash[21535]: audit 2024-03-24T11:35:05.519997+0000 mon.a (mon.0) 856 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:06.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:06 smithi194 bash[22176]: cluster 2024-03-24T11:35:05.433984+0000 mgr.a (mgr.14403) 42 : cluster 0 pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:06.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:06 smithi194 bash[22176]: audit 2024-03-24T11:35:05.519997+0000 mon.a (mon.0) 856 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:06.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:06 smithi196 bash[22395]: cluster 2024-03-24T11:35:05.433984+0000 mgr.a (mgr.14403) 42 : cluster 0 pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:06.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:06 smithi196 bash[22395]: audit 2024-03-24T11:35:05.519997+0000 mon.a (mon.0) 856 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:08.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:08 smithi157 bash[21535]: cluster 2024-03-24T11:35:07.434566+0000 mgr.a (mgr.14403) 43 : cluster 0 pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:08.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:08 smithi194 bash[22176]: cluster 2024-03-24T11:35:07.434566+0000 mgr.a (mgr.14403) 43 : cluster 0 pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:08.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:08 smithi196 bash[22395]: cluster 2024-03-24T11:35:07.434566+0000 mgr.a (mgr.14403) 43 : cluster 0 pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:11.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:10 smithi194 bash[22176]: cluster 2024-03-24T11:35:09.435055+0000 mgr.a (mgr.14403) 44 : cluster 0 pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:11.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:10 smithi194 bash[22176]: audit 2024-03-24T11:35:09.858836+0000 mon.a (mon.0) 857 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:11.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:10 smithi194 bash[22176]: audit 2024-03-24T11:35:09.867420+0000 mon.a (mon.0) 858 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:11.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:10 smithi194 bash[22176]: audit 2024-03-24T11:35:09.874607+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:11.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:10 smithi196 bash[22395]: cluster 2024-03-24T11:35:09.435055+0000 mgr.a (mgr.14403) 44 : cluster 0 pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:11.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:10 smithi196 bash[22395]: audit 2024-03-24T11:35:09.858836+0000 mon.a (mon.0) 857 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:11.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:10 smithi196 bash[22395]: audit 2024-03-24T11:35:09.867420+0000 mon.a (mon.0) 858 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:11.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:10 smithi196 bash[22395]: audit 2024-03-24T11:35:09.874607+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:11.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:10 smithi157 bash[21535]: cluster 2024-03-24T11:35:09.435055+0000 mgr.a (mgr.14403) 44 : cluster 0 pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:11.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:10 smithi157 bash[21535]: audit 2024-03-24T11:35:09.858836+0000 mon.a (mon.0) 857 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:11.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:10 smithi157 bash[21535]: audit 2024-03-24T11:35:09.867420+0000 mon.a (mon.0) 858 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:11.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:10 smithi157 bash[21535]: audit 2024-03-24T11:35:09.874607+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:13.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:12 smithi194 bash[22176]: cluster 2024-03-24T11:35:11.435620+0000 mgr.a (mgr.14403) 45 : cluster 0 pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:13.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:12 smithi194 bash[22176]: audit 2024-03-24T11:35:12.280235+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:13.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:12 smithi194 bash[22176]: audit 2024-03-24T11:35:12.290299+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:13.136 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:12 smithi194 bash[22176]: audit 2024-03-24T11:35:12.300801+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:13.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:12 smithi196 bash[22395]: cluster 2024-03-24T11:35:11.435620+0000 mgr.a (mgr.14403) 45 : cluster 0 pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:13.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:12 smithi196 bash[22395]: audit 2024-03-24T11:35:12.280235+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:13.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:12 smithi196 bash[22395]: audit 2024-03-24T11:35:12.290299+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:13.166 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:12 smithi196 bash[22395]: audit 2024-03-24T11:35:12.300801+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:13.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:12 smithi157 bash[21535]: cluster 2024-03-24T11:35:11.435620+0000 mgr.a (mgr.14403) 45 : cluster 0 pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:13.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:12 smithi157 bash[21535]: audit 2024-03-24T11:35:12.280235+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:13.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:12 smithi157 bash[21535]: audit 2024-03-24T11:35:12.290299+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:13.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:12 smithi157 bash[21535]: audit 2024-03-24T11:35:12.300801+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:13.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:35:13 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:35:13] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-03-24T11:35:15.135 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:14 smithi194 bash[22176]: cluster 2024-03-24T11:35:13.436183+0000 mgr.a (mgr.14403) 46 : cluster 0 pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:15.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:14 smithi196 bash[22395]: cluster 2024-03-24T11:35:13.436183+0000 mgr.a (mgr.14403) 46 : cluster 0 pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:15.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:14 smithi157 bash[21535]: cluster 2024-03-24T11:35:13.436183+0000 mgr.a (mgr.14403) 46 : cluster 0 pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:16.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:15 smithi157 bash[21535]: audit 2024-03-24T11:35:14.942209+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:16.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:15 smithi157 bash[21535]: audit 2024-03-24T11:35:14.951260+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:16.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:15 smithi157 bash[21535]: audit 2024-03-24T11:35:14.961816+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:16.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:15 smithi194 bash[22176]: audit 2024-03-24T11:35:14.942209+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:16.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:15 smithi194 bash[22176]: audit 2024-03-24T11:35:14.951260+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:16.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:15 smithi194 bash[22176]: audit 2024-03-24T11:35:14.961816+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:16.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:15 smithi196 bash[22395]: audit 2024-03-24T11:35:14.942209+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:16.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:15 smithi196 bash[22395]: audit 2024-03-24T11:35:14.951260+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:16.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:15 smithi196 bash[22395]: audit 2024-03-24T11:35:14.961816+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:17.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:16 smithi157 bash[21535]: cluster 2024-03-24T11:35:15.436694+0000 mgr.a (mgr.14403) 47 : cluster 0 pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:17.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:16 smithi194 bash[22176]: cluster 2024-03-24T11:35:15.436694+0000 mgr.a (mgr.14403) 47 : cluster 0 pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:17.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:16 smithi196 bash[22395]: cluster 2024-03-24T11:35:15.436694+0000 mgr.a (mgr.14403) 47 : cluster 0 pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:19.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:18 smithi157 bash[21535]: cluster 2024-03-24T11:35:17.437284+0000 mgr.a (mgr.14403) 48 : cluster 0 pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:19.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:18 smithi194 bash[22176]: cluster 2024-03-24T11:35:17.437284+0000 mgr.a (mgr.14403) 48 : cluster 0 pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:19.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:18 smithi196 bash[22395]: cluster 2024-03-24T11:35:17.437284+0000 mgr.a (mgr.14403) 48 : cluster 0 pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:21.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:20 smithi157 bash[21535]: cluster 2024-03-24T11:35:19.437844+0000 mgr.a (mgr.14403) 49 : cluster 0 pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:21.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:20 smithi157 bash[21535]: audit 2024-03-24T11:35:20.520419+0000 mon.a (mon.0) 866 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:21.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:20 smithi194 bash[22176]: cluster 2024-03-24T11:35:19.437844+0000 mgr.a (mgr.14403) 49 : cluster 0 pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:21.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:20 smithi194 bash[22176]: audit 2024-03-24T11:35:20.520419+0000 mon.a (mon.0) 866 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:21.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:20 smithi196 bash[22395]: cluster 2024-03-24T11:35:19.437844+0000 mgr.a (mgr.14403) 49 : cluster 0 pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:21.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:20 smithi196 bash[22395]: audit 2024-03-24T11:35:20.520419+0000 mon.a (mon.0) 866 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:23.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:22 smithi157 bash[21535]: cluster 2024-03-24T11:35:21.438397+0000 mgr.a (mgr.14403) 50 : cluster 0 pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:23.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:22 smithi194 bash[22176]: cluster 2024-03-24T11:35:21.438397+0000 mgr.a (mgr.14403) 50 : cluster 0 pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:23.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:22 smithi196 bash[22395]: cluster 2024-03-24T11:35:21.438397+0000 mgr.a (mgr.14403) 50 : cluster 0 pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:23.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:35:23 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:35:23] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-03-24T11:35:25.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:24 smithi157 bash[21535]: cluster 2024-03-24T11:35:23.438937+0000 mgr.a (mgr.14403) 51 : cluster 0 pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:25.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:24 smithi194 bash[22176]: cluster 2024-03-24T11:35:23.438937+0000 mgr.a (mgr.14403) 51 : cluster 0 pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:25.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:24 smithi196 bash[22395]: cluster 2024-03-24T11:35:23.438937+0000 mgr.a (mgr.14403) 51 : cluster 0 pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:27.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:26 smithi157 bash[21535]: cluster 2024-03-24T11:35:25.439535+0000 mgr.a (mgr.14403) 52 : cluster 0 pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:27.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:26 smithi194 bash[22176]: cluster 2024-03-24T11:35:25.439535+0000 mgr.a (mgr.14403) 52 : cluster 0 pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:27.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:26 smithi196 bash[22395]: cluster 2024-03-24T11:35:25.439535+0000 mgr.a (mgr.14403) 52 : cluster 0 pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:29.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:28 smithi157 bash[21535]: cluster 2024-03-24T11:35:27.440090+0000 mgr.a (mgr.14403) 53 : cluster 0 pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:29.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:28 smithi194 bash[22176]: cluster 2024-03-24T11:35:27.440090+0000 mgr.a (mgr.14403) 53 : cluster 0 pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:29.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:28 smithi196 bash[22395]: cluster 2024-03-24T11:35:27.440090+0000 mgr.a (mgr.14403) 53 : cluster 0 pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:31.262 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:31 smithi196 bash[22395]: cluster 2024-03-24T11:35:29.440647+0000 mgr.a (mgr.14403) 54 : cluster 0 pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:31.262 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:31 smithi196 bash[22395]: audit 2024-03-24T11:35:30.048959+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:31.262 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:31 smithi196 bash[22395]: audit 2024-03-24T11:35:30.054867+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:31.263 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:31 smithi196 bash[22395]: audit 2024-03-24T11:35:30.062374+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:31.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:31 smithi194 bash[22176]: cluster 2024-03-24T11:35:29.440647+0000 mgr.a (mgr.14403) 54 : cluster 0 pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:31.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:31 smithi194 bash[22176]: audit 2024-03-24T11:35:30.048959+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:31.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:31 smithi194 bash[22176]: audit 2024-03-24T11:35:30.054867+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:31.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:31 smithi194 bash[22176]: audit 2024-03-24T11:35:30.062374+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:31.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:31 smithi157 bash[21535]: cluster 2024-03-24T11:35:29.440647+0000 mgr.a (mgr.14403) 54 : cluster 0 pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:31.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:31 smithi157 bash[21535]: audit 2024-03-24T11:35:30.048959+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:31.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:31 smithi157 bash[21535]: audit 2024-03-24T11:35:30.054867+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:31.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:31 smithi157 bash[21535]: audit 2024-03-24T11:35:30.062374+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:33.335 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:33 smithi157 bash[21535]: cluster 2024-03-24T11:35:31.441178+0000 mgr.a (mgr.14403) 55 : cluster 0 pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:33.335 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:33 smithi157 bash[21535]: audit 2024-03-24T11:35:32.444451+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:33.336 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:33 smithi157 bash[21535]: audit 2024-03-24T11:35:32.454161+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:33.336 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:33 smithi157 bash[21535]: audit 2024-03-24T11:35:32.464456+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:33.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:33 smithi194 bash[22176]: cluster 2024-03-24T11:35:31.441178+0000 mgr.a (mgr.14403) 55 : cluster 0 pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:33.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:33 smithi194 bash[22176]: audit 2024-03-24T11:35:32.444451+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:33.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:33 smithi194 bash[22176]: audit 2024-03-24T11:35:32.454161+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:33.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:33 smithi194 bash[22176]: audit 2024-03-24T11:35:32.464456+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:33.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:33 smithi196 bash[22395]: cluster 2024-03-24T11:35:31.441178+0000 mgr.a (mgr.14403) 55 : cluster 0 pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:33.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:33 smithi196 bash[22395]: audit 2024-03-24T11:35:32.444451+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:33.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:33 smithi196 bash[22395]: audit 2024-03-24T11:35:32.454161+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:33.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:33 smithi196 bash[22395]: audit 2024-03-24T11:35:32.464456+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:33.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:35:33 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:35:33] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-03-24T11:35:35.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:35 smithi194 bash[22176]: cluster 2024-03-24T11:35:33.441710+0000 mgr.a (mgr.14403) 56 : cluster 0 pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:35.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:35 smithi196 bash[22395]: cluster 2024-03-24T11:35:33.441710+0000 mgr.a (mgr.14403) 56 : cluster 0 pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:35.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:35 smithi157 bash[21535]: cluster 2024-03-24T11:35:33.441710+0000 mgr.a (mgr.14403) 56 : cluster 0 pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:36.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:36 smithi194 bash[22176]: audit 2024-03-24T11:35:35.127904+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:36.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:36 smithi194 bash[22176]: audit 2024-03-24T11:35:35.137517+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:36.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:36 smithi194 bash[22176]: audit 2024-03-24T11:35:35.148159+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:36.385 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:36 smithi194 bash[22176]: audit 2024-03-24T11:35:35.520692+0000 mon.a (mon.0) 876 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:36.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:36 smithi196 bash[22395]: audit 2024-03-24T11:35:35.127904+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:36.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:36 smithi196 bash[22395]: audit 2024-03-24T11:35:35.137517+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:36.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:36 smithi196 bash[22395]: audit 2024-03-24T11:35:35.148159+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:36.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:36 smithi196 bash[22395]: audit 2024-03-24T11:35:35.520692+0000 mon.a (mon.0) 876 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:36.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:36 smithi157 bash[21535]: audit 2024-03-24T11:35:35.127904+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:36.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:36 smithi157 bash[21535]: audit 2024-03-24T11:35:35.137517+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:36.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:36 smithi157 bash[21535]: audit 2024-03-24T11:35:35.148159+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:36.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:36 smithi157 bash[21535]: audit 2024-03-24T11:35:35.520692+0000 mon.a (mon.0) 876 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:37.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:37 smithi194 bash[22176]: cluster 2024-03-24T11:35:35.442340+0000 mgr.a (mgr.14403) 57 : cluster 0 pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:37.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:37 smithi196 bash[22395]: cluster 2024-03-24T11:35:35.442340+0000 mgr.a (mgr.14403) 57 : cluster 0 pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:37.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:37 smithi157 bash[21535]: cluster 2024-03-24T11:35:35.442340+0000 mgr.a (mgr.14403) 57 : cluster 0 pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:39.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:39 smithi194 bash[22176]: cluster 2024-03-24T11:35:37.443011+0000 mgr.a (mgr.14403) 58 : cluster 0 pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:39.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:39 smithi196 bash[22395]: cluster 2024-03-24T11:35:37.443011+0000 mgr.a (mgr.14403) 58 : cluster 0 pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:39.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:39 smithi157 bash[21535]: cluster 2024-03-24T11:35:37.443011+0000 mgr.a (mgr.14403) 58 : cluster 0 pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:40.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:40 smithi157 bash[21535]: cluster 2024-03-24T11:35:39.443520+0000 mgr.a (mgr.14403) 59 : cluster 0 pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:40.634 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:40 smithi194 bash[22176]: cluster 2024-03-24T11:35:39.443520+0000 mgr.a (mgr.14403) 59 : cluster 0 pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:40.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:40 smithi196 bash[22395]: cluster 2024-03-24T11:35:39.443520+0000 mgr.a (mgr.14403) 59 : cluster 0 pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:42.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:42 smithi157 bash[21535]: cluster 2024-03-24T11:35:41.444061+0000 mgr.a (mgr.14403) 60 : cluster 0 pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:42.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:42 smithi194 bash[22176]: cluster 2024-03-24T11:35:41.444061+0000 mgr.a (mgr.14403) 60 : cluster 0 pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:42.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:42 smithi196 bash[22395]: cluster 2024-03-24T11:35:41.444061+0000 mgr.a (mgr.14403) 60 : cluster 0 pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:43.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:35:43 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:35:43] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-03-24T11:35:44.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:44 smithi157 bash[21535]: cluster 2024-03-24T11:35:43.444633+0000 mgr.a (mgr.14403) 61 : cluster 0 pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:44.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:44 smithi194 bash[22176]: cluster 2024-03-24T11:35:43.444633+0000 mgr.a (mgr.14403) 61 : cluster 0 pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:44.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:44 smithi196 bash[22395]: cluster 2024-03-24T11:35:43.444633+0000 mgr.a (mgr.14403) 61 : cluster 0 pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:46.719 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:46 smithi157 bash[21535]: cluster 2024-03-24T11:35:45.445097+0000 mgr.a (mgr.14403) 62 : cluster 0 pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:46.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:46 smithi194 bash[22176]: cluster 2024-03-24T11:35:45.445097+0000 mgr.a (mgr.14403) 62 : cluster 0 pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:46.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:46 smithi196 bash[22395]: cluster 2024-03-24T11:35:45.445097+0000 mgr.a (mgr.14403) 62 : cluster 0 pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:48.876 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:48 smithi194 bash[22176]: cluster 2024-03-24T11:35:47.445619+0000 mgr.a (mgr.14403) 63 : cluster 0 pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:48.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:48 smithi196 bash[22395]: cluster 2024-03-24T11:35:47.445619+0000 mgr.a (mgr.14403) 63 : cluster 0 pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:49.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:48 smithi157 bash[21535]: cluster 2024-03-24T11:35:47.445619+0000 mgr.a (mgr.14403) 63 : cluster 0 pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:50.867 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:50 smithi194 bash[22176]: cluster 2024-03-24T11:35:49.446158+0000 mgr.a (mgr.14403) 64 : cluster 0 pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:50.867 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:50 smithi194 bash[22176]: audit 2024-03-24T11:35:50.240858+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:50.867 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:50 smithi194 bash[22176]: audit 2024-03-24T11:35:50.250091+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:50.867 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:50 smithi194 bash[22176]: audit 2024-03-24T11:35:50.260076+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:50.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:50 smithi196 bash[22395]: cluster 2024-03-24T11:35:49.446158+0000 mgr.a (mgr.14403) 64 : cluster 0 pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:50.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:50 smithi196 bash[22395]: audit 2024-03-24T11:35:50.240858+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:50.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:50 smithi196 bash[22395]: audit 2024-03-24T11:35:50.250091+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:50.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:50 smithi196 bash[22395]: audit 2024-03-24T11:35:50.260076+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:51.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:50 smithi157 bash[21535]: cluster 2024-03-24T11:35:49.446158+0000 mgr.a (mgr.14403) 64 : cluster 0 pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:51.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:50 smithi157 bash[21535]: audit 2024-03-24T11:35:50.240858+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:51.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:50 smithi157 bash[21535]: audit 2024-03-24T11:35:50.250091+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:51.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:50 smithi157 bash[21535]: audit 2024-03-24T11:35:50.260076+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:51.887 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:51 smithi194 bash[22176]: audit 2024-03-24T11:35:50.522078+0000 mon.a (mon.0) 880 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:51.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:51 smithi196 bash[22395]: audit 2024-03-24T11:35:50.522078+0000 mon.a (mon.0) 880 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:52.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:51 smithi157 bash[21535]: audit 2024-03-24T11:35:50.522078+0000 mon.a (mon.0) 880 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:52.620 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:52 smithi194 bash[22176]: cluster 2024-03-24T11:35:51.446785+0000 mgr.a (mgr.14403) 65 : cluster 0 pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:52.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:52 smithi196 bash[22395]: cluster 2024-03-24T11:35:51.446785+0000 mgr.a (mgr.14403) 65 : cluster 0 pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:53.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:52 smithi157 bash[21535]: cluster 2024-03-24T11:35:51.446785+0000 mgr.a (mgr.14403) 65 : cluster 0 pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:53.595 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:35:53 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:35:53] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-03-24T11:35:53.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:53 smithi196 bash[22395]: audit 2024-03-24T11:35:52.601955+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:53.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:53 smithi196 bash[22395]: audit 2024-03-24T11:35:52.611723+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:53.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:53 smithi196 bash[22395]: audit 2024-03-24T11:35:52.622232+0000 mon.a (mon.0) 883 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:53.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:53 smithi194 bash[22176]: audit 2024-03-24T11:35:52.601955+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:53.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:53 smithi194 bash[22176]: audit 2024-03-24T11:35:52.611723+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:53.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:53 smithi194 bash[22176]: audit 2024-03-24T11:35:52.622232+0000 mon.a (mon.0) 883 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:54.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:53 smithi157 bash[21535]: audit 2024-03-24T11:35:52.601955+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:54.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:53 smithi157 bash[21535]: audit 2024-03-24T11:35:52.611723+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:54.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:53 smithi157 bash[21535]: audit 2024-03-24T11:35:52.622232+0000 mon.a (mon.0) 883 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:54.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:54 smithi194 bash[22176]: cluster 2024-03-24T11:35:53.447344+0000 mgr.a (mgr.14403) 66 : cluster 0 pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:54.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:54 smithi196 bash[22395]: cluster 2024-03-24T11:35:53.447344+0000 mgr.a (mgr.14403) 66 : cluster 0 pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:55.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:54 smithi157 bash[21535]: cluster 2024-03-24T11:35:53.447344+0000 mgr.a (mgr.14403) 66 : cluster 0 pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:56.634 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:56 smithi194 bash[22176]: audit 2024-03-24T11:35:55.332144+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:56.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:56 smithi194 bash[22176]: audit 2024-03-24T11:35:55.341194+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:56.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:56 smithi194 bash[22176]: audit 2024-03-24T11:35:55.351521+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:56.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:56 smithi194 bash[22176]: cluster 2024-03-24T11:35:55.447839+0000 mgr.a (mgr.14403) 67 : cluster 0 pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:56.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:56 smithi194 bash[22176]: audit 2024-03-24T11:35:56.136260+0000 mon.a (mon.0) 887 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:56.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:56 smithi194 bash[22176]: audit 2024-03-24T11:35:56.142312+0000 mon.a (mon.0) 888 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:56.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:56 smithi194 bash[22176]: audit 2024-03-24T11:35:56.143997+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:56.635 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:56 smithi194 bash[22176]: audit 2024-03-24T11:35:56.154921+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:56.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:56 smithi196 bash[22395]: audit 2024-03-24T11:35:55.332144+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:56.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:56 smithi196 bash[22395]: audit 2024-03-24T11:35:55.341194+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:56.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:56 smithi196 bash[22395]: audit 2024-03-24T11:35:55.351521+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:56.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:56 smithi196 bash[22395]: cluster 2024-03-24T11:35:55.447839+0000 mgr.a (mgr.14403) 67 : cluster 0 pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:56.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:56 smithi196 bash[22395]: audit 2024-03-24T11:35:56.136260+0000 mon.a (mon.0) 887 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:56.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:56 smithi196 bash[22395]: audit 2024-03-24T11:35:56.142312+0000 mon.a (mon.0) 888 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:56.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:56 smithi196 bash[22395]: audit 2024-03-24T11:35:56.143997+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:56.666 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:56 smithi196 bash[22395]: audit 2024-03-24T11:35:56.154921+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:56.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:56 smithi157 bash[21535]: audit 2024-03-24T11:35:55.332144+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:56.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:56 smithi157 bash[21535]: audit 2024-03-24T11:35:55.341194+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:56.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:56 smithi157 bash[21535]: audit 2024-03-24T11:35:55.351521+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:56.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:56 smithi157 bash[21535]: cluster 2024-03-24T11:35:55.447839+0000 mgr.a (mgr.14403) 67 : cluster 0 pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:56.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:56 smithi157 bash[21535]: audit 2024-03-24T11:35:56.136260+0000 mon.a (mon.0) 887 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:56.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:56 smithi157 bash[21535]: audit 2024-03-24T11:35:56.142312+0000 mon.a (mon.0) 888 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:56.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:56 smithi157 bash[21535]: audit 2024-03-24T11:35:56.143997+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:56.753 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:56 smithi157 bash[21535]: audit 2024-03-24T11:35:56.154921+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:35:58.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:35:58 smithi157 bash[21535]: cluster 2024-03-24T11:35:57.448398+0000 mgr.a (mgr.14403) 68 : cluster 0 pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:58.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:35:58 smithi194 bash[22176]: cluster 2024-03-24T11:35:57.448398+0000 mgr.a (mgr.14403) 68 : cluster 0 pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:35:58.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:35:58 smithi196 bash[22395]: cluster 2024-03-24T11:35:57.448398+0000 mgr.a (mgr.14403) 68 : cluster 0 pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:00.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:00 smithi194 bash[22176]: cluster 2024-03-24T11:35:59.448940+0000 mgr.a (mgr.14403) 69 : cluster 0 pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:00.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:00 smithi196 bash[22395]: cluster 2024-03-24T11:35:59.448940+0000 mgr.a (mgr.14403) 69 : cluster 0 pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:01.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:00 smithi157 bash[21535]: cluster 2024-03-24T11:35:59.448940+0000 mgr.a (mgr.14403) 69 : cluster 0 pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:02.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:02 smithi194 bash[22176]: cluster 2024-03-24T11:36:01.449510+0000 mgr.a (mgr.14403) 70 : cluster 0 pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:02.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:02 smithi196 bash[22395]: cluster 2024-03-24T11:36:01.449510+0000 mgr.a (mgr.14403) 70 : cluster 0 pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:03.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:02 smithi157 bash[21535]: cluster 2024-03-24T11:36:01.449510+0000 mgr.a (mgr.14403) 70 : cluster 0 pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:03.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:36:03 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:36:03] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-03-24T11:36:04.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:04 smithi157 bash[21535]: cluster 2024-03-24T11:36:03.450025+0000 mgr.a (mgr.14403) 71 : cluster 0 pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:04.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:04 smithi194 bash[22176]: cluster 2024-03-24T11:36:03.450025+0000 mgr.a (mgr.14403) 71 : cluster 0 pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:04.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:04 smithi196 bash[22395]: cluster 2024-03-24T11:36:03.450025+0000 mgr.a (mgr.14403) 71 : cluster 0 pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:06.816 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:06 smithi157 bash[21535]: cluster 2024-03-24T11:36:05.450528+0000 mgr.a (mgr.14403) 72 : cluster 0 pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:06.816 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:06 smithi157 bash[21535]: audit 2024-03-24T11:36:05.523954+0000 mon.a (mon.0) 891 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:06.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:06 smithi194 bash[22176]: cluster 2024-03-24T11:36:05.450528+0000 mgr.a (mgr.14403) 72 : cluster 0 pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:06.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:06 smithi194 bash[22176]: audit 2024-03-24T11:36:05.523954+0000 mon.a (mon.0) 891 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:06.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:06 smithi196 bash[22395]: cluster 2024-03-24T11:36:05.450528+0000 mgr.a (mgr.14403) 72 : cluster 0 pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:06.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:06 smithi196 bash[22395]: audit 2024-03-24T11:36:05.523954+0000 mon.a (mon.0) 891 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:08.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:08 smithi194 bash[22176]: cluster 2024-03-24T11:36:07.450953+0000 mgr.a (mgr.14403) 73 : cluster 0 pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:08.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:08 smithi196 bash[22395]: cluster 2024-03-24T11:36:07.450953+0000 mgr.a (mgr.14403) 73 : cluster 0 pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:09.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:08 smithi157 bash[21535]: cluster 2024-03-24T11:36:07.450953+0000 mgr.a (mgr.14403) 73 : cluster 0 pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:10.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:10 smithi157 bash[21535]: cluster 2024-03-24T11:36:09.451448+0000 mgr.a (mgr.14403) 74 : cluster 0 pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:10.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:10 smithi157 bash[21535]: audit 2024-03-24T11:36:10.440775+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:10.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:10 smithi157 bash[21535]: audit 2024-03-24T11:36:10.449954+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:10.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:10 smithi157 bash[21535]: audit 2024-03-24T11:36:10.458777+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:10.821 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:10 smithi194 bash[22176]: cluster 2024-03-24T11:36:09.451448+0000 mgr.a (mgr.14403) 74 : cluster 0 pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:10.821 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:10 smithi194 bash[22176]: audit 2024-03-24T11:36:10.440775+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:10.821 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:10 smithi194 bash[22176]: audit 2024-03-24T11:36:10.449954+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:10.821 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:10 smithi194 bash[22176]: audit 2024-03-24T11:36:10.458777+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:10.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:10 smithi196 bash[22395]: cluster 2024-03-24T11:36:09.451448+0000 mgr.a (mgr.14403) 74 : cluster 0 pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:10.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:10 smithi196 bash[22395]: audit 2024-03-24T11:36:10.440775+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:10.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:10 smithi196 bash[22395]: audit 2024-03-24T11:36:10.449954+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:10.916 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:10 smithi196 bash[22395]: audit 2024-03-24T11:36:10.458777+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:12.827 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:12 smithi194 bash[22176]: cluster 2024-03-24T11:36:11.451977+0000 mgr.a (mgr.14403) 75 : cluster 0 pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:12.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:12 smithi196 bash[22395]: cluster 2024-03-24T11:36:11.451977+0000 mgr.a (mgr.14403) 75 : cluster 0 pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:13.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:12 smithi157 bash[21535]: cluster 2024-03-24T11:36:11.451977+0000 mgr.a (mgr.14403) 75 : cluster 0 pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:13.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:36:13 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:36:13] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-03-24T11:36:14.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:13 smithi194 bash[22176]: audit 2024-03-24T11:36:12.808494+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:14.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:13 smithi194 bash[22176]: audit 2024-03-24T11:36:12.818152+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:14.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:13 smithi194 bash[22176]: audit 2024-03-24T11:36:12.828680+0000 mon.a (mon.0) 897 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:14.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:13 smithi196 bash[22395]: audit 2024-03-24T11:36:12.808494+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:14.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:13 smithi196 bash[22395]: audit 2024-03-24T11:36:12.818152+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:14.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:13 smithi196 bash[22395]: audit 2024-03-24T11:36:12.828680+0000 mon.a (mon.0) 897 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:14.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:13 smithi157 bash[21535]: audit 2024-03-24T11:36:12.808494+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:14.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:13 smithi157 bash[21535]: audit 2024-03-24T11:36:12.818152+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:14.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:13 smithi157 bash[21535]: audit 2024-03-24T11:36:12.828680+0000 mon.a (mon.0) 897 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:15.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:14 smithi194 bash[22176]: cluster 2024-03-24T11:36:13.452501+0000 mgr.a (mgr.14403) 76 : cluster 0 pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:15.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:14 smithi196 bash[22395]: cluster 2024-03-24T11:36:13.452501+0000 mgr.a (mgr.14403) 76 : cluster 0 pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:15.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:14 smithi157 bash[21535]: cluster 2024-03-24T11:36:13.452501+0000 mgr.a (mgr.14403) 76 : cluster 0 pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:16.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:16 smithi194 bash[22176]: cluster 2024-03-24T11:36:15.452970+0000 mgr.a (mgr.14403) 77 : cluster 0 pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:16.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:16 smithi194 bash[22176]: audit 2024-03-24T11:36:15.525527+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:16.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:16 smithi194 bash[22176]: audit 2024-03-24T11:36:15.534895+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:16.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:16 smithi194 bash[22176]: audit 2024-03-24T11:36:15.545529+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:16.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:16 smithi196 bash[22395]: cluster 2024-03-24T11:36:15.452970+0000 mgr.a (mgr.14403) 77 : cluster 0 pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:16.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:16 smithi196 bash[22395]: audit 2024-03-24T11:36:15.525527+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:16.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:16 smithi196 bash[22395]: audit 2024-03-24T11:36:15.534895+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:16.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:16 smithi196 bash[22395]: audit 2024-03-24T11:36:15.545529+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:17.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:16 smithi157 bash[21535]: cluster 2024-03-24T11:36:15.452970+0000 mgr.a (mgr.14403) 77 : cluster 0 pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:17.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:16 smithi157 bash[21535]: audit 2024-03-24T11:36:15.525527+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:17.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:16 smithi157 bash[21535]: audit 2024-03-24T11:36:15.534895+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:17.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:16 smithi157 bash[21535]: audit 2024-03-24T11:36:15.545529+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:18.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:18 smithi194 bash[22176]: cluster 2024-03-24T11:36:17.453540+0000 mgr.a (mgr.14403) 78 : cluster 0 pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:18.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:18 smithi196 bash[22395]: cluster 2024-03-24T11:36:17.453540+0000 mgr.a (mgr.14403) 78 : cluster 0 pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:19.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:18 smithi157 bash[21535]: cluster 2024-03-24T11:36:17.453540+0000 mgr.a (mgr.14403) 78 : cluster 0 pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:20.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:20 smithi194 bash[22176]: cluster 2024-03-24T11:36:19.454076+0000 mgr.a (mgr.14403) 79 : cluster 0 pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:20.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:20 smithi194 bash[22176]: audit 2024-03-24T11:36:20.521965+0000 mon.a (mon.0) 901 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:20.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:20 smithi196 bash[22395]: cluster 2024-03-24T11:36:19.454076+0000 mgr.a (mgr.14403) 79 : cluster 0 pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:20.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:20 smithi196 bash[22395]: audit 2024-03-24T11:36:20.521965+0000 mon.a (mon.0) 901 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:21.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:20 smithi157 bash[21535]: cluster 2024-03-24T11:36:19.454076+0000 mgr.a (mgr.14403) 79 : cluster 0 pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:21.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:20 smithi157 bash[21535]: audit 2024-03-24T11:36:20.521965+0000 mon.a (mon.0) 901 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:22.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:22 smithi194 bash[22176]: cluster 2024-03-24T11:36:21.454587+0000 mgr.a (mgr.14403) 80 : cluster 0 pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:22.918 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:22 smithi196 bash[22395]: cluster 2024-03-24T11:36:21.454587+0000 mgr.a (mgr.14403) 80 : cluster 0 pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:23.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:22 smithi157 bash[21535]: cluster 2024-03-24T11:36:21.454587+0000 mgr.a (mgr.14403) 80 : cluster 0 pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:23.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:36:23 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:36:23] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-03-24T11:36:24.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:24 smithi157 bash[21535]: cluster 2024-03-24T11:36:23.455097+0000 mgr.a (mgr.14403) 81 : cluster 0 pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:24.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:24 smithi194 bash[22176]: cluster 2024-03-24T11:36:23.455097+0000 mgr.a (mgr.14403) 81 : cluster 0 pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:24.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:24 smithi196 bash[22395]: cluster 2024-03-24T11:36:23.455097+0000 mgr.a (mgr.14403) 81 : cluster 0 pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:26.830 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:26 smithi157 bash[21535]: cluster 2024-03-24T11:36:25.455492+0000 mgr.a (mgr.14403) 82 : cluster 0 pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:26.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:26 smithi194 bash[22176]: cluster 2024-03-24T11:36:25.455492+0000 mgr.a (mgr.14403) 82 : cluster 0 pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:26.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:26 smithi196 bash[22395]: cluster 2024-03-24T11:36:25.455492+0000 mgr.a (mgr.14403) 82 : cluster 0 pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:28.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:28 smithi194 bash[22176]: cluster 2024-03-24T11:36:27.455832+0000 mgr.a (mgr.14403) 83 : cluster 0 pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:28.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:28 smithi196 bash[22395]: cluster 2024-03-24T11:36:27.455832+0000 mgr.a (mgr.14403) 83 : cluster 0 pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:29.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:28 smithi157 bash[21535]: cluster 2024-03-24T11:36:27.455832+0000 mgr.a (mgr.14403) 83 : cluster 0 pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:30.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:30 smithi194 bash[22176]: cluster 2024-03-24T11:36:29.456357+0000 mgr.a (mgr.14403) 84 : cluster 0 pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:30.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:30 smithi196 bash[22395]: cluster 2024-03-24T11:36:29.456357+0000 mgr.a (mgr.14403) 84 : cluster 0 pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:31.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:30 smithi157 bash[21535]: cluster 2024-03-24T11:36:29.456357+0000 mgr.a (mgr.14403) 84 : cluster 0 pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:31.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:31 smithi194 bash[22176]: audit 2024-03-24T11:36:30.663994+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:31.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:31 smithi194 bash[22176]: audit 2024-03-24T11:36:30.671625+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:31.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:31 smithi194 bash[22176]: audit 2024-03-24T11:36:30.679561+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:31.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:31 smithi196 bash[22395]: audit 2024-03-24T11:36:30.663994+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:31.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:31 smithi196 bash[22395]: audit 2024-03-24T11:36:30.671625+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:31.917 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:31 smithi196 bash[22395]: audit 2024-03-24T11:36:30.679561+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:32.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:31 smithi157 bash[21535]: audit 2024-03-24T11:36:30.663994+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:32.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:31 smithi157 bash[21535]: audit 2024-03-24T11:36:30.671625+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:32.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:31 smithi157 bash[21535]: audit 2024-03-24T11:36:30.679561+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:32.877 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:32 smithi194 bash[22176]: cluster 2024-03-24T11:36:31.457014+0000 mgr.a (mgr.14403) 85 : cluster 0 pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:33.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:32 smithi157 bash[21535]: cluster 2024-03-24T11:36:31.457014+0000 mgr.a (mgr.14403) 85 : cluster 0 pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:33.084 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:32 smithi196 bash[22395]: cluster 2024-03-24T11:36:31.457014+0000 mgr.a (mgr.14403) 85 : cluster 0 pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:33.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:36:33 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:36:33] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-03-24T11:36:34.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:33 smithi194 bash[22176]: audit 2024-03-24T11:36:32.964468+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:34.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:33 smithi194 bash[22176]: audit 2024-03-24T11:36:32.973985+0000 mon.a (mon.0) 906 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:34.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:33 smithi194 bash[22176]: audit 2024-03-24T11:36:32.984320+0000 mon.a (mon.0) 907 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:34.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:33 smithi157 bash[21535]: audit 2024-03-24T11:36:32.964468+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:34.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:33 smithi157 bash[21535]: audit 2024-03-24T11:36:32.973985+0000 mon.a (mon.0) 906 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:34.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:33 smithi157 bash[21535]: audit 2024-03-24T11:36:32.984320+0000 mon.a (mon.0) 907 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:34.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:33 smithi196 bash[22395]: audit 2024-03-24T11:36:32.964468+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:34.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:33 smithi196 bash[22395]: audit 2024-03-24T11:36:32.973985+0000 mon.a (mon.0) 906 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:34.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:33 smithi196 bash[22395]: audit 2024-03-24T11:36:32.984320+0000 mon.a (mon.0) 907 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:35.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:34 smithi157 bash[21535]: cluster 2024-03-24T11:36:33.457546+0000 mgr.a (mgr.14403) 86 : cluster 0 pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:35.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:34 smithi194 bash[22176]: cluster 2024-03-24T11:36:33.457546+0000 mgr.a (mgr.14403) 86 : cluster 0 pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:35.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:34 smithi196 bash[22395]: cluster 2024-03-24T11:36:33.457546+0000 mgr.a (mgr.14403) 86 : cluster 0 pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:36.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:35 smithi196 bash[22395]: audit 2024-03-24T11:36:35.522307+0000 mon.a (mon.0) 908 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:36.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:35 smithi196 bash[22395]: audit 2024-03-24T11:36:35.724511+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:36.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:35 smithi196 bash[22395]: audit 2024-03-24T11:36:35.733674+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:36.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:35 smithi196 bash[22395]: audit 2024-03-24T11:36:35.743964+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:36.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:35 smithi157 bash[21535]: audit 2024-03-24T11:36:35.522307+0000 mon.a (mon.0) 908 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:36.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:35 smithi157 bash[21535]: audit 2024-03-24T11:36:35.724511+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:36.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:35 smithi157 bash[21535]: audit 2024-03-24T11:36:35.733674+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:36.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:35 smithi157 bash[21535]: audit 2024-03-24T11:36:35.743964+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:36.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:35 smithi194 bash[22176]: audit 2024-03-24T11:36:35.522307+0000 mon.a (mon.0) 908 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:36.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:35 smithi194 bash[22176]: audit 2024-03-24T11:36:35.724511+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:36.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:35 smithi194 bash[22176]: audit 2024-03-24T11:36:35.733674+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:36.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:35 smithi194 bash[22176]: audit 2024-03-24T11:36:35.743964+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:37.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:36 smithi157 bash[21535]: cluster 2024-03-24T11:36:35.458073+0000 mgr.a (mgr.14403) 87 : cluster 0 pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:37.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:36 smithi194 bash[22176]: cluster 2024-03-24T11:36:35.458073+0000 mgr.a (mgr.14403) 87 : cluster 0 pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:37.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:36 smithi196 bash[22395]: cluster 2024-03-24T11:36:35.458073+0000 mgr.a (mgr.14403) 87 : cluster 0 pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:39.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:38 smithi157 bash[21535]: cluster 2024-03-24T11:36:37.458618+0000 mgr.a (mgr.14403) 88 : cluster 0 pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:39.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:39 smithi194 bash[22176]: cluster 2024-03-24T11:36:37.458618+0000 mgr.a (mgr.14403) 88 : cluster 0 pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:39.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:38 smithi196 bash[22395]: cluster 2024-03-24T11:36:37.458618+0000 mgr.a (mgr.14403) 88 : cluster 0 pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:41.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:41 smithi157 bash[21535]: cluster 2024-03-24T11:36:39.459122+0000 mgr.a (mgr.14403) 89 : cluster 0 pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:41.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:41 smithi194 bash[22176]: cluster 2024-03-24T11:36:39.459122+0000 mgr.a (mgr.14403) 89 : cluster 0 pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:41.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:41 smithi196 bash[22395]: cluster 2024-03-24T11:36:39.459122+0000 mgr.a (mgr.14403) 89 : cluster 0 pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:43.334 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:43 smithi157 bash[21535]: cluster 2024-03-24T11:36:41.459686+0000 mgr.a (mgr.14403) 90 : cluster 0 pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:43.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:43 smithi194 bash[22176]: cluster 2024-03-24T11:36:41.459686+0000 mgr.a (mgr.14403) 90 : cluster 0 pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:43.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:43 smithi196 bash[22395]: cluster 2024-03-24T11:36:41.459686+0000 mgr.a (mgr.14403) 90 : cluster 0 pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:43.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:36:43 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:36:43] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-03-24T11:36:45.357 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:45 smithi157 bash[21535]: cluster 2024-03-24T11:36:43.460218+0000 mgr.a (mgr.14403) 91 : cluster 0 pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:45.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:45 smithi194 bash[22176]: cluster 2024-03-24T11:36:43.460218+0000 mgr.a (mgr.14403) 91 : cluster 0 pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:45.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:45 smithi196 bash[22395]: cluster 2024-03-24T11:36:43.460218+0000 mgr.a (mgr.14403) 91 : cluster 0 pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:47.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:47 smithi194 bash[22176]: cluster 2024-03-24T11:36:45.460588+0000 mgr.a (mgr.14403) 92 : cluster 0 pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:47.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:47 smithi196 bash[22395]: cluster 2024-03-24T11:36:45.460588+0000 mgr.a (mgr.14403) 92 : cluster 0 pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:47.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:47 smithi157 bash[21535]: cluster 2024-03-24T11:36:45.460588+0000 mgr.a (mgr.14403) 92 : cluster 0 pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:49.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:49 smithi194 bash[22176]: cluster 2024-03-24T11:36:47.461034+0000 mgr.a (mgr.14403) 93 : cluster 0 pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:49.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:49 smithi196 bash[22395]: cluster 2024-03-24T11:36:47.461034+0000 mgr.a (mgr.14403) 93 : cluster 0 pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:49.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:49 smithi157 bash[21535]: cluster 2024-03-24T11:36:47.461034+0000 mgr.a (mgr.14403) 93 : cluster 0 pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:51.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:51 smithi157 bash[21535]: cluster 2024-03-24T11:36:49.461574+0000 mgr.a (mgr.14403) 94 : cluster 0 pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:51.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:51 smithi157 bash[21535]: audit 2024-03-24T11:36:50.522820+0000 mon.a (mon.0) 912 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:51.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:51 smithi157 bash[21535]: audit 2024-03-24T11:36:50.858603+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:51.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:51 smithi157 bash[21535]: audit 2024-03-24T11:36:50.867837+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:51.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:51 smithi157 bash[21535]: audit 2024-03-24T11:36:50.878262+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:51.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:51 smithi194 bash[22176]: cluster 2024-03-24T11:36:49.461574+0000 mgr.a (mgr.14403) 94 : cluster 0 pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:51.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:51 smithi194 bash[22176]: audit 2024-03-24T11:36:50.522820+0000 mon.a (mon.0) 912 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:51.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:51 smithi194 bash[22176]: audit 2024-03-24T11:36:50.858603+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:51.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:51 smithi194 bash[22176]: audit 2024-03-24T11:36:50.867837+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:51.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:51 smithi194 bash[22176]: audit 2024-03-24T11:36:50.878262+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:51.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:51 smithi196 bash[22395]: cluster 2024-03-24T11:36:49.461574+0000 mgr.a (mgr.14403) 94 : cluster 0 pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:51.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:51 smithi196 bash[22395]: audit 2024-03-24T11:36:50.522820+0000 mon.a (mon.0) 912 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:51.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:51 smithi196 bash[22395]: audit 2024-03-24T11:36:50.858603+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:51.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:51 smithi196 bash[22395]: audit 2024-03-24T11:36:50.867837+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:51.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:51 smithi196 bash[22395]: audit 2024-03-24T11:36:50.878262+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:53.246 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:53 smithi194 bash[22176]: cluster 2024-03-24T11:36:51.462114+0000 mgr.a (mgr.14403) 95 : cluster 0 pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:53.334 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:53 smithi157 bash[21535]: cluster 2024-03-24T11:36:51.462114+0000 mgr.a (mgr.14403) 95 : cluster 0 pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:53.404 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:53 smithi196 bash[22395]: cluster 2024-03-24T11:36:51.462114+0000 mgr.a (mgr.14403) 95 : cluster 0 pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:53.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:36:53 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:36:53] "GET /metrics HTTP/1.1" 200 21462 "" "Prometheus/2.43.0" 2024-03-24T11:36:54.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:54 smithi194 bash[22176]: audit 2024-03-24T11:36:53.108010+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:54.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:54 smithi194 bash[22176]: audit 2024-03-24T11:36:53.117605+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:54.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:54 smithi194 bash[22176]: audit 2024-03-24T11:36:53.127937+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:54.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:54 smithi196 bash[22395]: audit 2024-03-24T11:36:53.108010+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:54.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:54 smithi196 bash[22395]: audit 2024-03-24T11:36:53.117605+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:54.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:54 smithi196 bash[22395]: audit 2024-03-24T11:36:53.127937+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:54.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:54 smithi157 bash[21535]: audit 2024-03-24T11:36:53.108010+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:54.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:54 smithi157 bash[21535]: audit 2024-03-24T11:36:53.117605+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:54.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:54 smithi157 bash[21535]: audit 2024-03-24T11:36:53.127937+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:55.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:55 smithi194 bash[22176]: cluster 2024-03-24T11:36:53.462564+0000 mgr.a (mgr.14403) 96 : cluster 0 pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:55.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:55 smithi196 bash[22395]: cluster 2024-03-24T11:36:53.462564+0000 mgr.a (mgr.14403) 96 : cluster 0 pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:55.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:55 smithi157 bash[21535]: cluster 2024-03-24T11:36:53.462564+0000 mgr.a (mgr.14403) 96 : cluster 0 pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:57.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:56 smithi157 bash[21535]: cluster 2024-03-24T11:36:55.463068+0000 mgr.a (mgr.14403) 97 : cluster 0 pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:57.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:56 smithi157 bash[21535]: audit 2024-03-24T11:36:55.925268+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:56 smithi157 bash[21535]: audit 2024-03-24T11:36:55.934601+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:56 smithi157 bash[21535]: audit 2024-03-24T11:36:55.945065+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:56 smithi157 bash[21535]: audit 2024-03-24T11:36:56.281868+0000 mon.a (mon.0) 922 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:57.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:56 smithi157 bash[21535]: audit 2024-03-24T11:36:56.809122+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:56 smithi157 bash[21535]: audit 2024-03-24T11:36:56.816457+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:56 smithi157 bash[21535]: audit 2024-03-24T11:36:56.818134+0000 mon.a (mon.0) 925 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:57.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:56 smithi157 bash[21535]: audit 2024-03-24T11:36:56.818997+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:57.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:56 smithi157 bash[21535]: audit 2024-03-24T11:36:56.825909+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:56 smithi194 bash[22176]: cluster 2024-03-24T11:36:55.463068+0000 mgr.a (mgr.14403) 97 : cluster 0 pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:57.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:56 smithi194 bash[22176]: audit 2024-03-24T11:36:55.925268+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:56 smithi194 bash[22176]: audit 2024-03-24T11:36:55.934601+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:56 smithi194 bash[22176]: audit 2024-03-24T11:36:55.945065+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:56 smithi194 bash[22176]: audit 2024-03-24T11:36:56.281868+0000 mon.a (mon.0) 922 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:57.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:56 smithi194 bash[22176]: audit 2024-03-24T11:36:56.809122+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:56 smithi194 bash[22176]: audit 2024-03-24T11:36:56.816457+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:56 smithi194 bash[22176]: audit 2024-03-24T11:36:56.818134+0000 mon.a (mon.0) 925 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:57.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:56 smithi194 bash[22176]: audit 2024-03-24T11:36:56.818997+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:57.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:56 smithi194 bash[22176]: audit 2024-03-24T11:36:56.825909+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:56 smithi196 bash[22395]: cluster 2024-03-24T11:36:55.463068+0000 mgr.a (mgr.14403) 97 : cluster 0 pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:57.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:56 smithi196 bash[22395]: audit 2024-03-24T11:36:55.925268+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:56 smithi196 bash[22395]: audit 2024-03-24T11:36:55.934601+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:56 smithi196 bash[22395]: audit 2024-03-24T11:36:55.945065+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:56 smithi196 bash[22395]: audit 2024-03-24T11:36:56.281868+0000 mon.a (mon.0) 922 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:57.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:56 smithi196 bash[22395]: audit 2024-03-24T11:36:56.809122+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:56 smithi196 bash[22395]: audit 2024-03-24T11:36:56.816457+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:57.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:56 smithi196 bash[22395]: audit 2024-03-24T11:36:56.818134+0000 mon.a (mon.0) 925 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:57.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:56 smithi196 bash[22395]: audit 2024-03-24T11:36:56.818997+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:57.416 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:56 smithi196 bash[22395]: audit 2024-03-24T11:36:56.825909+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:36:59.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:36:58 smithi157 bash[21535]: cluster 2024-03-24T11:36:57.463660+0000 mgr.a (mgr.14403) 98 : cluster 0 pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:59.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:36:58 smithi194 bash[22176]: cluster 2024-03-24T11:36:57.463660+0000 mgr.a (mgr.14403) 98 : cluster 0 pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:36:59.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:36:58 smithi196 bash[22395]: cluster 2024-03-24T11:36:57.463660+0000 mgr.a (mgr.14403) 98 : cluster 0 pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:01.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:00 smithi157 bash[21535]: cluster 2024-03-24T11:36:59.464209+0000 mgr.a (mgr.14403) 99 : cluster 0 pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:01.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:00 smithi194 bash[22176]: cluster 2024-03-24T11:36:59.464209+0000 mgr.a (mgr.14403) 99 : cluster 0 pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:01.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:00 smithi196 bash[22395]: cluster 2024-03-24T11:36:59.464209+0000 mgr.a (mgr.14403) 99 : cluster 0 pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:03.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:02 smithi157 bash[21535]: cluster 2024-03-24T11:37:01.464760+0000 mgr.a (mgr.14403) 100 : cluster 0 pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:03.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:02 smithi194 bash[22176]: cluster 2024-03-24T11:37:01.464760+0000 mgr.a (mgr.14403) 100 : cluster 0 pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:03.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:02 smithi196 bash[22395]: cluster 2024-03-24T11:37:01.464760+0000 mgr.a (mgr.14403) 100 : cluster 0 pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:03.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:37:03 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:37:03] "GET /metrics HTTP/1.1" 200 21462 "" "Prometheus/2.43.0" 2024-03-24T11:37:05.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:04 smithi157 bash[21535]: cluster 2024-03-24T11:37:03.465279+0000 mgr.a (mgr.14403) 101 : cluster 0 pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:05.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:04 smithi194 bash[22176]: cluster 2024-03-24T11:37:03.465279+0000 mgr.a (mgr.14403) 101 : cluster 0 pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:05.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:04 smithi196 bash[22395]: cluster 2024-03-24T11:37:03.465279+0000 mgr.a (mgr.14403) 101 : cluster 0 pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:06.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:05 smithi157 bash[21535]: audit 2024-03-24T11:37:05.522682+0000 mon.a (mon.0) 928 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:06.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:05 smithi194 bash[22176]: audit 2024-03-24T11:37:05.522682+0000 mon.a (mon.0) 928 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:06.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:05 smithi196 bash[22395]: audit 2024-03-24T11:37:05.522682+0000 mon.a (mon.0) 928 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:07.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:06 smithi157 bash[21535]: cluster 2024-03-24T11:37:05.465665+0000 mgr.a (mgr.14403) 102 : cluster 0 pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:07.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:06 smithi194 bash[22176]: cluster 2024-03-24T11:37:05.465665+0000 mgr.a (mgr.14403) 102 : cluster 0 pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:07.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:06 smithi196 bash[22395]: cluster 2024-03-24T11:37:05.465665+0000 mgr.a (mgr.14403) 102 : cluster 0 pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:09.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:08 smithi157 bash[21535]: cluster 2024-03-24T11:37:07.466164+0000 mgr.a (mgr.14403) 103 : cluster 0 pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:09.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:08 smithi194 bash[22176]: cluster 2024-03-24T11:37:07.466164+0000 mgr.a (mgr.14403) 103 : cluster 0 pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:09.414 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:08 smithi196 bash[22395]: cluster 2024-03-24T11:37:07.466164+0000 mgr.a (mgr.14403) 103 : cluster 0 pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:11.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:10 smithi157 bash[21535]: cluster 2024-03-24T11:37:09.466689+0000 mgr.a (mgr.14403) 104 : cluster 0 pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:11.348 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:10 smithi194 bash[22176]: cluster 2024-03-24T11:37:09.466689+0000 mgr.a (mgr.14403) 104 : cluster 0 pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:11.414 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:10 smithi196 bash[22395]: cluster 2024-03-24T11:37:09.466689+0000 mgr.a (mgr.14403) 104 : cluster 0 pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:12.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:12 smithi194 bash[22176]: audit 2024-03-24T11:37:11.014507+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:12.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:12 smithi194 bash[22176]: audit 2024-03-24T11:37:11.020782+0000 mon.a (mon.0) 930 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:12.384 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:12 smithi194 bash[22176]: audit 2024-03-24T11:37:11.026140+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:12.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:12 smithi196 bash[22395]: audit 2024-03-24T11:37:11.014507+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:12.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:12 smithi196 bash[22395]: audit 2024-03-24T11:37:11.020782+0000 mon.a (mon.0) 930 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:12.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:12 smithi196 bash[22395]: audit 2024-03-24T11:37:11.026140+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:12.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:12 smithi157 bash[21535]: audit 2024-03-24T11:37:11.014507+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:12.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:12 smithi157 bash[21535]: audit 2024-03-24T11:37:11.020782+0000 mon.a (mon.0) 930 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:12.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:12 smithi157 bash[21535]: audit 2024-03-24T11:37:11.026140+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:13.275 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:13 smithi196 bash[22395]: cluster 2024-03-24T11:37:11.467257+0000 mgr.a (mgr.14403) 105 : cluster 0 pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:13.333 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:13 smithi157 bash[21535]: cluster 2024-03-24T11:37:11.467257+0000 mgr.a (mgr.14403) 105 : cluster 0 pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:13.334 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:13 smithi194 bash[22176]: cluster 2024-03-24T11:37:11.467257+0000 mgr.a (mgr.14403) 105 : cluster 0 pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:13.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:37:13 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:37:13] "GET /metrics HTTP/1.1" 200 21464 "" "Prometheus/2.43.0" 2024-03-24T11:37:14.633 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:14 smithi194 bash[22176]: audit 2024-03-24T11:37:13.315723+0000 mon.a (mon.0) 932 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:14.634 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:14 smithi194 bash[22176]: audit 2024-03-24T11:37:13.325215+0000 mon.a (mon.0) 933 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:14.634 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:14 smithi194 bash[22176]: audit 2024-03-24T11:37:13.335467+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:14.634 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:14 smithi194 bash[22176]: cluster 2024-03-24T11:37:13.467760+0000 mgr.a (mgr.14403) 106 : cluster 0 pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:14.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:14 smithi196 bash[22395]: audit 2024-03-24T11:37:13.315723+0000 mon.a (mon.0) 932 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:14.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:14 smithi196 bash[22395]: audit 2024-03-24T11:37:13.325215+0000 mon.a (mon.0) 933 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:14.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:14 smithi196 bash[22395]: audit 2024-03-24T11:37:13.335467+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:14.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:14 smithi196 bash[22395]: cluster 2024-03-24T11:37:13.467760+0000 mgr.a (mgr.14403) 106 : cluster 0 pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:14.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:14 smithi157 bash[21535]: audit 2024-03-24T11:37:13.315723+0000 mon.a (mon.0) 932 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:14.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:14 smithi157 bash[21535]: audit 2024-03-24T11:37:13.325215+0000 mon.a (mon.0) 933 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:14.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:14 smithi157 bash[21535]: audit 2024-03-24T11:37:13.335467+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:14.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:14 smithi157 bash[21535]: cluster 2024-03-24T11:37:13.467760+0000 mgr.a (mgr.14403) 106 : cluster 0 pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:17.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:17 smithi196 bash[22395]: cluster 2024-03-24T11:37:15.468301+0000 mgr.a (mgr.14403) 107 : cluster 0 pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:17.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:17 smithi196 bash[22395]: audit 2024-03-24T11:37:16.153888+0000 mon.a (mon.0) 935 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:17.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:17 smithi196 bash[22395]: audit 2024-03-24T11:37:16.162878+0000 mon.a (mon.0) 936 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:17.415 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:17 smithi196 bash[22395]: audit 2024-03-24T11:37:16.173069+0000 mon.a (mon.0) 937 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:17.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:17 smithi157 bash[21535]: cluster 2024-03-24T11:37:15.468301+0000 mgr.a (mgr.14403) 107 : cluster 0 pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:17.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:17 smithi157 bash[21535]: audit 2024-03-24T11:37:16.153888+0000 mon.a (mon.0) 935 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:17.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:17 smithi157 bash[21535]: audit 2024-03-24T11:37:16.162878+0000 mon.a (mon.0) 936 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:17.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:17 smithi157 bash[21535]: audit 2024-03-24T11:37:16.173069+0000 mon.a (mon.0) 937 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:17.633 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:17 smithi194 bash[22176]: cluster 2024-03-24T11:37:15.468301+0000 mgr.a (mgr.14403) 107 : cluster 0 pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:17.634 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:17 smithi194 bash[22176]: audit 2024-03-24T11:37:16.153888+0000 mon.a (mon.0) 935 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:17.634 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:17 smithi194 bash[22176]: audit 2024-03-24T11:37:16.162878+0000 mon.a (mon.0) 936 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:17.634 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:17 smithi194 bash[22176]: audit 2024-03-24T11:37:16.173069+0000 mon.a (mon.0) 937 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:18.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:18 smithi157 bash[21535]: cluster 2024-03-24T11:37:17.468838+0000 mgr.a (mgr.14403) 108 : cluster 0 pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:18.633 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:18 smithi194 bash[22176]: cluster 2024-03-24T11:37:17.468838+0000 mgr.a (mgr.14403) 108 : cluster 0 pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:18.664 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:18 smithi196 bash[22395]: cluster 2024-03-24T11:37:17.468838+0000 mgr.a (mgr.14403) 108 : cluster 0 pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:20.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:20 smithi194 bash[22176]: cluster 2024-03-24T11:37:19.469360+0000 mgr.a (mgr.14403) 109 : cluster 0 pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:20.914 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:20 smithi196 bash[22395]: cluster 2024-03-24T11:37:19.469360+0000 mgr.a (mgr.14403) 109 : cluster 0 pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:21.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:20 smithi157 bash[21535]: cluster 2024-03-24T11:37:19.469360+0000 mgr.a (mgr.14403) 109 : cluster 0 pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:21.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:21 smithi194 bash[22176]: audit 2024-03-24T11:37:20.523565+0000 mon.a (mon.0) 938 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:21.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:21 smithi196 bash[22395]: audit 2024-03-24T11:37:20.523565+0000 mon.a (mon.0) 938 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:22.001 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:21 smithi157 bash[21535]: audit 2024-03-24T11:37:20.523565+0000 mon.a (mon.0) 938 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:22.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:22 smithi194 bash[22176]: cluster 2024-03-24T11:37:21.469898+0000 mgr.a (mgr.14403) 110 : cluster 0 pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:22.914 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:22 smithi196 bash[22395]: cluster 2024-03-24T11:37:21.469898+0000 mgr.a (mgr.14403) 110 : cluster 0 pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:23.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:22 smithi157 bash[21535]: cluster 2024-03-24T11:37:21.469898+0000 mgr.a (mgr.14403) 110 : cluster 0 pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:23.754 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:37:23 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:37:23] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.43.0" 2024-03-24T11:37:24.816 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:24 smithi157 bash[21535]: cluster 2024-03-24T11:37:23.470414+0000 mgr.a (mgr.14403) 111 : cluster 0 pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:24.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:24 smithi194 bash[22176]: cluster 2024-03-24T11:37:23.470414+0000 mgr.a (mgr.14403) 111 : cluster 0 pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:24.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:24 smithi196 bash[22395]: cluster 2024-03-24T11:37:23.470414+0000 mgr.a (mgr.14403) 111 : cluster 0 pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:26.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:26 smithi194 bash[22176]: cluster 2024-03-24T11:37:25.470983+0000 mgr.a (mgr.14403) 112 : cluster 0 pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:26.914 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:26 smithi196 bash[22395]: cluster 2024-03-24T11:37:25.470983+0000 mgr.a (mgr.14403) 112 : cluster 0 pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:27.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:26 smithi157 bash[21535]: cluster 2024-03-24T11:37:25.470983+0000 mgr.a (mgr.14403) 112 : cluster 0 pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:27.688 INFO:teuthology.orchestra.run.smithi157.stderr:+ ceph orch ls 2024-03-24T11:37:28.033 INFO:teuthology.orchestra.run.smithi157.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-24T11:37:28.033 INFO:teuthology.orchestra.run.smithi157.stdout:agent 3/3 17s ago 2m * 2024-03-24T11:37:28.033 INFO:teuthology.orchestra.run.smithi157.stdout:alertmanager ?:9093,9094 1/1 11s ago 4m count:1 2024-03-24T11:37:28.033 INFO:teuthology.orchestra.run.smithi157.stdout:grafana ?:3000 1/1 17s ago 4m count:1 2024-03-24T11:37:28.033 INFO:teuthology.orchestra.run.smithi157.stdout:mgr 2/2 17s ago 8m smithi157=a;smithi194=b;count:2 2024-03-24T11:37:28.033 INFO:teuthology.orchestra.run.smithi157.stdout:mon 3/3 17s ago 9m smithi157:172.21.15.157=a;smithi194:172.21.15.194=b;smithi196:172.21.15.196=c;count:3 2024-03-24T11:37:28.033 INFO:teuthology.orchestra.run.smithi157.stdout:node-exporter ?:9100 3/3 17s ago 4m * 2024-03-24T11:37:28.033 INFO:teuthology.orchestra.run.smithi157.stdout:osd 3 17s ago - 2024-03-24T11:37:28.033 INFO:teuthology.orchestra.run.smithi157.stdout:prometheus ?:9095 1/1 14s ago 4m count:1 2024-03-24T11:37:28.047 INFO:teuthology.orchestra.run.smithi157.stderr:+ ceph orch ps 2024-03-24T11:37:28.384 INFO:teuthology.orchestra.run.smithi157.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-24T11:37:28.384 INFO:teuthology.orchestra.run.smithi157.stdout:agent.smithi157 smithi157 running 17s ago 10m - - 2024-03-24T11:37:28.384 INFO:teuthology.orchestra.run.smithi157.stdout:agent.smithi194 smithi194 running 15s ago 9m - - 2024-03-24T11:37:28.384 INFO:teuthology.orchestra.run.smithi157.stdout:agent.smithi196 smithi196 running 12s ago 9m - - 2024-03-24T11:37:28.384 INFO:teuthology.orchestra.run.smithi157.stdout:alertmanager.smithi196 smithi196 *:9093,9094 running (2m) 12s ago 3m 15.2M - 0.25.0 c8568f914cd2 20755d058d0a 2024-03-24T11:37:28.384 INFO:teuthology.orchestra.run.smithi157.stdout:grafana.smithi157 smithi157 *:3000 running (2m) 17s ago 3m 75.1M - 9.4.12 a0ea5e3c46d9 adebfadbddd5 2024-03-24T11:37:28.384 INFO:teuthology.orchestra.run.smithi157.stdout:mgr.a smithi157 *:9283,8765 running (11m) 17s ago 11m 493M - 19.0.0-1667-gdb0330b1 4f325f8440e9 741e6edf109f 2024-03-24T11:37:28.384 INFO:teuthology.orchestra.run.smithi157.stdout:mgr.b smithi194 *:8443,8765 running (8m) 15s ago 8m 437M - 19.0.0-1667-gdb0330b1 4f325f8440e9 11c0bc13d59b 2024-03-24T11:37:28.384 INFO:teuthology.orchestra.run.smithi157.stdout:mon.a smithi157 running (11m) 17s ago 11m 46.8M 2048M 19.0.0-1667-gdb0330b1 4f325f8440e9 acf40ad51978 2024-03-24T11:37:28.384 INFO:teuthology.orchestra.run.smithi157.stdout:mon.b smithi194 running (8m) 15s ago 8m 35.6M 2048M 19.0.0-1667-gdb0330b1 4f325f8440e9 0c328d1084c6 2024-03-24T11:37:28.384 INFO:teuthology.orchestra.run.smithi157.stdout:mon.c smithi196 running (8m) 12s ago 8m 33.1M 2048M 19.0.0-1667-gdb0330b1 4f325f8440e9 4c68bbacecd6 2024-03-24T11:37:28.385 INFO:teuthology.orchestra.run.smithi157.stdout:node-exporter.smithi157 smithi157 *:9100 running (3m) 17s ago 4m 8372k - 1.5.0 0da6a335fe13 d3d156045db8 2024-03-24T11:37:28.385 INFO:teuthology.orchestra.run.smithi157.stdout:node-exporter.smithi194 smithi194 *:9100 running (3m) 15s ago 3m 8779k - 1.5.0 0da6a335fe13 3ce1822ba6de 2024-03-24T11:37:28.385 INFO:teuthology.orchestra.run.smithi157.stdout:node-exporter.smithi196 smithi196 *:9100 running (3m) 12s ago 3m 8563k - 1.5.0 0da6a335fe13 795c0e6dc7ce 2024-03-24T11:37:28.385 INFO:teuthology.orchestra.run.smithi157.stdout:osd.0 smithi157 running (7m) 17s ago 7m 47.2M 4096M 19.0.0-1667-gdb0330b1 4f325f8440e9 84bbc6ee3179 2024-03-24T11:37:28.385 INFO:teuthology.orchestra.run.smithi157.stdout:osd.1 smithi194 running (6m) 15s ago 6m 38.2M 4096M 19.0.0-1667-gdb0330b1 4f325f8440e9 451aee560f98 2024-03-24T11:37:28.385 INFO:teuthology.orchestra.run.smithi157.stdout:osd.2 smithi196 running (6m) 12s ago 6m 47.0M 4096M 19.0.0-1667-gdb0330b1 4f325f8440e9 e76e3938e79d 2024-03-24T11:37:28.385 INFO:teuthology.orchestra.run.smithi157.stdout:prometheus.smithi194 smithi194 *:9095 running (3m) 15s ago 3m 41.6M - 2.43.0 a07b618ecd1d f332f3607484 2024-03-24T11:37:28.396 INFO:teuthology.orchestra.run.smithi157.stderr:+ ceph orch host ls 2024-03-24T11:37:28.733 INFO:teuthology.orchestra.run.smithi157.stdout:HOST ADDR LABELS STATUS 2024-03-24T11:37:28.733 INFO:teuthology.orchestra.run.smithi157.stdout:smithi157 172.21.15.157 2024-03-24T11:37:28.733 INFO:teuthology.orchestra.run.smithi157.stdout:smithi194 172.21.15.194 2024-03-24T11:37:28.733 INFO:teuthology.orchestra.run.smithi157.stdout:smithi196 172.21.15.196 2024-03-24T11:37:28.733 INFO:teuthology.orchestra.run.smithi157.stdout:3 hosts in cluster 2024-03-24T11:37:28.748 INFO:teuthology.orchestra.run.smithi157.stderr:++ ceph orch ps --daemon-type mon -f json 2024-03-24T11:37:28.748 INFO:teuthology.orchestra.run.smithi157.stderr:++ jq -r 'last | .daemon_name' 2024-03-24T11:37:28.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:28 smithi194 bash[22176]: cluster 2024-03-24T11:37:27.471574+0000 mgr.a (mgr.14403) 113 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:28.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:28 smithi194 bash[22176]: audit 2024-03-24T11:37:28.032254+0000 mgr.a (mgr.14403) 114 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:28.914 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:28 smithi196 bash[22395]: cluster 2024-03-24T11:37:27.471574+0000 mgr.a (mgr.14403) 113 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:28.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:28 smithi196 bash[22395]: audit 2024-03-24T11:37:28.032254+0000 mgr.a (mgr.14403) 114 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:28 smithi157 bash[21535]: cluster 2024-03-24T11:37:27.471574+0000 mgr.a (mgr.14403) 113 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:29.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:28 smithi157 bash[21535]: audit 2024-03-24T11:37:28.032254+0000 mgr.a (mgr.14403) 114 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.101 INFO:teuthology.orchestra.run.smithi157.stderr:+ MON_DAEMON=mon.c 2024-03-24T11:37:29.102 INFO:teuthology.orchestra.run.smithi157.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-03-24T11:37:29.102 INFO:teuthology.orchestra.run.smithi157.stderr:++ jq -e '.[]' 2024-03-24T11:37:29.102 INFO:teuthology.orchestra.run.smithi157.stderr:++ jq -r .hostname 2024-03-24T11:37:29.460 INFO:teuthology.orchestra.run.smithi157.stderr:+ GRAFANA_HOST=smithi157 2024-03-24T11:37:29.460 INFO:teuthology.orchestra.run.smithi157.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-03-24T11:37:29.460 INFO:teuthology.orchestra.run.smithi157.stderr:++ jq -e '.[]' 2024-03-24T11:37:29.460 INFO:teuthology.orchestra.run.smithi157.stderr:++ jq -r .hostname 2024-03-24T11:37:29.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:29 smithi157 bash[21535]: audit 2024-03-24T11:37:28.372673+0000 mgr.a (mgr.14403) 115 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:29 smithi157 bash[21535]: audit 2024-03-24T11:37:28.735616+0000 mgr.a (mgr.14403) 116 : audit 0 from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:29 smithi157 bash[21535]: audit 2024-03-24T11:37:29.081994+0000 mgr.a (mgr.14403) 117 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:29.806 INFO:teuthology.orchestra.run.smithi157.stderr:+ PROM_HOST=smithi194 2024-03-24T11:37:29.807 INFO:teuthology.orchestra.run.smithi157.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-03-24T11:37:29.807 INFO:teuthology.orchestra.run.smithi157.stderr:++ jq -e '.[]' 2024-03-24T11:37:29.807 INFO:teuthology.orchestra.run.smithi157.stderr:++ jq -r .hostname 2024-03-24T11:37:29.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:29 smithi194 bash[22176]: audit 2024-03-24T11:37:28.372673+0000 mgr.a (mgr.14403) 115 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:29 smithi194 bash[22176]: audit 2024-03-24T11:37:28.735616+0000 mgr.a (mgr.14403) 116 : audit 0 from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:29 smithi194 bash[22176]: audit 2024-03-24T11:37:29.081994+0000 mgr.a (mgr.14403) 117 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:29.914 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:29 smithi196 bash[22395]: audit 2024-03-24T11:37:28.372673+0000 mgr.a (mgr.14403) 115 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:29 smithi196 bash[22395]: audit 2024-03-24T11:37:28.735616+0000 mgr.a (mgr.14403) 116 : audit 0 from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:29 smithi196 bash[22395]: audit 2024-03-24T11:37:29.081994+0000 mgr.a (mgr.14403) 117 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:30.148 INFO:teuthology.orchestra.run.smithi157.stderr:+ ALERTM_HOST=smithi196 2024-03-24T11:37:30.148 INFO:teuthology.orchestra.run.smithi157.stderr:++ jq -r --arg GRAFANA_HOST smithi157 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-03-24T11:37:30.149 INFO:teuthology.orchestra.run.smithi157.stderr:++ ceph orch host ls -f json 2024-03-24T11:37:30.478 INFO:teuthology.orchestra.run.smithi157.stderr:+ GRAFANA_IP=172.21.15.157 2024-03-24T11:37:30.478 INFO:teuthology.orchestra.run.smithi157.stderr:++ ceph orch host ls -f json 2024-03-24T11:37:30.478 INFO:teuthology.orchestra.run.smithi157.stderr:++ jq -r --arg PROM_HOST smithi194 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-03-24T11:37:30.805 INFO:teuthology.orchestra.run.smithi157.stderr:+ PROM_IP=172.21.15.194 2024-03-24T11:37:30.805 INFO:teuthology.orchestra.run.smithi157.stderr:++ ceph orch host ls -f json 2024-03-24T11:37:30.806 INFO:teuthology.orchestra.run.smithi157.stderr:++ jq -r --arg ALERTM_HOST smithi196 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-03-24T11:37:30.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:30 smithi194 bash[22176]: audit 2024-03-24T11:37:29.446784+0000 mgr.a (mgr.14403) 118 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:30.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:30 smithi194 bash[22176]: cluster 2024-03-24T11:37:29.471924+0000 mgr.a (mgr.14403) 119 : cluster 0 pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:30.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:30 smithi194 bash[22176]: audit 2024-03-24T11:37:29.787383+0000 mgr.a (mgr.14403) 120 : audit 0 from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:30.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:30 smithi194 bash[22176]: audit 2024-03-24T11:37:30.129167+0000 mgr.a (mgr.14403) 121 : audit 0 from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:30.914 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:30 smithi196 bash[22395]: audit 2024-03-24T11:37:29.446784+0000 mgr.a (mgr.14403) 118 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:30.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:30 smithi196 bash[22395]: cluster 2024-03-24T11:37:29.471924+0000 mgr.a (mgr.14403) 119 : cluster 0 pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:30.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:30 smithi196 bash[22395]: audit 2024-03-24T11:37:29.787383+0000 mgr.a (mgr.14403) 120 : audit 0 from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:30.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:30 smithi196 bash[22395]: audit 2024-03-24T11:37:30.129167+0000 mgr.a (mgr.14403) 121 : audit 0 from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:31.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:30 smithi157 bash[21535]: audit 2024-03-24T11:37:29.446784+0000 mgr.a (mgr.14403) 118 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:31.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:30 smithi157 bash[21535]: cluster 2024-03-24T11:37:29.471924+0000 mgr.a (mgr.14403) 119 : cluster 0 pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:31.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:30 smithi157 bash[21535]: audit 2024-03-24T11:37:29.787383+0000 mgr.a (mgr.14403) 120 : audit 0 from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:31.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:30 smithi157 bash[21535]: audit 2024-03-24T11:37:30.129167+0000 mgr.a (mgr.14403) 121 : audit 0 from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:31.152 INFO:teuthology.orchestra.run.smithi157.stderr:+ ALERTM_IP=172.21.15.196 2024-03-24T11:37:31.153 INFO:teuthology.orchestra.run.smithi157.stderr:++ ceph orch host ls -f json 2024-03-24T11:37:31.153 INFO:teuthology.orchestra.run.smithi157.stderr:++ jq -r '.[] | .addr' 2024-03-24T11:37:31.486 INFO:teuthology.orchestra.run.smithi157.stderr:+ ALL_HOST_IPS='172.21.15.157 2024-03-24T11:37:31.486 INFO:teuthology.orchestra.run.smithi157.stderr:172.21.15.194 2024-03-24T11:37:31.486 INFO:teuthology.orchestra.run.smithi157.stderr:172.21.15.196' 2024-03-24T11:37:31.486 INFO:teuthology.orchestra.run.smithi157.stderr:+ for ip in $ALL_HOST_IPS 2024-03-24T11:37:31.486 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -s http://172.21.15.157:9100/metric 2024-03-24T11:37:31.490 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:37:31.490 INFO:teuthology.orchestra.run.smithi157.stdout: Node Exporter 2024-03-24T11:37:31.490 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:37:31.490 INFO:teuthology.orchestra.run.smithi157.stdout:

Node Exporter

2024-03-24T11:37:31.490 INFO:teuthology.orchestra.run.smithi157.stdout:

Metrics

2024-03-24T11:37:31.490 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:37:31.491 INFO:teuthology.orchestra.run.smithi157.stderr:+ for ip in $ALL_HOST_IPS 2024-03-24T11:37:31.491 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -s http://172.21.15.194:9100/metric 2024-03-24T11:37:31.494 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:37:31.495 INFO:teuthology.orchestra.run.smithi157.stdout: Node Exporter 2024-03-24T11:37:31.495 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:37:31.495 INFO:teuthology.orchestra.run.smithi157.stdout:

Node Exporter

2024-03-24T11:37:31.495 INFO:teuthology.orchestra.run.smithi157.stdout:

Metrics

2024-03-24T11:37:31.495 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:37:31.495 INFO:teuthology.orchestra.run.smithi157.stderr:+ for ip in $ALL_HOST_IPS 2024-03-24T11:37:31.495 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -s http://172.21.15.196:9100/metric 2024-03-24T11:37:31.499 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:37:31.499 INFO:teuthology.orchestra.run.smithi157.stdout: Node Exporter 2024-03-24T11:37:31.499 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:37:31.499 INFO:teuthology.orchestra.run.smithi157.stdout:

Node Exporter

2024-03-24T11:37:31.499 INFO:teuthology.orchestra.run.smithi157.stdout:

Metrics

2024-03-24T11:37:31.499 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-03-24T11:37:31.500 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -k -s https://172.21.15.157:3000/api/health 2024-03-24T11:37:31.515 INFO:teuthology.orchestra.run.smithi157.stdout: { 2024-03-24T11:37:31.515 INFO:teuthology.orchestra.run.smithi157.stdout: "commit": "37ee25ba46", 2024-03-24T11:37:31.515 INFO:teuthology.orchestra.run.smithi157.stdout: "database": "ok", 2024-03-24T11:37:31.515 INFO:teuthology.orchestra.run.smithi157.stdout: "version": "9.4.12" 2024-03-24T11:37:31.517 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -k -s https://172.21.15.157:3000/api/health 2024-03-24T11:37:31.517 INFO:teuthology.orchestra.run.smithi157.stderr:+ jq -e '.database == "ok"' 2024-03-24T11:37:31.528 INFO:teuthology.orchestra.run.smithi157.stdout:}true 2024-03-24T11:37:31.528 INFO:teuthology.orchestra.run.smithi157.stderr:+ ceph orch daemon stop mon.c 2024-03-24T11:37:31.883 INFO:teuthology.orchestra.run.smithi157.stdout:Scheduled to stop mon.c on host 'smithi196' 2024-03-24T11:37:31.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:31 smithi194 bash[22176]: audit 2024-03-24T11:37:30.468261+0000 mgr.a (mgr.14403) 122 : audit 0 from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:31.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:31 smithi194 bash[22176]: audit 2024-03-24T11:37:30.795506+0000 mgr.a (mgr.14403) 123 : audit 0 from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:31.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:31 smithi194 bash[22176]: audit 2024-03-24T11:37:31.142816+0000 mgr.a (mgr.14403) 124 : audit 0 from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:31.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:31 smithi194 bash[22176]: audit 2024-03-24T11:37:31.185601+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:31.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:31 smithi194 bash[22176]: audit 2024-03-24T11:37:31.191113+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:31.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:31 smithi194 bash[22176]: audit 2024-03-24T11:37:31.196534+0000 mon.a (mon.0) 941 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:31.897 INFO:teuthology.orchestra.run.smithi157.stderr:+ sleep 120 2024-03-24T11:37:31.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:31 smithi196 bash[22395]: audit 2024-03-24T11:37:30.468261+0000 mgr.a (mgr.14403) 122 : audit 0 from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:31.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:31 smithi196 bash[22395]: audit 2024-03-24T11:37:30.795506+0000 mgr.a (mgr.14403) 123 : audit 0 from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:31.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:31 smithi196 bash[22395]: audit 2024-03-24T11:37:31.142816+0000 mgr.a (mgr.14403) 124 : audit 0 from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:31.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:31 smithi196 bash[22395]: audit 2024-03-24T11:37:31.185601+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:31.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:31 smithi196 bash[22395]: audit 2024-03-24T11:37:31.191113+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:31.915 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:31 smithi196 bash[22395]: audit 2024-03-24T11:37:31.196534+0000 mon.a (mon.0) 941 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:32.001 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:31 smithi157 bash[21535]: audit 2024-03-24T11:37:30.468261+0000 mgr.a (mgr.14403) 122 : audit 0 from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:32.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:31 smithi157 bash[21535]: audit 2024-03-24T11:37:30.795506+0000 mgr.a (mgr.14403) 123 : audit 0 from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:32.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:31 smithi157 bash[21535]: audit 2024-03-24T11:37:31.142816+0000 mgr.a (mgr.14403) 124 : audit 0 from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:32.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:31 smithi157 bash[21535]: audit 2024-03-24T11:37:31.185601+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:32.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:31 smithi157 bash[21535]: audit 2024-03-24T11:37:31.191113+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:32.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:31 smithi157 bash[21535]: audit 2024-03-24T11:37:31.196534+0000 mon.a (mon.0) 941 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:33.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:32 smithi194 bash[22176]: cluster 2024-03-24T11:37:31.472397+0000 mgr.a (mgr.14403) 125 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:33.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:32 smithi194 bash[22176]: audit 2024-03-24T11:37:31.476198+0000 mgr.a (mgr.14403) 126 : audit 0 from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:33.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:32 smithi194 bash[22176]: audit 2024-03-24T11:37:31.874005+0000 mgr.a (mgr.14403) 127 : audit 0 from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:33.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:32 smithi194 bash[22176]: cephadm 2024-03-24T11:37:31.874838+0000 mgr.a (mgr.14403) 128 : cephadm 1 Schedule stop daemon mon.c 2024-03-24T11:37:33.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:32 smithi194 bash[22176]: audit 2024-03-24T11:37:31.880785+0000 mon.a (mon.0) 942 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:33.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:32 smithi194 bash[22176]: audit 2024-03-24T11:37:31.886409+0000 mon.a (mon.0) 943 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:33.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:32 smithi194 bash[22176]: audit 2024-03-24T11:37:31.913950+0000 mon.a (mon.0) 944 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:33.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:32 smithi194 bash[22176]: audit 2024-03-24T11:37:31.916740+0000 mon.a (mon.0) 945 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:33.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:32 smithi194 bash[22176]: audit 2024-03-24T11:37:31.917543+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:33.134 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:32 smithi194 bash[22176]: audit 2024-03-24T11:37:31.924954+0000 mon.a (mon.0) 947 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:33.164 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:32 smithi196 bash[22395]: cluster 2024-03-24T11:37:31.472397+0000 mgr.a (mgr.14403) 125 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:33.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:32 smithi196 bash[22395]: audit 2024-03-24T11:37:31.476198+0000 mgr.a (mgr.14403) 126 : audit 0 from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:33.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:32 smithi196 bash[22395]: audit 2024-03-24T11:37:31.874005+0000 mgr.a (mgr.14403) 127 : audit 0 from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:33.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:32 smithi196 bash[22395]: cephadm 2024-03-24T11:37:31.874838+0000 mgr.a (mgr.14403) 128 : cephadm 1 Schedule stop daemon mon.c 2024-03-24T11:37:33.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:32 smithi196 bash[22395]: audit 2024-03-24T11:37:31.880785+0000 mon.a (mon.0) 942 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:33.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:32 smithi196 bash[22395]: audit 2024-03-24T11:37:31.886409+0000 mon.a (mon.0) 943 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:33.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:32 smithi196 bash[22395]: audit 2024-03-24T11:37:31.913950+0000 mon.a (mon.0) 944 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:33.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:32 smithi196 bash[22395]: audit 2024-03-24T11:37:31.916740+0000 mon.a (mon.0) 945 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:33.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:32 smithi196 bash[22395]: audit 2024-03-24T11:37:31.917543+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:33.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:32 smithi196 bash[22395]: audit 2024-03-24T11:37:31.924954+0000 mon.a (mon.0) 947 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:33.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:32 smithi157 bash[21535]: cluster 2024-03-24T11:37:31.472397+0000 mgr.a (mgr.14403) 125 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:33.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:32 smithi157 bash[21535]: audit 2024-03-24T11:37:31.476198+0000 mgr.a (mgr.14403) 126 : audit 0 from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:37:33.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:32 smithi157 bash[21535]: audit 2024-03-24T11:37:31.874005+0000 mgr.a (mgr.14403) 127 : audit 0 from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:33.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:32 smithi157 bash[21535]: cephadm 2024-03-24T11:37:31.874838+0000 mgr.a (mgr.14403) 128 : cephadm 1 Schedule stop daemon mon.c 2024-03-24T11:37:33.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:32 smithi157 bash[21535]: audit 2024-03-24T11:37:31.880785+0000 mon.a (mon.0) 942 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:33.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:32 smithi157 bash[21535]: audit 2024-03-24T11:37:31.886409+0000 mon.a (mon.0) 943 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:33.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:32 smithi157 bash[21535]: audit 2024-03-24T11:37:31.913950+0000 mon.a (mon.0) 944 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:33.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:32 smithi157 bash[21535]: audit 2024-03-24T11:37:31.916740+0000 mon.a (mon.0) 945 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:33.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:32 smithi157 bash[21535]: audit 2024-03-24T11:37:31.917543+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:33.253 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:32 smithi157 bash[21535]: audit 2024-03-24T11:37:31.924954+0000 mon.a (mon.0) 947 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:33.752 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:37:33 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:37:33] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.43.0" 2024-03-24T11:37:34.633 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:34 smithi194 bash[22176]: cluster 2024-03-24T11:37:33.472854+0000 mgr.a (mgr.14403) 129 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:34.633 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:34 smithi194 bash[22176]: audit 2024-03-24T11:37:33.545830+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:34.633 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:34 smithi194 bash[22176]: audit 2024-03-24T11:37:33.555887+0000 mon.a (mon.0) 949 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:34.633 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:34 smithi194 bash[22176]: audit 2024-03-24T11:37:33.566465+0000 mon.a (mon.0) 950 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:34.664 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:34 smithi196 bash[22395]: cluster 2024-03-24T11:37:33.472854+0000 mgr.a (mgr.14403) 129 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:34.664 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:34 smithi196 bash[22395]: audit 2024-03-24T11:37:33.545830+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:34.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:34 smithi196 bash[22395]: audit 2024-03-24T11:37:33.555887+0000 mon.a (mon.0) 949 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:34.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:34 smithi196 bash[22395]: audit 2024-03-24T11:37:33.566465+0000 mon.a (mon.0) 950 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:35.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:34 smithi157 bash[21535]: cluster 2024-03-24T11:37:33.472854+0000 mgr.a (mgr.14403) 129 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:35.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:34 smithi157 bash[21535]: audit 2024-03-24T11:37:33.545830+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:35.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:34 smithi157 bash[21535]: audit 2024-03-24T11:37:33.555887+0000 mon.a (mon.0) 949 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:35.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:34 smithi157 bash[21535]: audit 2024-03-24T11:37:33.566465+0000 mon.a (mon.0) 950 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:35.817 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:35 smithi194 bash[22176]: audit 2024-03-24T11:37:35.525427+0000 mon.a (mon.0) 951 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:35.878 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:35 smithi196 bash[22395]: audit 2024-03-24T11:37:35.525427+0000 mon.a (mon.0) 951 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:36.001 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:35 smithi157 bash[21535]: audit 2024-03-24T11:37:35.525427+0000 mon.a (mon.0) 951 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:36.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:36 smithi196 bash[22395]: cluster 2024-03-24T11:37:35.473361+0000 mgr.a (mgr.14403) 130 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:36.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:36 smithi196 bash[22395]: audit 2024-03-24T11:37:36.362945+0000 mon.a (mon.0) 952 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:36.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:36 smithi196 bash[22395]: audit 2024-03-24T11:37:36.372538+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:36.665 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:36 smithi196 bash[22395]: audit 2024-03-24T11:37:36.383056+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:36.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:36 smithi194 bash[22176]: cluster 2024-03-24T11:37:35.473361+0000 mgr.a (mgr.14403) 130 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:36.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:36 smithi194 bash[22176]: audit 2024-03-24T11:37:36.362945+0000 mon.a (mon.0) 952 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:36.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:36 smithi194 bash[22176]: audit 2024-03-24T11:37:36.372538+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:36.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:36 smithi194 bash[22176]: audit 2024-03-24T11:37:36.383056+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:37.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:36 smithi157 bash[21535]: cluster 2024-03-24T11:37:35.473361+0000 mgr.a (mgr.14403) 130 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:37.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:36 smithi157 bash[21535]: audit 2024-03-24T11:37:36.362945+0000 mon.a (mon.0) 952 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:37.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:36 smithi157 bash[21535]: audit 2024-03-24T11:37:36.372538+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:37.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:36 smithi157 bash[21535]: audit 2024-03-24T11:37:36.383056+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:37.279 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:37 smithi196 systemd[1]: Stopping Ceph mon.c for 0f82b38c-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:37:37.280 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:37 smithi196 bash[22395]: debug 2024-03-24T11:37:37.132+0000 7f8e2fc8b700 -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-03-24T11:37:37.280 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:37 smithi196 bash[22395]: debug 2024-03-24T11:37:37.132+0000 7f8e2fc8b700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-24T11:37:38.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:37 smithi196 bash[35224]: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715-mon-c 2024-03-24T11:37:38.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:37 smithi196 bash[35282]: Error response from daemon: No such container: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715-mon-c 2024-03-24T11:37:38.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:37 smithi196 systemd[1]: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-24T11:37:38.165 INFO:journalctl@ceph.mon.c.smithi196.stdout:Mar 24 11:37:37 smithi196 systemd[1]: Stopped Ceph mon.c for 0f82b38c-e9d1-11ee-95cd-87774f69a715. 2024-03-24T11:37:43.751 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:37:43 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:37:43] "GET /metrics HTTP/1.1" 200 21457 "" "Prometheus/2.43.0" 2024-03-24T11:37:52.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:39.474450+0000 mgr.a (mgr.14403) 132 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:52.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:41.474994+0000 mgr.a (mgr.14403) 133 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:52.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:43.475522+0000 mgr.a (mgr.14403) 134 : cluster 0 pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:52.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:45.475950+0000 mgr.a (mgr.14403) 135 : cluster 0 pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:52.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:46.566037+0000 mon.b (mon.2) 17 : cluster 1 mon.b calling monitor election 2024-03-24T11:37:52.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:46.566321+0000 mon.a (mon.0) 955 : cluster 1 mon.a calling monitor election 2024-03-24T11:37:52.884 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:47.476283+0000 mgr.a (mgr.14403) 136 : cluster 0 pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:49.476776+0000 mgr.a (mgr.14403) 137 : cluster 0 pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:50.526217+0000 mon.a (mon.0) 956 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:51.477350+0000 mgr.a (mgr.14403) 138 : cluster 0 pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:51.585399+0000 mon.a (mon.0) 957 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:51.594094+0000 mon.a (mon.0) 958 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0],b=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],c=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:51.613247+0000 mon.a (mon.0) 959 : cluster 0 fsmap 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:51.613301+0000 mon.a (mon.0) 960 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:51.614961+0000 mon.a (mon.0) 961 : cluster 0 mgrmap e21: a(active, since 3m), standbys: b 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:51.615290+0000 mon.a (mon.0) 962 : cluster 3 Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:51.632755+0000 mon.a (mon.0) 963 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:51.633653+0000 mon.a (mon.0) 964 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:51.633725+0000 mon.a (mon.0) 965 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: cluster 2024-03-24T11:37:51.633765+0000 mon.a (mon.0) 966 : cluster 3 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-03-24T11:37:52.885 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:51.639913+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:52.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:51.647388+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:52.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:51.656087+0000 mon.a (mon.0) 969 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:52.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:51.666274+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:52.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:51.669908+0000 mon.a (mon.0) 971 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:52.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:52.200664+0000 mon.a (mon.0) 972 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:52.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:52.212404+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:52.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:52.215286+0000 mon.a (mon.0) 974 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:52.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:52.217094+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:52.886 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:52 smithi194 bash[22176]: audit 2024-03-24T11:37:52.227360+0000 mon.a (mon.0) 976 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:53.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:39.474450+0000 mgr.a (mgr.14403) 132 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:53.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:41.474994+0000 mgr.a (mgr.14403) 133 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:53.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:43.475522+0000 mgr.a (mgr.14403) 134 : cluster 0 pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:53.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:45.475950+0000 mgr.a (mgr.14403) 135 : cluster 0 pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:53.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:46.566037+0000 mon.b (mon.2) 17 : cluster 1 mon.b calling monitor election 2024-03-24T11:37:53.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:46.566321+0000 mon.a (mon.0) 955 : cluster 1 mon.a calling monitor election 2024-03-24T11:37:53.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:47.476283+0000 mgr.a (mgr.14403) 136 : cluster 0 pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:53.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:49.476776+0000 mgr.a (mgr.14403) 137 : cluster 0 pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:53.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:50.526217+0000 mon.a (mon.0) 956 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:53.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:51.477350+0000 mgr.a (mgr.14403) 138 : cluster 0 pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:53.003 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:51.585399+0000 mon.a (mon.0) 957 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:51.594094+0000 mon.a (mon.0) 958 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0],b=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],c=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:51.613247+0000 mon.a (mon.0) 959 : cluster 0 fsmap 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:51.613301+0000 mon.a (mon.0) 960 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:51.614961+0000 mon.a (mon.0) 961 : cluster 0 mgrmap e21: a(active, since 3m), standbys: b 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:51.615290+0000 mon.a (mon.0) 962 : cluster 3 Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:51.632755+0000 mon.a (mon.0) 963 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:51.633653+0000 mon.a (mon.0) 964 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:51.633725+0000 mon.a (mon.0) 965 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: cluster 2024-03-24T11:37:51.633765+0000 mon.a (mon.0) 966 : cluster 3 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-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:51.639913+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:51.647388+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:51.656087+0000 mon.a (mon.0) 969 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:51.666274+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:53.004 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:51.669908+0000 mon.a (mon.0) 971 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:53.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:52.200664+0000 mon.a (mon.0) 972 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:53.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:52.212404+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:53.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:52.215286+0000 mon.a (mon.0) 974 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:53.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:52.217094+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:53.005 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:52 smithi157 bash[21535]: audit 2024-03-24T11:37:52.227360+0000 mon.a (mon.0) 976 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:53.751 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:37:53 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:37:53] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-03-24T11:37:55.042 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:54 smithi194 bash[22176]: cluster 2024-03-24T11:37:53.477818+0000 mgr.a (mgr.14403) 139 : cluster 0 pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:55.042 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:54 smithi194 bash[22176]: audit 2024-03-24T11:37:53.770720+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:55.042 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:54 smithi194 bash[22176]: audit 2024-03-24T11:37:53.780520+0000 mon.a (mon.0) 978 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:55.042 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:54 smithi194 bash[22176]: audit 2024-03-24T11:37:53.791043+0000 mon.a (mon.0) 979 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:55.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:54 smithi157 bash[21535]: cluster 2024-03-24T11:37:53.477818+0000 mgr.a (mgr.14403) 139 : cluster 0 pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:55.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:54 smithi157 bash[21535]: audit 2024-03-24T11:37:53.770720+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:55.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:54 smithi157 bash[21535]: audit 2024-03-24T11:37:53.780520+0000 mon.a (mon.0) 978 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:55.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:54 smithi157 bash[21535]: audit 2024-03-24T11:37:53.791043+0000 mon.a (mon.0) 979 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:57.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:56 smithi194 bash[22176]: cluster 2024-03-24T11:37:55.478358+0000 mgr.a (mgr.14403) 140 : cluster 0 pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:57.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:56 smithi194 bash[22176]: audit 2024-03-24T11:37:56.562402+0000 mon.a (mon.0) 980 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:57.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:56 smithi194 bash[22176]: audit 2024-03-24T11:37:56.571510+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:57.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:56 smithi194 bash[22176]: audit 2024-03-24T11:37:56.581701+0000 mon.a (mon.0) 982 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:57.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:56 smithi157 bash[21535]: cluster 2024-03-24T11:37:55.478358+0000 mgr.a (mgr.14403) 140 : cluster 0 pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:57.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:56 smithi157 bash[21535]: audit 2024-03-24T11:37:56.562402+0000 mon.a (mon.0) 980 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:57.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:56 smithi157 bash[21535]: audit 2024-03-24T11:37:56.571510+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:57.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:56 smithi157 bash[21535]: audit 2024-03-24T11:37:56.581701+0000 mon.a (mon.0) 982 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:37:59.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:37:58 smithi194 bash[22176]: cluster 2024-03-24T11:37:57.478895+0000 mgr.a (mgr.14403) 141 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:37:59.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:37:58 smithi157 bash[21535]: cluster 2024-03-24T11:37:57.478895+0000 mgr.a (mgr.14403) 141 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:01.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:00 smithi194 bash[22176]: cluster 2024-03-24T11:37:59.479412+0000 mgr.a (mgr.14403) 142 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:01.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:00 smithi194 bash[22176]: audit 2024-03-24T11:38:00.183942+0000 mon.a (mon.0) 983 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:01.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:00 smithi194 bash[22176]: audit 2024-03-24T11:38:00.192792+0000 mon.a (mon.0) 984 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:01.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:00 smithi194 bash[22176]: audit 2024-03-24T11:38:00.203009+0000 mon.a (mon.0) 985 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:01.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:00 smithi157 bash[21535]: cluster 2024-03-24T11:37:59.479412+0000 mgr.a (mgr.14403) 142 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:01.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:00 smithi157 bash[21535]: audit 2024-03-24T11:38:00.183942+0000 mon.a (mon.0) 983 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:01.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:00 smithi157 bash[21535]: audit 2024-03-24T11:38:00.192792+0000 mon.a (mon.0) 984 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:01.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:00 smithi157 bash[21535]: audit 2024-03-24T11:38:00.203009+0000 mon.a (mon.0) 985 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:03.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:02 smithi194 bash[22176]: cluster 2024-03-24T11:38:01.479932+0000 mgr.a (mgr.14403) 143 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:03.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:02 smithi157 bash[21535]: cluster 2024-03-24T11:38:01.479932+0000 mgr.a (mgr.14403) 143 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:03.751 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:38:03 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:38:03] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-03-24T11:38:05.002 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:04 smithi157 bash[21535]: cluster 2024-03-24T11:38:03.480445+0000 mgr.a (mgr.14403) 144 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:05.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:04 smithi194 bash[22176]: cluster 2024-03-24T11:38:03.480445+0000 mgr.a (mgr.14403) 144 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:06.751 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:06 smithi157 bash[21535]: cluster 2024-03-24T11:38:05.480994+0000 mgr.a (mgr.14403) 145 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:06.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:06 smithi157 bash[21535]: audit 2024-03-24T11:38:05.529562+0000 mon.a (mon.0) 986 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:06.752 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:06 smithi157 bash[21535]: audit 2024-03-24T11:38:05.530637+0000 mon.a (mon.0) 987 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:06.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:06 smithi194 bash[22176]: cluster 2024-03-24T11:38:05.480994+0000 mgr.a (mgr.14403) 145 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:06.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:06 smithi194 bash[22176]: audit 2024-03-24T11:38:05.529562+0000 mon.a (mon.0) 986 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:06.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:06 smithi194 bash[22176]: audit 2024-03-24T11:38:05.530637+0000 mon.a (mon.0) 987 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:08.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:08 smithi194 bash[22176]: cluster 2024-03-24T11:38:07.481442+0000 mgr.a (mgr.14403) 146 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:09.001 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:08 smithi157 bash[21535]: cluster 2024-03-24T11:38:07.481442+0000 mgr.a (mgr.14403) 146 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:10.883 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:10 smithi194 bash[22176]: cluster 2024-03-24T11:38:09.481942+0000 mgr.a (mgr.14403) 147 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:11.001 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:10 smithi157 bash[21535]: cluster 2024-03-24T11:38:09.481942+0000 mgr.a (mgr.14403) 147 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:13.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:12 smithi194 bash[22176]: cluster 2024-03-24T11:38:11.482467+0000 mgr.a (mgr.14403) 148 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:13.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:12 smithi194 bash[22176]: audit 2024-03-24T11:38:11.865136+0000 mon.a (mon.0) 988 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:13.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:12 smithi194 bash[22176]: audit 2024-03-24T11:38:11.874137+0000 mon.a (mon.0) 989 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:13.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:12 smithi194 bash[22176]: audit 2024-03-24T11:38:11.882762+0000 mon.a (mon.0) 990 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:13.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:12 smithi157 bash[21535]: cluster 2024-03-24T11:38:11.482467+0000 mgr.a (mgr.14403) 148 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:13.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:12 smithi157 bash[21535]: audit 2024-03-24T11:38:11.865136+0000 mon.a (mon.0) 988 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:13.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:12 smithi157 bash[21535]: audit 2024-03-24T11:38:11.874137+0000 mon.a (mon.0) 989 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:13.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:12 smithi157 bash[21535]: audit 2024-03-24T11:38:11.882762+0000 mon.a (mon.0) 990 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:13.751 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:38:13 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:38:13] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-03-24T11:38:15.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:14 smithi157 bash[21535]: cluster 2024-03-24T11:38:13.482959+0000 mgr.a (mgr.14403) 149 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:15.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:14 smithi157 bash[21535]: audit 2024-03-24T11:38:13.995828+0000 mon.a (mon.0) 991 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:15.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:14 smithi157 bash[21535]: audit 2024-03-24T11:38:14.005318+0000 mon.a (mon.0) 992 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:15.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:14 smithi157 bash[21535]: audit 2024-03-24T11:38:14.015658+0000 mon.a (mon.0) 993 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:15.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:14 smithi194 bash[22176]: cluster 2024-03-24T11:38:13.482959+0000 mgr.a (mgr.14403) 149 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:15.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:14 smithi194 bash[22176]: audit 2024-03-24T11:38:13.995828+0000 mon.a (mon.0) 991 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:15.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:14 smithi194 bash[22176]: audit 2024-03-24T11:38:14.005318+0000 mon.a (mon.0) 992 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:15.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:14 smithi194 bash[22176]: audit 2024-03-24T11:38:14.015658+0000 mon.a (mon.0) 993 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:17.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:16 smithi157 bash[21535]: cluster 2024-03-24T11:38:15.483464+0000 mgr.a (mgr.14403) 150 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:17.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:17 smithi194 bash[22176]: cluster 2024-03-24T11:38:15.483464+0000 mgr.a (mgr.14403) 150 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:19.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:19 smithi157 bash[21535]: cluster 2024-03-24T11:38:17.483996+0000 mgr.a (mgr.14403) 151 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:19.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:19 smithi194 bash[22176]: cluster 2024-03-24T11:38:17.483996+0000 mgr.a (mgr.14403) 151 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:21.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:20 smithi194 bash[22176]: cluster 2024-03-24T11:38:19.484531+0000 mgr.a (mgr.14403) 152 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:21.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:20 smithi194 bash[22176]: audit 2024-03-24T11:38:19.828372+0000 mon.a (mon.0) 994 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:21.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:20 smithi194 bash[22176]: audit 2024-03-24T11:38:19.837653+0000 mon.a (mon.0) 995 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:21.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:20 smithi194 bash[22176]: audit 2024-03-24T11:38:19.848301+0000 mon.a (mon.0) 996 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:21.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:20 smithi194 bash[22176]: audit 2024-03-24T11:38:20.526924+0000 mon.a (mon.0) 997 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:21.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:20 smithi157 bash[21535]: cluster 2024-03-24T11:38:19.484531+0000 mgr.a (mgr.14403) 152 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:21.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:20 smithi157 bash[21535]: audit 2024-03-24T11:38:19.828372+0000 mon.a (mon.0) 994 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:21.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:20 smithi157 bash[21535]: audit 2024-03-24T11:38:19.837653+0000 mon.a (mon.0) 995 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:21.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:20 smithi157 bash[21535]: audit 2024-03-24T11:38:19.848301+0000 mon.a (mon.0) 996 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:21.252 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:20 smithi157 bash[21535]: audit 2024-03-24T11:38:20.526924+0000 mon.a (mon.0) 997 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:23.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:22 smithi194 bash[22176]: cluster 2024-03-24T11:38:21.485073+0000 mgr.a (mgr.14403) 153 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:23.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:22 smithi157 bash[21535]: cluster 2024-03-24T11:38:21.485073+0000 mgr.a (mgr.14403) 153 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:23.751 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:38:23 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:38:23] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.43.0" 2024-03-24T11:38:25.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:24 smithi194 bash[22176]: cluster 2024-03-24T11:38:23.485584+0000 mgr.a (mgr.14403) 154 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:25.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:24 smithi157 bash[21535]: cluster 2024-03-24T11:38:23.485584+0000 mgr.a (mgr.14403) 154 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:27.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:26 smithi194 bash[22176]: cluster 2024-03-24T11:38:25.486074+0000 mgr.a (mgr.14403) 155 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:27.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:26 smithi157 bash[21535]: cluster 2024-03-24T11:38:25.486074+0000 mgr.a (mgr.14403) 155 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:29.098 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:28 smithi157 bash[21535]: cluster 2024-03-24T11:38:27.486509+0000 mgr.a (mgr.14403) 156 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:29.132 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:28 smithi194 bash[22176]: cluster 2024-03-24T11:38:27.486509+0000 mgr.a (mgr.14403) 156 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:31.133 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:30 smithi194 bash[22176]: cluster 2024-03-24T11:38:29.487026+0000 mgr.a (mgr.14403) 157 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:31.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:30 smithi157 bash[21535]: cluster 2024-03-24T11:38:29.487026+0000 mgr.a (mgr.14403) 157 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:33.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:33 smithi194 bash[22176]: cluster 2024-03-24T11:38:31.487597+0000 mgr.a (mgr.14403) 158 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:33.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:33 smithi194 bash[22176]: audit 2024-03-24T11:38:32.094162+0000 mon.a (mon.0) 998 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:33.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:33 smithi194 bash[22176]: audit 2024-03-24T11:38:32.103315+0000 mon.a (mon.0) 999 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:33.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:33 smithi194 bash[22176]: audit 2024-03-24T11:38:32.114126+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:33.501 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:38:33 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:38:33] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.43.0" 2024-03-24T11:38:33.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:33 smithi157 bash[21535]: cluster 2024-03-24T11:38:31.487597+0000 mgr.a (mgr.14403) 158 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:33.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:33 smithi157 bash[21535]: audit 2024-03-24T11:38:32.094162+0000 mon.a (mon.0) 998 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:33.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:33 smithi157 bash[21535]: audit 2024-03-24T11:38:32.103315+0000 mon.a (mon.0) 999 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:33.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:33 smithi157 bash[21535]: audit 2024-03-24T11:38:32.114126+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:35.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:35 smithi194 bash[22176]: cluster 2024-03-24T11:38:33.488106+0000 mgr.a (mgr.14403) 159 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:35.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:35 smithi194 bash[22176]: audit 2024-03-24T11:38:34.219608+0000 mon.a (mon.0) 1001 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:35.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:35 smithi194 bash[22176]: audit 2024-03-24T11:38:34.229473+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:35.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:35 smithi194 bash[22176]: audit 2024-03-24T11:38:34.240124+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:35.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:35 smithi157 bash[21535]: cluster 2024-03-24T11:38:33.488106+0000 mgr.a (mgr.14403) 159 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:35.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:35 smithi157 bash[21535]: audit 2024-03-24T11:38:34.219608+0000 mon.a (mon.0) 1001 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:35.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:35 smithi157 bash[21535]: audit 2024-03-24T11:38:34.229473+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:35.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:35 smithi157 bash[21535]: audit 2024-03-24T11:38:34.240124+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:36.358 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:36 smithi194 bash[22176]: audit 2024-03-24T11:38:35.527139+0000 mon.a (mon.0) 1004 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:36.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:36 smithi157 bash[21535]: audit 2024-03-24T11:38:35.527139+0000 mon.a (mon.0) 1004 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:37.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:37 smithi194 bash[22176]: cluster 2024-03-24T11:38:35.488583+0000 mgr.a (mgr.14403) 160 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:37.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:37 smithi157 bash[21535]: cluster 2024-03-24T11:38:35.488583+0000 mgr.a (mgr.14403) 160 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:39.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:39 smithi194 bash[22176]: cluster 2024-03-24T11:38:37.489055+0000 mgr.a (mgr.14403) 161 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:39.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:39 smithi157 bash[21535]: cluster 2024-03-24T11:38:37.489055+0000 mgr.a (mgr.14403) 161 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:41.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:41 smithi194 bash[22176]: cluster 2024-03-24T11:38:39.489537+0000 mgr.a (mgr.14403) 162 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:41.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:41 smithi194 bash[22176]: audit 2024-03-24T11:38:40.053890+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:41.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:41 smithi194 bash[22176]: audit 2024-03-24T11:38:40.063125+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:41.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:41 smithi194 bash[22176]: audit 2024-03-24T11:38:40.073797+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:41.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:41 smithi157 bash[21535]: cluster 2024-03-24T11:38:39.489537+0000 mgr.a (mgr.14403) 162 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:41.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:41 smithi157 bash[21535]: audit 2024-03-24T11:38:40.053890+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:41.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:41 smithi157 bash[21535]: audit 2024-03-24T11:38:40.063125+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:41.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:41 smithi157 bash[21535]: audit 2024-03-24T11:38:40.073797+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:43.332 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:43 smithi157 bash[21535]: cluster 2024-03-24T11:38:41.490062+0000 mgr.a (mgr.14403) 163 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:43.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:43 smithi194 bash[22176]: cluster 2024-03-24T11:38:41.490062+0000 mgr.a (mgr.14403) 163 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:43.751 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:38:43 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:38:43] "GET /metrics HTTP/1.1" 200 21521 "" "Prometheus/2.43.0" 2024-03-24T11:38:45.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:45 smithi194 bash[22176]: cluster 2024-03-24T11:38:43.490539+0000 mgr.a (mgr.14403) 164 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:45.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:45 smithi157 bash[21535]: cluster 2024-03-24T11:38:43.490539+0000 mgr.a (mgr.14403) 164 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:47.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:47 smithi194 bash[22176]: cluster 2024-03-24T11:38:45.491083+0000 mgr.a (mgr.14403) 165 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:47.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:47 smithi157 bash[21535]: cluster 2024-03-24T11:38:45.491083+0000 mgr.a (mgr.14403) 165 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:49.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:49 smithi194 bash[22176]: cluster 2024-03-24T11:38:47.491664+0000 mgr.a (mgr.14403) 166 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:49.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:49 smithi157 bash[21535]: cluster 2024-03-24T11:38:47.491664+0000 mgr.a (mgr.14403) 166 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:51.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:51 smithi194 bash[22176]: cluster 2024-03-24T11:38:49.492061+0000 mgr.a (mgr.14403) 167 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:51.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:51 smithi194 bash[22176]: audit 2024-03-24T11:38:50.527768+0000 mon.a (mon.0) 1008 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:51.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:51 smithi157 bash[21535]: cluster 2024-03-24T11:38:49.492061+0000 mgr.a (mgr.14403) 167 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:51.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:51 smithi157 bash[21535]: audit 2024-03-24T11:38:50.527768+0000 mon.a (mon.0) 1008 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:53.332 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:53 smithi157 bash[21535]: cluster 2024-03-24T11:38:51.492567+0000 mgr.a (mgr.14403) 168 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:53.333 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:53 smithi157 bash[21535]: audit 2024-03-24T11:38:52.319858+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.333 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:53 smithi157 bash[21535]: audit 2024-03-24T11:38:52.328416+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.333 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:53 smithi157 bash[21535]: audit 2024-03-24T11:38:52.337288+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.333 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:53 smithi157 bash[21535]: audit 2024-03-24T11:38:52.355310+0000 mon.a (mon.0) 1012 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:53.333 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:53 smithi157 bash[21535]: audit 2024-03-24T11:38:52.885955+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.334 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:53 smithi157 bash[21535]: audit 2024-03-24T11:38:52.895274+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.334 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:53 smithi157 bash[21535]: audit 2024-03-24T11:38:52.897557+0000 mon.a (mon.0) 1015 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:53.334 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:53 smithi157 bash[21535]: audit 2024-03-24T11:38:52.899503+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:53.334 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:53 smithi157 bash[21535]: audit 2024-03-24T11:38:52.909374+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:53 smithi194 bash[22176]: cluster 2024-03-24T11:38:51.492567+0000 mgr.a (mgr.14403) 168 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:53.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:53 smithi194 bash[22176]: audit 2024-03-24T11:38:52.319858+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:53 smithi194 bash[22176]: audit 2024-03-24T11:38:52.328416+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:53 smithi194 bash[22176]: audit 2024-03-24T11:38:52.337288+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:53 smithi194 bash[22176]: audit 2024-03-24T11:38:52.355310+0000 mon.a (mon.0) 1012 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:53.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:53 smithi194 bash[22176]: audit 2024-03-24T11:38:52.885955+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:53 smithi194 bash[22176]: audit 2024-03-24T11:38:52.895274+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:53 smithi194 bash[22176]: audit 2024-03-24T11:38:52.897557+0000 mon.a (mon.0) 1015 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:53.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:53 smithi194 bash[22176]: audit 2024-03-24T11:38:52.899503+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:53.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:53 smithi194 bash[22176]: audit 2024-03-24T11:38:52.909374+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:53.751 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:38:53 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:38:53] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-03-24T11:38:55.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:55 smithi194 bash[22176]: cluster 2024-03-24T11:38:53.493047+0000 mgr.a (mgr.14403) 169 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:55.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:55 smithi194 bash[22176]: audit 2024-03-24T11:38:54.446895+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:55.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:55 smithi194 bash[22176]: audit 2024-03-24T11:38:54.456767+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:55.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:55 smithi194 bash[22176]: audit 2024-03-24T11:38:54.466992+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:55.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:55 smithi157 bash[21535]: cluster 2024-03-24T11:38:53.493047+0000 mgr.a (mgr.14403) 169 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:55.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:55 smithi157 bash[21535]: audit 2024-03-24T11:38:54.446895+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:55.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:55 smithi157 bash[21535]: audit 2024-03-24T11:38:54.456767+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:55.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:55 smithi157 bash[21535]: audit 2024-03-24T11:38:54.466992+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:38:57.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:57 smithi194 bash[22176]: cluster 2024-03-24T11:38:55.493579+0000 mgr.a (mgr.14403) 170 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:57.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:57 smithi157 bash[21535]: cluster 2024-03-24T11:38:55.493579+0000 mgr.a (mgr.14403) 170 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:59.380 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:38:59 smithi194 bash[22176]: cluster 2024-03-24T11:38:57.494159+0000 mgr.a (mgr.14403) 171 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:38:59.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:38:59 smithi157 bash[21535]: cluster 2024-03-24T11:38:57.494159+0000 mgr.a (mgr.14403) 171 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:01.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:01 smithi194 bash[22176]: cluster 2024-03-24T11:38:59.494646+0000 mgr.a (mgr.14403) 172 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:01.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:01 smithi194 bash[22176]: audit 2024-03-24T11:39:00.273920+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:01.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:01 smithi194 bash[22176]: audit 2024-03-24T11:39:00.282888+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:01.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:01 smithi194 bash[22176]: audit 2024-03-24T11:39:00.292962+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:01.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:01 smithi157 bash[21535]: cluster 2024-03-24T11:38:59.494646+0000 mgr.a (mgr.14403) 172 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:01.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:01 smithi157 bash[21535]: audit 2024-03-24T11:39:00.273920+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:01.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:01 smithi157 bash[21535]: audit 2024-03-24T11:39:00.282888+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:01.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:01 smithi157 bash[21535]: audit 2024-03-24T11:39:00.292962+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:03.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:03 smithi194 bash[22176]: cluster 2024-03-24T11:39:01.495184+0000 mgr.a (mgr.14403) 173 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:03.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:03 smithi157 bash[21535]: cluster 2024-03-24T11:39:01.495184+0000 mgr.a (mgr.14403) 173 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:03.503 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:03 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:39:03] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-03-24T11:39:05.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:05 smithi194 bash[22176]: cluster 2024-03-24T11:39:03.495704+0000 mgr.a (mgr.14403) 174 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:05.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:05 smithi157 bash[21535]: cluster 2024-03-24T11:39:03.495704+0000 mgr.a (mgr.14403) 174 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:06.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:06 smithi194 bash[22176]: audit 2024-03-24T11:39:05.528153+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:06.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:06 smithi157 bash[21535]: audit 2024-03-24T11:39:05.528153+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:07.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:07 smithi194 bash[22176]: cluster 2024-03-24T11:39:05.496250+0000 mgr.a (mgr.14403) 175 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:07.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:07 smithi157 bash[21535]: cluster 2024-03-24T11:39:05.496250+0000 mgr.a (mgr.14403) 175 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:09.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:09 smithi194 bash[22176]: cluster 2024-03-24T11:39:07.496821+0000 mgr.a (mgr.14403) 176 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:09.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:09 smithi157 bash[21535]: cluster 2024-03-24T11:39:07.496821+0000 mgr.a (mgr.14403) 176 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:11.294 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:11 smithi157 bash[21535]: cluster 2024-03-24T11:39:09.497436+0000 mgr.a (mgr.14403) 177 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:11.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:11 smithi194 bash[22176]: cluster 2024-03-24T11:39:09.497436+0000 mgr.a (mgr.14403) 177 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:13.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:13 smithi194 bash[22176]: cluster 2024-03-24T11:39:11.497932+0000 mgr.a (mgr.14403) 178 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:13.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:13 smithi194 bash[22176]: audit 2024-03-24T11:39:12.443285+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:13.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:13 smithi194 bash[22176]: audit 2024-03-24T11:39:12.448040+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:13.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:13 smithi194 bash[22176]: audit 2024-03-24T11:39:12.453015+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:13.501 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:13 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:39:13] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-03-24T11:39:13.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:13 smithi157 bash[21535]: cluster 2024-03-24T11:39:11.497932+0000 mgr.a (mgr.14403) 178 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:13.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:13 smithi157 bash[21535]: audit 2024-03-24T11:39:12.443285+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:13.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:13 smithi157 bash[21535]: audit 2024-03-24T11:39:12.448040+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:13.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:13 smithi157 bash[21535]: audit 2024-03-24T11:39:12.453015+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:15.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:15 smithi194 bash[22176]: cluster 2024-03-24T11:39:13.498457+0000 mgr.a (mgr.14403) 179 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:15.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:15 smithi194 bash[22176]: audit 2024-03-24T11:39:14.664555+0000 mon.a (mon.0) 1028 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:15.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:15 smithi194 bash[22176]: audit 2024-03-24T11:39:14.674537+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:15.383 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:15 smithi194 bash[22176]: audit 2024-03-24T11:39:14.685175+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:15.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:15 smithi157 bash[21535]: cluster 2024-03-24T11:39:13.498457+0000 mgr.a (mgr.14403) 179 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:15.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:15 smithi157 bash[21535]: audit 2024-03-24T11:39:14.664555+0000 mon.a (mon.0) 1028 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:15.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:15 smithi157 bash[21535]: audit 2024-03-24T11:39:14.674537+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:15.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:15 smithi157 bash[21535]: audit 2024-03-24T11:39:14.685175+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:17.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:17 smithi194 bash[22176]: cluster 2024-03-24T11:39:15.498961+0000 mgr.a (mgr.14403) 180 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:17.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:17 smithi157 bash[21535]: cluster 2024-03-24T11:39:15.498961+0000 mgr.a (mgr.14403) 180 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:19.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:19 smithi194 bash[22176]: cluster 2024-03-24T11:39:17.499538+0000 mgr.a (mgr.14403) 181 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:19.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:19 smithi157 bash[21535]: cluster 2024-03-24T11:39:17.499538+0000 mgr.a (mgr.14403) 181 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:21.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:21 smithi157 bash[21535]: cluster 2024-03-24T11:39:19.500110+0000 mgr.a (mgr.14403) 182 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:21.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:21 smithi157 bash[21535]: audit 2024-03-24T11:39:20.490994+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:21.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:21 smithi157 bash[21535]: audit 2024-03-24T11:39:20.500042+0000 mon.a (mon.0) 1032 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:21.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:21 smithi157 bash[21535]: audit 2024-03-24T11:39:20.510541+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:21.502 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:21 smithi157 bash[21535]: audit 2024-03-24T11:39:20.528638+0000 mon.a (mon.0) 1034 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:21.632 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:21 smithi194 bash[22176]: cluster 2024-03-24T11:39:19.500110+0000 mgr.a (mgr.14403) 182 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:21.632 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:21 smithi194 bash[22176]: audit 2024-03-24T11:39:20.490994+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:21.633 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:21 smithi194 bash[22176]: audit 2024-03-24T11:39:20.500042+0000 mon.a (mon.0) 1032 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:21.633 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:21 smithi194 bash[22176]: audit 2024-03-24T11:39:20.510541+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' 2024-03-24T11:39:21.633 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:21 smithi194 bash[22176]: audit 2024-03-24T11:39:20.528638+0000 mon.a (mon.0) 1034 : audit 0 from='mgr.14403 172.21.15.157:0/2415047226' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:23.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:23 smithi157 bash[21535]: cluster 2024-03-24T11:39:21.500569+0000 mgr.a (mgr.14403) 183 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:23.502 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:23 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:39:23] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-03-24T11:39:23.632 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:23 smithi194 bash[22176]: cluster 2024-03-24T11:39:21.500569+0000 mgr.a (mgr.14403) 183 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:25.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:25 smithi157 bash[21535]: cluster 2024-03-24T11:39:23.501027+0000 mgr.a (mgr.14403) 184 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:25.632 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:25 smithi194 bash[22176]: cluster 2024-03-24T11:39:23.501027+0000 mgr.a (mgr.14403) 184 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:27.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:27 smithi157 bash[21535]: cluster 2024-03-24T11:39:25.501549+0000 mgr.a (mgr.14403) 185 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:27.632 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:27 smithi194 bash[22176]: cluster 2024-03-24T11:39:25.501549+0000 mgr.a (mgr.14403) 185 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:29.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:29 smithi157 bash[21535]: cluster 2024-03-24T11:39:27.502078+0000 mgr.a (mgr.14403) 186 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:29.632 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:29 smithi194 bash[22176]: cluster 2024-03-24T11:39:27.502078+0000 mgr.a (mgr.14403) 186 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:31.501 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:31 smithi157 bash[21535]: cluster 2024-03-24T11:39:29.502476+0000 mgr.a (mgr.14403) 187 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:31.632 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:31 smithi194 bash[22176]: cluster 2024-03-24T11:39:29.502476+0000 mgr.a (mgr.14403) 187 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:39:31.898 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -s http://172.21.15.194:9095/api/v1/status/config 2024-03-24T11:39:31.906 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -s http://172.21.15.194:9095/api/v1/status/config 2024-03-24T11:39:31.906 INFO:teuthology.orchestra.run.smithi157.stderr:+ jq -e '.status == "success"' 2024-03-24T11:39:31.911 INFO:teuthology.orchestra.run.smithi157.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\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.157: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 scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\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.157:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\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.157:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\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.157:8765/sd/prometheus/sd-config?service=ceph-exporter\n"}}true 2024-03-24T11:39:31.912 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -s http://172.21.15.194:9095/api/v1/alerts 2024-03-24T11:39:31.918 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -s http://172.21.15.194:9095/api/v1/alerts 2024-03-24T11:39:31.918 INFO:teuthology.orchestra.run.smithi157.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-03-24T11:39:31.923 INFO:teuthology.orchestra.run.smithi157.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-03-24T11:38:20.084118673Z","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-03-24T11:38:20.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","instance":"smithi157:9283","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-03-24T11:38:20.13866993Z","value":"1e+00"}]}}true 2024-03-24T11:39:31.923 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -s http://172.21.15.196:9093/api/v1/status 2024-03-24T11:39:31.931 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -s http://172.21.15.196:9093/api/v1/alerts 2024-03-24T11:39:31.937 INFO:teuthology.orchestra.run.smithi157.stderr:+ curl -s http://172.21.15.196:9093/api/v1/alerts 2024-03-24T11:39:31.937 INFO:teuthology.orchestra.run.smithi157.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-03-24T11:39:31.942 INFO:teuthology.orchestra.run.smithi157.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi157.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi194.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi157.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi194.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-03-24T11:34:50.347059719Z","clusterStatus":{"name":"01HSR3VV7A46YDGDDD4R202TPF","status":"ready","peers":[{"name":"01HSR3VV7A46YDGDDD4R202TPF","address":"172.21.15.196:9094"}]}}}{"status":"success","data":[{"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"},"startsAt":"2024-03-24T11:38:50.084Z","endsAt":"2024-03-24T11:42:50.084Z","generatorURL":"http://smithi194.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"037d5510ed49d01e"},{"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"},"startsAt":"2024-03-24T11:38:50.084Z","endsAt":"2024-03-24T11:42:50.084Z","generatorURL":"http://smithi194.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"b219e5f1afd3ccbd"}]}true 2024-03-24T11:39:32.692 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-24T11:39:32.709 INFO:tasks.cephadm:Teardown begin 2024-03-24T11:39:32.710 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:39:32.724 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:39:32.738 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:39:32.753 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-24T11:39:32.753 DEBUG:teuthology.orchestra.run.smithi157:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-24T11:39:32.771 DEBUG:teuthology.orchestra.run.smithi194:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-24T11:39:32.785 DEBUG:teuthology.orchestra.run.smithi196:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-24T11:39:32.802 INFO:tasks.cephadm:Stopping all daemons... 2024-03-24T11:39:32.802 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-24T11:39:32.802 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.a 2024-03-24T11:39:32.946 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:32 smithi157 systemd[1]: Stopping Ceph mon.a for 0f82b38c-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:39:33.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:32 smithi157 bash[21535]: debug 2024-03-24T11:39:32.946+0000 7fdd17521700 -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-03-24T11:39:33.251 INFO:journalctl@ceph.mon.a.smithi157.stdout:Mar 24 11:39:32 smithi157 bash[21535]: debug 2024-03-24T11:39:32.946+0000 7fdd17521700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-24T11:39:33.251 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:32 smithi157 bash[21803]: [24/Mar/2024:11:39:32] ENGINE Bus STOPPING 2024-03-24T11:39:33.251 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:32 smithi157 bash[21803]: [24/Mar/2024:11:39:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-24T11:39:33.252 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:32 smithi157 bash[21803]: [24/Mar/2024:11:39:32] ENGINE Bus STOPPED 2024-03-24T11:39:33.252 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:32 smithi157 bash[21803]: [24/Mar/2024:11:39:32] ENGINE Bus STARTING 2024-03-24T11:39:33.252 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:33 smithi157 bash[21803]: [24/Mar/2024:11:39:33] ENGINE Serving on http://:::9283 2024-03-24T11:39:33.252 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:33 smithi157 bash[21803]: [24/Mar/2024:11:39:33] ENGINE Bus STARTED 2024-03-24T11:39:33.751 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:33 smithi157 bash[21803]: ::ffff:172.21.15.194 - - [24/Mar/2024:11:39:33] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-03-24T11:39:34.040 DEBUG:teuthology.orchestra.run.smithi157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.a.service' 2024-03-24T11:39:34.072 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-24T11:39:34.073 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-24T11:39:34.073 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-24T11:39:34.073 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.b 2024-03-24T11:39:34.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:34 smithi194 systemd[1]: Stopping Ceph mon.b for 0f82b38c-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:39:34.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:34 smithi194 bash[22176]: debug 2024-03-24T11:39:34.208+0000 7f42de21f700 -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-03-24T11:39:34.382 INFO:journalctl@ceph.mon.b.smithi194.stdout:Mar 24 11:39:34 smithi194 bash[22176]: debug 2024-03-24T11:39:34.208+0000 7f42de21f700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-24T11:39:34.990 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.b.service' 2024-03-24T11:39:35.016 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-24T11:39:35.016 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-24T11:39:35.016 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-24T11:39:35.016 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.c 2024-03-24T11:39:35.037 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mon.c.service' 2024-03-24T11:39:35.114 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-24T11:39:35.114 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-24T11:39:35.114 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-24T11:39:35.114 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mgr.a 2024-03-24T11:39:35.501 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:35 smithi157 systemd[1]: Stopping Ceph mgr.a for 0f82b38c-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:39:35.501 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:35 smithi157 bash[21803]: debug 2024-03-24T11:39:35.258+0000 7f9f9b318700 -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-03-24T11:39:35.501 INFO:journalctl@ceph.mgr.a.smithi157.stdout:Mar 24 11:39:35 smithi157 bash[21803]: debug 2024-03-24T11:39:35.258+0000 7f9f9b318700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-24T11:39:36.041 DEBUG:teuthology.orchestra.run.smithi157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mgr.a.service' 2024-03-24T11:39:36.062 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-24T11:39:36.062 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-24T11:39:36.063 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-24T11:39:36.063 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mgr.b 2024-03-24T11:39:36.382 INFO:journalctl@ceph.mgr.b.smithi194.stdout:Mar 24 11:39:36 smithi194 systemd[1]: Stopping Ceph mgr.b for 0f82b38c-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:39:36.999 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@mgr.b.service' 2024-03-24T11:39:37.020 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-24T11:39:37.021 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-24T11:39:37.021 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-24T11:39:37.021 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@osd.0 2024-03-24T11:39:37.501 INFO:journalctl@ceph.osd.0.smithi157.stdout:Mar 24 11:39:37 smithi157 systemd[1]: Stopping Ceph osd.0 for 0f82b38c-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:39:37.501 INFO:journalctl@ceph.osd.0.smithi157.stdout:Mar 24 11:39:37 smithi157 bash[31905]: debug 2024-03-24T11:39:37.178+0000 7fa0e9f64700 -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-03-24T11:39:37.502 INFO:journalctl@ceph.osd.0.smithi157.stdout:Mar 24 11:39:37 smithi157 bash[31905]: debug 2024-03-24T11:39:37.178+0000 7fa0e9f64700 -1 osd.0 22 *** Got signal Terminated *** 2024-03-24T11:39:37.502 INFO:journalctl@ceph.osd.0.smithi157.stdout:Mar 24 11:39:37 smithi157 bash[31905]: debug 2024-03-24T11:39:37.178+0000 7fa0e9f64700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-24T11:39:43.542 INFO:journalctl@ceph.osd.0.smithi157.stdout:Mar 24 11:39:43 smithi157 bash[46366]: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715-osd-0 2024-03-24T11:39:43.542 INFO:journalctl@ceph.osd.0.smithi157.stdout:Mar 24 11:39:43 smithi157 bash[46429]: Error response from daemon: No such container: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715-osd-0 2024-03-24T11:39:45.372 DEBUG:teuthology.orchestra.run.smithi157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@osd.0.service' 2024-03-24T11:39:45.400 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-24T11:39:45.400 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-24T11:39:45.400 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-24T11:39:45.400 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@osd.1 2024-03-24T11:39:45.885 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 24 11:39:45 smithi194 systemd[1]: Stopping Ceph osd.1 for 0f82b38c-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:39:45.885 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 24 11:39:45 smithi194 bash[27104]: debug 2024-03-24T11:39:45.548+0000 7fad18188700 -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-03-24T11:39:45.885 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 24 11:39:45 smithi194 bash[27104]: debug 2024-03-24T11:39:45.548+0000 7fad18188700 -1 osd.1 22 *** Got signal Terminated *** 2024-03-24T11:39:45.885 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 24 11:39:45 smithi194 bash[27104]: debug 2024-03-24T11:39:45.548+0000 7fad18188700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-24T11:39:51.632 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 24 11:39:51 smithi194 bash[36673]: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715-osd-1 2024-03-24T11:39:51.632 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 24 11:39:51 smithi194 bash[36738]: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715-osd-1 2024-03-24T11:39:53.172 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@osd.1.service' 2024-03-24T11:39:53.205 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-24T11:39:53.206 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-24T11:39:53.206 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-24T11:39:53.206 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@osd.2 2024-03-24T11:39:53.664 INFO:journalctl@ceph.osd.2.smithi196.stdout:Mar 24 11:39:53 smithi196 systemd[1]: Stopping Ceph osd.2 for 0f82b38c-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:39:53.665 INFO:journalctl@ceph.osd.2.smithi196.stdout:Mar 24 11:39:53 smithi196 bash[27637]: debug 2024-03-24T11:39:53.349+0000 7f682062d700 -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-03-24T11:39:53.665 INFO:journalctl@ceph.osd.2.smithi196.stdout:Mar 24 11:39:53 smithi196 bash[27637]: debug 2024-03-24T11:39:53.349+0000 7f682062d700 -1 osd.2 22 *** Got signal Terminated *** 2024-03-24T11:39:53.665 INFO:journalctl@ceph.osd.2.smithi196.stdout:Mar 24 11:39:53 smithi196 bash[27637]: debug 2024-03-24T11:39:53.349+0000 7f682062d700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-24T11:39:59.414 INFO:journalctl@ceph.osd.2.smithi196.stdout:Mar 24 11:39:59 smithi196 bash[37066]: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715-osd-2 2024-03-24T11:39:59.414 INFO:journalctl@ceph.osd.2.smithi196.stdout:Mar 24 11:39:59 smithi196 bash[37324]: Error response from daemon: No such container: ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715-osd-2 2024-03-24T11:40:00.935 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0f82b38c-e9d1-11ee-95cd-87774f69a715@osd.2.service' 2024-03-24T11:40:00.970 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-24T11:40:00.971 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-24T11:40:00.971 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-24T11:40:01.132 INFO:teuthology.orchestra.run.smithi157.stdout:Deleting cluster with fsid: 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:40:09.289 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-24T11:40:09.458 INFO:teuthology.orchestra.run.smithi194.stdout:Deleting cluster with fsid: 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:40:17.494 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-24T11:40:19.021 INFO:teuthology.orchestra.run.smithi196.stdout:Deleting cluster with fsid: 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:40:27.330 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:40:27.345 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:40:27.360 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:40:27.373 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-24T11:40:27.374 DEBUG:teuthology.misc:Transferring archived files from smithi157:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900/remote/smithi157/crash 2024-03-24T11:40:27.375 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/crash -- . 2024-03-24T11:40:27.398 INFO:teuthology.orchestra.run.smithi157.stderr:tar: /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-24T11:40:27.399 INFO:teuthology.orchestra.run.smithi157.stderr:tar: Error is not recoverable: exiting now 2024-03-24T11:40:27.400 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900/remote/smithi194/crash 2024-03-24T11:40:27.401 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/crash -- . 2024-03-24T11:40:27.416 INFO:teuthology.orchestra.run.smithi194.stderr:tar: /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-24T11:40:27.416 INFO:teuthology.orchestra.run.smithi194.stderr:tar: Error is not recoverable: exiting now 2024-03-24T11:40:27.418 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900/remote/smithi196/crash 2024-03-24T11:40:27.419 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/crash -- . 2024-03-24T11:40:27.429 INFO:teuthology.orchestra.run.smithi196.stderr:tar: /var/lib/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-24T11:40:27.429 INFO:teuthology.orchestra.run.smithi196.stderr:tar: Error is not recoverable: exiting now 2024-03-24T11:40:27.430 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-24T11:40:27.431 DEBUG:teuthology.orchestra.run.smithi157:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-24T11:40:27.456 INFO:teuthology.orchestra.run.smithi157.stdout:2024-03-24T11:30:00.000251+0000 mon.a (mon.0) 445 : cluster 3 [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-03-24T11:40:27.456 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-24T11:40:27.456 DEBUG:teuthology.orchestra.run.smithi157:> sudo egrep '\[SEC\]' /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-24T11:40:27.512 DEBUG:teuthology.orchestra.run.smithi157:> sudo egrep '\[ERR\]' /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-24T11:40:27.568 DEBUG:teuthology.orchestra.run.smithi157:> sudo egrep '\[WRN\]' /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-24T11:40:27.623 INFO:teuthology.orchestra.run.smithi157.stdout:2024-03-24T11:30:00.000251+0000 mon.a (mon.0) 445 : cluster 3 [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-03-24T11:40:27.623 INFO:tasks.cephadm:Compressing logs... 2024-03-24T11:40:27.623 DEBUG:teuthology.orchestra.run.smithi157:> 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-03-24T11:40:27.672 DEBUG:teuthology.orchestra.run.smithi194:> 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-03-24T11:40:27.674 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-03-24T11:40:27.681 INFO:teuthology.orchestra.run.smithi157.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-24T11:40:27.686 INFO:teuthology.orchestra.run.smithi194.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-24T11:40:27.688 INFO:teuthology.orchestra.run.smithi196.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-24T11:40:27.694 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-24T11:40:27.695 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-24T11:40:27.696 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-24T11:40:27.699 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log 2024-03-24T11:40:27.699 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-24T11:40:27.699 INFO:teuthology.orchestra.run.smithi196.stderr: 82.9% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-24T11:40:27.699 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mon.c.log 2024-03-24T11:40:27.699 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-24T11:40:27.699 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-volume.log: /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mon.c.log: 87.5% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-24T11:40:27.701 INFO:teuthology.orchestra.run.smithi157.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-24T11:40:27.701 INFO:teuthology.orchestra.run.smithi157.stderr:gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-24T11:40:27.701 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mon.a.log 2024-03-24T11:40:27.701 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-24T11:40:27.701 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log 2024-03-24T11:40:27.701 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-24T11:40:27.701 INFO:teuthology.orchestra.run.smithi157.stderr: 83.6% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-24T11:40:27.702 INFO:teuthology.orchestra.run.smithi157.stderr:gzip -5 --verbose/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log: -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-24T11:40:27.702 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mgr.a.log 2024-03-24T11:40:27.702 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mgr.a.log: 87.5% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-24T11:40:27.702 INFO:teuthology.orchestra.run.smithi157.stderr: 85.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-24T11:40:27.703 INFO:teuthology.orchestra.run.smithi157.stderr: 90.3% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-24T11:40:27.703 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.audit.log: 83.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-24T11:40:27.703 INFO:teuthology.orchestra.run.smithi196.stderr: 90.3% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-24T11:40:27.705 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-24T11:40:27.705 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-24T11:40:27.705 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-24T11:40:27.706 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log 2024-03-24T11:40:27.706 INFO:teuthology.orchestra.run.smithi194.stderr: 82.9% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-24T11:40:27.706 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-24T11:40:27.706 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mgr.b.log 2024-03-24T11:40:27.706 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-24T11:40:27.706 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mon.b.log 2024-03-24T11:40:27.706 INFO:teuthology.orchestra.run.smithi194.stderr: 87.6% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-24T11:40:27.706 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mon.b.log: 90.4% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-24T11:40:27.707 INFO:teuthology.orchestra.run.smithi194.stderr: 82.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-24T11:40:27.712 INFO:teuthology.orchestra.run.smithi194.stderr: 91.1% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mgr.b.log.gz 2024-03-24T11:40:27.722 INFO:teuthology.orchestra.run.smithi157.stderr: 91.8% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-24T11:40:27.726 INFO:teuthology.orchestra.run.smithi196.stderr: 91.9% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-24T11:40:27.726 INFO:teuthology.orchestra.run.smithi194.stderr: 91.9% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-24T11:40:27.741 INFO:teuthology.orchestra.run.smithi196.stderr: 93.6% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-24T11:40:27.767 INFO:teuthology.orchestra.run.smithi157.stderr: 93.6% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-24T11:40:27.798 INFO:teuthology.orchestra.run.smithi194.stderr: 93.9% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-24T11:40:27.808 INFO:teuthology.orchestra.run.smithi196.stderr: 93.3% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mon.c.log.gz 2024-03-24T11:40:27.810 INFO:teuthology.orchestra.run.smithi196.stderr: 2024-03-24T11:40:27.810 INFO:teuthology.orchestra.run.smithi196.stderr:real 0m0.130s 2024-03-24T11:40:27.810 INFO:teuthology.orchestra.run.smithi196.stderr:user 0m0.185s 2024-03-24T11:40:27.810 INFO:teuthology.orchestra.run.smithi196.stderr:sys 0m0.031s 2024-03-24T11:40:27.852 INFO:teuthology.orchestra.run.smithi194.stderr: 92.9% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mon.b.log.gz 2024-03-24T11:40:27.854 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-03-24T11:40:27.854 INFO:teuthology.orchestra.run.smithi194.stderr:real 0m0.177s 2024-03-24T11:40:27.854 INFO:teuthology.orchestra.run.smithi194.stderr:user 0m0.287s 2024-03-24T11:40:27.854 INFO:teuthology.orchestra.run.smithi194.stderr:sys 0m0.026s 2024-03-24T11:40:27.854 INFO:teuthology.orchestra.run.smithi157.stderr: 87.6% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mgr.a.log.gz 2024-03-24T11:40:28.082 INFO:teuthology.orchestra.run.smithi157.stderr: 91.4% -- replaced with /var/log/ceph/0f82b38c-e9d1-11ee-95cd-87774f69a715/ceph-mon.a.log.gz 2024-03-24T11:40:28.084 INFO:teuthology.orchestra.run.smithi157.stderr: 2024-03-24T11:40:28.084 INFO:teuthology.orchestra.run.smithi157.stderr:real 0m0.411s 2024-03-24T11:40:28.084 INFO:teuthology.orchestra.run.smithi157.stderr:user 0m0.631s 2024-03-24T11:40:28.084 INFO:teuthology.orchestra.run.smithi157.stderr:sys 0m0.033s 2024-03-24T11:40:28.085 INFO:tasks.cephadm:Archiving logs... 2024-03-24T11:40:28.085 DEBUG:teuthology.misc:Transferring archived files from smithi157:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900/remote/smithi157/log 2024-03-24T11:40:28.086 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-24T11:40:28.241 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900/remote/smithi194/log 2024-03-24T11:40:28.242 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-24T11:40:28.303 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900/remote/smithi196/log 2024-03-24T11:40:28.304 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-24T11:40:28.351 INFO:tasks.cephadm:Removing cluster... 2024-03-24T11:40:28.351 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 --force 2024-03-24T11:40:28.518 INFO:teuthology.orchestra.run.smithi157.stdout:Deleting cluster with fsid: 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:40:29.834 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 --force 2024-03-24T11:40:30.003 INFO:teuthology.orchestra.run.smithi194.stdout:Deleting cluster with fsid: 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:40:31.350 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0f82b38c-e9d1-11ee-95cd-87774f69a715 --force 2024-03-24T11:40:31.519 INFO:teuthology.orchestra.run.smithi196.stdout:Deleting cluster with fsid: 0f82b38c-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:40:32.828 INFO:tasks.cephadm:Removing cephadm ... 2024-03-24T11:40:32.828 DEBUG:teuthology.orchestra.run.smithi157:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-24T11:40:32.834 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-24T11:40:32.840 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-24T11:40:32.845 INFO:tasks.cephadm:Teardown complete 2024-03-24T11:40:32.846 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-24T11:40:32.855 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-03-24T11:40:32.855 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-24T11:40:32.880 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-24T11:40:32.890 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-03-24T11:40:32.971 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-24T11:40:32.984 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-24T11:40:32.984 DEBUG:teuthology.orchestra.run.smithi157:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-24T11:40:32.987 DEBUG:teuthology.orchestra.run.smithi194:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-24T11:40:32.989 DEBUG:teuthology.orchestra.run.smithi196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-24T11:40:32.998 INFO:teuthology.orchestra.run.smithi157.stdout: remote refid st t when poll reach delay offset jitter 2024-03-24T11:40:32.998 INFO:teuthology.orchestra.run.smithi157.stdout:============================================================================== 2024-03-24T11:40:32.998 INFO:teuthology.orchestra.run.smithi157.stdout:*hv01.front.sepi 44.4.53.2 2 u 35 64 377 0.084 -2.941 2.093 2024-03-24T11:40:32.998 INFO:teuthology.orchestra.run.smithi157.stdout:+hv02.front.sepi 63.231.80.2 3 u 43 64 377 0.087 -2.678 1.559 2024-03-24T11:40:32.998 INFO:teuthology.orchestra.run.smithi157.stdout:+hv03.front.sepi 74.6.168.72 3 u 33 64 377 0.080 -2.634 1.091 2024-03-24T11:40:32.998 INFO:teuthology.orchestra.run.smithi157.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-24T11:40:33.000 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2024-03-24T11:40:33.000 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2024-03-24T11:40:33.000 INFO:teuthology.orchestra.run.smithi194.stdout:*hv01.front.sepi 44.4.53.2 2 u 33 64 377 0.106 -4.293 2.175 2024-03-24T11:40:33.000 INFO:teuthology.orchestra.run.smithi194.stdout:+hv02.front.sepi 63.231.80.2 3 u 47 64 377 0.097 -3.364 2.154 2024-03-24T11:40:33.000 INFO:teuthology.orchestra.run.smithi194.stdout:+hv03.front.sepi 74.6.168.72 3 u 39 64 377 0.095 -5.937 2.859 2024-03-24T11:40:33.000 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-24T11:40:33.002 INFO:teuthology.orchestra.run.smithi196.stdout: remote refid st t when poll reach delay offset jitter 2024-03-24T11:40:33.002 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================== 2024-03-24T11:40:33.002 INFO:teuthology.orchestra.run.smithi196.stdout:*hv01.front.sepi 44.4.53.2 2 u 35 64 377 0.089 -6.332 2.059 2024-03-24T11:40:33.002 INFO:teuthology.orchestra.run.smithi196.stdout:+hv02.front.sepi 63.231.80.2 3 u 38 64 377 0.103 -5.493 2.031 2024-03-24T11:40:33.002 INFO:teuthology.orchestra.run.smithi196.stdout:+hv03.front.sepi 74.6.168.72 3 u 39 64 377 0.097 -4.347 1.677 2024-03-24T11:40:33.002 INFO:teuthology.orchestra.run.smithi196.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-24T11:40:33.003 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-24T11:40:33.017 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-24T11:40:33.018 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-24T11:40:33.028 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-24T11:40:33.038 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-24T11:40:33.048 INFO:teuthology.task.internal:Duration was 1517.994459 seconds 2024-03-24T11:40:33.048 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-24T11:40:33.058 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-24T11:40:33.058 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-24T11:40:33.061 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-24T11:40:33.063 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-24T11:40:33.098 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-24T11:40:33.098 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi157.front.sepia.ceph.com 2024-03-24T11:40:33.098 DEBUG:teuthology.orchestra.run.smithi157:> 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-03-24T11:40:33.148 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi194.front.sepia.ceph.com 2024-03-24T11:40:33.148 DEBUG:teuthology.orchestra.run.smithi194:> 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-03-24T11:40:33.157 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2024-03-24T11:40:33.158 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-03-24T11:40:33.167 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-24T11:40:33.167 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-24T11:40:33.196 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-24T11:40:33.201 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-24T11:40:33.243 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-24T11:40:33.243 DEBUG:teuthology.orchestra.run.smithi157:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-24T11:40:33.280 DEBUG:teuthology.orchestra.run.smithi194:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-24T11:40:33.282 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-24T11:40:33.375 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-24T11:40:33.385 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-24T11:40:33.385 DEBUG:teuthology.orchestra.run.smithi157:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-24T11:40:33.399 DEBUG:teuthology.orchestra.run.smithi194:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-24T11:40:33.410 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-24T11:40:33.421 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-24T11:40:33.435 DEBUG:teuthology.orchestra.run.smithi157:> 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-03-24T11:40:33.444 DEBUG:teuthology.orchestra.run.smithi194:> 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-03-24T11:40:33.452 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = core 2024-03-24T11:40:33.454 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-03-24T11:40:33.462 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = core 2024-03-24T11:40:33.478 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2024-03-24T11:40:33.508 DEBUG:teuthology.orchestra.run.smithi157:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-24T11:40:33.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:40:33.530 DEBUG:teuthology.orchestra.run.smithi194:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-24T11:40:33.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:40:33.534 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-24T11:40:33.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:40:33.553 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-24T11:40:33.564 INFO:teuthology.task.internal:Transferring archived files... 2024-03-24T11:40:33.565 DEBUG:teuthology.misc:Transferring archived files from smithi157:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900/remote/smithi157 2024-03-24T11:40:33.565 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-24T11:40:33.595 DEBUG:teuthology.misc:Transferring archived files from smithi194:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900/remote/smithi194 2024-03-24T11:40:33.595 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-24T11:40:33.619 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900/remote/smithi196 2024-03-24T11:40:33.619 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-24T11:40:33.642 INFO:teuthology.task.internal:Removing archive directory... 2024-03-24T11:40:33.642 DEBUG:teuthology.orchestra.run.smithi157:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-24T11:40:33.645 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-24T11:40:33.666 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-24T11:40:33.686 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-24T11:40:33.699 INFO:teuthology.task.internal:Not uploading archives. 2024-03-24T11:40:33.699 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-24T11:40:33.710 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-24T11:40:33.711 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-24T11:40:33.713 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-24T11:40:33.716 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-24T11:40:33.717 INFO:teuthology.orchestra.run.smithi157.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 24 11:40 /home/ubuntu/cephtest 2024-03-24T11:40:33.720 INFO:teuthology.orchestra.run.smithi194.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 24 11:40 /home/ubuntu/cephtest 2024-03-24T11:40:33.734 INFO:teuthology.orchestra.run.smithi196.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 24 11:40 /home/ubuntu/cephtest 2024-03-24T11:40:33.737 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-24T11:40:33.750 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-24T11:40:33.780 INFO:teuthology.nuke:Checking targets against current locks 2024-03-24T11:40:33.806 DEBUG:teuthology.nuke:shortname: smithi157 2024-03-24T11:40:33.807 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-24T11:40:33.829 DEBUG:teuthology.nuke:shortname: smithi194 2024-03-24T11:40:33.830 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-24T11:40:33.834 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi157.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900', '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-03-24 11:05:53.371094', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOMX0L5nGocvPJEb/zalEHeCVkhH76MhJjy14C0qwDSY2J9Diy5atzm9lm6VxDF6mRCcHw/5PC+CPCF4iNO9xhE='} 2024-03-24T11:40:33.852 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900', '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-03-24 11:05:53.369553', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNgkOlY9UmyXVZdpQtD//zk5GWn5KjvkGDquSLMJhSnxX2Z00Ny/zTD9QFOnGHgaEsbyLkBBF0nA+2N3KaQyGUg='} 2024-03-24T11:40:33.857 DEBUG:teuthology.nuke:shortname: smithi196 2024-03-24T11:40:33.857 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-24T11:40:33.881 INFO:teuthology.orchestra.console.smithi157:Power off 2024-03-24T11:40:33.881 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-24T11:40:33.896 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617900', '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-03-24 11:05:53.367703', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF372Dtf9Gl8fUWLSqgoH4YOQp2Irys5z3F8RDvAbpIKKSUi+3ugKOQC6u4zQJcGnTB/68WMzealapxd4uUamWM='} 2024-03-24T11:40:33.907 DEBUG:teuthology.orchestra.console.smithi157:power off output: Chassis Power Control: Down/Off 2024-03-24T11:40:33.907 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:40:33.927 INFO:teuthology.orchestra.console.smithi194:Power off 2024-03-24T11:40:33.927 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-24T11:40:33.941 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2024-03-24T11:40:33.952 DEBUG:teuthology.orchestra.console.smithi194:power off output: Chassis Power Control: Down/Off 2024-03-24T11:40:33.952 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:40:33.971 INFO:teuthology.orchestra.console.smithi196:Power off 2024-03-24T11:40:33.971 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-24T11:40:33.982 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2024-03-24T11:40:33.998 DEBUG:teuthology.orchestra.console.smithi196:power off output: Chassis Power Control: Down/Off 2024-03-24T11:40:33.999 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:40:34.023 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-03-24T11:40:37.942 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:40:37.982 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:40:38.024 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:40:38.054 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2024-03-24T11:40:38.094 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2024-03-24T11:40:38.137 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-03-24T11:40:42.059 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:40:42.095 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:40:42.138 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:40:42.171 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2024-03-24T11:40:42.211 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is off 2024-03-24T11:40:42.249 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-03-24T11:40:42.313 INFO:teuthology.orchestra.console.smithi194:Power off completed 2024-03-24T11:40:46.176 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:40:46.251 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:40:46.288 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is off 2024-03-24T11:40:46.371 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is off 2024-03-24T11:40:46.390 INFO:teuthology.orchestra.console.smithi157:Power off completed 2024-03-24T11:40:46.472 INFO:teuthology.orchestra.console.smithi196:Power off completed 2024-03-24T11:40:46.577 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1517.9944591522217 failure_reason: '"2024-03-24T11:30:00.000251+0000 mon.a (mon.0) 445 : cluster 3 [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm" in cluster log' flavor: default owner: scheduled_teuthology@teuthology success: false 2024-03-24T11:40:46.577 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-24T11:40:46.654 INFO:teuthology.run:FAIL