2024-03-26T00:22:08.677 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-26T00:22:08.678 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798 --owner scheduled_yuriw@teuthology --name yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi --verbose --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} -- /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798/orig.config.yaml 2024-03-26T00:22:08.709 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T00:22:08.799 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798 branch: wip-yuri3-testing-2024-03-25-0744 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7621798' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri3-testing-2024-03-25-0744 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: 4354a20109fd25703f6611a1a8f196608a256149 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 4354a20109fd25703f6611a1a8f196608a256149 workunit: branch: wip-yuri3-testing-2024-03-25-0744 sha1: 4354a20109fd25703f6611a1a8f196608a256149 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 6662 sha1: 4354a20109fd25703f6611a1a8f196608a256149 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2024-03-25-0744 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_4354a20109fd25703f6611a1a8f196608a256149/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 4354a20109fd25703f6611a1a8f196608a256149 targets: smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNNGHnOJT4mDgBnf2kcx24sR09LxBDVhq4QCvdyTjxKQklsg1a3qtlkESjJ3GY0IX2FXRkhal2PArMwUpmzlrDU= smithi171.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBPv2MkJPhxztJ8/n7tWjTnQHWcC/aDdEWtdg5+ZUvSiwN7B+yLqHW3pH4qDXFRwXr1kpp3AwZg3YDPmxkghUMI= smithi184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKosTjNGDKlhpso87tXxarGwUpZAVhQGftbrkxjcJahtG+dxCs99g+QRJaWAKUrT/3ANHt4s1VUzFkURcpvdgi0= 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-25_20:36:27 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-26T00:22:08.799 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_4354a20109fd25703f6611a1a8f196608a256149/qa; will attempt to use it 2024-03-26T00:22:08.800 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_4354a20109fd25703f6611a1a8f196608a256149/qa/tasks 2024-03-26T00:22:08.800 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-26T00:22:08.802 INFO:teuthology.task.internal:Checking packages... 2024-03-26T00:22:08.827 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '4354a20109fd25703f6611a1a8f196608a256149' 2024-03-26T00:22:08.827 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-26T00:22:08.827 INFO:teuthology.packaging:ref: None 2024-03-26T00:22:08.827 INFO:teuthology.packaging:tag: None 2024-03-26T00:22:08.827 INFO:teuthology.packaging:branch: wip-yuri3-testing-2024-03-25-0744 2024-03-26T00:22:08.828 INFO:teuthology.packaging:sha1: 4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:22:08.828 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri3-testing-2024-03-25-0744 2024-03-26T00:22:08.969 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2416-g4354a201-1jammy 2024-03-26T00:22:08.971 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-26T00:22:08.978 INFO:teuthology.task.internal:no buildpackages task found 2024-03-26T00:22:08.978 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-26T00:22:09.020 INFO:teuthology.task.internal:Saving configuration 2024-03-26T00:22:09.035 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-26T00:22:09.054 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T00:22:09.077 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798', '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-26 00:16:30.716608', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBjjjH3LL7KRzUfEK3D3o24N271tKlG4XEFDL5cHSS9a'} 2024-03-26T00:22:09.098 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798', '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-26 00:16:30.717961', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEzZuijW52ztShGTgmj7OmI/68CzDiyqcSks/WBIZDec'} 2024-03-26T00:22:09.120 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798', '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-26 00:16:30.715016', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH4AqFbDOdY1xkC/aXmnb7W9kfRpFOut4a6KDyZsVGwh'} 2024-03-26T00:22:09.120 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-26T00:22:09.127 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-26T00:22:09.127 INFO:teuthology.task.internal:roles: ubuntu@smithi171.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-26T00:22:09.127 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-26T00:22:09.127 INFO:teuthology.run_tasks:Running task console_log... 2024-03-26T00:22:09.244 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f12f555ef70>, signals=[15]) 2024-03-26T00:22:09.244 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-26T00:22:09.250 INFO:teuthology.task.internal:Opening connections... 2024-03-26T00:22:09.250 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-03-26T00:22:09.253 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:22:09.338 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi171.front.sepia.ceph.com 2024-03-26T00:22:09.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:22:09.416 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2024-03-26T00:22:09.417 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:22:09.497 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-26T00:22:09.505 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-03-26T00:22:09.511 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-03-26T00:22:09.511 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-03-26T00:22:09.558 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T00:22:09.558 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Ubuntu" 2024-03-26T00:22:09.558 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="22.04" 2024-03-26T00:22:09.558 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T00:22:09.558 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_CODENAME=jammy 2024-03-26T00:22:09.558 INFO:teuthology.orchestra.run.smithi133.stdout:ID=ubuntu 2024-03-26T00:22:09.559 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE=debian 2024-03-26T00:22:09.559 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T00:22:09.559 INFO:teuthology.orchestra.run.smithi133.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T00:22:09.559 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T00:22:09.559 INFO:teuthology.orchestra.run.smithi133.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T00:22:09.559 INFO:teuthology.orchestra.run.smithi133.stdout:UBUNTU_CODENAME=jammy 2024-03-26T00:22:09.559 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-03-26T00:22:09.583 DEBUG:teuthology.orchestra.run.smithi171:> uname -m 2024-03-26T00:22:09.589 INFO:teuthology.orchestra.run.smithi171.stdout:x86_64 2024-03-26T00:22:09.589 DEBUG:teuthology.orchestra.run.smithi171:> cat /etc/os-release 2024-03-26T00:22:09.635 INFO:teuthology.orchestra.run.smithi171.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T00:22:09.635 INFO:teuthology.orchestra.run.smithi171.stdout:NAME="Ubuntu" 2024-03-26T00:22:09.635 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION_ID="22.04" 2024-03-26T00:22:09.635 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T00:22:09.635 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION_CODENAME=jammy 2024-03-26T00:22:09.635 INFO:teuthology.orchestra.run.smithi171.stdout:ID=ubuntu 2024-03-26T00:22:09.635 INFO:teuthology.orchestra.run.smithi171.stdout:ID_LIKE=debian 2024-03-26T00:22:09.635 INFO:teuthology.orchestra.run.smithi171.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T00:22:09.635 INFO:teuthology.orchestra.run.smithi171.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T00:22:09.635 INFO:teuthology.orchestra.run.smithi171.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T00:22:09.636 INFO:teuthology.orchestra.run.smithi171.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T00:22:09.636 INFO:teuthology.orchestra.run.smithi171.stdout:UBUNTU_CODENAME=jammy 2024-03-26T00:22:09.636 INFO:teuthology.lock.ops:Updating smithi171.front.sepia.ceph.com on lock server 2024-03-26T00:22:09.658 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2024-03-26T00:22:09.664 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2024-03-26T00:22:09.664 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2024-03-26T00:22:09.713 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T00:22:09.713 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="Ubuntu" 2024-03-26T00:22:09.713 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="22.04" 2024-03-26T00:22:09.713 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T00:22:09.713 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_CODENAME=jammy 2024-03-26T00:22:09.713 INFO:teuthology.orchestra.run.smithi184.stdout:ID=ubuntu 2024-03-26T00:22:09.713 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE=debian 2024-03-26T00:22:09.714 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T00:22:09.714 INFO:teuthology.orchestra.run.smithi184.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T00:22:09.714 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T00:22:09.714 INFO:teuthology.orchestra.run.smithi184.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T00:22:09.714 INFO:teuthology.orchestra.run.smithi184.stdout:UBUNTU_CODENAME=jammy 2024-03-26T00:22:09.714 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2024-03-26T00:22:09.733 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-26T00:22:09.742 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-26T00:22:09.761 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-26T00:22:09.762 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-03-26T00:22:09.764 DEBUG:teuthology.orchestra.run.smithi171:> test '!' -e /home/ubuntu/cephtest 2024-03-26T00:22:09.766 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2024-03-26T00:22:09.771 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-26T00:22:09.786 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-26T00:22:09.787 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-03-26T00:22:09.811 DEBUG:teuthology.orchestra.run.smithi171:> test -z $(ls -A /var/lib/ceph) 2024-03-26T00:22:09.814 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2024-03-26T00:22:09.830 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-26T00:22:09.904 INFO:teuthology.run_tasks:Running task kernel... 2024-03-26T00:22:09.922 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-26T00:22:09.923 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-26T00:22:09.923 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T00:22:09.924 DEBUG:teuthology.orchestra.run.smithi171:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T00:22:09.924 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T00:22:09.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:22:09.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:22:09.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:22:09.933 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-03-26T00:22:09.933 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-03-26T00:22:09.933 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-03-26T00:22:09.980 INFO:teuthology.orchestra.run.smithi133.stdout:5.15.0-56-generic 2024-03-26T00:22:09.980 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.15.0-56-generic 2024-03-26T00:22:09.980 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-03-26T00:22:09.983 INFO:teuthology.orchestra.run.smithi184.stdout:5.15.0-56-generic 2024-03-26T00:22:09.983 INFO:teuthology.task.kernel:Running kernel on smithi184: 5.15.0-56-generic 2024-03-26T00:22:09.983 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2024-03-26T00:22:09.984 INFO:teuthology.orchestra.run.smithi171.stdout:5.15.0-56-generic 2024-03-26T00:22:09.984 INFO:teuthology.task.kernel:Running kernel on smithi171: 5.15.0-56-generic 2024-03-26T00:22:09.984 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-get clean 2024-03-26T00:22:10.104 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-03-26T00:22:10.124 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-03-26T00:22:10.133 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-get update 2024-03-26T00:22:10.277 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T00:22:10.289 INFO:teuthology.orchestra.run.smithi171.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T00:22:10.289 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T00:22:10.307 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T00:22:10.349 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T00:22:10.376 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T00:22:10.382 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T00:22:10.394 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T00:22:10.459 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T00:22:10.463 INFO:teuthology.orchestra.run.smithi171.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T00:22:10.511 INFO:teuthology.orchestra.run.smithi171.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T00:22:10.517 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T00:22:10.518 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T00:22:10.612 INFO:teuthology.orchestra.run.smithi171.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T00:22:10.625 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T00:22:10.691 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T00:22:10.705 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T00:22:10.706 INFO:teuthology.orchestra.run.smithi171.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T00:22:10.717 INFO:teuthology.orchestra.run.smithi171.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T00:22:10.718 INFO:teuthology.orchestra.run.smithi171.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T00:22:10.720 INFO:teuthology.orchestra.run.smithi171.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T00:22:10.721 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T00:22:10.721 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T00:22:10.721 INFO:teuthology.orchestra.run.smithi184.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T00:22:10.731 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T00:22:10.744 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T00:22:10.744 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T00:22:10.746 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T00:22:10.779 INFO:teuthology.orchestra.run.smithi184.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T00:22:10.815 INFO:teuthology.orchestra.run.smithi171.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T00:22:10.819 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T00:22:10.862 INFO:teuthology.orchestra.run.smithi184.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T00:22:10.870 INFO:teuthology.orchestra.run.smithi184.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T00:22:10.870 INFO:teuthology.orchestra.run.smithi184.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T00:22:10.879 INFO:teuthology.orchestra.run.smithi171.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T00:22:10.881 INFO:teuthology.orchestra.run.smithi171.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T00:22:10.888 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T00:22:10.900 INFO:teuthology.orchestra.run.smithi184.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T00:22:10.904 INFO:teuthology.orchestra.run.smithi171.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T00:22:10.905 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T00:22:10.905 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T00:22:10.912 INFO:teuthology.orchestra.run.smithi171.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T00:22:10.934 INFO:teuthology.orchestra.run.smithi171.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T00:22:10.935 INFO:teuthology.orchestra.run.smithi184.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T00:22:10.939 INFO:teuthology.orchestra.run.smithi184.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T00:22:10.940 INFO:teuthology.orchestra.run.smithi184.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T00:22:10.941 INFO:teuthology.orchestra.run.smithi184.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T00:22:10.942 INFO:teuthology.orchestra.run.smithi184.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T00:22:10.942 INFO:teuthology.orchestra.run.smithi184.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T00:22:10.948 INFO:teuthology.orchestra.run.smithi171.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T00:22:10.948 INFO:teuthology.orchestra.run.smithi171.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T00:22:10.948 INFO:teuthology.orchestra.run.smithi171.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T00:22:10.948 INFO:teuthology.orchestra.run.smithi171.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T00:22:10.948 INFO:teuthology.orchestra.run.smithi171.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T00:22:10.952 INFO:teuthology.orchestra.run.smithi171.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T00:22:10.954 INFO:teuthology.orchestra.run.smithi184.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T00:22:10.955 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T00:22:10.955 INFO:teuthology.orchestra.run.smithi184.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T00:22:10.957 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T00:22:10.957 INFO:teuthology.orchestra.run.smithi184.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T00:22:10.973 INFO:teuthology.orchestra.run.smithi184.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T00:22:10.973 INFO:teuthology.orchestra.run.smithi184.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T00:22:10.974 INFO:teuthology.orchestra.run.smithi184.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T00:22:10.975 INFO:teuthology.orchestra.run.smithi184.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T00:22:10.975 INFO:teuthology.orchestra.run.smithi184.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T00:22:11.003 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T00:22:11.015 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T00:22:11.016 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T00:22:11.016 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T00:22:11.019 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T00:22:11.019 INFO:teuthology.orchestra.run.smithi133.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T00:22:11.149 INFO:teuthology.orchestra.run.smithi171.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T00:22:11.152 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T00:22:11.180 INFO:teuthology.orchestra.run.smithi184.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T00:22:11.198 INFO:teuthology.orchestra.run.smithi184.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T00:22:11.208 INFO:teuthology.orchestra.run.smithi184.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T00:22:11.209 INFO:teuthology.orchestra.run.smithi184.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T00:22:11.295 INFO:teuthology.orchestra.run.smithi171.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T00:22:11.299 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T00:22:11.300 INFO:teuthology.orchestra.run.smithi184.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T00:22:11.301 INFO:teuthology.orchestra.run.smithi184.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T00:22:11.310 INFO:teuthology.orchestra.run.smithi171.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T00:22:11.311 INFO:teuthology.orchestra.run.smithi171.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T00:22:11.312 INFO:teuthology.orchestra.run.smithi184.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T00:22:11.312 INFO:teuthology.orchestra.run.smithi184.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T00:22:11.314 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T00:22:11.315 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T00:22:11.334 INFO:teuthology.orchestra.run.smithi184.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T00:22:11.371 INFO:teuthology.orchestra.run.smithi171.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T00:22:11.372 INFO:teuthology.orchestra.run.smithi171.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T00:22:11.375 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T00:22:11.376 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T00:22:11.378 INFO:teuthology.orchestra.run.smithi171.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T00:22:11.383 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T00:22:11.520 INFO:teuthology.orchestra.run.smithi184.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T00:22:11.542 INFO:teuthology.orchestra.run.smithi171.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T00:22:11.547 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T00:22:11.924 INFO:teuthology.orchestra.run.smithi184.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T00:22:11.930 INFO:teuthology.orchestra.run.smithi184.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T00:22:11.943 INFO:teuthology.orchestra.run.smithi184.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T00:22:11.944 INFO:teuthology.orchestra.run.smithi184.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T00:22:11.946 INFO:teuthology.orchestra.run.smithi184.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T00:22:12.120 INFO:teuthology.orchestra.run.smithi171.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T00:22:12.143 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T00:22:12.231 INFO:teuthology.orchestra.run.smithi171.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T00:22:12.250 INFO:teuthology.orchestra.run.smithi171.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T00:22:12.252 INFO:teuthology.orchestra.run.smithi171.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T00:22:12.254 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T00:22:12.256 INFO:teuthology.orchestra.run.smithi171.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T00:22:12.256 INFO:teuthology.orchestra.run.smithi171.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T00:22:12.257 INFO:teuthology.orchestra.run.smithi171.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T00:22:12.257 INFO:teuthology.orchestra.run.smithi171.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T00:22:12.261 INFO:teuthology.orchestra.run.smithi171.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T00:22:12.265 INFO:teuthology.orchestra.run.smithi171.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T00:22:12.273 INFO:teuthology.orchestra.run.smithi133.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T00:22:12.275 INFO:teuthology.orchestra.run.smithi133.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T00:22:12.276 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T00:22:12.278 INFO:teuthology.orchestra.run.smithi133.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T00:22:12.279 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T00:22:12.280 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T00:22:12.285 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T00:22:12.288 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T00:22:12.430 INFO:teuthology.orchestra.run.smithi171.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T00:22:12.453 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T00:22:12.512 INFO:teuthology.orchestra.run.smithi171.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T00:22:12.535 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T00:22:12.593 INFO:teuthology.orchestra.run.smithi171.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T00:22:12.647 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T00:22:12.674 INFO:teuthology.orchestra.run.smithi171.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T00:22:12.700 INFO:teuthology.orchestra.run.smithi133.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T00:22:12.704 INFO:teuthology.orchestra.run.smithi171.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T00:22:12.732 INFO:teuthology.orchestra.run.smithi133.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T00:22:16.182 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 12.5 MB in 2s (6,804 kB/s) 2024-03-26T00:22:16.959 INFO:teuthology.orchestra.run.smithi171.stdout:Fetched 12.5 MB in 3s (4,994 kB/s) 2024-03-26T00:22:17.256 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 12.5 MB in 3s (4,921 kB/s) 2024-03-26T00:22:17.506 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-03-26T00:22:17.523 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T00:22:17.584 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-03-26T00:22:17.790 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-03-26T00:22:17.791 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-03-26T00:22:17.968 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T00:22:17.969 INFO:teuthology.orchestra.run.smithi184.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T00:22:17.969 INFO:teuthology.orchestra.run.smithi184.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T00:22:17.969 INFO:teuthology.orchestra.run.smithi184.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T00:22:17.970 INFO:teuthology.orchestra.run.smithi184.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T00:22:17.970 INFO:teuthology.orchestra.run.smithi184.stdout: python2.7-minimal 2024-03-26T00:22:17.970 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T00:22:17.971 INFO:teuthology.orchestra.run.smithi184.stdout:The following additional packages will be installed: 2024-03-26T00:22:17.971 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T00:22:17.971 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T00:22:17.971 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T00:22:17.973 INFO:teuthology.orchestra.run.smithi184.stdout:Suggested packages: 2024-03-26T00:22:17.973 INFO:teuthology.orchestra.run.smithi184.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T00:22:17.973 INFO:teuthology.orchestra.run.smithi184.stdout:Recommended packages: 2024-03-26T00:22:17.973 INFO:teuthology.orchestra.run.smithi184.stdout: thermald 2024-03-26T00:22:18.015 INFO:teuthology.orchestra.run.smithi184.stdout:The following NEW packages will be installed: 2024-03-26T00:22:18.015 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T00:22:18.015 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T00:22:18.015 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T00:22:18.016 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages will be upgraded: 2024-03-26T00:22:18.017 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T00:22:18.076 INFO:teuthology.orchestra.run.smithi184.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T00:22:18.076 INFO:teuthology.orchestra.run.smithi184.stdout:Need to get 113 MB of archives. 2024-03-26T00:22:18.076 INFO:teuthology.orchestra.run.smithi184.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T00:22:18.077 INFO:teuthology.orchestra.run.smithi184.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-26T00:22:18.358 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-03-26T00:22:18.375 DEBUG:teuthology.orchestra.run.smithi171:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T00:22:18.435 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-03-26T00:22:18.626 INFO:teuthology.orchestra.run.smithi171.stdout:Building dependency tree... 2024-03-26T00:22:18.627 INFO:teuthology.orchestra.run.smithi171.stdout:Reading state information... 2024-03-26T00:22:18.673 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-03-26T00:22:18.689 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T00:22:18.743 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-03-26T00:22:18.760 INFO:teuthology.orchestra.run.smithi184.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-26T00:22:18.796 INFO:teuthology.orchestra.run.smithi171.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T00:22:18.796 INFO:teuthology.orchestra.run.smithi171.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T00:22:18.796 INFO:teuthology.orchestra.run.smithi171.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T00:22:18.797 INFO:teuthology.orchestra.run.smithi171.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T00:22:18.797 INFO:teuthology.orchestra.run.smithi171.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T00:22:18.797 INFO:teuthology.orchestra.run.smithi171.stdout: python2.7-minimal 2024-03-26T00:22:18.797 INFO:teuthology.orchestra.run.smithi171.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T00:22:18.798 INFO:teuthology.orchestra.run.smithi171.stdout:The following additional packages will be installed: 2024-03-26T00:22:18.798 INFO:teuthology.orchestra.run.smithi171.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T00:22:18.798 INFO:teuthology.orchestra.run.smithi171.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T00:22:18.799 INFO:teuthology.orchestra.run.smithi171.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T00:22:18.800 INFO:teuthology.orchestra.run.smithi171.stdout:Suggested packages: 2024-03-26T00:22:18.801 INFO:teuthology.orchestra.run.smithi171.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T00:22:18.801 INFO:teuthology.orchestra.run.smithi171.stdout:Recommended packages: 2024-03-26T00:22:18.801 INFO:teuthology.orchestra.run.smithi171.stdout: thermald 2024-03-26T00:22:18.839 INFO:teuthology.orchestra.run.smithi171.stdout:The following NEW packages will be installed: 2024-03-26T00:22:18.840 INFO:teuthology.orchestra.run.smithi171.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T00:22:18.840 INFO:teuthology.orchestra.run.smithi171.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T00:22:18.840 INFO:teuthology.orchestra.run.smithi171.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T00:22:18.841 INFO:teuthology.orchestra.run.smithi171.stdout:The following packages will be upgraded: 2024-03-26T00:22:18.842 INFO:teuthology.orchestra.run.smithi171.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T00:22:18.937 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-03-26T00:22:18.937 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-03-26T00:22:18.959 INFO:teuthology.orchestra.run.smithi171.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T00:22:18.959 INFO:teuthology.orchestra.run.smithi171.stdout:Need to get 113 MB of archives. 2024-03-26T00:22:18.959 INFO:teuthology.orchestra.run.smithi171.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T00:22:18.959 INFO:teuthology.orchestra.run.smithi171.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-26T00:22:19.020 INFO:teuthology.orchestra.run.smithi184.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-26T00:22:19.091 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T00:22:19.091 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T00:22:19.091 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T00:22:19.092 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T00:22:19.092 INFO:teuthology.orchestra.run.smithi133.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T00:22:19.092 INFO:teuthology.orchestra.run.smithi133.stdout: python2.7-minimal 2024-03-26T00:22:19.092 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T00:22:19.093 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-03-26T00:22:19.093 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T00:22:19.093 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T00:22:19.093 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T00:22:19.094 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-03-26T00:22:19.094 INFO:teuthology.orchestra.run.smithi133.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T00:22:19.094 INFO:teuthology.orchestra.run.smithi133.stdout:Recommended packages: 2024-03-26T00:22:19.095 INFO:teuthology.orchestra.run.smithi133.stdout: thermald 2024-03-26T00:22:19.132 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-03-26T00:22:19.132 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T00:22:19.132 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T00:22:19.132 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T00:22:19.133 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages will be upgraded: 2024-03-26T00:22:19.133 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T00:22:19.243 INFO:teuthology.orchestra.run.smithi133.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T00:22:19.243 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 113 MB of archives. 2024-03-26T00:22:19.243 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T00:22:19.243 INFO:teuthology.orchestra.run.smithi133.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-26T00:22:20.247 INFO:teuthology.orchestra.run.smithi171.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-26T00:22:20.431 INFO:teuthology.orchestra.run.smithi133.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-26T00:22:20.580 INFO:teuthology.orchestra.run.smithi171.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-26T00:22:20.786 INFO:teuthology.orchestra.run.smithi133.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-26T00:22:20.936 INFO:teuthology.orchestra.run.smithi184.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-26T00:22:20.936 INFO:teuthology.orchestra.run.smithi184.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-26T00:22:21.010 INFO:teuthology.orchestra.run.smithi184.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-26T00:22:21.371 INFO:teuthology.orchestra.run.smithi184.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-26T00:22:21.500 INFO:teuthology.orchestra.run.smithi184.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-26T00:22:21.925 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 113 MB in 3s (32.6 MB/s) 2024-03-26T00:22:22.081 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T00:22:22.435 INFO:teuthology.orchestra.run.smithi171.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-26T00:22:22.436 INFO:teuthology.orchestra.run.smithi171.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-26T00:22:22.436 INFO:teuthology.orchestra.run.smithi171.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-26T00:22:22.582 INFO:teuthology.orchestra.run.smithi133.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-26T00:22:22.582 INFO:teuthology.orchestra.run.smithi133.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-26T00:22:22.582 INFO:teuthology.orchestra.run.smithi133.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-26T00:22:22.633 INFO:teuthology.orchestra.run.smithi171.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-26T00:22:22.695 INFO:teuthology.orchestra.run.smithi171.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-26T00:22:22.774 INFO:teuthology.orchestra.run.smithi133.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-26T00:22:22.819 INFO:teuthology.orchestra.run.smithi133.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-26T00:22:23.117 INFO:teuthology.orchestra.run.smithi171.stdout:Fetched 113 MB in 4s (29.4 MB/s) 2024-03-26T00:22:23.204 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 113 MB in 4s (30.8 MB/s) 2024-03-26T00:22:23.290 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T00:22:23.372 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T00:22:24.096 INFO:teuthology.orchestra.run.smithi184.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-26T00:22:24.100 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:24.170 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:25.313 INFO:teuthology.orchestra.run.smithi133.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-26T00:22:25.317 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:25.436 INFO:teuthology.orchestra.run.smithi171.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-26T00:22:25.443 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:25.468 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:25.625 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:26.780 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T00:22:26.802 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:26.903 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:27.375 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T00:22:27.395 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:27.433 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:27.627 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T00:22:27.649 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:27.745 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:28.183 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T00:22:28.205 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:28.213 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T00:22:28.234 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:28.271 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:28.289 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:28.745 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T00:22:28.766 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:28.828 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:33.778 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T00:22:33.886 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T00:22:34.168 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T00:22:34.290 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T00:22:34.593 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T00:22:34.616 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T00:22:34.651 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T00:22:35.254 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T00:22:35.260 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T00:22:35.379 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T00:22:35.379 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T00:22:35.696 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T00:22:35.696 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T00:22:35.817 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T00:22:35.850 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T00:22:36.104 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T00:22:36.126 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T00:22:36.161 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T00:22:36.170 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T00:22:36.183 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T00:22:36.227 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T00:22:39.901 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T00:22:39.938 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:39.984 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:41.552 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T00:22:41.589 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:41.627 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:42.182 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T00:22:42.219 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T00:22:42.248 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:43.105 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T00:22:43.228 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T00:22:43.569 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T00:22:43.690 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:43.816 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T00:22:43.945 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:44.814 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T00:22:44.938 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T00:22:44.984 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T00:22:45.109 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T00:22:45.287 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T00:22:45.287 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T00:22:45.287 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T00:22:45.287 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T00:22:45.296 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T00:22:45.409 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:45.439 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:45.442 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T00:22:45.535 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T00:22:45.589 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:45.664 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:46.299 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T00:22:46.611 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:46.973 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:47.016 INFO:teuthology.orchestra.run.smithi171.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T00:22:47.016 INFO:teuthology.orchestra.run.smithi171.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T00:22:47.017 INFO:teuthology.orchestra.run.smithi171.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T00:22:47.017 INFO:teuthology.orchestra.run.smithi171.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T00:22:47.200 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:47.910 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T00:22:47.910 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T00:22:47.910 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T00:22:47.910 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T00:22:48.055 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:48.349 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T00:22:48.467 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T00:22:48.576 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:48.616 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:48.630 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T00:22:48.631 INFO:teuthology.orchestra.run.smithi184.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T00:22:49.497 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:49.968 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T00:22:50.094 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T00:22:50.220 INFO:teuthology.orchestra.run.smithi171.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:50.280 INFO:teuthology.orchestra.run.smithi171.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T00:22:50.280 INFO:teuthology.orchestra.run.smithi171.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T00:22:50.882 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T00:22:50.991 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T00:22:51.093 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T00:22:51.150 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T00:22:51.151 INFO:teuthology.orchestra.run.smithi133.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T00:23:02.951 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T00:23:02.951 INFO:teuthology.orchestra.run.smithi184.stdout:Sourcing file `/etc/default/grub' 2024-03-26T00:23:02.959 INFO:teuthology.orchestra.run.smithi184.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T00:23:02.978 INFO:teuthology.orchestra.run.smithi184.stdout:Generating grub configuration file ... 2024-03-26T00:23:03.231 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T00:23:03.259 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T00:23:03.528 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T00:23:03.533 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T00:23:03.595 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T00:23:03.600 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T00:23:03.766 INFO:teuthology.orchestra.run.smithi184.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T00:23:03.766 INFO:teuthology.orchestra.run.smithi184.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T00:23:03.766 INFO:teuthology.orchestra.run.smithi184.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T00:23:03.804 INFO:teuthology.orchestra.run.smithi184.stdout:done 2024-03-26T00:23:04.305 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2024-03-26T00:23:04.322 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2024-03-26T00:23:04.322 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2024-03-26T00:23:04.322 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2024-03-26T00:23:04.322 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2024-03-26T00:23:04.323 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 21 2024-03-26T00:23:04.323 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T00:23:04.323 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2024-03-26T00:23:04.323 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2024-03-26T00:23:04.323 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 5.15.0.101.98 2024-03-26T00:23:04.323 INFO:teuthology.orchestra.run.smithi184.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-26T00:23:04.323 INFO:teuthology.orchestra.run.smithi184.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-26T00:23:04.323 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2024-03-26T00:23:04.323 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2024-03-26T00:23:04.323 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2024-03-26T00:23:04.323 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2024-03-26T00:23:04.323 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T00:23:04.324 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T00:23:04.324 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T00:23:04.324 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-26T00:23:04.324 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T00:23:04.324 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2024-03-26T00:23:04.325 INFO:teuthology.orchestra.run.smithi171.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T00:23:04.325 INFO:teuthology.orchestra.run.smithi171.stdout:Sourcing file `/etc/default/grub' 2024-03-26T00:23:04.340 INFO:teuthology.orchestra.run.smithi171.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T00:23:04.367 INFO:teuthology.orchestra.run.smithi171.stdout:Generating grub configuration file ... 2024-03-26T00:23:04.514 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-03-26T00:23:04.644 INFO:teuthology.orchestra.run.smithi171.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T00:23:04.651 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T00:23:04.651 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T00:23:04.661 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T00:23:04.668 INFO:teuthology.orchestra.run.smithi171.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T00:23:04.681 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T00:23:04.968 INFO:teuthology.orchestra.run.smithi171.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T00:23:04.973 INFO:teuthology.orchestra.run.smithi171.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T00:23:05.052 INFO:teuthology.orchestra.run.smithi171.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T00:23:05.057 INFO:teuthology.orchestra.run.smithi171.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T00:23:05.233 INFO:teuthology.orchestra.run.smithi171.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T00:23:05.233 INFO:teuthology.orchestra.run.smithi171.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T00:23:05.234 INFO:teuthology.orchestra.run.smithi171.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T00:23:05.268 INFO:teuthology.orchestra.run.smithi171.stdout:done 2024-03-26T00:23:05.424 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T00:23:05.424 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub' 2024-03-26T00:23:05.451 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T00:23:05.479 INFO:teuthology.orchestra.run.smithi133.stdout:Generating grub configuration file ... 2024-03-26T00:23:05.700 DEBUG:teuthology.orchestra.run.smithi171:> dpkg -s linux-image-generic 2024-03-26T00:23:05.718 INFO:teuthology.orchestra.run.smithi171.stdout:Package: linux-image-generic 2024-03-26T00:23:05.718 INFO:teuthology.orchestra.run.smithi171.stdout:Status: install ok installed 2024-03-26T00:23:05.718 INFO:teuthology.orchestra.run.smithi171.stdout:Priority: optional 2024-03-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.stdout:Section: kernel 2024-03-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.stdout:Installed-Size: 21 2024-03-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.stdout:Architecture: amd64 2024-03-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.stdout:Source: linux-meta 2024-03-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.stdout:Version: 5.15.0.101.98 2024-03-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.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-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.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-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.stdout:Recommends: thermald 2024-03-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.stdout:Description: Generic Linux kernel image 2024-03-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.stdout: This package will always depend on the latest generic kernel image 2024-03-26T00:23:05.719 INFO:teuthology.orchestra.run.smithi171.stdout: available. 2024-03-26T00:23:05.719 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T00:23:05.720 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T00:23:05.720 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T00:23:05.720 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-26T00:23:05.720 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi171.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T00:23:05.720 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-get clean 2024-03-26T00:23:05.745 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T00:23:05.773 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T00:23:05.907 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-get update 2024-03-26T00:23:05.948 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-03-26T00:23:05.967 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T00:23:06.031 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-03-26T00:23:06.046 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T00:23:06.056 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T00:23:06.059 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T00:23:06.076 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T00:23:06.100 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T00:23:06.105 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T00:23:06.177 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T00:23:06.184 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T00:23:06.230 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-03-26T00:23:06.230 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-03-26T00:23:06.338 INFO:teuthology.orchestra.run.smithi133.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T00:23:06.338 INFO:teuthology.orchestra.run.smithi133.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T00:23:06.338 INFO:teuthology.orchestra.run.smithi133.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T00:23:06.375 INFO:teuthology.orchestra.run.smithi133.stdout:done 2024-03-26T00:23:06.388 INFO:teuthology.orchestra.run.smithi184.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T00:23:06.388 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T00:23:06.388 INFO:teuthology.orchestra.run.smithi184.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T00:23:06.388 INFO:teuthology.orchestra.run.smithi184.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T00:23:06.388 INFO:teuthology.orchestra.run.smithi184.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T00:23:06.389 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T00:23:06.389 INFO:teuthology.orchestra.run.smithi184.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T00:23:06.389 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T00:23:06.427 INFO:teuthology.orchestra.run.smithi184.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T00:23:06.429 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2024-03-26T00:23:06.441 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2024-03-26T00:23:06.441 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2024-03-26T00:23:06.442 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2024-03-26T00:23:06.442 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2024-03-26T00:23:06.442 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 21 2024-03-26T00:23:06.442 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T00:23:06.442 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2024-03-26T00:23:06.443 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2024-03-26T00:23:06.443 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 5.15.0.101.98 2024-03-26T00:23:06.443 INFO:teuthology.orchestra.run.smithi184.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-26T00:23:06.444 INFO:teuthology.orchestra.run.smithi184.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-26T00:23:06.444 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2024-03-26T00:23:06.445 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2024-03-26T00:23:06.445 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2024-03-26T00:23:06.445 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2024-03-26T00:23:06.446 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2024-03-26T00:23:06.488 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.62wIoyMeSu 2024-03-26T00:23:06.488 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub/grub.cfg /tmp/tmp.62wIoyMeSu 2024-03-26T00:23:06.544 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.62wIoyMeSu 2024-03-26T00:23:06.664 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.62wIoyMeSu is 10KB 2024-03-26T00:23:06.676 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.62wIoyMeSu 2024-03-26T00:23:06.682 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T00:23:06.736 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:23:06.736 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T00:23:06.736 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T00:23:06.818 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T00:23:06.818 DEBUG:teuthology.orchestra.run.smithi184:> sudo update-grub 2024-03-26T00:23:06.883 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-03-26T00:23:06.910 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-03-26T00:23:06.910 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-03-26T00:23:06.910 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-03-26T00:23:06.910 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-03-26T00:23:06.910 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 21 2024-03-26T00:23:06.910 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T00:23:06.910 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-03-26T00:23:06.910 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-03-26T00:23:06.910 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.101.98 2024-03-26T00:23:06.911 INFO:teuthology.orchestra.run.smithi133.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-26T00:23:06.911 INFO:teuthology.orchestra.run.smithi133.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-26T00:23:06.911 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-03-26T00:23:06.911 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-03-26T00:23:06.911 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-03-26T00:23:06.911 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-03-26T00:23:06.911 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T00:23:06.911 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T00:23:06.911 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T00:23:06.911 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-26T00:23:06.911 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T00:23:06.912 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-03-26T00:23:07.115 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-03-26T00:23:07.247 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T00:23:07.365 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T00:23:07.369 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-03-26T00:23:07.387 DEBUG:teuthology.orchestra.run.smithi171:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T00:23:07.445 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T00:23:07.447 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-03-26T00:23:07.527 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T00:23:07.643 INFO:teuthology.orchestra.run.smithi171.stdout:Building dependency tree... 2024-03-26T00:23:07.644 INFO:teuthology.orchestra.run.smithi171.stdout:Reading state information... 2024-03-26T00:23:07.797 INFO:teuthology.orchestra.run.smithi171.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T00:23:07.797 INFO:teuthology.orchestra.run.smithi171.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T00:23:07.797 INFO:teuthology.orchestra.run.smithi171.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T00:23:07.797 INFO:teuthology.orchestra.run.smithi171.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T00:23:07.797 INFO:teuthology.orchestra.run.smithi171.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T00:23:07.797 INFO:teuthology.orchestra.run.smithi171.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T00:23:07.798 INFO:teuthology.orchestra.run.smithi171.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T00:23:07.798 INFO:teuthology.orchestra.run.smithi171.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T00:23:07.837 INFO:teuthology.orchestra.run.smithi171.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T00:23:07.838 DEBUG:teuthology.orchestra.run.smithi171:> dpkg -s linux-image-generic 2024-03-26T00:23:07.853 INFO:teuthology.orchestra.run.smithi171.stdout:Package: linux-image-generic 2024-03-26T00:23:07.853 INFO:teuthology.orchestra.run.smithi171.stdout:Status: install ok installed 2024-03-26T00:23:07.853 INFO:teuthology.orchestra.run.smithi171.stdout:Priority: optional 2024-03-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.stdout:Section: kernel 2024-03-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.stdout:Installed-Size: 21 2024-03-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.stdout:Architecture: amd64 2024-03-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.stdout:Source: linux-meta 2024-03-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.stdout:Version: 5.15.0.101.98 2024-03-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.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-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.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-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.stdout:Recommends: thermald 2024-03-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.stdout:Description: Generic Linux kernel image 2024-03-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.stdout: This package will always depend on the latest generic kernel image 2024-03-26T00:23:07.854 INFO:teuthology.orchestra.run.smithi171.stdout: available. 2024-03-26T00:23:07.855 DEBUG:teuthology.orchestra.run.smithi171:> mktemp 2024-03-26T00:23:07.902 INFO:teuthology.orchestra.run.smithi171.stdout:/tmp/tmp.FBAgq7KM9W 2024-03-26T00:23:07.903 DEBUG:teuthology.orchestra.run.smithi171:> sudo cp /boot/grub/grub.cfg /tmp/tmp.FBAgq7KM9W 2024-03-26T00:23:07.958 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 0666 /tmp/tmp.FBAgq7KM9W 2024-03-26T00:23:07.973 INFO:teuthology.orchestra.run.smithi184.stderr:Sourcing file `/etc/default/grub' 2024-03-26T00:23:07.975 INFO:teuthology.orchestra.run.smithi184.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T00:23:07.977 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2024-03-26T00:23:08.070 DEBUG:teuthology.orchestra.remote:smithi171:/tmp/tmp.FBAgq7KM9W is 10KB 2024-03-26T00:23:08.082 DEBUG:teuthology.orchestra.run.smithi171:> rm -fr /tmp/tmp.FBAgq7KM9W 2024-03-26T00:23:08.087 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T00:23:08.142 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:23:08.142 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T00:23:08.142 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T00:23:08.155 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T00:23:08.161 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T00:23:08.209 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T00:23:08.209 DEBUG:teuthology.orchestra.run.smithi171:> sudo update-grub 2024-03-26T00:23:08.385 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T00:23:08.389 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T00:23:08.427 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T00:23:08.431 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T00:23:08.591 INFO:teuthology.orchestra.run.smithi184.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T00:23:08.591 INFO:teuthology.orchestra.run.smithi184.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T00:23:08.591 INFO:teuthology.orchestra.run.smithi184.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T00:23:08.603 INFO:teuthology.orchestra.run.smithi184.stderr:done 2024-03-26T00:23:08.616 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2024-03-26T00:23:08.657 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-03-26T00:23:08.675 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T00:23:08.726 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-03-26T00:23:08.914 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-03-26T00:23:08.914 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-03-26T00:23:09.067 INFO:teuthology.orchestra.run.smithi133.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T00:23:09.068 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T00:23:09.068 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T00:23:09.068 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T00:23:09.068 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T00:23:09.068 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T00:23:09.068 INFO:teuthology.orchestra.run.smithi133.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T00:23:09.068 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T00:23:09.104 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T00:23:09.106 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-03-26T00:23:09.164 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-03-26T00:23:09.164 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-03-26T00:23:09.164 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-03-26T00:23:09.164 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-03-26T00:23:09.164 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 21 2024-03-26T00:23:09.165 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T00:23:09.165 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-03-26T00:23:09.165 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-03-26T00:23:09.165 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.101.98 2024-03-26T00:23:09.165 INFO:teuthology.orchestra.run.smithi133.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-26T00:23:09.165 INFO:teuthology.orchestra.run.smithi133.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-26T00:23:09.165 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-03-26T00:23:09.165 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-03-26T00:23:09.165 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-03-26T00:23:09.165 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-03-26T00:23:09.165 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-03-26T00:23:09.209 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.cWUcY4k63H 2024-03-26T00:23:09.210 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub/grub.cfg /tmp/tmp.cWUcY4k63H 2024-03-26T00:23:09.277 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.cWUcY4k63H 2024-03-26T00:23:09.394 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.cWUcY4k63H is 10KB 2024-03-26T00:23:09.408 INFO:teuthology.orchestra.run.smithi171.stderr:Sourcing file `/etc/default/grub' 2024-03-26T00:23:09.409 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.cWUcY4k63H 2024-03-26T00:23:09.409 INFO:teuthology.orchestra.run.smithi171.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T00:23:09.412 INFO:teuthology.orchestra.run.smithi171.stderr:Generating grub configuration file ... 2024-03-26T00:23:09.415 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T00:23:09.469 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:23:09.469 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T00:23:09.469 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T00:23:09.545 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T00:23:09.545 DEBUG:teuthology.orchestra.run.smithi133:> sudo update-grub 2024-03-26T00:23:09.576 INFO:teuthology.orchestra.run.smithi171.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T00:23:09.581 INFO:teuthology.orchestra.run.smithi171.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T00:23:09.838 INFO:teuthology.orchestra.run.smithi171.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T00:23:09.843 INFO:teuthology.orchestra.run.smithi171.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T00:23:09.884 INFO:teuthology.orchestra.run.smithi171.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T00:23:09.889 INFO:teuthology.orchestra.run.smithi171.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T00:23:10.006 INFO:teuthology.orchestra.run.smithi171.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T00:23:10.006 INFO:teuthology.orchestra.run.smithi171.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T00:23:10.006 INFO:teuthology.orchestra.run.smithi171.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T00:23:10.016 INFO:teuthology.orchestra.run.smithi171.stderr:done 2024-03-26T00:23:10.018 DEBUG:teuthology.orchestra.run.smithi171:> sudo shutdown -r now 2024-03-26T00:23:10.778 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub' 2024-03-26T00:23:10.779 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T00:23:10.782 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-03-26T00:23:10.997 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T00:23:11.003 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T00:23:11.315 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T00:23:11.320 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T00:23:11.362 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T00:23:11.367 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T00:23:11.489 INFO:teuthology.orchestra.run.smithi133.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T00:23:11.490 INFO:teuthology.orchestra.run.smithi133.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T00:23:11.490 INFO:teuthology.orchestra.run.smithi133.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T00:23:11.503 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-03-26T00:23:11.505 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-03-26T00:23:38.645 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-26T00:23:38.645 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-26T00:23:38.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:23:40.022 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-26T00:23:40.022 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-03-26T00:23:40.023 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:23:41.510 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-26T00:23:41.510 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-03-26T00:23:41.511 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:23:57.215 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-03-26T00:23:58.494 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-03-26T00:24:00.030 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-03-26T00:24:06.221 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-26T00:24:06.223 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:24:07.497 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-03-26T00:24:07.497 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:24:09.032 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-03-26T00:24:09.033 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:24:09.278 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-03-26T00:24:10.558 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-03-26T00:24:12.094 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-03-26T00:24:21.286 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-26T00:24:21.287 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:24:22.561 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-03-26T00:24:22.562 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:24:24.097 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-03-26T00:24:24.097 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:24:39.711 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-03-26T00:24:40.990 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-03-26T00:24:42.526 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-03-26T00:24:54.723 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-26T00:24:54.724 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:24:54.942 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-03-26T00:24:55.527 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-26T00:24:55.527 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-26T00:24:55.527 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-03-26T00:24:55.575 INFO:teuthology.orchestra.run.smithi184.stdout:5.15.0-101-generic 2024-03-26T00:24:55.575 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T00:24:55.575 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T00:24:55.575 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T00:24:55.991 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-03-26T00:24:55.993 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:24:56.543 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-03-26T00:24:56.576 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-26T00:24:56.576 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T00:24:56.648 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2024-03-26T00:24:56.668 DEBUG:teuthology.parallel:result is None 2024-03-26T00:24:57.490 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-03-26T00:24:57.491 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-26T00:24:57.491 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-03-26T00:24:57.496 INFO:teuthology.orchestra.run.smithi171.stdout:5.15.0-101-generic 2024-03-26T00:24:57.496 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T00:24:57.496 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T00:24:57.496 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T00:24:57.527 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-03-26T00:24:57.528 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:24:57.819 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-03-26T00:24:58.497 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-26T00:24:58.497 DEBUG:teuthology.orchestra.run.smithi171:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T00:24:58.671 INFO:teuthology.orchestra.run.smithi171.stdout:ttyS1 2024-03-26T00:24:58.677 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-03-26T00:24:58.677 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-26T00:24:58.677 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-03-26T00:24:58.700 DEBUG:teuthology.parallel:result is None 2024-03-26T00:24:58.722 INFO:teuthology.orchestra.run.smithi133.stdout:5.15.0-101-generic 2024-03-26T00:24:58.723 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T00:24:58.723 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T00:24:58.723 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T00:24:59.723 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-26T00:24:59.724 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T00:24:59.795 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-03-26T00:24:59.820 DEBUG:teuthology.parallel:result is None 2024-03-26T00:24:59.820 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-26T00:24:59.828 INFO:teuthology.task.internal:Creating test directory... 2024-03-26T00:24:59.828 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T00:24:59.831 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T00:24:59.833 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T00:24:59.839 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-26T00:24:59.860 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-26T00:24:59.894 INFO:teuthology.task.internal:Creating archive directory... 2024-03-26T00:24:59.894 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T00:24:59.897 DEBUG:teuthology.orchestra.run.smithi171:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T00:24:59.899 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T00:24:59.922 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-26T00:24:59.928 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-26T00:24:59.928 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-26T00:24:59.956 DEBUG:teuthology.orchestra.run.smithi171:> 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-26T00:24:59.958 DEBUG:teuthology.orchestra.run.smithi184:> 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-26T00:24:59.974 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:24:59.974 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:24:59.977 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:24:59.980 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:24:59.982 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:24:59.985 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:24:59.987 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-26T00:24:59.995 INFO:teuthology.task.internal:Configuring sudo... 2024-03-26T00:24:59.996 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T00:25:00.028 DEBUG:teuthology.orchestra.run.smithi171:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T00:25:00.030 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T00:25:00.042 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-26T00:25:00.052 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-26T00:25:00.052 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T00:25:00.080 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T00:25:00.083 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T00:25:00.090 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T00:25:00.131 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T00:25:00.179 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:25:00.179 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T00:25:00.268 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T00:25:00.273 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T00:25:00.326 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:25:00.326 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T00:25:00.390 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T00:25:00.396 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T00:25:00.443 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:25:00.443 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T00:25:00.502 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-03-26T00:25:00.505 DEBUG:teuthology.orchestra.run.smithi171:> sudo service rsyslog restart 2024-03-26T00:25:00.507 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2024-03-26T00:25:00.591 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-26T00:25:00.600 INFO:teuthology.task.internal:Starting timer... 2024-03-26T00:25:00.600 INFO:teuthology.run_tasks:Running task pcp... 2024-03-26T00:25:00.643 INFO:teuthology.run_tasks:Running task selinux... 2024-03-26T00:25:00.672 DEBUG:teuthology.task.selinux:Excluding smithi133: OS 'ubuntu' does not support SELinux 2024-03-26T00:25:00.672 DEBUG:teuthology.task.selinux:Excluding smithi171: OS 'ubuntu' does not support SELinux 2024-03-26T00:25:00.672 DEBUG:teuthology.task.selinux:Excluding smithi184: OS 'ubuntu' does not support SELinux 2024-03-26T00:25:00.672 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-26T00:25:00.672 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-26T00:25:00.672 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-26T00:25:00.672 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-26T00:25:00.704 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-26T00:25:00.722 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-26T00:25:00.724 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi133.front.sepia.ceph.com,smithi171.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-26T00:32:03.116 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi133.front.sepia.ceph.com'), Remote(name='ubuntu@smithi171.front.sepia.ceph.com'), Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2024-03-26T00:32:03.118 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-03-26T00:32:03.119 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:32:03.199 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-03-26T00:32:03.274 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-03-26T00:32:03.275 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-03-26T00:32:03.275 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:32:03.358 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-03-26T00:32:03.434 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-03-26T00:32:03.435 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-26T00:32:03.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:32:03.514 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-03-26T00:32:03.594 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-26T00:32:03.595 INFO:teuthology.run_tasks:Running task clock... 2024-03-26T00:32:03.606 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-26T00:32:03.606 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T00:32:03.607 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T00:32:03.609 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T00:32:03.609 DEBUG:teuthology.orchestra.run.smithi171:> 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-26T00:32:03.612 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T00:32:03.612 DEBUG:teuthology.orchestra.run.smithi184:> 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-26T00:32:03.638 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T00:32:03.639 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: Command line: ntpd -gq 2024-03-26T00:32:03.639 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: ---------------------------------------------------- 2024-03-26T00:32:03.639 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T00:32:03.639 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T00:32:03.639 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: corporation. Support and training for ntp-4 are 2024-03-26T00:32:03.639 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: available at https://www.nwtime.org/support 2024-03-26T00:32:03.639 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: ---------------------------------------------------- 2024-03-26T00:32:03.640 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: proto: precision = 0.061 usec (-24) 2024-03-26T00:32:03.640 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: basedate set to 2022-02-04 2024-03-26T00:32:03.640 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: gps base set to 2022-02-06 (week 2196) 2024-03-26T00:32:03.640 INFO:teuthology.orchestra.run.smithi171.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T00:32:03.641 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T00:32:03.641 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T00:32:03.641 INFO:teuthology.orchestra.run.smithi171.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T00:32:03.642 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T00:32:03.642 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T00:32:03.642 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T00:32:03.642 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: Listen normally on 3 enp3s0f1 172.21.15.171:123 2024-03-26T00:32:03.642 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: Listen normally on 4 lo [::1]:123 2024-03-26T00:32:03.642 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6f6d%5]:123 2024-03-26T00:32:03.642 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:03 ntpd[17175]: Listening on routing socket on fd #22 for interface updates 2024-03-26T00:32:03.643 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T00:32:03.643 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: Command line: ntpd -gq 2024-03-26T00:32:03.643 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: ---------------------------------------------------- 2024-03-26T00:32:03.643 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T00:32:03.643 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T00:32:03.644 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: corporation. Support and training for ntp-4 are 2024-03-26T00:32:03.644 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: available at https://www.nwtime.org/support 2024-03-26T00:32:03.644 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: ---------------------------------------------------- 2024-03-26T00:32:03.644 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: proto: precision = 0.058 usec (-24) 2024-03-26T00:32:03.644 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: basedate set to 2022-02-04 2024-03-26T00:32:03.644 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: gps base set to 2022-02-06 (week 2196) 2024-03-26T00:32:03.644 INFO:teuthology.orchestra.run.smithi133.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T00:32:03.645 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T00:32:03.645 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T00:32:03.645 INFO:teuthology.orchestra.run.smithi133.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T00:32:03.646 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T00:32:03.646 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T00:32:03.646 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T00:32:03.646 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: Listen normally on 3 enp3s0f1 172.21.15.133:123 2024-03-26T00:32:03.646 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: Listen normally on 4 lo [::1]:123 2024-03-26T00:32:03.646 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8087%5]:123 2024-03-26T00:32:03.646 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:03 ntpd[17163]: Listening on routing socket on fd #22 for interface updates 2024-03-26T00:32:03.661 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T00:32:03.661 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: Command line: ntpd -gq 2024-03-26T00:32:03.661 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: ---------------------------------------------------- 2024-03-26T00:32:03.662 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T00:32:03.662 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T00:32:03.662 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: corporation. Support and training for ntp-4 are 2024-03-26T00:32:03.662 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: available at https://www.nwtime.org/support 2024-03-26T00:32:03.662 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: ---------------------------------------------------- 2024-03-26T00:32:03.663 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: proto: precision = 0.060 usec (-24) 2024-03-26T00:32:03.663 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: basedate set to 2022-02-04 2024-03-26T00:32:03.663 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: gps base set to 2022-02-06 (week 2196) 2024-03-26T00:32:03.663 INFO:teuthology.orchestra.run.smithi184.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T00:32:03.663 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T00:32:03.664 INFO:teuthology.orchestra.run.smithi184.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T00:32:03.665 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T00:32:03.665 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T00:32:03.665 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T00:32:03.665 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T00:32:03.665 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: Listen normally on 3 enp3s0f1 172.21.15.184:123 2024-03-26T00:32:03.665 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: Listen normally on 4 lo [::1]:123 2024-03-26T00:32:03.665 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7b8f%5]:123 2024-03-26T00:32:03.665 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:03 ntpd[17163]: Listening on routing socket on fd #22 for interface updates 2024-03-26T00:32:04.639 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:04 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.640 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:04 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.640 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:04 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.640 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:04 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.640 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:04 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.640 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:04 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.640 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:04 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:04.640 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:04 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:04.641 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.641 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.641 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.641 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.641 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.641 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.642 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:04.642 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:04.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:04.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:04.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:04.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:04.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:04.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:04.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:04.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:04 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:06.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:06.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:06.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:06.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:06.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:06.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:06 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:06.643 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.643 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.643 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.643 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.643 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:06.643 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:06.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:06.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:06 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:07.662 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:07 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:07.662 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:07 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:08.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:08.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:08.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:08.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:08.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:08 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:08.644 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.644 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.644 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.644 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.644 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:08.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:08.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:08.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:08 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:10.640 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.640 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.640 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.640 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:10.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:10.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:10.641 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:10.641 INFO:teuthology.orchestra.run.smithi171.stdout:26 Mar 00:32:10 ntpd[17175]: ntpd: time slew -0.000701 s 2024-03-26T00:32:10.642 INFO:teuthology.orchestra.run.smithi171.stdout:ntpd: time slew -0.000701s 2024-03-26T00:32:10.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T00:32:10.642 INFO:teuthology.orchestra.run.smithi171.stderr:26 Mar 00:32:10 ntpd[17175]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T00:32:10.643 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.643 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.643 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.643 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.644 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.644 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.644 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.644 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.644 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:10.644 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:10.644 INFO:teuthology.orchestra.run.smithi133.stdout:26 Mar 00:32:10 ntpd[17163]: ntpd: time slew -0.000793 s 2024-03-26T00:32:10.644 INFO:teuthology.orchestra.run.smithi133.stdout:ntpd: time slew -0.000793s 2024-03-26T00:32:10.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T00:32:10.645 INFO:teuthology.orchestra.run.smithi133.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T00:32:10.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T00:32:10.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T00:32:10.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T00:32:10.663 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T00:32:10.664 INFO:teuthology.orchestra.run.smithi184.stdout:26 Mar 00:32:10 ntpd[17163]: ntpd: time slew -0.001082 s 2024-03-26T00:32:10.664 INFO:teuthology.orchestra.run.smithi184.stdout:ntpd: time slew -0.001082s 2024-03-26T00:32:10.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T00:32:10.664 INFO:teuthology.orchestra.run.smithi184.stderr:26 Mar 00:32:10 ntpd[17163]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T00:32:10.691 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T00:32:10.691 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-03-26T00:32:10.691 INFO:teuthology.orchestra.run.smithi133.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.691 INFO:teuthology.orchestra.run.smithi133.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.691 INFO:teuthology.orchestra.run.smithi133.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.692 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.693 INFO:teuthology.orchestra.run.smithi171.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T00:32:10.693 INFO:teuthology.orchestra.run.smithi171.stdout:============================================================================== 2024-03-26T00:32:10.693 INFO:teuthology.orchestra.run.smithi171.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.694 INFO:teuthology.orchestra.run.smithi171.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.694 INFO:teuthology.orchestra.run.smithi171.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.694 INFO:teuthology.orchestra.run.smithi171.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.720 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T00:32:10.720 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2024-03-26T00:32:10.720 INFO:teuthology.orchestra.run.smithi184.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.720 INFO:teuthology.orchestra.run.smithi184.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.720 INFO:teuthology.orchestra.run.smithi184.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.720 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T00:32:10.721 INFO:teuthology.run_tasks:Running task install... 2024-03-26T00:32:10.730 DEBUG:teuthology.task.install:project ceph 2024-03-26T00:32:10.731 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '4354a20109fd25703f6611a1a8f196608a256149'}} 2024-03-26T00:32:10.731 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '4354a20109fd25703f6611a1a8f196608a256149'} 2024-03-26T00:32:10.731 INFO:teuthology.task.install:Using flavor: default 2024-03-26T00:32:10.737 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-26T00:32:10.737 INFO:teuthology.task.install:extra packages: [] 2024-03-26T00:32:10.738 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-key list | grep Ceph 2024-03-26T00:32:10.738 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-key list | grep Ceph 2024-03-26T00:32:10.739 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-key list | grep Ceph 2024-03-26T00:32:10.794 INFO:teuthology.orchestra.run.smithi133.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T00:32:10.799 INFO:teuthology.orchestra.run.smithi171.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T00:32:10.821 INFO:teuthology.orchestra.run.smithi133.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T00:32:10.821 INFO:teuthology.orchestra.run.smithi133.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T00:32:10.822 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-26T00:32:10.823 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:32:10.827 INFO:teuthology.orchestra.run.smithi184.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T00:32:10.829 INFO:teuthology.orchestra.run.smithi171.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T00:32:10.829 INFO:teuthology.orchestra.run.smithi171.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T00:32:10.830 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-26T00:32:10.830 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:32:10.860 INFO:teuthology.orchestra.run.smithi184.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T00:32:10.860 INFO:teuthology.orchestra.run.smithi184.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T00:32:10.861 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-26T00:32:10.861 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:32:11.001 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default/ 2024-03-26T00:32:11.001 INFO:teuthology.task.install.deb:Package version is 19.0.0-2416-g4354a201-1jammy 2024-03-26T00:32:11.049 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default/ 2024-03-26T00:32:11.049 INFO:teuthology.task.install.deb:Package version is 19.0.0-2416-g4354a201-1jammy 2024-03-26T00:32:11.053 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default/ 2024-03-26T00:32:11.053 INFO:teuthology.task.install.deb:Package version is 19.0.0-2416-g4354a201-1jammy 2024-03-26T00:32:11.163 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:32:11.163 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T00:32:11.179 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-get update 2024-03-26T00:32:11.206 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:32:11.206 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T00:32:11.221 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-03-26T00:32:11.288 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:32:11.288 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T00:32:11.303 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-03-26T00:32:11.380 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T00:32:11.403 INFO:teuthology.orchestra.run.smithi171.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T00:32:11.410 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T00:32:11.424 INFO:teuthology.orchestra.run.smithi171.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T00:32:11.451 INFO:teuthology.orchestra.run.smithi171.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T00:32:11.470 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T00:32:11.472 INFO:teuthology.orchestra.run.smithi171.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T00:32:11.483 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T00:32:11.483 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T00:32:11.500 INFO:teuthology.orchestra.run.smithi171.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-03-26T00:32:11.503 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T00:32:11.506 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T00:32:11.523 INFO:teuthology.orchestra.run.smithi133.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T00:32:11.524 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T00:32:11.525 INFO:teuthology.orchestra.run.smithi184.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T00:32:11.544 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T00:32:11.551 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T00:32:11.561 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T00:32:11.568 INFO:teuthology.orchestra.run.smithi133.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T00:32:11.589 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-03-26T00:32:11.590 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T00:32:11.598 INFO:teuthology.orchestra.run.smithi184.stdout:Ign:6 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T00:32:11.617 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T00:32:11.634 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T00:32:11.634 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-03-26T00:32:11.670 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T00:32:11.694 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T00:32:11.769 INFO:teuthology.orchestra.run.smithi171.stdout:Fetched 29.1 kB in 0s (71.7 kB/s) 2024-03-26T00:32:11.807 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 29.1 kB in 0s (71.0 kB/s) 2024-03-26T00:32:11.831 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 29.1 kB in 0s (83.6 kB/s) 2024-03-26T00:32:12.726 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-03-26T00:32:12.731 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-03-26T00:32:12.743 DEBUG:teuthology.orchestra.run.smithi171:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2416-g4354a201-1jammy cephadm=19.0.0-2416-g4354a201-1jammy ceph-mds=19.0.0-2416-g4354a201-1jammy ceph-mgr=19.0.0-2416-g4354a201-1jammy ceph-common=19.0.0-2416-g4354a201-1jammy ceph-fuse=19.0.0-2416-g4354a201-1jammy ceph-test=19.0.0-2416-g4354a201-1jammy ceph-volume=19.0.0-2416-g4354a201-1jammy radosgw=19.0.0-2416-g4354a201-1jammy python3-rados=19.0.0-2416-g4354a201-1jammy python3-rgw=19.0.0-2416-g4354a201-1jammy python3-cephfs=19.0.0-2416-g4354a201-1jammy python3-rbd=19.0.0-2416-g4354a201-1jammy libcephfs2=19.0.0-2416-g4354a201-1jammy libcephfs-dev=19.0.0-2416-g4354a201-1jammy librados2=19.0.0-2416-g4354a201-1jammy librbd1=19.0.0-2416-g4354a201-1jammy rbd-fuse=19.0.0-2416-g4354a201-1jammy 2024-03-26T00:32:12.748 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2416-g4354a201-1jammy cephadm=19.0.0-2416-g4354a201-1jammy ceph-mds=19.0.0-2416-g4354a201-1jammy ceph-mgr=19.0.0-2416-g4354a201-1jammy ceph-common=19.0.0-2416-g4354a201-1jammy ceph-fuse=19.0.0-2416-g4354a201-1jammy ceph-test=19.0.0-2416-g4354a201-1jammy ceph-volume=19.0.0-2416-g4354a201-1jammy radosgw=19.0.0-2416-g4354a201-1jammy python3-rados=19.0.0-2416-g4354a201-1jammy python3-rgw=19.0.0-2416-g4354a201-1jammy python3-cephfs=19.0.0-2416-g4354a201-1jammy python3-rbd=19.0.0-2416-g4354a201-1jammy libcephfs2=19.0.0-2416-g4354a201-1jammy libcephfs-dev=19.0.0-2416-g4354a201-1jammy librados2=19.0.0-2416-g4354a201-1jammy librbd1=19.0.0-2416-g4354a201-1jammy rbd-fuse=19.0.0-2416-g4354a201-1jammy 2024-03-26T00:32:12.801 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-03-26T00:32:12.803 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-03-26T00:32:12.811 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-03-26T00:32:12.818 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2416-g4354a201-1jammy cephadm=19.0.0-2416-g4354a201-1jammy ceph-mds=19.0.0-2416-g4354a201-1jammy ceph-mgr=19.0.0-2416-g4354a201-1jammy ceph-common=19.0.0-2416-g4354a201-1jammy ceph-fuse=19.0.0-2416-g4354a201-1jammy ceph-test=19.0.0-2416-g4354a201-1jammy ceph-volume=19.0.0-2416-g4354a201-1jammy radosgw=19.0.0-2416-g4354a201-1jammy python3-rados=19.0.0-2416-g4354a201-1jammy python3-rgw=19.0.0-2416-g4354a201-1jammy python3-cephfs=19.0.0-2416-g4354a201-1jammy python3-rbd=19.0.0-2416-g4354a201-1jammy libcephfs2=19.0.0-2416-g4354a201-1jammy libcephfs-dev=19.0.0-2416-g4354a201-1jammy librados2=19.0.0-2416-g4354a201-1jammy librbd1=19.0.0-2416-g4354a201-1jammy rbd-fuse=19.0.0-2416-g4354a201-1jammy 2024-03-26T00:32:12.877 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-03-26T00:32:12.996 INFO:teuthology.orchestra.run.smithi171.stdout:Building dependency tree... 2024-03-26T00:32:12.997 INFO:teuthology.orchestra.run.smithi171.stdout:Reading state information... 2024-03-26T00:32:13.000 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-03-26T00:32:13.001 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-03-26T00:32:13.072 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-03-26T00:32:13.073 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-03-26T00:32:13.178 INFO:teuthology.orchestra.run.smithi171.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T00:32:13.179 INFO:teuthology.orchestra.run.smithi171.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T00:32:13.179 INFO:teuthology.orchestra.run.smithi171.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T00:32:13.179 INFO:teuthology.orchestra.run.smithi171.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T00:32:13.179 INFO:teuthology.orchestra.run.smithi171.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T00:32:13.182 INFO:teuthology.orchestra.run.smithi171.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T00:32:13.182 INFO:teuthology.orchestra.run.smithi171.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout:The following additional packages will be installed: 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T00:32:13.183 INFO:teuthology.orchestra.run.smithi171.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: xmlstarlet zip 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout:Suggested packages: 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T00:32:13.184 INFO:teuthology.orchestra.run.smithi171.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T00:32:13.185 INFO:teuthology.orchestra.run.smithi171.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T00:32:13.185 INFO:teuthology.orchestra.run.smithi171.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T00:32:13.185 INFO:teuthology.orchestra.run.smithi171.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T00:32:13.185 INFO:teuthology.orchestra.run.smithi171.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T00:32:13.185 INFO:teuthology.orchestra.run.smithi171.stdout:Recommended packages: 2024-03-26T00:32:13.185 INFO:teuthology.orchestra.run.smithi171.stdout: btrfs-tools 2024-03-26T00:32:13.186 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T00:32:13.186 INFO:teuthology.orchestra.run.smithi184.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T00:32:13.186 INFO:teuthology.orchestra.run.smithi184.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T00:32:13.186 INFO:teuthology.orchestra.run.smithi184.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T00:32:13.186 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T00:32:13.186 INFO:teuthology.orchestra.run.smithi184.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T00:32:13.186 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T00:32:13.186 INFO:teuthology.orchestra.run.smithi184.stdout:The following additional packages will be installed: 2024-03-26T00:32:13.186 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T00:32:13.186 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T00:32:13.187 INFO:teuthology.orchestra.run.smithi184.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: xmlstarlet zip 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout:Suggested packages: 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T00:32:13.188 INFO:teuthology.orchestra.run.smithi184.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T00:32:13.189 INFO:teuthology.orchestra.run.smithi184.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T00:32:13.189 INFO:teuthology.orchestra.run.smithi184.stdout:Recommended packages: 2024-03-26T00:32:13.189 INFO:teuthology.orchestra.run.smithi184.stdout: btrfs-tools 2024-03-26T00:32:13.252 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T00:32:13.252 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T00:32:13.252 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T00:32:13.252 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T00:32:13.253 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T00:32:13.253 INFO:teuthology.orchestra.run.smithi133.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T00:32:13.253 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T00:32:13.254 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-03-26T00:32:13.254 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T00:32:13.254 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T00:32:13.254 INFO:teuthology.orchestra.run.smithi133.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T00:32:13.254 INFO:teuthology.orchestra.run.smithi133.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T00:32:13.255 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T00:32:13.255 INFO:teuthology.orchestra.run.smithi133.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T00:32:13.255 INFO:teuthology.orchestra.run.smithi133.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T00:32:13.255 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T00:32:13.256 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T00:32:13.257 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet zip 2024-03-26T00:32:13.257 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-03-26T00:32:13.257 INFO:teuthology.orchestra.run.smithi133.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T00:32:13.257 INFO:teuthology.orchestra.run.smithi133.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T00:32:13.257 INFO:teuthology.orchestra.run.smithi133.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T00:32:13.257 INFO:teuthology.orchestra.run.smithi133.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T00:32:13.257 INFO:teuthology.orchestra.run.smithi133.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T00:32:13.257 INFO:teuthology.orchestra.run.smithi133.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T00:32:13.257 INFO:teuthology.orchestra.run.smithi133.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T00:32:13.257 INFO:teuthology.orchestra.run.smithi133.stdout:Recommended packages: 2024-03-26T00:32:13.258 INFO:teuthology.orchestra.run.smithi133.stdout: btrfs-tools 2024-03-26T00:32:13.285 INFO:teuthology.orchestra.run.smithi171.stdout:The following NEW packages will be installed: 2024-03-26T00:32:13.285 INFO:teuthology.orchestra.run.smithi171.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T00:32:13.285 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T00:32:13.285 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T00:32:13.287 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T00:32:13.287 INFO:teuthology.orchestra.run.smithi171.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T00:32:13.287 INFO:teuthology.orchestra.run.smithi171.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T00:32:13.287 INFO:teuthology.orchestra.run.smithi171.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T00:32:13.287 INFO:teuthology.orchestra.run.smithi171.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T00:32:13.287 INFO:teuthology.orchestra.run.smithi171.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T00:32:13.287 INFO:teuthology.orchestra.run.smithi171.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T00:32:13.287 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T00:32:13.287 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T00:32:13.288 INFO:teuthology.orchestra.run.smithi171.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T00:32:13.290 INFO:teuthology.orchestra.run.smithi184.stdout:The following NEW packages will be installed: 2024-03-26T00:32:13.290 INFO:teuthology.orchestra.run.smithi184.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T00:32:13.290 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T00:32:13.290 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T00:32:13.290 INFO:teuthology.orchestra.run.smithi184.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T00:32:13.290 INFO:teuthology.orchestra.run.smithi184.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T00:32:13.290 INFO:teuthology.orchestra.run.smithi184.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T00:32:13.290 INFO:teuthology.orchestra.run.smithi184.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T00:32:13.290 INFO:teuthology.orchestra.run.smithi184.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T00:32:13.291 INFO:teuthology.orchestra.run.smithi184.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T00:32:13.292 INFO:teuthology.orchestra.run.smithi184.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T00:32:13.292 INFO:teuthology.orchestra.run.smithi184.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T00:32:13.357 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-03-26T00:32:13.357 INFO:teuthology.orchestra.run.smithi133.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T00:32:13.357 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T00:32:13.357 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T00:32:13.357 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T00:32:13.357 INFO:teuthology.orchestra.run.smithi133.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T00:32:13.357 INFO:teuthology.orchestra.run.smithi133.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T00:32:13.358 INFO:teuthology.orchestra.run.smithi133.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T00:32:13.358 INFO:teuthology.orchestra.run.smithi133.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T00:32:13.358 INFO:teuthology.orchestra.run.smithi133.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T00:32:13.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T00:32:13.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T00:32:13.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T00:32:13.360 INFO:teuthology.orchestra.run.smithi133.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T00:32:13.474 INFO:teuthology.orchestra.run.smithi184.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T00:32:13.474 INFO:teuthology.orchestra.run.smithi184.stdout:Need to get 178 MB of archives. 2024-03-26T00:32:13.474 INFO:teuthology.orchestra.run.smithi184.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T00:32:13.474 INFO:teuthology.orchestra.run.smithi184.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T00:32:13.477 INFO:teuthology.orchestra.run.smithi171.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T00:32:13.477 INFO:teuthology.orchestra.run.smithi171.stdout:Need to get 178 MB of archives. 2024-03-26T00:32:13.477 INFO:teuthology.orchestra.run.smithi171.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T00:32:13.477 INFO:teuthology.orchestra.run.smithi171.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T00:32:13.545 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T00:32:13.545 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 178 MB of archives. 2024-03-26T00:32:13.545 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T00:32:13.545 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T00:32:13.654 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2416-g4354a201-1jammy [3,554 kB] 2024-03-26T00:32:13.657 INFO:teuthology.orchestra.run.smithi171.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2416-g4354a201-1jammy [3,554 kB] 2024-03-26T00:32:13.705 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2416-g4354a201-1jammy [3,554 kB] 2024-03-26T00:32:13.899 INFO:teuthology.orchestra.run.smithi171.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T00:32:13.903 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T00:32:13.911 INFO:teuthology.orchestra.run.smithi171.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T00:32:13.915 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T00:32:13.971 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T00:32:13.983 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T00:32:13.992 INFO:teuthology.orchestra.run.smithi171.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-26T00:32:13.997 INFO:teuthology.orchestra.run.smithi184.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-26T00:32:14.065 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-26T00:32:14.223 INFO:teuthology.orchestra.run.smithi171.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T00:32:14.228 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T00:32:14.234 INFO:teuthology.orchestra.run.smithi171.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T00:32:14.240 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T00:32:14.265 INFO:teuthology.orchestra.run.smithi171.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T00:32:14.269 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T00:32:14.274 INFO:teuthology.orchestra.run.smithi171.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T00:32:14.275 INFO:teuthology.orchestra.run.smithi171.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T00:32:14.276 INFO:teuthology.orchestra.run.smithi171.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T00:32:14.279 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T00:32:14.280 INFO:teuthology.orchestra.run.smithi184.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T00:32:14.281 INFO:teuthology.orchestra.run.smithi184.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T00:32:14.294 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T00:32:14.295 INFO:teuthology.orchestra.run.smithi171.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T00:32:14.297 INFO:teuthology.orchestra.run.smithi184.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2416-g4354a201-1jammy [3,229 kB] 2024-03-26T00:32:14.300 INFO:teuthology.orchestra.run.smithi184.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T00:32:14.306 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T00:32:14.323 INFO:teuthology.orchestra.run.smithi171.stdout:Get:13 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2416-g4354a201-1jammy [3,229 kB] 2024-03-26T00:32:14.335 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T00:32:14.345 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T00:32:14.346 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T00:32:14.347 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T00:32:14.366 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T00:32:14.463 INFO:teuthology.orchestra.run.smithi171.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T00:32:14.468 INFO:teuthology.orchestra.run.smithi184.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T00:32:14.533 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T00:32:14.572 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2416-g4354a201-1jammy [3,229 kB] 2024-03-26T00:32:14.585 INFO:teuthology.orchestra.run.smithi184.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2416-g4354a201-1jammy [712 kB] 2024-03-26T00:32:14.600 INFO:teuthology.orchestra.run.smithi171.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2416-g4354a201-1jammy [712 kB] 2024-03-26T00:32:14.640 INFO:teuthology.orchestra.run.smithi184.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2416-g4354a201-1jammy [356 kB] 2024-03-26T00:32:14.666 INFO:teuthology.orchestra.run.smithi171.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2416-g4354a201-1jammy [356 kB] 2024-03-26T00:32:14.694 INFO:teuthology.orchestra.run.smithi184.stdout:Get:17 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2416-g4354a201-1jammy [32.8 kB] 2024-03-26T00:32:14.695 INFO:teuthology.orchestra.run.smithi184.stdout:Get:18 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2416-g4354a201-1jammy [180 kB] 2024-03-26T00:32:14.700 INFO:teuthology.orchestra.run.smithi184.stdout:Get:19 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2416-g4354a201-1jammy [65.7 kB] 2024-03-26T00:32:14.703 INFO:teuthology.orchestra.run.smithi184.stdout:Get:20 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2416-g4354a201-1jammy [330 kB] 2024-03-26T00:32:14.718 INFO:teuthology.orchestra.run.smithi184.stdout:Get:21 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2416-g4354a201-1jammy [6,660 kB] 2024-03-26T00:32:14.724 INFO:teuthology.orchestra.run.smithi171.stdout:Get:17 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2416-g4354a201-1jammy [32.8 kB] 2024-03-26T00:32:14.725 INFO:teuthology.orchestra.run.smithi171.stdout:Get:18 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2416-g4354a201-1jammy [180 kB] 2024-03-26T00:32:14.732 INFO:teuthology.orchestra.run.smithi171.stdout:Get:19 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2416-g4354a201-1jammy [65.7 kB] 2024-03-26T00:32:14.734 INFO:teuthology.orchestra.run.smithi171.stdout:Get:20 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2416-g4354a201-1jammy [330 kB] 2024-03-26T00:32:14.749 INFO:teuthology.orchestra.run.smithi171.stdout:Get:21 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2416-g4354a201-1jammy [6,660 kB] 2024-03-26T00:32:14.870 INFO:teuthology.orchestra.run.smithi171.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T00:32:14.877 INFO:teuthology.orchestra.run.smithi184.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T00:32:14.903 INFO:teuthology.orchestra.run.smithi171.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T00:32:14.905 INFO:teuthology.orchestra.run.smithi171.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T00:32:14.910 INFO:teuthology.orchestra.run.smithi184.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T00:32:14.912 INFO:teuthology.orchestra.run.smithi184.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T00:32:14.943 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T00:32:14.977 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T00:32:14.979 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T00:32:14.985 INFO:teuthology.orchestra.run.smithi171.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T00:32:14.992 INFO:teuthology.orchestra.run.smithi184.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T00:32:15.011 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2416-g4354a201-1jammy [712 kB] 2024-03-26T00:32:15.037 INFO:teuthology.orchestra.run.smithi171.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T00:32:15.045 INFO:teuthology.orchestra.run.smithi184.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T00:32:15.058 INFO:teuthology.orchestra.run.smithi171.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T00:32:15.059 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T00:32:15.065 INFO:teuthology.orchestra.run.smithi171.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T00:32:15.066 INFO:teuthology.orchestra.run.smithi171.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-26T00:32:15.067 INFO:teuthology.orchestra.run.smithi184.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T00:32:15.073 INFO:teuthology.orchestra.run.smithi184.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T00:32:15.074 INFO:teuthology.orchestra.run.smithi184.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-26T00:32:15.077 INFO:teuthology.orchestra.run.smithi171.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T00:32:15.078 INFO:teuthology.orchestra.run.smithi171.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T00:32:15.086 INFO:teuthology.orchestra.run.smithi184.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T00:32:15.087 INFO:teuthology.orchestra.run.smithi184.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T00:32:15.087 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2416-g4354a201-1jammy [356 kB] 2024-03-26T00:32:15.110 INFO:teuthology.orchestra.run.smithi133.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T00:32:15.132 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T00:32:15.139 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T00:32:15.140 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-26T00:32:15.154 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T00:32:15.154 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T00:32:15.162 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2416-g4354a201-1jammy [32.8 kB] 2024-03-26T00:32:15.164 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2416-g4354a201-1jammy [180 kB] 2024-03-26T00:32:15.169 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2416-g4354a201-1jammy [65.7 kB] 2024-03-26T00:32:15.172 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2416-g4354a201-1jammy [330 kB] 2024-03-26T00:32:15.244 INFO:teuthology.orchestra.run.smithi171.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T00:32:15.250 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2416-g4354a201-1jammy [6,660 kB] 2024-03-26T00:32:15.252 INFO:teuthology.orchestra.run.smithi184.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T00:32:15.285 INFO:teuthology.orchestra.run.smithi184.stdout:Get:33 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2416-g4354a201-1jammy [112 kB] 2024-03-26T00:32:15.288 INFO:teuthology.orchestra.run.smithi184.stdout:Get:34 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2416-g4354a201-1jammy [466 kB] 2024-03-26T00:32:15.303 INFO:teuthology.orchestra.run.smithi184.stdout:Get:35 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2416-g4354a201-1jammy [25.3 MB] 2024-03-26T00:32:15.317 INFO:teuthology.orchestra.run.smithi133.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T00:32:15.320 INFO:teuthology.orchestra.run.smithi171.stdout:Get:33 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2416-g4354a201-1jammy [112 kB] 2024-03-26T00:32:15.323 INFO:teuthology.orchestra.run.smithi171.stdout:Get:34 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2416-g4354a201-1jammy [466 kB] 2024-03-26T00:32:15.327 INFO:teuthology.orchestra.run.smithi171.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T00:32:15.336 INFO:teuthology.orchestra.run.smithi184.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T00:32:15.340 INFO:teuthology.orchestra.run.smithi171.stdout:Get:36 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2416-g4354a201-1jammy [25.3 MB] 2024-03-26T00:32:15.358 INFO:teuthology.orchestra.run.smithi171.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T00:32:15.364 INFO:teuthology.orchestra.run.smithi184.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T00:32:15.373 INFO:teuthology.orchestra.run.smithi171.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T00:32:15.381 INFO:teuthology.orchestra.run.smithi184.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T00:32:15.400 INFO:teuthology.orchestra.run.smithi133.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T00:32:15.417 INFO:teuthology.orchestra.run.smithi171.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T00:32:15.426 INFO:teuthology.orchestra.run.smithi184.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T00:32:15.429 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T00:32:15.446 INFO:teuthology.orchestra.run.smithi133.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T00:32:15.490 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T00:32:15.628 INFO:teuthology.orchestra.run.smithi171.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T00:32:15.636 INFO:teuthology.orchestra.run.smithi184.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T00:32:15.643 INFO:teuthology.orchestra.run.smithi171.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T00:32:15.651 INFO:teuthology.orchestra.run.smithi171.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T00:32:15.651 INFO:teuthology.orchestra.run.smithi184.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T00:32:15.656 INFO:teuthology.orchestra.run.smithi171.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-26T00:32:15.659 INFO:teuthology.orchestra.run.smithi184.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T00:32:15.664 INFO:teuthology.orchestra.run.smithi184.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-26T00:32:15.677 INFO:teuthology.orchestra.run.smithi171.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T00:32:15.680 INFO:teuthology.orchestra.run.smithi171.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T00:32:15.685 INFO:teuthology.orchestra.run.smithi184.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T00:32:15.688 INFO:teuthology.orchestra.run.smithi184.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T00:32:15.700 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T00:32:15.715 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T00:32:15.723 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T00:32:15.728 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-26T00:32:15.749 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T00:32:15.752 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T00:32:15.847 INFO:teuthology.orchestra.run.smithi171.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-26T00:32:15.855 INFO:teuthology.orchestra.run.smithi184.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-26T00:32:15.919 INFO:teuthology.orchestra.run.smithi133.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-26T00:32:16.159 INFO:teuthology.orchestra.run.smithi133.stdout:Get:44 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2416-g4354a201-1jammy [112 kB] 2024-03-26T00:32:16.162 INFO:teuthology.orchestra.run.smithi133.stdout:Get:45 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2416-g4354a201-1jammy [466 kB] 2024-03-26T00:32:16.174 INFO:teuthology.orchestra.run.smithi184.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T00:32:16.178 INFO:teuthology.orchestra.run.smithi171.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T00:32:16.209 INFO:teuthology.orchestra.run.smithi171.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T00:32:16.210 INFO:teuthology.orchestra.run.smithi184.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T00:32:16.220 INFO:teuthology.orchestra.run.smithi171.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T00:32:16.221 INFO:teuthology.orchestra.run.smithi184.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T00:32:16.235 INFO:teuthology.orchestra.run.smithi133.stdout:Get:46 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2416-g4354a201-1jammy [25.3 MB] 2024-03-26T00:32:16.251 INFO:teuthology.orchestra.run.smithi133.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T00:32:16.282 INFO:teuthology.orchestra.run.smithi133.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T00:32:16.293 INFO:teuthology.orchestra.run.smithi133.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T00:32:16.421 INFO:teuthology.orchestra.run.smithi171.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T00:32:16.422 INFO:teuthology.orchestra.run.smithi171.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T00:32:16.425 INFO:teuthology.orchestra.run.smithi184.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T00:32:16.427 INFO:teuthology.orchestra.run.smithi184.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T00:32:16.429 INFO:teuthology.orchestra.run.smithi171.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T00:32:16.432 INFO:teuthology.orchestra.run.smithi184.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T00:32:16.435 INFO:teuthology.orchestra.run.smithi171.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T00:32:16.438 INFO:teuthology.orchestra.run.smithi184.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T00:32:16.449 INFO:teuthology.orchestra.run.smithi171.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T00:32:16.452 INFO:teuthology.orchestra.run.smithi184.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T00:32:16.471 INFO:teuthology.orchestra.run.smithi171.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T00:32:16.473 INFO:teuthology.orchestra.run.smithi184.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T00:32:16.477 INFO:teuthology.orchestra.run.smithi171.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-26T00:32:16.479 INFO:teuthology.orchestra.run.smithi184.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-26T00:32:16.495 INFO:teuthology.orchestra.run.smithi133.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T00:32:16.496 INFO:teuthology.orchestra.run.smithi133.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T00:32:16.502 INFO:teuthology.orchestra.run.smithi133.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T00:32:16.507 INFO:teuthology.orchestra.run.smithi133.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T00:32:16.522 INFO:teuthology.orchestra.run.smithi133.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T00:32:16.544 INFO:teuthology.orchestra.run.smithi133.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T00:32:16.550 INFO:teuthology.orchestra.run.smithi133.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-26T00:32:16.652 INFO:teuthology.orchestra.run.smithi171.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-26T00:32:16.655 INFO:teuthology.orchestra.run.smithi184.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-26T00:32:16.725 INFO:teuthology.orchestra.run.smithi133.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-26T00:32:16.915 INFO:teuthology.orchestra.run.smithi171.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-26T00:32:16.919 INFO:teuthology.orchestra.run.smithi184.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-26T00:32:16.989 INFO:teuthology.orchestra.run.smithi133.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-26T00:32:17.092 INFO:teuthology.orchestra.run.smithi171.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T00:32:17.096 INFO:teuthology.orchestra.run.smithi184.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T00:32:17.106 INFO:teuthology.orchestra.run.smithi171.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T00:32:17.110 INFO:teuthology.orchestra.run.smithi184.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T00:32:17.125 INFO:teuthology.orchestra.run.smithi171.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T00:32:17.129 INFO:teuthology.orchestra.run.smithi184.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T00:32:17.168 INFO:teuthology.orchestra.run.smithi133.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T00:32:17.182 INFO:teuthology.orchestra.run.smithi133.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T00:32:17.190 INFO:teuthology.orchestra.run.smithi171.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-26T00:32:17.195 INFO:teuthology.orchestra.run.smithi184.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-26T00:32:17.202 INFO:teuthology.orchestra.run.smithi133.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T00:32:17.266 INFO:teuthology.orchestra.run.smithi133.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-26T00:32:17.483 INFO:teuthology.orchestra.run.smithi184.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-26T00:32:17.485 INFO:teuthology.orchestra.run.smithi184.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T00:32:17.487 INFO:teuthology.orchestra.run.smithi171.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-26T00:32:17.487 INFO:teuthology.orchestra.run.smithi184.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T00:32:17.488 INFO:teuthology.orchestra.run.smithi184.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T00:32:17.489 INFO:teuthology.orchestra.run.smithi171.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T00:32:17.490 INFO:teuthology.orchestra.run.smithi184.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T00:32:17.492 INFO:teuthology.orchestra.run.smithi171.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T00:32:17.493 INFO:teuthology.orchestra.run.smithi171.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T00:32:17.495 INFO:teuthology.orchestra.run.smithi171.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T00:32:17.555 INFO:teuthology.orchestra.run.smithi133.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-26T00:32:17.557 INFO:teuthology.orchestra.run.smithi133.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T00:32:17.560 INFO:teuthology.orchestra.run.smithi133.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T00:32:17.560 INFO:teuthology.orchestra.run.smithi133.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T00:32:17.562 INFO:teuthology.orchestra.run.smithi133.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T00:32:17.645 INFO:teuthology.orchestra.run.smithi171.stdout:Get:68 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2416-g4354a201-1jammy [5,086 kB] 2024-03-26T00:32:17.674 INFO:teuthology.orchestra.run.smithi184.stdout:Get:68 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2416-g4354a201-1jammy [5,086 kB] 2024-03-26T00:32:17.705 INFO:teuthology.orchestra.run.smithi171.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T00:32:17.769 INFO:teuthology.orchestra.run.smithi184.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T00:32:17.784 INFO:teuthology.orchestra.run.smithi133.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T00:32:17.942 INFO:teuthology.orchestra.run.smithi184.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2416-g4354a201-1jammy [244 kB] 2024-03-26T00:32:17.968 INFO:teuthology.orchestra.run.smithi184.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2416-g4354a201-1jammy [124 kB] 2024-03-26T00:32:17.972 INFO:teuthology.orchestra.run.smithi184.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2416-g4354a201-1jammy [1,526 kB] 2024-03-26T00:32:18.008 INFO:teuthology.orchestra.run.smithi171.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2416-g4354a201-1jammy [244 kB] 2024-03-26T00:32:18.044 INFO:teuthology.orchestra.run.smithi171.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2416-g4354a201-1jammy [124 kB] 2024-03-26T00:32:18.048 INFO:teuthology.orchestra.run.smithi171.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2416-g4354a201-1jammy [1,526 kB] 2024-03-26T00:32:18.080 INFO:teuthology.orchestra.run.smithi184.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2416-g4354a201-1jammy [6,255 kB] 2024-03-26T00:32:18.143 INFO:teuthology.orchestra.run.smithi171.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T00:32:18.149 INFO:teuthology.orchestra.run.smithi171.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T00:32:18.184 INFO:teuthology.orchestra.run.smithi171.stdout:Get:75 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2416-g4354a201-1jammy [6,255 kB] 2024-03-26T00:32:18.205 INFO:teuthology.orchestra.run.smithi184.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T00:32:18.214 INFO:teuthology.orchestra.run.smithi184.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T00:32:18.220 INFO:teuthology.orchestra.run.smithi133.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T00:32:18.226 INFO:teuthology.orchestra.run.smithi133.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T00:32:18.440 INFO:teuthology.orchestra.run.smithi171.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T00:32:18.440 INFO:teuthology.orchestra.run.smithi171.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T00:32:18.442 INFO:teuthology.orchestra.run.smithi171.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T00:32:18.444 INFO:teuthology.orchestra.run.smithi171.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T00:32:18.446 INFO:teuthology.orchestra.run.smithi171.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T00:32:18.448 INFO:teuthology.orchestra.run.smithi171.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-26T00:32:18.449 INFO:teuthology.orchestra.run.smithi171.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T00:32:18.451 INFO:teuthology.orchestra.run.smithi171.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T00:32:18.501 INFO:teuthology.orchestra.run.smithi184.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T00:32:18.502 INFO:teuthology.orchestra.run.smithi184.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T00:32:18.504 INFO:teuthology.orchestra.run.smithi184.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T00:32:18.506 INFO:teuthology.orchestra.run.smithi184.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T00:32:18.507 INFO:teuthology.orchestra.run.smithi184.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T00:32:18.510 INFO:teuthology.orchestra.run.smithi184.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-26T00:32:18.510 INFO:teuthology.orchestra.run.smithi184.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T00:32:18.512 INFO:teuthology.orchestra.run.smithi184.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T00:32:18.515 INFO:teuthology.orchestra.run.smithi133.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T00:32:18.516 INFO:teuthology.orchestra.run.smithi133.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T00:32:18.518 INFO:teuthology.orchestra.run.smithi133.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T00:32:18.520 INFO:teuthology.orchestra.run.smithi133.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T00:32:18.521 INFO:teuthology.orchestra.run.smithi133.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T00:32:18.523 INFO:teuthology.orchestra.run.smithi133.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-26T00:32:18.525 INFO:teuthology.orchestra.run.smithi133.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T00:32:18.526 INFO:teuthology.orchestra.run.smithi133.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T00:32:18.632 INFO:teuthology.orchestra.run.smithi171.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T00:32:18.699 INFO:teuthology.orchestra.run.smithi184.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T00:32:18.708 INFO:teuthology.orchestra.run.smithi133.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T00:32:18.736 INFO:teuthology.orchestra.run.smithi184.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2416-g4354a201-1jammy [22.8 MB] 2024-03-26T00:32:18.745 INFO:teuthology.orchestra.run.smithi171.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2416-g4354a201-1jammy [22.8 MB] 2024-03-26T00:32:19.044 INFO:teuthology.orchestra.run.smithi171.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T00:32:19.089 INFO:teuthology.orchestra.run.smithi171.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T00:32:19.112 INFO:teuthology.orchestra.run.smithi133.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T00:32:19.112 INFO:teuthology.orchestra.run.smithi184.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T00:32:19.126 INFO:teuthology.orchestra.run.smithi171.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T00:32:19.157 INFO:teuthology.orchestra.run.smithi184.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T00:32:19.157 INFO:teuthology.orchestra.run.smithi133.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T00:32:19.176 INFO:teuthology.orchestra.run.smithi133.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T00:32:19.194 INFO:teuthology.orchestra.run.smithi184.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T00:32:19.222 INFO:teuthology.orchestra.run.smithi171.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T00:32:19.262 INFO:teuthology.orchestra.run.smithi171.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T00:32:19.273 INFO:teuthology.orchestra.run.smithi171.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T00:32:19.279 INFO:teuthology.orchestra.run.smithi171.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T00:32:19.289 INFO:teuthology.orchestra.run.smithi133.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T00:32:19.290 INFO:teuthology.orchestra.run.smithi184.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T00:32:19.326 INFO:teuthology.orchestra.run.smithi171.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T00:32:19.329 INFO:teuthology.orchestra.run.smithi133.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T00:32:19.329 INFO:teuthology.orchestra.run.smithi171.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T00:32:19.330 INFO:teuthology.orchestra.run.smithi184.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T00:32:19.340 INFO:teuthology.orchestra.run.smithi133.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T00:32:19.342 INFO:teuthology.orchestra.run.smithi184.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T00:32:19.345 INFO:teuthology.orchestra.run.smithi133.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T00:32:19.347 INFO:teuthology.orchestra.run.smithi184.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T00:32:19.350 INFO:teuthology.orchestra.run.smithi171.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T00:32:19.393 INFO:teuthology.orchestra.run.smithi133.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T00:32:19.394 INFO:teuthology.orchestra.run.smithi184.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T00:32:19.396 INFO:teuthology.orchestra.run.smithi133.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T00:32:19.397 INFO:teuthology.orchestra.run.smithi184.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T00:32:19.418 INFO:teuthology.orchestra.run.smithi133.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T00:32:19.419 INFO:teuthology.orchestra.run.smithi184.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T00:32:19.515 INFO:teuthology.orchestra.run.smithi171.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T00:32:19.583 INFO:teuthology.orchestra.run.smithi133.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T00:32:19.583 INFO:teuthology.orchestra.run.smithi184.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T00:32:19.637 INFO:teuthology.orchestra.run.smithi133.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2416-g4354a201-1jammy [5,086 kB] 2024-03-26T00:32:19.788 INFO:teuthology.orchestra.run.smithi171.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T00:32:19.806 INFO:teuthology.orchestra.run.smithi171.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T00:32:19.856 INFO:teuthology.orchestra.run.smithi184.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T00:32:19.857 INFO:teuthology.orchestra.run.smithi133.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T00:32:19.873 INFO:teuthology.orchestra.run.smithi133.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T00:32:19.874 INFO:teuthology.orchestra.run.smithi184.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T00:32:19.960 INFO:teuthology.orchestra.run.smithi171.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T00:32:19.989 INFO:teuthology.orchestra.run.smithi171.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T00:32:20.027 INFO:teuthology.orchestra.run.smithi133.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T00:32:20.027 INFO:teuthology.orchestra.run.smithi184.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T00:32:20.056 INFO:teuthology.orchestra.run.smithi133.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T00:32:20.057 INFO:teuthology.orchestra.run.smithi184.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T00:32:20.116 INFO:teuthology.orchestra.run.smithi133.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2416-g4354a201-1jammy [244 kB] 2024-03-26T00:32:20.146 INFO:teuthology.orchestra.run.smithi171.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T00:32:20.149 INFO:teuthology.orchestra.run.smithi171.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T00:32:20.151 INFO:teuthology.orchestra.run.smithi171.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T00:32:20.174 INFO:teuthology.orchestra.run.smithi171.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T00:32:20.180 INFO:teuthology.orchestra.run.smithi171.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T00:32:20.188 INFO:teuthology.orchestra.run.smithi133.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2416-g4354a201-1jammy [124 kB] 2024-03-26T00:32:20.191 INFO:teuthology.orchestra.run.smithi133.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2416-g4354a201-1jammy [1,526 kB] 2024-03-26T00:32:20.214 INFO:teuthology.orchestra.run.smithi133.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T00:32:20.215 INFO:teuthology.orchestra.run.smithi184.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T00:32:20.217 INFO:teuthology.orchestra.run.smithi133.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T00:32:20.217 INFO:teuthology.orchestra.run.smithi184.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T00:32:20.219 INFO:teuthology.orchestra.run.smithi133.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T00:32:20.219 INFO:teuthology.orchestra.run.smithi184.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T00:32:20.242 INFO:teuthology.orchestra.run.smithi133.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T00:32:20.243 INFO:teuthology.orchestra.run.smithi184.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T00:32:20.246 INFO:teuthology.orchestra.run.smithi133.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T00:32:20.247 INFO:teuthology.orchestra.run.smithi184.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T00:32:20.382 INFO:teuthology.orchestra.run.smithi133.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2416-g4354a201-1jammy [6,255 kB] 2024-03-26T00:32:20.631 INFO:teuthology.orchestra.run.smithi171.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2416-g4354a201-1jammy [14.0 kB] 2024-03-26T00:32:20.632 INFO:teuthology.orchestra.run.smithi171.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2416-g4354a201-1jammy [870 kB] 2024-03-26T00:32:20.649 INFO:teuthology.orchestra.run.smithi171.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2416-g4354a201-1jammy [2,434 kB] 2024-03-26T00:32:20.801 INFO:teuthology.orchestra.run.smithi171.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2416-g4354a201-1jammy [779 kB] 2024-03-26T00:32:20.844 INFO:teuthology.orchestra.run.smithi171.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2416-g4354a201-1jammy [146 kB] 2024-03-26T00:32:20.847 INFO:teuthology.orchestra.run.smithi171.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2416-g4354a201-1jammy [2,259 kB] 2024-03-26T00:32:21.035 INFO:teuthology.orchestra.run.smithi171.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2416-g4354a201-1jammy [8,625 kB] 2024-03-26T00:32:21.144 INFO:teuthology.orchestra.run.smithi184.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2416-g4354a201-1jammy [14.0 kB] 2024-03-26T00:32:21.145 INFO:teuthology.orchestra.run.smithi184.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2416-g4354a201-1jammy [870 kB] 2024-03-26T00:32:21.147 INFO:teuthology.orchestra.run.smithi133.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2416-g4354a201-1jammy [22.8 MB] 2024-03-26T00:32:21.162 INFO:teuthology.orchestra.run.smithi184.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2416-g4354a201-1jammy [2,434 kB] 2024-03-26T00:32:21.426 INFO:teuthology.orchestra.run.smithi184.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2416-g4354a201-1jammy [779 kB] 2024-03-26T00:32:21.480 INFO:teuthology.orchestra.run.smithi184.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2416-g4354a201-1jammy [146 kB] 2024-03-26T00:32:21.617 INFO:teuthology.orchestra.run.smithi184.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2416-g4354a201-1jammy [2,259 kB] 2024-03-26T00:32:21.696 INFO:teuthology.orchestra.run.smithi171.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2416-g4354a201-1jammy [14.2 kB] 2024-03-26T00:32:21.696 INFO:teuthology.orchestra.run.smithi171.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2416-g4354a201-1jammy [50.3 MB] 2024-03-26T00:32:21.763 INFO:teuthology.orchestra.run.smithi184.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2416-g4354a201-1jammy [8,625 kB] 2024-03-26T00:32:22.772 INFO:teuthology.orchestra.run.smithi184.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2416-g4354a201-1jammy [14.2 kB] 2024-03-26T00:32:22.772 INFO:teuthology.orchestra.run.smithi184.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2416-g4354a201-1jammy [50.3 MB] 2024-03-26T00:32:24.327 INFO:teuthology.orchestra.run.smithi133.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2416-g4354a201-1jammy [14.0 kB] 2024-03-26T00:32:24.327 INFO:teuthology.orchestra.run.smithi133.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2416-g4354a201-1jammy [870 kB] 2024-03-26T00:32:24.365 INFO:teuthology.orchestra.run.smithi133.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2416-g4354a201-1jammy [2,434 kB] 2024-03-26T00:32:24.701 INFO:teuthology.orchestra.run.smithi133.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2416-g4354a201-1jammy [779 kB] 2024-03-26T00:32:24.791 INFO:teuthology.orchestra.run.smithi133.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2416-g4354a201-1jammy [146 kB] 2024-03-26T00:32:24.795 INFO:teuthology.orchestra.run.smithi133.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2416-g4354a201-1jammy [2,259 kB] 2024-03-26T00:32:25.125 INFO:teuthology.orchestra.run.smithi133.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2416-g4354a201-1jammy [8,625 kB] 2024-03-26T00:32:25.423 INFO:teuthology.orchestra.run.smithi171.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2416-g4354a201-1jammy [121 kB] 2024-03-26T00:32:25.425 INFO:teuthology.orchestra.run.smithi171.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2416-g4354a201-1jammy [38.9 kB] 2024-03-26T00:32:25.426 INFO:teuthology.orchestra.run.smithi171.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2416-g4354a201-1jammy [13.2 MB] 2024-03-26T00:32:26.186 INFO:teuthology.orchestra.run.smithi171.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2416-g4354a201-1jammy [91.2 kB] 2024-03-26T00:32:26.190 INFO:teuthology.orchestra.run.smithi133.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2416-g4354a201-1jammy [14.2 kB] 2024-03-26T00:32:26.190 INFO:teuthology.orchestra.run.smithi133.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2416-g4354a201-1jammy [50.3 MB] 2024-03-26T00:32:26.746 INFO:teuthology.orchestra.run.smithi171.stdout:Fetched 178 MB in 13s (13.8 MB/s) 2024-03-26T00:32:26.873 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T00:32:26.971 INFO:teuthology.orchestra.run.smithi171.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-26T00:32:26.977 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T00:32:27.046 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T00:32:27.358 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T00:32:27.385 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T00:32:27.416 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T00:32:27.600 INFO:teuthology.orchestra.run.smithi184.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2416-g4354a201-1jammy [121 kB] 2024-03-26T00:32:27.602 INFO:teuthology.orchestra.run.smithi184.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2416-g4354a201-1jammy [38.9 kB] 2024-03-26T00:32:27.603 INFO:teuthology.orchestra.run.smithi184.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2416-g4354a201-1jammy [13.2 MB] 2024-03-26T00:32:27.744 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T00:32:27.771 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T00:32:27.811 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T00:32:28.248 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T00:32:28.274 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T00:32:28.280 INFO:teuthology.orchestra.run.smithi184.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2416-g4354a201-1jammy [91.2 kB] 2024-03-26T00:32:28.323 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:32:28.651 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T00:32:28.678 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T00:32:28.717 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:32:28.835 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 178 MB in 15s (11.9 MB/s) 2024-03-26T00:32:28.989 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T00:32:29.079 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T00:32:29.083 INFO:teuthology.orchestra.run.smithi184.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-26T00:32:29.089 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T00:32:29.106 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T00:32:29.146 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:32:29.179 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T00:32:29.490 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T00:32:29.517 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T00:32:29.524 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T00:32:29.551 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T00:32:29.556 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T00:32:29.578 INFO:teuthology.orchestra.run.smithi133.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2416-g4354a201-1jammy [121 kB] 2024-03-26T00:32:29.590 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T00:32:29.656 INFO:teuthology.orchestra.run.smithi133.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2416-g4354a201-1jammy [38.9 kB] 2024-03-26T00:32:29.657 INFO:teuthology.orchestra.run.smithi133.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2416-g4354a201-1jammy [13.2 MB] 2024-03-26T00:32:29.877 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package librados2. 2024-03-26T00:32:29.903 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../007-librados2_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:29.935 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T00:32:29.943 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking librados2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:29.962 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T00:32:30.002 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T00:32:30.253 INFO:teuthology.orchestra.run.smithi133.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2416-g4354a201-1jammy [91.2 kB] 2024-03-26T00:32:30.329 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package librbd1. 2024-03-26T00:32:30.355 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../008-librbd1_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:30.387 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking librbd1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:30.422 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T00:32:30.449 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T00:32:30.498 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:32:30.807 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T00:32:30.821 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 178 MB in 17s (10.6 MB/s) 2024-03-26T00:32:30.833 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:30.873 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libcephfs2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:30.884 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T00:32:30.910 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T00:32:30.950 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:32:30.988 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T00:32:31.089 INFO:teuthology.orchestra.run.smithi133.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-26T00:32:31.094 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T00:32:31.151 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-rados. 2024-03-26T00:32:31.170 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T00:32:31.177 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:31.217 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-rados (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:31.295 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T00:32:31.322 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T00:32:31.379 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:32:31.513 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T00:32:31.529 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:32:31.541 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T00:32:31.563 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-ceph-argparse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:31.567 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T00:32:31.615 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T00:32:31.707 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T00:32:31.733 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T00:32:31.773 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T00:32:31.782 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T00:32:31.809 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:31.854 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-cephfs (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:31.959 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T00:32:31.986 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T00:32:32.026 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T00:32:32.102 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librados2. 2024-03-26T00:32:32.128 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../007-librados2_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:32.168 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librados2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:32.277 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T00:32:32.303 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:32:32.344 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:32.471 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T00:32:32.498 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T00:32:32.547 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:32:32.604 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librbd1. 2024-03-26T00:32:32.631 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../008-librbd1_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:32.671 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librbd1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:32.671 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T00:32:32.698 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T00:32:32.738 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T00:32:33.008 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T00:32:33.016 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T00:32:33.034 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T00:32:33.042 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T00:32:33.066 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T00:32:33.091 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T00:32:33.091 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:32:33.117 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:33.149 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libcephfs2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:33.302 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T00:32:33.317 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:33.352 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-rbd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:33.460 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rados. 2024-03-26T00:32:33.486 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T00:32:33.486 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:33.511 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T00:32:33.543 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rados (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:33.552 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:32:33.697 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T00:32:34.141 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T00:32:34.141 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:32:34.141 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-ceph-argparse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:34.141 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T00:32:34.141 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T00:32:34.141 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T00:32:34.141 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T00:32:34.142 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T00:32:34.142 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T00:32:34.142 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T00:32:34.142 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T00:32:34.324 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librados2. 2024-03-26T00:32:34.351 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../007-librados2_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:34.365 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T00:32:34.368 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T00:32:34.383 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T00:32:34.391 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:34.407 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librados2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:34.418 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T00:32:34.431 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cephfs (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:34.705 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package lua5.1. 2024-03-26T00:32:34.731 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T00:32:34.771 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T00:32:34.793 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T00:32:34.819 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:32:34.868 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:34.943 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librbd1. 2024-03-26T00:32:34.970 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../008-librbd1_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:35.027 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librbd1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:35.082 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package lua-any. 2024-03-26T00:32:35.109 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T00:32:35.149 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T00:32:35.263 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T00:32:35.289 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T00:32:35.337 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T00:32:35.393 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package zip. 2024-03-26T00:32:35.408 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T00:32:35.443 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T00:32:35.446 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T00:32:35.473 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:35.513 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libcephfs2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:35.665 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T00:32:35.692 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T00:32:35.732 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T00:32:35.746 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package unzip. 2024-03-26T00:32:35.773 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T00:32:35.813 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T00:32:35.957 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rados. 2024-03-26T00:32:35.983 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:35.993 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T00:32:36.019 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:36.023 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rados (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:36.068 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rbd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:36.158 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package luarocks. 2024-03-26T00:32:36.185 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T00:32:36.217 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T00:32:36.410 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T00:32:36.436 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:32:36.479 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T00:32:36.484 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-ceph-argparse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:36.506 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T00:32:36.554 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T00:32:36.558 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package librgw2. 2024-03-26T00:32:36.585 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../025-librgw2_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:36.624 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking librgw2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:36.787 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T00:32:36.802 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:36.853 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cephfs (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:36.899 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T00:32:36.925 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T00:32:36.965 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T00:32:37.181 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T00:32:37.202 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T00:32:37.207 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:32:37.228 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:37.248 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:37.276 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T00:32:37.285 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-rgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:37.292 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T00:32:37.335 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T00:32:37.571 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T00:32:37.576 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T00:32:37.598 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T00:32:37.602 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T00:32:37.630 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T00:32:37.642 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T00:32:37.705 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua5.1. 2024-03-26T00:32:37.731 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T00:32:37.780 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T00:32:37.941 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T00:32:37.962 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T00:32:37.967 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:37.988 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T00:32:38.007 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libradosstriper1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:38.036 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T00:32:38.066 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua-any. 2024-03-26T00:32:38.092 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T00:32:38.133 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T00:32:38.339 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T00:32:38.366 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:38.394 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package zip. 2024-03-26T00:32:38.409 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T00:32:38.414 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rbd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:38.436 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-common. 2024-03-26T00:32:38.452 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T00:32:38.462 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:38.502 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:38.767 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T00:32:38.793 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T00:32:38.834 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T00:32:38.872 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package unzip. 2024-03-26T00:32:38.898 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T00:32:38.963 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T00:32:39.111 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T00:32:39.137 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T00:32:39.177 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T00:32:39.351 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package luarocks. 2024-03-26T00:32:39.377 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T00:32:39.417 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T00:32:39.464 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T00:32:39.486 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T00:32:39.539 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T00:32:39.784 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librgw2. 2024-03-26T00:32:39.799 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../025-librgw2_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:39.833 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librgw2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:39.882 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-base. 2024-03-26T00:32:39.892 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua5.1. 2024-03-26T00:32:39.909 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:39.918 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T00:32:39.958 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-base (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:39.959 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T00:32:40.261 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-any. 2024-03-26T00:32:40.287 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T00:32:40.320 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T00:32:40.378 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T00:32:40.393 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:40.436 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:40.478 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T00:32:40.494 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T00:32:40.528 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T00:32:40.547 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package zip. 2024-03-26T00:32:40.562 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T00:32:40.606 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T00:32:40.781 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T00:32:40.807 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T00:32:40.807 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T00:32:40.833 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T00:32:40.847 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T00:32:40.872 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T00:32:40.934 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package unzip. 2024-03-26T00:32:40.960 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T00:32:41.000 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T00:32:41.158 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T00:32:41.185 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:41.192 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T00:32:41.219 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T00:32:41.225 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libradosstriper1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:41.259 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T00:32:41.420 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package luarocks. 2024-03-26T00:32:41.447 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T00:32:41.487 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T00:32:41.545 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T00:32:41.560 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T00:32:41.612 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T00:32:41.612 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-common. 2024-03-26T00:32:41.639 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:41.678 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:41.853 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librgw2. 2024-03-26T00:32:41.868 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../025-librgw2_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:41.903 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librgw2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:41.914 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T00:32:41.941 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T00:32:41.981 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T00:32:42.430 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T00:32:42.445 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:42.488 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:42.559 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T00:32:42.586 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T00:32:42.625 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T00:32:42.833 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T00:32:42.859 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T00:32:42.895 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-portend. 2024-03-26T00:32:42.899 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T00:32:42.911 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T00:32:42.953 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T00:32:43.025 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-base. 2024-03-26T00:32:43.051 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:43.093 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-base (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:43.169 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T00:32:43.195 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:43.227 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libradosstriper1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:43.248 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T00:32:43.274 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T00:32:43.315 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T00:32:43.601 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T00:32:43.627 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T00:32:43.639 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-common. 2024-03-26T00:32:43.665 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:43.667 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T00:32:43.671 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T00:32:43.698 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T00:32:43.705 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:43.738 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T00:32:43.996 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T00:32:44.022 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T00:32:44.062 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T00:32:44.074 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T00:32:44.101 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T00:32:44.149 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T00:32:44.374 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T00:32:44.400 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T00:32:44.440 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T00:32:44.494 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T00:32:44.520 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T00:32:44.560 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T00:32:44.727 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T00:32:44.753 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T00:32:44.793 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T00:32:44.880 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T00:32:44.907 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T00:32:44.938 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T00:32:45.038 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-mako. 2024-03-26T00:32:45.053 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T00:32:45.085 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-base. 2024-03-26T00:32:45.087 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T00:32:45.111 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:45.161 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-base (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:45.241 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T00:32:45.268 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T00:32:45.308 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T00:32:45.357 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T00:32:45.370 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T00:32:45.407 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T00:32:45.611 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T00:32:45.638 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T00:32:45.677 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T00:32:45.697 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T00:32:45.724 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T00:32:45.735 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T00:32:45.756 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T00:32:45.761 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T00:32:45.802 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T00:32:45.955 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-portend. 2024-03-26T00:32:45.971 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T00:32:46.005 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T00:32:46.096 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-webob. 2024-03-26T00:32:46.123 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T00:32:46.163 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T00:32:46.225 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T00:32:46.251 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T00:32:46.276 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T00:32:46.291 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T00:32:46.301 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T00:32:46.341 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T00:32:46.645 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T00:32:46.671 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T00:32:46.886 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T00:32:47.175 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T00:32:47.202 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T00:32:47.244 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T00:32:47.312 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T00:32:47.338 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T00:32:47.378 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T00:32:47.552 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T00:32:47.579 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T00:32:47.619 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T00:32:47.689 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T00:32:47.716 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T00:32:47.756 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T00:32:47.765 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T00:32:47.791 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T00:32:47.831 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T00:32:47.905 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-paste. 2024-03-26T00:32:47.932 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T00:32:47.972 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T00:32:48.060 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T00:32:48.085 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T00:32:48.117 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T00:32:48.126 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T00:32:48.153 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T00:32:48.193 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T00:32:48.309 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T00:32:48.335 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T00:32:48.375 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T00:32:48.411 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T00:32:48.437 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T00:32:48.478 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T00:32:48.496 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T00:32:48.523 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T00:32:48.562 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T00:32:48.636 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T00:32:48.662 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T00:32:48.694 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T00:32:48.764 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-portend. 2024-03-26T00:32:48.790 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T00:32:48.815 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-mako. 2024-03-26T00:32:48.832 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T00:32:48.834 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T00:32:48.865 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T00:32:48.981 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T00:32:49.007 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T00:32:49.047 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T00:32:49.108 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T00:32:49.123 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T00:32:49.158 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T00:32:49.160 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T00:32:49.187 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T00:32:49.235 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T00:32:49.358 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T00:32:49.386 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T00:32:49.395 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T00:32:49.410 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T00:32:49.425 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T00:32:49.452 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T00:32:49.755 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T00:32:49.771 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T00:32:49.782 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T00:32:49.798 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T00:32:49.806 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T00:32:49.821 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T00:32:49.832 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T00:32:49.837 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T00:32:49.872 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T00:32:50.134 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T00:32:50.148 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T00:32:50.157 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-webob. 2024-03-26T00:32:50.166 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-idna. 2024-03-26T00:32:50.179 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T00:32:50.183 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T00:32:50.184 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T00:32:50.223 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T00:32:50.224 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T00:32:50.428 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T00:32:50.443 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T00:32:50.478 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T00:32:50.510 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T00:32:50.524 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T00:32:50.552 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T00:32:50.568 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T00:32:50.579 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T00:32:50.629 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T00:32:50.789 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-mako. 2024-03-26T00:32:50.815 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T00:32:50.856 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T00:32:50.905 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-requests. 2024-03-26T00:32:50.932 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T00:32:50.938 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T00:32:50.965 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T00:32:50.971 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T00:32:51.005 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T00:32:51.193 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T00:32:51.218 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T00:32:51.258 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T00:32:51.291 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T00:32:51.299 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-paste. 2024-03-26T00:32:51.318 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T00:32:51.328 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T00:32:51.358 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T00:32:51.365 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T00:32:51.595 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T00:32:51.622 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T00:32:51.644 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T00:32:51.659 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:32:51.661 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T00:32:51.694 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T00:32:51.702 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:51.710 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T00:32:51.752 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T00:32:51.923 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-webob. 2024-03-26T00:32:51.949 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T00:32:51.981 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T00:32:52.055 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T00:32:52.065 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T00:32:52.082 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T00:32:52.092 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:52.121 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T00:32:52.132 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:52.242 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T00:32:52.268 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T00:32:52.311 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T00:32:52.399 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T00:32:52.415 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T00:32:52.443 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T00:32:52.449 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T00:32:52.470 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T00:32:52.509 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T00:32:52.594 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T00:32:52.621 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T00:32:52.661 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T00:32:52.719 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T00:32:52.746 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T00:32:52.786 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T00:32:52.972 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-paste. 2024-03-26T00:32:52.987 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T00:32:52.999 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T00:32:53.014 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T00:32:53.039 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T00:32:53.062 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T00:32:53.124 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T00:32:53.151 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T00:32:53.190 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T00:32:53.341 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T00:32:53.367 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:53.375 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T00:32:53.391 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T00:32:53.398 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:53.433 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T00:32:53.535 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-idna. 2024-03-26T00:32:53.562 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T00:32:53.610 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T00:32:53.694 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T00:32:53.721 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T00:32:53.752 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T00:32:53.785 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T00:32:53.812 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:53.851 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mon (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:53.930 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T00:32:53.957 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T00:32:53.996 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T00:32:54.039 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T00:32:54.066 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T00:32:54.105 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T00:32:54.333 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-requests. 2024-03-26T00:32:54.361 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T00:32:54.399 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T00:32:54.416 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T00:32:54.443 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T00:32:54.483 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T00:32:54.513 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T00:32:54.540 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:54.580 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-osd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:54.703 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T00:32:54.730 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T00:32:54.761 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T00:32:54.871 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T00:32:54.898 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T00:32:54.937 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T00:32:55.047 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T00:32:55.063 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:32:55.097 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:55.232 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-idna. 2024-03-26T00:32:55.247 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T00:32:55.282 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T00:32:55.461 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T00:32:55.488 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:55.535 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:55.576 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T00:32:55.603 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T00:32:55.616 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph. 2024-03-26T00:32:55.632 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../066-ceph_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:55.642 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T00:32:55.666 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:55.830 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T00:32:55.857 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T00:32:55.896 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T00:32:55.962 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-requests. 2024-03-26T00:32:55.977 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T00:32:55.978 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T00:32:56.004 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:56.020 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T00:32:56.044 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:56.141 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T00:32:56.168 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T00:32:56.207 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T00:32:56.340 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T00:32:56.367 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T00:32:56.407 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T00:32:56.439 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T00:32:56.465 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:56.505 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mds (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:56.536 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T00:32:56.563 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:56.610 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:56.693 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T00:32:56.719 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:32:56.759 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:56.883 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package cephadm. 2024-03-26T00:32:56.910 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../069-cephadm_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:56.941 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:57.031 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T00:32:57.058 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:57.097 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mon (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:57.148 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T00:32:57.175 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:57.214 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:57.252 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T00:32:57.279 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T00:32:57.319 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T00:32:57.476 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T00:32:57.502 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T00:32:57.533 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T00:32:57.613 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T00:32:57.626 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T00:32:57.629 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T00:32:57.653 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:57.663 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T00:32:57.683 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-osd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:57.828 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T00:32:57.854 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T00:32:57.894 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T00:32:58.265 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T00:32:58.291 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:58.347 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:58.668 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-babel. 2024-03-26T00:32:58.695 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T00:32:58.712 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph. 2024-03-26T00:32:58.727 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../066-ceph_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:58.734 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T00:32:58.734 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T00:32:58.761 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:58.770 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:58.800 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mon (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:59.063 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T00:32:59.090 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T00:32:59.090 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T00:32:59.117 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:59.129 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T00:32:59.156 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:59.337 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T00:32:59.364 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:59.403 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-osd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:59.491 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T00:32:59.509 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T00:32:59.518 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:32:59.536 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:32:59.557 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:59.567 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mds (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:32:59.902 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T00:32:59.929 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T00:32:59.969 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T00:33:00.121 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package cephadm. 2024-03-26T00:33:00.147 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../069-cephadm_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:00.187 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:00.247 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-routes. 2024-03-26T00:33:00.273 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T00:33:00.313 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T00:33:00.448 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T00:33:00.464 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T00:33:00.465 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph. 2024-03-26T00:33:00.492 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../066-ceph_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:00.499 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T00:33:00.531 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:00.633 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T00:33:00.661 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:00.699 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:00.809 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T00:33:00.836 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T00:33:00.859 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T00:33:00.867 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T00:33:00.886 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:00.925 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:01.237 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T00:33:01.264 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:01.311 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mds (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:01.921 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T00:33:01.923 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-babel. 2024-03-26T00:33:01.923 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package cephadm. 2024-03-26T00:33:01.949 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T00:33:01.950 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../069-cephadm_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:01.950 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T00:33:01.988 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T00:33:01.989 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T00:33:01.989 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:02.309 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T00:33:02.317 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T00:33:02.336 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T00:33:02.344 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T00:33:02.375 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T00:33:02.384 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T00:33:02.475 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T00:33:02.502 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T00:33:02.541 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T00:33:02.703 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T00:33:02.719 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T00:33:02.731 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T00:33:02.758 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:02.761 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T00:33:02.797 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:02.936 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T00:33:02.963 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T00:33:03.003 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T00:33:03.134 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T00:33:03.161 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T00:33:03.200 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T00:33:03.431 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T00:33:03.453 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-routes. 2024-03-26T00:33:03.458 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T00:33:03.470 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T00:33:03.489 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T00:33:03.503 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T00:33:03.808 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-babel. 2024-03-26T00:33:03.835 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T00:33:03.848 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T00:33:03.874 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T00:33:03.875 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:03.915 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:04.156 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T00:33:04.184 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:04.202 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T00:33:04.229 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T00:33:04.268 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T00:33:04.299 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:04.646 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T00:33:04.674 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:04.713 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:05.050 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T00:33:05.077 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T00:33:05.116 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T00:33:05.120 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T00:33:05.136 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T00:33:05.186 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T00:33:05.253 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T00:33:05.280 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T00:33:05.319 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T00:33:05.419 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-routes. 2024-03-26T00:33:05.445 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T00:33:05.485 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T00:33:05.614 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T00:33:05.641 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T00:33:05.672 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T00:33:05.674 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T00:33:05.701 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T00:33:05.740 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T00:33:05.822 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T00:33:05.849 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:05.888 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:05.942 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T00:33:05.955 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T00:33:05.983 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T00:33:06.094 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T00:33:06.121 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T00:33:06.160 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T00:33:06.287 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T00:33:06.314 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T00:33:06.353 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T00:33:06.438 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T00:33:06.465 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T00:33:06.504 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T00:33:06.674 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T00:33:06.701 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T00:33:06.742 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T00:33:07.085 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T00:33:07.112 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T00:33:07.118 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T00:33:07.146 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T00:33:07.151 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T00:33:07.184 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T00:33:07.205 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T00:33:07.233 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:07.365 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:07.421 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T00:33:07.448 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T00:33:07.479 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T00:33:07.680 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T00:33:07.707 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T00:33:07.746 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T00:33:07.783 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T00:33:07.810 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T00:33:07.849 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T00:33:08.300 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T00:33:08.326 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T00:33:08.366 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T00:33:08.519 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T00:33:08.546 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T00:33:08.585 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T00:33:08.630 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T00:33:08.658 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:08.685 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T00:33:08.696 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:08.712 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T00:33:08.752 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T00:33:08.897 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T00:33:08.924 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T00:33:08.963 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T00:33:08.994 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T00:33:09.018 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T00:33:09.049 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T00:33:09.292 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T00:33:09.307 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T00:33:09.350 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T00:33:09.369 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T00:33:09.397 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T00:33:09.435 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T00:33:09.453 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T00:33:09.481 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:09.605 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:09.661 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T00:33:09.689 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T00:33:09.696 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package jq. 2024-03-26T00:33:09.712 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T00:33:09.727 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T00:33:09.754 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T00:33:09.976 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package socat. 2024-03-26T00:33:10.004 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T00:33:10.034 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T00:33:10.082 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T00:33:10.109 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T00:33:10.148 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T00:33:10.304 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T00:33:10.320 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T00:33:10.353 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T00:33:10.576 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T00:33:10.603 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T00:33:10.642 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T00:33:10.668 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T00:33:10.696 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T00:33:10.707 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-test. 2024-03-26T00:33:10.724 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:10.735 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T00:33:10.766 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-test (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:10.953 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T00:33:10.981 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T00:33:11.013 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T00:33:11.019 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T00:33:11.040 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T00:33:11.079 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T00:33:11.381 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T00:33:11.408 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T00:33:11.409 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T00:33:11.435 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T00:33:11.448 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T00:33:11.474 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T00:33:11.768 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T00:33:11.795 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T00:33:11.834 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T00:33:12.104 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T00:33:12.132 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T00:33:12.147 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T00:33:12.162 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T00:33:12.163 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:12.205 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:12.424 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T00:33:12.452 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T00:33:12.490 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T00:33:12.533 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T00:33:12.560 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T00:33:12.599 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T00:33:12.811 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T00:33:12.838 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T00:33:12.876 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T00:33:12.894 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T00:33:12.909 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T00:33:12.944 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T00:33:13.028 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T00:33:13.056 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:13.095 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-volume (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:13.172 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T00:33:13.180 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package jq. 2024-03-26T00:33:13.199 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T00:33:13.207 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T00:33:13.229 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T00:33:13.246 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T00:33:13.516 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package socat. 2024-03-26T00:33:13.532 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T00:33:13.574 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T00:33:13.576 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T00:33:13.604 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:13.640 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libcephfs-dev (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:13.869 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T00:33:13.877 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T00:33:13.885 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T00:33:13.905 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:13.927 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T00:33:13.943 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:13.960 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T00:33:13.987 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T00:33:14.026 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T00:33:14.271 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T00:33:14.298 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-test. 2024-03-26T00:33:14.299 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T00:33:14.314 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:14.337 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T00:33:14.355 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T00:33:14.356 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-test (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:14.383 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T00:33:14.422 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T00:33:14.657 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T00:33:14.685 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T00:33:14.724 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T00:33:14.726 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T00:33:14.753 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T00:33:14.784 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T00:33:14.951 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package jq. 2024-03-26T00:33:14.968 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T00:33:15.010 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T00:33:15.239 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package pkg-config. 2024-03-26T00:33:15.245 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package socat. 2024-03-26T00:33:15.261 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T00:33:15.267 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T00:33:15.304 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T00:33:15.305 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T00:33:15.583 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T00:33:15.600 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T00:33:15.615 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T00:33:15.631 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T00:33:15.642 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T00:33:15.673 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T00:33:16.003 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-test. 2024-03-26T00:33:16.019 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:16.045 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T00:33:16.061 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-test (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:16.072 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T00:33:16.111 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T00:33:16.380 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T00:33:16.396 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T00:33:16.430 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T00:33:16.619 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T00:33:16.647 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:16.702 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-volume (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:16.759 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T00:33:16.786 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T00:33:16.825 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T00:33:17.015 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T00:33:17.031 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:17.073 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libcephfs-dev (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:17.136 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T00:33:17.164 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T00:33:17.203 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T00:33:17.350 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T00:33:17.378 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T00:33:17.409 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T00:33:17.530 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-py. 2024-03-26T00:33:17.558 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T00:33:17.597 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T00:33:17.747 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T00:33:17.774 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T00:33:17.813 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T00:33:17.934 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T00:33:17.962 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T00:33:18.000 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T00:33:18.201 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T00:33:18.228 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T00:33:18.267 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T00:33:18.407 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T00:33:18.435 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2416-g4354a201-1jammy_all.deb ... 2024-03-26T00:33:18.463 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T00:33:18.465 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-volume (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:18.490 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T00:33:18.531 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T00:33:18.689 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package pkg-config. 2024-03-26T00:33:18.717 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T00:33:18.755 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T00:33:18.760 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T00:33:18.777 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:18.819 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libcephfs-dev (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:18.840 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-toml. 2024-03-26T00:33:18.868 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T00:33:18.906 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T00:33:18.992 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T00:33:19.008 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T00:33:19.042 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T00:33:19.113 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T00:33:19.141 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T00:33:19.168 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T00:33:19.171 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T00:33:19.195 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T00:33:19.234 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T00:33:19.437 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T00:33:19.464 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T00:33:19.494 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T00:33:19.518 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T00:33:19.545 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T00:33:19.584 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T00:33:19.621 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T00:33:19.649 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T00:33:19.687 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T00:33:19.781 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T00:33:19.809 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T00:33:19.848 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T00:33:19.948 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T00:33:19.955 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T00:33:19.964 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T00:33:19.982 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T00:33:20.006 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T00:33:20.021 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T00:33:20.193 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T00:33:20.220 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T00:33:20.259 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T00:33:20.435 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package pkg-config. 2024-03-26T00:33:20.462 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T00:33:20.501 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T00:33:20.570 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T00:33:20.598 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T00:33:20.637 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T00:33:20.710 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package radosgw. 2024-03-26T00:33:20.720 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T00:33:20.736 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T00:33:20.738 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../116-radosgw_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:20.770 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T00:33:20.785 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking radosgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:21.174 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T00:33:21.201 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T00:33:21.232 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-py. 2024-03-26T00:33:21.260 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T00:33:21.265 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T00:33:21.298 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T00:33:21.560 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T00:33:21.579 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T00:33:21.587 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T00:33:21.607 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:21.610 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T00:33:21.626 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T00:33:21.637 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T00:33:21.646 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking rbd-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:21.676 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T00:33:21.908 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T00:33:21.954 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T00:33:21.982 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T00:33:22.020 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T00:33:22.147 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T00:33:22.159 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T00:33:22.175 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T00:33:22.214 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T00:33:22.286 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T00:33:22.332 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T00:33:22.360 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T00:33:22.398 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T00:33:22.483 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-toml. 2024-03-26T00:33:22.511 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T00:33:22.541 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T00:33:22.545 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T00:33:22.735 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-py. 2024-03-26T00:33:22.763 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T00:33:22.801 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T00:33:22.844 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T00:33:22.872 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T00:33:22.901 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T00:33:22.910 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T00:33:23.121 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T00:33:23.149 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T00:33:23.187 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T00:33:23.231 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T00:33:23.259 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T00:33:23.289 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T00:33:23.326 INFO:teuthology.orchestra.run.smithi171.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T00:33:23.395 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:23.526 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T00:33:23.541 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T00:33:23.575 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T00:33:23.642 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T00:33:23.669 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T00:33:23.700 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T00:33:23.920 INFO:teuthology.orchestra.run.smithi171.stdout:Adding system user cephadm....done 2024-03-26T00:33:23.977 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-toml. 2024-03-26T00:33:24.005 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T00:33:24.044 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T00:33:24.077 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T00:33:24.304 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package radosgw. 2024-03-26T00:33:24.332 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../116-radosgw_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:24.347 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T00:33:24.353 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T00:33:24.370 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking radosgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:24.374 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T00:33:24.413 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T00:33:24.595 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T00:33:24.705 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T00:33:24.750 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T00:33:24.778 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T00:33:24.825 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T00:33:24.947 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T00:33:25.094 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T00:33:25.122 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T00:33:25.160 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T00:33:25.215 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T00:33:25.231 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:25.232 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T00:33:25.282 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking rbd-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:25.358 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T00:33:25.636 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T00:33:25.660 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T00:33:25.872 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package radosgw. 2024-03-26T00:33:25.878 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T00:33:25.889 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../116-radosgw_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:25.930 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking radosgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:25.996 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T00:33:26.011 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T00:33:26.263 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T00:33:26.284 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T00:33:26.513 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T00:33:26.614 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T00:33:26.675 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T00:33:26.691 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2416-g4354a201-1jammy_amd64.deb ... 2024-03-26T00:33:26.733 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking rbd-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:26.757 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T00:33:27.008 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T00:33:27.038 INFO:teuthology.orchestra.run.smithi184.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T00:33:27.045 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T00:33:27.106 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:27.267 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T00:33:27.305 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T00:33:27.526 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-ceph-argparse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:27.647 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T00:33:27.672 INFO:teuthology.orchestra.run.smithi184.stdout:Adding system user cephadm....done 2024-03-26T00:33:27.794 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T00:33:27.821 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T00:33:27.907 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T00:33:27.937 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T00:33:28.046 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T00:33:28.106 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T00:33:28.147 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T00:33:28.210 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T00:33:28.357 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T00:33:28.390 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T00:33:28.483 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T00:33:28.610 INFO:teuthology.orchestra.run.smithi133.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T00:33:28.674 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:28.741 INFO:teuthology.orchestra.run.smithi171.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T00:33:28.751 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T00:33:28.763 INFO:teuthology.orchestra.run.smithi171.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T00:33:28.827 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T00:33:29.010 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T00:33:29.028 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T00:33:29.082 INFO:teuthology.orchestra.run.smithi133.stdout:Adding system user cephadm....done 2024-03-26T00:33:29.136 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T00:33:29.230 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T00:33:29.455 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T00:33:29.506 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T00:33:29.654 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T00:33:29.763 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T00:33:29.774 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T00:33:29.824 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T00:33:29.878 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T00:33:30.006 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T00:33:30.108 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T00:33:30.109 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T00:33:30.274 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T00:33:30.336 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T00:33:30.376 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T00:33:30.437 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T00:33:30.591 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T00:33:30.628 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T00:33:30.717 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T00:33:30.738 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T00:33:30.896 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T00:33:31.099 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T00:33:31.172 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T00:33:31.350 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T00:33:31.386 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T00:33:31.448 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-ceph-argparse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:31.618 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T00:33:31.645 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T00:33:31.746 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T00:33:31.807 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T00:33:31.847 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T00:33:31.861 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T00:33:31.950 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T00:33:32.076 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T00:33:32.120 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T00:33:32.140 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T00:33:32.202 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T00:33:32.379 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T00:33:32.461 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T00:33:32.533 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T00:33:32.630 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-ceph-argparse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:32.784 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T00:33:32.830 INFO:teuthology.orchestra.run.smithi184.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T00:33:32.860 INFO:teuthology.orchestra.run.smithi184.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T00:33:32.890 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T00:33:32.923 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T00:33:33.024 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T00:33:33.088 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T00:33:33.169 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T00:33:33.259 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T00:33:33.360 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T00:33:33.375 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T00:33:33.461 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T00:33:33.501 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T00:33:33.594 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T00:33:33.802 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T00:33:33.804 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T00:33:33.972 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T00:33:34.000 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T00:33:34.039 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T00:33:34.064 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T00:33:34.078 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T00:33:34.157 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:34.190 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T00:33:34.413 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T00:33:34.450 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T00:33:34.564 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T00:33:34.583 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T00:33:34.709 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T00:33:34.767 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T00:33:34.977 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T00:33:35.211 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T00:33:35.266 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T00:33:35.512 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T00:33:35.525 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T00:33:35.639 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T00:33:35.652 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T00:33:35.778 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T00:33:35.923 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T00:33:36.071 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T00:33:36.174 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:33:36.298 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T00:33:36.309 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T00:33:36.566 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T00:33:36.585 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T00:33:36.684 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T00:33:36.689 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T00:33:36.711 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T00:33:36.785 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T00:33:36.837 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T00:33:36.957 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T00:33:37.053 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T00:33:37.113 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T00:33:37.308 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T00:33:37.347 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T00:33:37.429 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T00:33:37.590 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:33:37.601 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T00:33:37.680 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T00:33:37.716 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T00:33:37.936 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T00:33:38.018 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T00:33:38.056 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T00:33:38.187 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T00:33:38.268 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T00:33:38.322 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:38.350 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T00:33:38.536 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T00:33:38.606 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T00:33:38.684 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T00:33:38.770 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T00:33:38.910 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T00:33:38.932 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T00:33:38.997 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T00:33:39.019 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:39.239 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T00:33:39.329 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T00:33:39.391 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T00:33:39.655 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T00:33:39.666 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T00:33:39.793 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T00:33:40.106 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T00:33:40.110 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T00:33:40.315 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:33:40.424 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T00:33:40.428 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T00:33:40.662 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T00:33:40.700 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T00:33:40.788 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T00:33:40.827 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T00:33:40.844 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T00:33:40.889 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T00:33:40.952 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T00:33:40.987 INFO:teuthology.orchestra.run.smithi171.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T00:33:41.079 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:33:41.225 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T00:33:41.238 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T00:33:41.253 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T00:33:41.350 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T00:33:41.506 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T00:33:41.547 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T00:33:41.632 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T00:33:41.727 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T00:33:41.766 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T00:33:41.781 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:33:41.882 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T00:33:41.986 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T00:33:42.093 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T00:33:42.095 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T00:33:42.208 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T00:33:42.330 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:33:42.335 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T00:33:42.431 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T00:33:42.468 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T00:33:42.578 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:33:42.704 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T00:33:42.744 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T00:33:42.749 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T00:33:43.011 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T00:33:43.033 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T00:33:43.124 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T00:33:43.301 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T00:33:43.313 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T00:33:43.427 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T00:33:43.523 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T00:33:43.597 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T00:33:43.695 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T00:33:43.749 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T00:33:43.791 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T00:33:43.970 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T00:33:44.025 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T00:33:44.042 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T00:33:44.151 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T00:33:44.276 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T00:33:44.290 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T00:33:44.444 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T00:33:44.543 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T00:33:44.645 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T00:33:44.667 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T00:33:44.753 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T00:33:44.929 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T00:33:44.952 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T00:33:45.021 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T00:33:45.055 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T00:33:45.165 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T00:33:45.292 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T00:33:45.296 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T00:33:45.348 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T00:33:45.381 INFO:teuthology.orchestra.run.smithi184.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T00:33:45.397 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up librados2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:45.523 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:45.627 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T00:33:45.649 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T00:33:45.650 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T00:33:45.753 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T00:33:45.909 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T00:33:45.985 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libcephfs2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:46.018 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T00:33:46.111 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libradosstriper1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:46.127 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T00:33:46.137 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T00:33:46.200 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T00:33:46.221 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T00:33:46.413 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T00:33:46.437 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T00:33:46.481 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up librbd1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:46.523 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T00:33:46.563 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T00:33:46.607 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr-modules-core (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:46.733 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:46.808 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:33:46.934 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T00:33:46.948 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T00:33:46.948 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T00:33:46.956 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T00:33:47.241 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T00:33:47.251 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T00:33:47.367 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T00:33:47.467 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libcephfs-dev (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:47.561 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T00:33:47.593 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-rados (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:47.609 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T00:33:47.710 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T00:33:47.719 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up librgw2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:47.837 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T00:33:47.845 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T00:33:47.996 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T00:33:48.011 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T00:33:48.289 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T00:33:48.321 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T00:33:48.532 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T00:33:48.705 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T00:33:48.831 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T00:33:48.886 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T00:33:49.040 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-rbd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:49.108 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T00:33:49.166 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up rbd-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:49.270 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T00:33:49.292 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-rgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:49.392 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T00:33:49.418 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-cephfs (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:49.544 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:49.555 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T00:33:49.728 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T00:33:49.917 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T00:33:50.037 INFO:teuthology.orchestra.run.smithi171.stdout:Adding group ceph....done 2024-03-26T00:33:50.059 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librados2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:50.105 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T00:33:50.185 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:50.311 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T00:33:50.390 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T00:33:50.438 INFO:teuthology.orchestra.run.smithi171.stdout:Adding system user ceph....done 2024-03-26T00:33:50.608 INFO:teuthology.orchestra.run.smithi171.stdout:Setting system user ceph properties....done 2024-03-26T00:33:50.619 INFO:teuthology.orchestra.run.smithi171.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T00:33:50.622 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libcephfs2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:50.725 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T00:33:50.732 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libradosstriper1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:50.756 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T00:33:50.851 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librados2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:50.858 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T00:33:50.978 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:51.104 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T00:33:51.118 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T00:33:51.143 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librbd1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:51.269 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-modules-core (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:51.412 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:51.457 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libcephfs2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:51.566 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libradosstriper1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:51.579 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-test (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:51.640 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T00:33:51.640 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T00:33:51.675 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T00:33:51.680 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up radosgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:51.952 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librbd1 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:52.078 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-modules-core (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:52.147 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libcephfs-dev (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:52.152 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:33:52.152 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:33:52.179 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:52.298 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rados (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:52.378 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T00:33:52.378 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T00:33:52.640 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-base (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:52.775 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librgw2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:52.897 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libcephfs-dev (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:52.901 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T00:33:52.986 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T00:33:53.040 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rados (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:53.166 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librgw2 (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:53.292 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T00:33:53.458 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mds (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:53.676 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T00:33:53.676 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T00:33:54.088 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rbd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:54.135 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:54.239 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up rbd-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:54.350 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T00:33:54.350 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T00:33:54.390 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:54.516 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cephfs (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:54.531 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rbd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:54.642 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:54.663 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up rbd-fuse (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:54.789 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:54.836 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-osd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:54.915 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cephfs (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:55.034 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-common (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:55.098 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T00:33:55.098 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T00:33:55.244 INFO:teuthology.orchestra.run.smithi184.stdout:Adding group ceph....done 2024-03-26T00:33:55.577 INFO:teuthology.orchestra.run.smithi133.stdout:Adding group ceph....done 2024-03-26T00:33:55.579 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:55.688 INFO:teuthology.orchestra.run.smithi184.stdout:Adding system user ceph....done 2024-03-26T00:33:55.689 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:55.848 INFO:teuthology.orchestra.run.smithi184.stdout:Setting system user ceph properties....done 2024-03-26T00:33:55.848 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mon (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:55.865 INFO:teuthology.orchestra.run.smithi184.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T00:33:55.903 INFO:teuthology.orchestra.run.smithi133.stdout:Adding system user ceph....done 2024-03-26T00:33:55.999 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T00:33:56.030 INFO:teuthology.orchestra.run.smithi133.stdout:Setting system user ceph properties....done 2024-03-26T00:33:56.041 INFO:teuthology.orchestra.run.smithi133.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T00:33:56.057 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T00:33:56.057 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T00:33:56.174 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T00:33:56.315 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T00:33:56.465 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T00:33:56.541 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr-cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:56.692 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:56.810 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr-dashboard (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:56.819 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-test (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:56.935 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-test (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:56.952 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-volume (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:57.053 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up radosgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:57.127 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up radosgw (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:57.305 INFO:teuthology.orchestra.run.smithi171.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T00:33:57.414 INFO:teuthology.orchestra.run.smithi171.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T00:33:57.493 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:33:57.493 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:33:57.567 INFO:teuthology.orchestra.run.smithi171.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T00:33:57.663 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:33:57.663 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:33:57.955 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-base (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:58.178 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-base (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:58.306 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T00:33:58.643 INFO:teuthology.orchestra.run.smithi171.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T00:33:58.727 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T00:33:58.790 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mds (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:59.017 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T00:33:59.017 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T00:33:59.201 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mds (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:59.277 INFO:teuthology.orchestra.run.smithi171.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T00:33:59.283 DEBUG:teuthology.parallel:result is None 2024-03-26T00:33:59.444 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T00:33:59.444 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T00:33:59.516 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:33:59.742 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T00:33:59.742 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T00:33:59.961 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:00.186 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T00:34:00.186 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T00:34:00.234 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-osd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:00.516 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T00:34:00.516 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T00:34:00.671 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-osd (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:00.930 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T00:34:00.930 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T00:34:01.086 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:01.228 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:01.354 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mon (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:01.406 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:01.540 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:01.569 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T00:34:01.570 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T00:34:01.691 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mon (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:01.903 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T00:34:01.903 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T00:34:02.106 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:02.248 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:02.374 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-dashboard (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:02.402 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-cephadm (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:02.525 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-volume (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:02.544 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:02.662 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-dashboard (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:02.788 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-volume (19.0.0-2416-g4354a201-1jammy) ... 2024-03-26T00:34:02.879 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T00:34:02.987 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T00:34:03.116 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T00:34:03.131 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T00:34:03.225 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T00:34:03.419 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T00:34:04.137 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T00:34:04.332 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T00:34:04.771 INFO:teuthology.orchestra.run.smithi184.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T00:34:04.776 DEBUG:teuthology.parallel:result is None 2024-03-26T00:34:04.971 INFO:teuthology.orchestra.run.smithi133.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T00:34:04.976 DEBUG:teuthology.parallel:result is None 2024-03-26T00:34:04.977 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:34:05.122 DEBUG:teuthology.orchestra.run.smithi133:> dpkg-query -W -f '${Version}' ceph 2024-03-26T00:34:05.142 INFO:teuthology.orchestra.run.smithi133.stdout:19.0.0-2416-g4354a201-1jammy 2024-03-26T00:34:05.142 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2416-g4354a201-1jammy 2024-03-26T00:34:05.143 INFO:teuthology.task.install:The correct ceph version 19.0.0-2416-g4354a201-1jammy is installed. 2024-03-26T00:34:05.145 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:34:05.360 DEBUG:teuthology.orchestra.run.smithi171:> dpkg-query -W -f '${Version}' ceph 2024-03-26T00:34:05.379 INFO:teuthology.orchestra.run.smithi171.stdout:19.0.0-2416-g4354a201-1jammy 2024-03-26T00:34:05.380 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2416-g4354a201-1jammy 2024-03-26T00:34:05.380 INFO:teuthology.task.install:The correct ceph version 19.0.0-2416-g4354a201-1jammy is installed. 2024-03-26T00:34:05.381 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:34:05.599 DEBUG:teuthology.orchestra.run.smithi184:> dpkg-query -W -f '${Version}' ceph 2024-03-26T00:34:05.618 INFO:teuthology.orchestra.run.smithi184.stdout:19.0.0-2416-g4354a201-1jammy 2024-03-26T00:34:05.618 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2416-g4354a201-1jammy 2024-03-26T00:34:05.618 INFO:teuthology.task.install:The correct ceph version 19.0.0-2416-g4354a201-1jammy is installed. 2024-03-26T00:34:05.620 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-26T00:34:05.621 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:34:05.621 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T00:34:05.635 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:34:05.636 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T00:34:05.650 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:34:05.650 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T00:34:05.671 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-26T00:34:05.672 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:34:05.672 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T00:34:05.691 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T00:34:05.747 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:34:05.753 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T00:34:05.767 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T00:34:05.821 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:34:05.822 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T00:34:05.836 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T00:34:05.891 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-26T00:34:05.891 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:34:05.891 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T00:34:05.905 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T00:34:05.959 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:34:05.959 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T00:34:05.972 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T00:34:06.026 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:34:06.026 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T00:34:06.038 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T00:34:06.091 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-26T00:34:06.091 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:34:06.091 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T00:34:06.105 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T00:34:06.158 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:34:06.158 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T00:34:06.171 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T00:34:06.226 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:34:06.226 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T00:34:06.240 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T00:34:06.295 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-26T00:34:06.406 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': '4354a20109fd25703f6611a1a8f196608a256149'} 2024-03-26T00:34:06.406 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:34:06.407 INFO:tasks.cephadm:Cluster fsid is 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:34:06.407 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-26T00:34:06.407 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.133', 'mon.b': '172.21.15.171', 'mon.c': '172.21.15.184'} 2024-03-26T00:34:06.407 INFO:tasks.cephadm:First mon is mon.a on smithi133 2024-03-26T00:34:06.407 INFO:tasks.cephadm:First mgr is a 2024-03-26T00:34:06.407 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-26T00:34:06.407 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-03-26T00:34:06.422 DEBUG:teuthology.orchestra.run.smithi171:> sudo hostname $(hostname -s) 2024-03-26T00:34:06.436 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2024-03-26T00:34:06.451 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-26T00:34:06.451 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:34:06.589 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '4354a20109fd25703f6611a1a8f196608a256149', '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/77950/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2416-g4354a201', 'node_name': '172.21.2.2+braggi02', '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-2416-g4354a201-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-25 20:00:47.697869', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri3-testing-2024-03-25-0744', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-26T00:34:06.727 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-yuri3-testing-2024-03-25-0744, sha1 4354a20109fd25703f6611a1a8f196608a256149 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:34:06.728 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-26T00:34:06.729 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T00:34:07.267 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776468 Mar 26 00:34 /home/ubuntu/cephtest/cephadm 2024-03-26T00:34:07.267 DEBUG:teuthology.orchestra.run.smithi171:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T00:34:07.969 INFO:teuthology.orchestra.run.smithi171.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776468 Mar 26 00:34 /home/ubuntu/cephtest/cephadm 2024-03-26T00:34:07.969 DEBUG:teuthology.orchestra.run.smithi184:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T00:34:08.749 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776468 Mar 26 00:34 /home/ubuntu/cephtest/cephadm 2024-03-26T00:34:08.750 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T00:34:08.758 DEBUG:teuthology.orchestra.run.smithi171:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T00:34:08.766 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T00:34:08.784 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 on all hosts... 2024-03-26T00:34:08.784 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 pull 2024-03-26T00:34:08.801 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 pull 2024-03-26T00:34:08.811 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 pull 2024-03-26T00:34:08.964 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149... 2024-03-26T00:34:08.976 INFO:teuthology.orchestra.run.smithi171.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149... 2024-03-26T00:34:08.980 INFO:teuthology.orchestra.run.smithi184.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149... 2024-03-26T00:35:02.247 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2024-03-26T00:35:02.248 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph_version": "ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev)", 2024-03-26T00:35:02.248 INFO:teuthology.orchestra.run.smithi184.stdout: "image_id": "c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd", 2024-03-26T00:35:02.248 INFO:teuthology.orchestra.run.smithi184.stdout: "repo_digests": [ 2024-03-26T00:35:02.248 INFO:teuthology.orchestra.run.smithi184.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1" 2024-03-26T00:35:02.248 INFO:teuthology.orchestra.run.smithi184.stdout: ] 2024-03-26T00:35:02.248 INFO:teuthology.orchestra.run.smithi184.stdout:} 2024-03-26T00:35:23.060 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-03-26T00:35:23.061 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev)", 2024-03-26T00:35:23.061 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd", 2024-03-26T00:35:23.061 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2024-03-26T00:35:23.061 INFO:teuthology.orchestra.run.smithi133.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1" 2024-03-26T00:35:23.061 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-03-26T00:35:23.061 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-03-26T00:35:27.997 INFO:teuthology.orchestra.run.smithi171.stdout:{ 2024-03-26T00:35:27.997 INFO:teuthology.orchestra.run.smithi171.stdout: "ceph_version": "ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev)", 2024-03-26T00:35:27.997 INFO:teuthology.orchestra.run.smithi171.stdout: "image_id": "c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd", 2024-03-26T00:35:27.997 INFO:teuthology.orchestra.run.smithi171.stdout: "repo_digests": [ 2024-03-26T00:35:27.997 INFO:teuthology.orchestra.run.smithi171.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1" 2024-03-26T00:35:27.997 INFO:teuthology.orchestra.run.smithi171.stdout: ] 2024-03-26T00:35:27.998 INFO:teuthology.orchestra.run.smithi171.stdout:} 2024-03-26T00:35:28.045 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-03-26T00:35:28.059 DEBUG:teuthology.orchestra.run.smithi171:> sudo mkdir -p /etc/ceph 2024-03-26T00:35:28.074 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2024-03-26T00:35:28.089 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-03-26T00:35:28.114 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 777 /etc/ceph 2024-03-26T00:35:28.132 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2024-03-26T00:35:28.145 INFO:tasks.cephadm:Writing seed config... 2024-03-26T00:35:28.146 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-26T00:35:28.146 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-26T00:35:28.147 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-26T00:35:28.147 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-26T00:35:28.147 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-26T00:35:28.147 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-26T00:35:28.147 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-26T00:35:28.147 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-26T00:35:28.147 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-26T00:35:28.148 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:35:28.148 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-26T00:35:28.163 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 = 8daa2be0-eb08-11ee-95d0-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-26T00:35:28.163 DEBUG:teuthology.orchestra.run.smithi133:mon.a> sudo journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.a.service 2024-03-26T00:35:28.208 DEBUG:teuthology.orchestra.run.smithi133:mgr.a> sudo journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mgr.a.service 2024-03-26T00:35:28.251 INFO:tasks.cephadm:Bootstrapping... 2024-03-26T00:35:28.252 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 -v bootstrap --fsid 8daa2be0-eb08-11ee-95d0-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.133 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:35:28.459 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:35:28.459 INFO:teuthology.orchestra.run.smithi133.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149', '-v', 'bootstrap', '--fsid', '8daa2be0-eb08-11ee-95d0-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.133', '--skip-admin-label'] 2024-03-26T00:35:28.460 INFO:teuthology.orchestra.run.smithi133.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-26T00:35:28.460 INFO:teuthology.orchestra.run.smithi133.stdout:Verifying podman|docker is present... 2024-03-26T00:35:28.461 INFO:teuthology.orchestra.run.smithi133.stdout:Verifying lvm2 is present... 2024-03-26T00:35:28.461 INFO:teuthology.orchestra.run.smithi133.stdout:Verifying time synchronization is in place... 2024-03-26T00:35:28.465 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T00:35:28.465 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T00:35:28.470 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T00:35:28.471 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout inactive 2024-03-26T00:35:28.478 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-26T00:35:28.479 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-26T00:35:28.479 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-26T00:35:28.480 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout inactive 2024-03-26T00:35:28.482 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-26T00:35:28.482 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout masked 2024-03-26T00:35:28.485 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-26T00:35:28.485 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout inactive 2024-03-26T00:35:28.489 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-26T00:35:28.489 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-26T00:35:28.492 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-26T00:35:28.492 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout inactive 2024-03-26T00:35:28.496 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout enabled 2024-03-26T00:35:28.500 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout active 2024-03-26T00:35:28.500 INFO:teuthology.orchestra.run.smithi133.stdout:Unit ntp.service is enabled and running 2024-03-26T00:35:28.500 INFO:teuthology.orchestra.run.smithi133.stdout:Repeating the final host check... 2024-03-26T00:35:28.500 INFO:teuthology.orchestra.run.smithi133.stdout:docker (/usr/bin/docker) is present 2024-03-26T00:35:28.500 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl is present 2024-03-26T00:35:28.500 INFO:teuthology.orchestra.run.smithi133.stdout:lvcreate is present 2024-03-26T00:35:28.503 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T00:35:28.503 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T00:35:28.506 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T00:35:28.506 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout inactive 2024-03-26T00:35:28.510 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-26T00:35:28.510 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-26T00:35:28.513 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-26T00:35:28.513 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout inactive 2024-03-26T00:35:28.516 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-26T00:35:28.516 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout masked 2024-03-26T00:35:28.520 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-26T00:35:28.520 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout inactive 2024-03-26T00:35:28.523 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-26T00:35:28.523 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-26T00:35:28.526 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-26T00:35:28.526 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout inactive 2024-03-26T00:35:28.530 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout enabled 2024-03-26T00:35:28.534 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stdout active 2024-03-26T00:35:28.534 INFO:teuthology.orchestra.run.smithi133.stdout:Unit ntp.service is enabled and running 2024-03-26T00:35:28.534 INFO:teuthology.orchestra.run.smithi133.stdout:Host looks OK 2024-03-26T00:35:28.534 INFO:teuthology.orchestra.run.smithi133.stdout:Cluster fsid: 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:35:28.534 INFO:teuthology.orchestra.run.smithi133.stdout:Acquiring lock 140126390742528 on /run/cephadm/8daa2be0-eb08-11ee-95d0-87774f69a715.lock 2024-03-26T00:35:28.534 INFO:teuthology.orchestra.run.smithi133.stdout:Lock 140126390742528 acquired on /run/cephadm/8daa2be0-eb08-11ee-95d0-87774f69a715.lock 2024-03-26T00:35:28.534 INFO:teuthology.orchestra.run.smithi133.stdout:Verifying IP 172.21.15.133 port 3300 ... 2024-03-26T00:35:28.535 INFO:teuthology.orchestra.run.smithi133.stdout:Verifying IP 172.21.15.133 port 6789 ... 2024-03-26T00:35:28.535 INFO:teuthology.orchestra.run.smithi133.stdout:Base mon IP(s) is [172.21.15.133:3300, 172.21.15.133:6789], mon addrv is [v2:172.21.15.133:3300,v1:172.21.15.133:6789] 2024-03-26T00:35:28.537 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-03-26T00:35:28.537 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.133 metric 100 2024-03-26T00:35:28.537 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.133 metric 100 2024-03-26T00:35:28.537 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-26T00:35:28.538 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.133 metric 100 2024-03-26T00:35:28.538 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.133 metric 100 2024-03-26T00:35:28.538 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.133 metric 100 2024-03-26T00:35:28.538 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.133 metric 100 2024-03-26T00:35:28.539 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-26T00:35:28.539 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-26T00:35:28.539 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1799sec pref medium 2024-03-26T00:35:28.541 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-26T00:35:28.541 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-26T00:35:28.541 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T00:35:28.542 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-26T00:35:28.542 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:8087/64 scope link 2024-03-26T00:35:28.542 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T00:35:28.543 INFO:teuthology.orchestra.run.smithi133.stdout:Mon IP `172.21.15.133` is in CIDR network `172.21.0.0/20` 2024-03-26T00:35:28.543 INFO:teuthology.orchestra.run.smithi133.stdout:Mon IP `172.21.15.133` is in CIDR network `172.21.0.0/20` 2024-03-26T00:35:28.543 INFO:teuthology.orchestra.run.smithi133.stdout:Mon IP `172.21.15.133` is in CIDR network `172.21.0.1/32` 2024-03-26T00:35:28.543 INFO:teuthology.orchestra.run.smithi133.stdout:Mon IP `172.21.15.133` is in CIDR network `172.21.0.1/32` 2024-03-26T00:35:28.543 INFO:teuthology.orchestra.run.smithi133.stdout:Mon IP `172.21.15.133` is in CIDR network `172.21.0.2/32` 2024-03-26T00:35:28.543 INFO:teuthology.orchestra.run.smithi133.stdout:Mon IP `172.21.15.133` is in CIDR network `172.21.0.2/32` 2024-03-26T00:35:28.543 INFO:teuthology.orchestra.run.smithi133.stdout:Mon IP `172.21.15.133` is in CIDR network `172.21.15.254/32` 2024-03-26T00:35:28.543 INFO:teuthology.orchestra.run.smithi133.stdout:Mon IP `172.21.15.133` is in CIDR network `172.21.15.254/32` 2024-03-26T00:35:28.543 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:28.543 INFO:teuthology.orchestra.run.smithi133.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-26T00:35:28.544 INFO:teuthology.orchestra.run.smithi133.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149... 2024-03-26T00:35:28.812 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/docker: stdout 4354a20109fd25703f6611a1a8f196608a256149: Pulling from ceph-ci/ceph 2024-03-26T00:35:28.812 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/docker: stdout Digest: sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1 2024-03-26T00:35:28.812 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:35:28.812 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:35:30.263 INFO:teuthology.orchestra.run.smithi133.stdout:ceph: stdout ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev) 2024-03-26T00:35:30.263 INFO:teuthology.orchestra.run.smithi133.stdout:Ceph version: ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev) 2024-03-26T00:35:30.263 INFO:teuthology.orchestra.run.smithi133.stdout:Extracting ceph user uid/gid from container image... 2024-03-26T00:35:31.511 INFO:teuthology.orchestra.run.smithi133.stdout:stat: stdout 167 167 2024-03-26T00:35:31.511 INFO:teuthology.orchestra.run.smithi133.stdout:Creating initial keys... 2024-03-26T00:35:32.782 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-authtool: stdout AQBUGAJmOvWwCxAAHcvPG+C5Y0DYJxtdbF0BrA== 2024-03-26T00:35:34.086 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-authtool: stdout AQBVGAJmtzMPHhAA1stl60U8f5cy8BwL0yDT+w== 2024-03-26T00:35:35.341 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-authtool: stdout AQBWGAJmLfP8LhAA7GhKs6qgphdFSE2O/Yg5jw== 2024-03-26T00:35:35.341 INFO:teuthology.orchestra.run.smithi133.stdout:Creating initial monmap... 2024-03-26T00:35:36.696 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T00:35:36.697 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-26T00:35:36.697 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:35:36.697 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T00:35:36.697 INFO:teuthology.orchestra.run.smithi133.stdout:monmaptool for a [v2:172.21.15.133:3300,v1:172.21.15.133:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T00:35:36.697 INFO:teuthology.orchestra.run.smithi133.stdout:setting min_mon_release = quincy 2024-03-26T00:35:36.697 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/monmaptool: set fsid to 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:35:36.697 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T00:35:36.697 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:35:36.697 INFO:teuthology.orchestra.run.smithi133.stdout:Creating mon... 2024-03-26T00:35:37.934 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.375+0000 7fac65dccc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T00:35:37.934 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.375+0000 7fac65dccc80 1 imported monmap: 2024-03-26T00:35:37.934 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-26T00:35:37.934 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:35:37.934 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-26T00:35:36.119490+0000 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.375+0000 7fac65dccc80 0 /usr/bin/ceph-mon: set fsid to 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Git sha 0 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Compile date 2024-03-25 18:29:28 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: DB SUMMARY 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.935 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: DB Session ID: 71ZYGL4JC7T5NNDZKJC1 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.create_if_missing: 1 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T00:35:37.936 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.env: 0x55aacf81ac60 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.info_log: 0x55aad135ad60 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.statistics: (nil) 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.use_fsync: 0 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T00:35:37.937 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.db_log_dir: 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.wal_dir: 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T00:35:37.938 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.write_buffer_manager: 0x55aad132d360 2024-03-26T00:35:37.939 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T00:35:37.939 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T00:35:37.939 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T00:35:37.939 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T00:35:37.939 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T00:35:37.939 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T00:35:37.939 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T00:35:37.939 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T00:35:37.939 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.unordered_write: 0 2024-03-26T00:35:37.939 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.row_cache: None 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.wal_filter: None 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.wal_compression: 0 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T00:35:37.967 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T00:35:37.968 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_open_files: -1 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T00:35:37.969 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Compression algorithms supported: 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: kZSTD supported: 0 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T00:35:37.970 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.merge_operator: 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_filter: None 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55aad135ae60) 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-26T00:35:37.971 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55aad135f090 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-26T00:35:37.972 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-26T00:35:37.973 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-26T00:35:37.974 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-26T00:35:37.974 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-26T00:35:37.974 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-26T00:35:37.974 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-26T00:35:37.974 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-26T00:35:37.974 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-26T00:35:37.974 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-26T00:35:37.974 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.974 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T00:35:37.974 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T00:35:37.974 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compression: NoCompression 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.num_levels: 7 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T00:35:37.975 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:35:37.976 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T00:35:37.977 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T00:35:37.977 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T00:35:37.977 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T00:35:37.977 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T00:35:37.977 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T00:35:37.977 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T00:35:37.977 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T00:35:37.977 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T00:35:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.table_properties_collectors: 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T00:35:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.ttl: 2592000 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T00:35:37.980 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T00:35:37.981 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T00:35:37.981 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T00:35:37.981 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T00:35:37.981 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T00:35:37.981 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T00:35:37.981 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T00:35:37.981 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 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-26T00:35:37.981 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.981 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 04f49eb5-11f2-41d0-bd26-4feff6ca0ac5 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55aad1428000 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.379+0000 7fac65dccc80 4 rocksdb: DB pointer 0x55aad1418000 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.383+0000 7fac55f2f700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.383+0000 7fac55f2f700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.982 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-26T00:35:37.983 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.984 INFO:teuthology.orchestra.run.smithi133.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-26T00:35:37.985 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55aad135f090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-26T00:35:37.985 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-26T00:35:37.985 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.985 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-26T00:35:37.985 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T00:35:37.985 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.383+0000 7fac65dccc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-26T00:35:37.985 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.383+0000 7fac65dccc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-26T00:35:37.985 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T00:35:37.383+0000 7fac65dccc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-26T00:35:37.985 INFO:teuthology.orchestra.run.smithi133.stdout:create mon.a on 2024-03-26T00:35:38.208 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-26T00:35:38.421 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-26T00:35:38.641 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8daa2be0-eb08-11ee-95d0-87774f69a715.target -> /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-87774f69a715.target. 2024-03-26T00:35:38.641 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8daa2be0-eb08-11ee-95d0-87774f69a715.target -> /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-87774f69a715.target. 2024-03-26T00:35:38.906 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.a 2024-03-26T00:35:38.907 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.a.service: Unit ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.a.service not loaded. 2024-03-26T00:35:39.087 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-87774f69a715.target.wants/ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@.service. 2024-03-26T00:35:39.096 INFO:teuthology.orchestra.run.smithi133.stdout:firewalld does not appear to be present 2024-03-26T00:35:39.096 INFO:teuthology.orchestra.run.smithi133.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T00:35:39.096 INFO:teuthology.orchestra.run.smithi133.stdout:Waiting for mon to start... 2024-03-26T00:35:39.096 INFO:teuthology.orchestra.run.smithi133.stdout:Waiting for mon... 2024-03-26T00:35:40.548 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:40 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.317023+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T00:35:41.127 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout cluster: 2024-03-26T00:35:41.127 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout id: 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:35:41.127 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-26T00:35:41.127 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:35:41.127 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout services: 2024-03-26T00:35:41.127 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.216253s) 2024-03-26T00:35:41.127 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-26T00:35:41.127 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-26T00:35:41.127 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:35:41.128 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout data: 2024-03-26T00:35:41.128 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-26T00:35:41.128 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-26T00:35:41.128 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-26T00:35:41.128 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout pgs: 2024-03-26T00:35:41.128 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:35:41.128 INFO:teuthology.orchestra.run.smithi133.stdout:mon is available 2024-03-26T00:35:41.128 INFO:teuthology.orchestra.run.smithi133.stdout:Assimilating anything we can from ceph.conf... 2024-03-26T00:35:41.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.320446+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T00:35:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.320621+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-03-26T00:35:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.320634+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:35:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.320643+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-26T00:35:36.119490+0000 2024-03-26T00:35:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.320653+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:35:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.320662+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:35:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.320670+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-26T00:35:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.320679+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:35:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.322742+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-03-26T00:35:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.324978+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-26T00:35:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: cluster 2024-03-26T00:35:40.325463+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-03-26T00:35:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:41 smithi133 bash[21023]: audit 2024-03-26T00:35:40.536651+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.133:0/244487754' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-26T00:35:42.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:42 smithi133 bash[21023]: audit 2024-03-26T00:35:42.090906+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.133:0/3521902004' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T00:35:42.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:42 smithi133 bash[21023]: audit 2024-03-26T00:35:42.094598+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.133:0/3521902004' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T00:35:42.749 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:35:42.749 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T00:35:42.749 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout fsid = 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:35:42.749 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.133:3300,v1:172.21.15.133:6789] 2024-03-26T00:35:42.749 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T00:35:42.750 INFO:teuthology.orchestra.run.smithi133.stdout:Generating new minimal ceph.conf... 2024-03-26T00:35:44.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:43 smithi133 bash[21023]: audit 2024-03-26T00:35:43.726605+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.133:0/3379461555' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:35:44.302 INFO:teuthology.orchestra.run.smithi133.stdout:Restarting the monitor... 2024-03-26T00:35:44.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:44 smithi133 systemd[1]: Stopping Ceph mon.a for 8daa2be0-eb08-11ee-95d0-87774f69a715... 2024-03-26T00:35:44.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:44 smithi133 bash[21023]: debug 2024-03-26T00:35:44.435+0000 7f42f093a700 -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-26T00:35:44.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:44 smithi133 bash[21023]: debug 2024-03-26T00:35:44.435+0000 7f42f093a700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-26T00:35:45.320 INFO:teuthology.orchestra.run.smithi133.stdout:Setting public_network to 172.21.15.254/32,172.21.0.1/32,172.21.0.0/20,172.21.0.2/32 in mon config section 2024-03-26T00:35:45.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:45 smithi133 bash[21410]: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-mon-a 2024-03-26T00:35:45.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:45 smithi133 bash[21474]: Error response from daemon: No such container: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-mon-a 2024-03-26T00:35:45.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:45 smithi133 systemd[1]: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-26T00:35:45.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:45 smithi133 systemd[1]: Stopped Ceph mon.a for 8daa2be0-eb08-11ee-95d0-87774f69a715. 2024-03-26T00:35:45.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:45 smithi133 systemd[1]: Started Ceph mon.a for 8daa2be0-eb08-11ee-95d0-87774f69a715. 2024-03-26T00:35:46.654 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.415+0000 7f219d9fac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T00:35:46.654 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.415+0000 7f219d9fac80 0 ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev), process ceph-mon, pid 7 2024-03-26T00:35:46.654 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.415+0000 7f219d9fac80 0 pidfile_write: ignore empty --pid-file 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 0 load: jerasure load: lrc 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Git sha 0 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Compile date 2024-03-25 18:29:28 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: DB SUMMARY 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: DB Session ID: 3G27KZU43J4K9WMARQCJ 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: CURRENT file: CURRENT 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89121 ; 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.create_if_missing: 0 2024-03-26T00:35:46.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.env: 0x55697aff5c60 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.info_log: 0x55697cdfbb20 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.statistics: (nil) 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.use_fsync: 0 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T00:35:46.656 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.db_log_dir: 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.wal_dir: 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T00:35:46.657 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T00:35:46.658 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T00:35:46.658 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T00:35:46.658 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.write_buffer_manager: 0x55697cdcc1e0 2024-03-26T00:35:46.658 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T00:35:46.658 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T00:35:46.658 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T00:35:46.658 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T00:35:46.658 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T00:35:46.659 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T00:35:46.660 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T00:35:46.660 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T00:35:46.660 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.unordered_write: 0 2024-03-26T00:35:46.660 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.row_cache: None 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.wal_filter: None 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.wal_compression: 0 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T00:35:46.661 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T00:35:46.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_open_files: -1 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Compression algorithms supported: 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: kZSTD supported: 0 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T00:35:46.663 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.merge_operator: 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_filter: None 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T00:35:46.664 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55697cdfbc40) 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cache_index_and_filter_blocks: 1 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: pin_top_level_index_and_filter: 1 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: index_type: 0 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: data_block_index_type: 0 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: index_shortening: 1 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: data_block_hash_table_util_ratio: 0.750000 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: checksum: 4 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: no_block_cache: 0 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: block_cache: 0x55697cdfd090 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: block_cache_name: BinnedLRUCache 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: block_cache_options: 2024-03-26T00:35:46.665 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: capacity : 536870912 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: num_shard_bits : 4 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: strict_capacity_limit : 0 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: high_pri_pool_ratio: 0.000 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: block_cache_compressed: (nil) 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: persistent_cache: (nil) 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: block_size: 4096 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: block_size_deviation: 10 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: block_restart_interval: 16 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: index_block_restart_interval: 1 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: metadata_block_size: 4096 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: partition_filters: 0 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: use_delta_encoding: 1 2024-03-26T00:35:46.666 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: filter_policy: bloomfilter 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: whole_key_filtering: 1 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: verify_compression: 0 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: read_amp_bytes_per_bit: 0 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: format_version: 5 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: enable_index_compression: 1 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: block_align: 0 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: max_auto_readahead_size: 262144 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: prepopulate_block_cache: 0 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: initial_auto_readahead_size: 8192 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: num_file_reads_for_auto_readahead: 2 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compression: NoCompression 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T00:35:46.667 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.num_levels: 7 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:35:46.668 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T00:35:46.669 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T00:35:46.670 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.table_properties_collectors: 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T00:35:46.671 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.ttl: 2592000 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T00:35:46.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 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-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 04f49eb5-11f2-41d0-bd26-4feff6ca0ac5 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711413346427093, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711413346428081, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85712, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83885, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 78092, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "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": 1711413346, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "04f49eb5-11f2-41d0-bd26-4feff6ca0ac5", "db_session_id": "3G27KZU43J4K9WMARQCJ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-26T00:35:46.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711413346428183, "job": 1, "event": "recovery_finished"} 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.423+0000 7f219d9fac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 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-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55697cef0000 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 4 rocksdb: DB pointer 0x55697ceda000 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f218c155700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f218c155700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: ** DB Stats ** 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: 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-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: 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-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:35:46.674 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: ** Compaction Stats [default] ** 2024-03-26T00:35:46.675 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: 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-26T00:35:46.675 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T00:35:46.675 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: L0 2/0 85.54 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T00:35:46.675 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Sum 2/0 85.54 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T00:35:46.675 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T00:35:46.675 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: ** Compaction Stats [default] ** 2024-03-26T00:35:46.675 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: 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-26T00:35:46.675 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T00:35:46.675 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 139.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T00:35:46.676 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T00:35:46.676 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:35:46.676 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T00:35:46.676 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T00:35:46.676 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T00:35:46.676 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T00:35:46.676 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: AddFile(Keys): cumulative 0, interval 0 2024-03-26T00:35:46.676 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Cumulative compaction: 0.00 GB write, 24.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T00:35:46.676 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Interval compaction: 0.00 GB write, 24.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: 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-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Block cache BinnedLRUCache@0x55697cdfd090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: ** File Read Latency Histogram By Level [default] ** 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 1 mon.a@-1(???) e1 preinit fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 0 mon.a@-1(???).mds e1 new map 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 0 mon.a@-1(???).mds e1 print_map 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: e1 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: legacy client fscid: -1 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: 2024-03-26T00:35:46.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: No filesystems configured 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: debug 2024-03-26T00:35:46.427+0000 7f219d9fac80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cluster 2024-03-26T00:35:46.435391+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cluster 2024-03-26T00:35:46.435448+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cluster 2024-03-26T00:35:46.435458+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cluster 2024-03-26T00:35:46.435467+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-03-26T00:35:36.119490+0000 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cluster 2024-03-26T00:35:46.435474+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cluster 2024-03-26T00:35:46.435489+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cluster 2024-03-26T00:35:46.435499+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cluster 2024-03-26T00:35:46.435507+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:35:46.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cluster 2024-03-26T00:35:46.435959+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-03-26T00:35:46.679 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cluster 2024-03-26T00:35:46.435989+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-26T00:35:46.679 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:46 smithi133 bash[21515]: cluster 2024-03-26T00:35:46.437680+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-03-26T00:35:47.269 INFO:teuthology.orchestra.run.smithi133.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-26T00:35:47.296 INFO:teuthology.orchestra.run.smithi133.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:35:47.296 INFO:teuthology.orchestra.run.smithi133.stdout:Creating mgr... 2024-03-26T00:35:47.296 INFO:teuthology.orchestra.run.smithi133.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-26T00:35:47.296 INFO:teuthology.orchestra.run.smithi133.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-26T00:35:47.637 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:47 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:35:47.646 INFO:teuthology.orchestra.run.smithi133.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mgr.a 2024-03-26T00:35:47.646 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mgr.a.service: Unit ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mgr.a.service not loaded. 2024-03-26T00:35:47.837 INFO:teuthology.orchestra.run.smithi133.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-87774f69a715.target.wants/ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@.service. 2024-03-26T00:35:47.845 INFO:teuthology.orchestra.run.smithi133.stdout:firewalld does not appear to be present 2024-03-26T00:35:47.845 INFO:teuthology.orchestra.run.smithi133.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T00:35:47.845 INFO:teuthology.orchestra.run.smithi133.stdout:firewalld does not appear to be present 2024-03-26T00:35:47.846 INFO:teuthology.orchestra.run.smithi133.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-26T00:35:47.846 INFO:teuthology.orchestra.run.smithi133.stdout:Waiting for mgr to start... 2024-03-26T00:35:47.846 INFO:teuthology.orchestra.run.smithi133.stdout:Waiting for mgr... 2024-03-26T00:35:47.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:47 smithi133 bash[21515]: audit 2024-03-26T00:35:46.642359+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.133:0/3730424526' entity='client.admin' 2024-03-26T00:35:47.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:47 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:35:49.598 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:49 smithi133 bash[21515]: audit 2024-03-26T00:35:49.377897+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.133:0/2203013496' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T00:35:49.598 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:49 smithi133 bash[21770]: debug 2024-03-26T00:35:49.278+0000 7fad15ef1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:35:49.991 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:35:49.991 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:35:49.991 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "fsid": "8daa2be0-eb08-11ee-95d0-87774f69a715", 2024-03-26T00:35:49.991 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 0 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T00:35:49.992 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T00:35:49.993 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:49.993 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T00:35:49.993 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:49.993 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T00:35:49.993 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T00:35:49.993 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T00:35:49.993 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T00:35:49.993 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T00:35:49.993 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T00:35:49.997 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T00:35:49.999 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:49.999 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T00:35:40.321810+0000", 2024-03-26T00:35:49.999 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:35:49.999 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:49.999 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T00:35:49.999 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:35:49.999 INFO:teuthology.orchestra.run.smithi133.stdout:mgr not available, waiting (1/15)... 2024-03-26T00:35:51.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:50 smithi133 bash[21770]: debug 2024-03-26T00:35:50.854+0000 7fad15ef1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:35:51.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:50 smithi133 bash[21770]: debug 2024-03-26T00:35:50.946+0000 7fad15ef1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:35:51.684 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:51 smithi133 bash[21770]: debug 2024-03-26T00:35:51.194+0000 7fad15ef1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:35:52.434 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:51 smithi133 bash[21770]: debug 2024-03-26T00:35:51.986+0000 7fad15ef1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:35:52.434 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:52 smithi133 bash[21770]: debug 2024-03-26T00:35:52.094+0000 7fad15ef1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:35:52.435 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:52 smithi133 bash[21770]: debug 2024-03-26T00:35:52.198+0000 7fad15ef1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:35:52.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:52 smithi133 bash[21770]: debug 2024-03-26T00:35:52.550+0000 7fad15ef1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:35:52.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:52 smithi133 bash[21770]: debug 2024-03-26T00:35:52.662+0000 7fad15ef1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:35:52.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:52 smithi133 bash[21770]: debug 2024-03-26T00:35:52.766+0000 7fad15ef1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:35:53.274 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:53 smithi133 bash[21770]: debug 2024-03-26T00:35:53.126+0000 7fad15ef1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:35:53.632 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:53 smithi133 bash[21770]: debug 2024-03-26T00:35:53.370+0000 7fad15ef1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:35:53.632 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:53 smithi133 bash[21515]: audit 2024-03-26T00:35:53.261435+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.133:0/3416938840' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T00:35:53.836 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:35:53.836 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:35:53.836 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "fsid": "8daa2be0-eb08-11ee-95d0-87774f69a715", 2024-03-26T00:35:53.836 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T00:35:53.836 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T00:35:53.836 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T00:35:53.836 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T00:35:53.836 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 0 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:53.837 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T00:35:53.838 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:53.838 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T00:35:53.838 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T00:35:53.838 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T00:35:53.838 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T00:35:53.838 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T00:35:53.838 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T00:35:53.841 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:53.842 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:53.843 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T00:35:53.844 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:53.844 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T00:35:40.321810+0000", 2024-03-26T00:35:53.844 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:35:53.844 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:53.844 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T00:35:53.844 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:35:53.844 INFO:teuthology.orchestra.run.smithi133.stdout:mgr not available, waiting (2/15)... 2024-03-26T00:35:53.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:53 smithi133 bash[21770]: debug 2024-03-26T00:35:53.630+0000 7fad15ef1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:35:53.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:53 smithi133 bash[21770]: debug 2024-03-26T00:35:53.742+0000 7fad15ef1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:35:54.428 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:54 smithi133 bash[21770]: debug 2024-03-26T00:35:54.014+0000 7fad15ef1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:35:54.684 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:54 smithi133 bash[21770]: debug 2024-03-26T00:35:54.426+0000 7fad15ef1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:35:54.684 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:54 smithi133 bash[21770]: debug 2024-03-26T00:35:54.658+0000 7fad15ef1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:35:55.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:54 smithi133 bash[21770]: debug 2024-03-26T00:35:54.778+0000 7fad15ef1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:35:55.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:55 smithi133 bash[21770]: debug 2024-03-26T00:35:55.022+0000 7fad15ef1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:35:56.140 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:56 smithi133 bash[21770]: debug 2024-03-26T00:35:56.022+0000 7fad15ef1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:35:56.684 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:56 smithi133 bash[21770]: debug 2024-03-26T00:35:56.138+0000 7fad15ef1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:35:56.684 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:56 smithi133 bash[21770]: debug 2024-03-26T00:35:56.426+0000 7fad15ef1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:35:56.684 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:56 smithi133 bash[21770]: debug 2024-03-26T00:35:56.542+0000 7fad15ef1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:35:57.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:56 smithi133 bash[21515]: audit 2024-03-26T00:35:56.940262+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.133:0/867291440' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T00:35:57.435 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21770]: debug 2024-03-26T00:35:57.006+0000 7fad15ef1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:35:57.435 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21770]: debug 2024-03-26T00:35:57.126+0000 7fad15ef1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:35:57.611 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:35:57.611 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:35:57.611 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "fsid": "8daa2be0-eb08-11ee-95d0-87774f69a715", 2024-03-26T00:35:57.611 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T00:35:57.612 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T00:35:57.612 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T00:35:57.612 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T00:35:57.612 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:57.612 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T00:35:57.612 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T00:35:57.613 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 0 2024-03-26T00:35:57.613 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:35:57.613 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T00:35:57.613 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T00:35:57.613 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:35:57.614 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-26T00:35:57.614 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T00:35:57.614 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:57.614 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T00:35:57.614 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T00:35:57.615 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:57.615 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T00:35:57.615 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:57.615 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T00:35:57.615 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T00:35:57.615 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T00:35:57.616 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T00:35:57.616 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T00:35:57.616 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T00:35:57.616 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:57.616 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T00:35:57.616 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T00:35:57.617 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T00:35:57.617 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T00:35:57.617 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T00:35:57.617 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T00:35:57.617 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T00:35:57.617 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T00:35:57.617 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T00:35:57.617 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:57.618 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T00:35:57.618 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:57.618 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T00:35:57.618 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T00:35:57.618 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:57.618 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T00:35:57.618 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T00:35:57.618 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T00:35:57.619 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T00:35:57.619 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T00:35:57.619 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T00:35:57.619 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T00:35:57.619 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:35:57.619 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:35:57.619 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:57.619 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T00:35:57.619 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:35:57.620 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T00:35:40.321810+0000", 2024-03-26T00:35:57.620 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:35:57.620 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:35:57.620 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T00:35:57.620 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:35:57.620 INFO:teuthology.orchestra.run.smithi133.stdout:mgr not available, waiting (3/15)... 2024-03-26T00:35:58.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: cluster 2024-03-26T00:35:57.150951+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-03-26T00:35:58.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: cluster 2024-03-26T00:35:57.157771+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00703172s) 2024-03-26T00:35:58.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: audit 2024-03-26T00:35:57.160028+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.133:0/1380050925' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:35:58.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: audit 2024-03-26T00:35:57.160412+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.133:0/1380050925' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:35:58.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: audit 2024-03-26T00:35:57.160749+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.133:0/1380050925' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:35:58.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: audit 2024-03-26T00:35:57.161099+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.133:0/1380050925' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:35:58.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: audit 2024-03-26T00:35:57.161568+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.133:0/1380050925' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:35:58.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: cluster 2024-03-26T00:35:57.190642+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-03-26T00:35:58.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: audit 2024-03-26T00:35:57.202331+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.133:0/1380050925' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:35:58.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: audit 2024-03-26T00:35:57.205051+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.133:0/1380050925' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:35:58.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: audit 2024-03-26T00:35:57.210948+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.133:0/1380050925' entity='mgr.a' 2024-03-26T00:35:58.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: audit 2024-03-26T00:35:57.216186+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.133:0/1380050925' entity='mgr.a' 2024-03-26T00:35:58.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:57 smithi133 bash[21515]: audit 2024-03-26T00:35:57.221370+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.133:0/1380050925' entity='mgr.a' 2024-03-26T00:35:59.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:35:59 smithi133 bash[21515]: cluster 2024-03-26T00:35:58.166274+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01553s) 2024-03-26T00:36:01.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:01 smithi133 bash[21515]: cluster 2024-03-26T00:36:00.164360+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-26T00:36:01.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:01 smithi133 bash[21515]: audit 2024-03-26T00:36:01.089955+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.133:0/1432261193' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T00:36:01.731 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:36:01.731 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:36:01.731 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "fsid": "8daa2be0-eb08-11ee-95d0-87774f69a715", 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 0 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-26T00:36:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T00:36:01.733 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T00:36:01.737 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:36:01.737 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T00:36:01.737 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T00:36:01.737 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T00:36:01.737 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T00:36:01.737 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T00:36:01.737 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T00:36:01.737 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T00:36:01.737 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T00:36:01.737 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T00:36:01.737 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:36:01.738 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:36:01.739 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T00:36:01.739 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:36:01.739 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T00:35:40.321810+0000", 2024-03-26T00:36:01.739 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:36:01.739 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:36:01.739 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T00:36:01.739 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:36:01.739 INFO:teuthology.orchestra.run.smithi133.stdout:mgr is available 2024-03-26T00:36:03.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:03 smithi133 bash[21515]: audit 2024-03-26T00:36:02.991919+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.133:0/346953414' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T00:36:03.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:03 smithi133 bash[21515]: audit 2024-03-26T00:36:02.994081+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.133:0/346953414' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T00:36:03.601 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:36:03.601 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T00:36:03.601 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout fsid = 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:36:03.601 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T00:36:03.601 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T00:36:03.601 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T00:36:03.601 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T00:36:03.601 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:36:03.601 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T00:36:03.601 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T00:36:03.602 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 2024-03-26T00:36:03.602 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T00:36:03.602 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T00:36:03.602 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T00:36:03.602 INFO:teuthology.orchestra.run.smithi133.stdout:Enabling cephadm module... 2024-03-26T00:36:05.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:05 smithi133 bash[21515]: audit 2024-03-26T00:36:04.951914+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.133:0/1717897862' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-26T00:36:05.435 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:05 smithi133 bash[21770]: ignoring --setuser ceph since I am not root 2024-03-26T00:36:05.435 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:05 smithi133 bash[21770]: ignoring --setgroup ceph since I am not root 2024-03-26T00:36:05.435 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:05 smithi133 bash[21770]: debug 2024-03-26T00:36:05.182+0000 7fb7561cd200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:36:06.283 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:06 smithi133 bash[21515]: audit 2024-03-26T00:36:05.003414+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.133:0/1717897862' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-26T00:36:06.283 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:06 smithi133 bash[21515]: cluster 2024-03-26T00:36:05.007866+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-03-26T00:36:07.008 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:06 smithi133 bash[21770]: debug 2024-03-26T00:36:06.746+0000 7fb7561cd200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:36:07.008 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:06 smithi133 bash[21770]: debug 2024-03-26T00:36:06.842+0000 7fb7561cd200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:36:07.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:07 smithi133 bash[21515]: audit 2024-03-26T00:36:06.954081+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.133:0/2628410576' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T00:36:07.435 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:07 smithi133 bash[21770]: debug 2024-03-26T00:36:07.098+0000 7fb7561cd200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:36:07.610 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:36:07.610 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-26T00:36:07.610 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T00:36:07.610 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T00:36:07.610 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T00:36:07.610 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:36:07.610 INFO:teuthology.orchestra.run.smithi133.stdout:Waiting for the mgr to restart... 2024-03-26T00:36:07.610 INFO:teuthology.orchestra.run.smithi133.stdout:Waiting for mgr epoch 5... 2024-03-26T00:36:08.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:07 smithi133 bash[21770]: debug 2024-03-26T00:36:07.894+0000 7fb7561cd200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:36:08.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:08 smithi133 bash[21770]: debug 2024-03-26T00:36:08.002+0000 7fb7561cd200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:36:08.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:08 smithi133 bash[21770]: debug 2024-03-26T00:36:08.106+0000 7fb7561cd200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:36:08.583 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:08 smithi133 bash[21770]: debug 2024-03-26T00:36:08.466+0000 7fb7561cd200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:36:08.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:08 smithi133 bash[21770]: debug 2024-03-26T00:36:08.582+0000 7fb7561cd200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:36:08.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:08 smithi133 bash[21770]: debug 2024-03-26T00:36:08.682+0000 7fb7561cd200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:36:09.434 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:09 smithi133 bash[21770]: debug 2024-03-26T00:36:09.034+0000 7fb7561cd200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:36:09.434 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:09 smithi133 bash[21770]: debug 2024-03-26T00:36:09.274+0000 7fb7561cd200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:36:09.916 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:09 smithi133 bash[21770]: debug 2024-03-26T00:36:09.530+0000 7fb7561cd200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:36:09.916 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:09 smithi133 bash[21770]: debug 2024-03-26T00:36:09.642+0000 7fb7561cd200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:36:10.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:09 smithi133 bash[21770]: debug 2024-03-26T00:36:09.910+0000 7fb7561cd200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:36:10.684 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:10 smithi133 bash[21770]: debug 2024-03-26T00:36:10.350+0000 7fb7561cd200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:36:10.684 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:10 smithi133 bash[21770]: debug 2024-03-26T00:36:10.586+0000 7fb7561cd200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:36:11.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:10 smithi133 bash[21770]: debug 2024-03-26T00:36:10.702+0000 7fb7561cd200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:36:11.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:10 smithi133 bash[21770]: debug 2024-03-26T00:36:10.946+0000 7fb7561cd200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:36:12.358 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:11 smithi133 bash[21770]: debug 2024-03-26T00:36:11.950+0000 7fb7561cd200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:36:12.358 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:12 smithi133 bash[21770]: debug 2024-03-26T00:36:12.066+0000 7fb7561cd200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:36:12.684 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:12 smithi133 bash[21770]: debug 2024-03-26T00:36:12.354+0000 7fb7561cd200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:36:12.684 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:12 smithi133 bash[21770]: debug 2024-03-26T00:36:12.466+0000 7fb7561cd200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:36:13.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:12 smithi133 bash[21770]: debug 2024-03-26T00:36:12.910+0000 7fb7561cd200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:36:13.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:13 smithi133 bash[21770]: debug 2024-03-26T00:36:13.026+0000 7fb7561cd200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:36:13.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:13 smithi133 bash[21515]: cluster 2024-03-26T00:36:13.054805+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-03-26T00:36:13.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:13 smithi133 bash[21515]: cluster 2024-03-26T00:36:13.055292+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-03-26T00:36:13.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:13 smithi133 bash[21515]: cluster 2024-03-26T00:36:13.058754+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-26T00:36:13.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:13 smithi133 bash[21515]: cluster 2024-03-26T00:36:13.058876+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00376868s) 2024-03-26T00:36:13.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:13 smithi133 bash[21515]: audit 2024-03-26T00:36:13.061557+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:36:13.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:13 smithi133 bash[21515]: audit 2024-03-26T00:36:13.062890+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:36:13.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:13 smithi133 bash[21515]: audit 2024-03-26T00:36:13.064020+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:36:13.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:13 smithi133 bash[21515]: audit 2024-03-26T00:36:13.064403+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:36:13.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:13 smithi133 bash[21515]: audit 2024-03-26T00:36:13.064686+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:36:13.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:13 smithi133 bash[21515]: cluster 2024-03-26T00:36:13.091230+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-03-26T00:36:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:14 smithi133 bash[21515]: cephadm 2024-03-26T00:36:13.110894+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-26T00:36:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:14 smithi133 bash[21515]: audit 2024-03-26T00:36:13.112917+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:14 smithi133 bash[21515]: audit 2024-03-26T00:36:13.115369+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:14 smithi133 bash[21515]: audit 2024-03-26T00:36:13.117831+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:14 smithi133 bash[21515]: audit 2024-03-26T00:36:13.120986+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:36:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:14 smithi133 bash[21515]: audit 2024-03-26T00:36:13.125153+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:36:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:14 smithi133 bash[21515]: audit 2024-03-26T00:36:13.134693+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:36:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:14 smithi133 bash[21515]: audit 2024-03-26T00:36:13.137424+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:36:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:14 smithi133 bash[21515]: audit 2024-03-26T00:36:13.497370+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:14 smithi133 bash[21515]: audit 2024-03-26T00:36:13.502845+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:14 smithi133 bash[21515]: cluster 2024-03-26T00:36:14.066823+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.0117s) 2024-03-26T00:36:14.707 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:36:14.707 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-26T00:36:14.707 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T00:36:14.707 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:36:14.707 INFO:teuthology.orchestra.run.smithi133.stdout:mgr epoch 5 is available 2024-03-26T00:36:14.707 INFO:teuthology.orchestra.run.smithi133.stdout:Setting orchestrator backend to cephadm... 2024-03-26T00:36:15.377 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:15 smithi133 bash[21515]: audit 2024-03-26T00:36:14.065204+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-26T00:36:15.377 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:15 smithi133 bash[21515]: audit 2024-03-26T00:36:14.077773+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-26T00:36:15.377 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:15 smithi133 bash[21515]: cephadm 2024-03-26T00:36:14.814097+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [26/Mar/2024:00:36:14] ENGINE Bus STARTING 2024-03-26T00:36:15.377 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:15 smithi133 bash[21515]: cephadm 2024-03-26T00:36:14.929045+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [26/Mar/2024:00:36:14] ENGINE Serving on https://172.21.15.133:7150 2024-03-26T00:36:15.377 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:15 smithi133 bash[21515]: cephadm 2024-03-26T00:36:15.030325+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [26/Mar/2024:00:36:15] ENGINE Serving on http://172.21.15.133:8765 2024-03-26T00:36:15.377 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:15 smithi133 bash[21515]: cephadm 2024-03-26T00:36:15.030518+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [26/Mar/2024:00:36:15] ENGINE Bus STARTED 2024-03-26T00:36:15.377 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:15 smithi133 bash[21515]: audit 2024-03-26T00:36:15.047400+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:36:16.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:16 smithi133 bash[21515]: cluster 2024-03-26T00:36:15.120525+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-26T00:36:16.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:16 smithi133 bash[21515]: audit 2024-03-26T00:36:15.946769+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:36:16.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:16 smithi133 bash[21515]: audit 2024-03-26T00:36:15.953851+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:16.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:16 smithi133 bash[21515]: audit 2024-03-26T00:36:16.016852+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:36:18.360 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-26T00:36:18.360 INFO:teuthology.orchestra.run.smithi133.stdout:Generating ssh key... 2024-03-26T00:36:18.380 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:18 smithi133 bash[21515]: audit 2024-03-26T00:36:17.790240+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:36:19.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: Generating public/private rsa key pair. 2024-03-26T00:36:19.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: Your identification has been saved in /tmp/tmp_vfxycep/key. 2024-03-26T00:36:19.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: Your public key has been saved in /tmp/tmp_vfxycep/key.pub. 2024-03-26T00:36:19.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: The key fingerprint is: 2024-03-26T00:36:19.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: SHA256:zYPW66U9opv3cwWW9W6OrlyCkeBjK+/UcVjAXuwwAiI ceph-8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:36:19.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: The key's randomart image is: 2024-03-26T00:36:19.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: +---[RSA 3072]----+ 2024-03-26T00:36:19.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: | E . .. ... | 2024-03-26T00:36:19.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: | . . . +.o .| 2024-03-26T00:36:19.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: | .o =. o.| 2024-03-26T00:36:19.997 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: | . *.+. + .| 2024-03-26T00:36:19.997 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: | S X .. o | 2024-03-26T00:36:19.997 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: | o + B +| 2024-03-26T00:36:19.997 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: | . o + o .= | 2024-03-26T00:36:19.997 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: | + oo=ooo .| 2024-03-26T00:36:19.997 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: | .*+oo=*. | 2024-03-26T00:36:19.997 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:19 smithi133 bash[21770]: +----[SHA256]-----+ 2024-03-26T00:36:21.266 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:20 smithi133 bash[21515]: audit 2024-03-26T00:36:19.617075+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:36:21.267 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:20 smithi133 bash[21515]: cephadm 2024-03-26T00:36:19.617496+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-26T00:36:21.267 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:20 smithi133 bash[21515]: audit 2024-03-26T00:36:19.965748+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:21.267 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:20 smithi133 bash[21515]: audit 2024-03-26T00:36:19.970539+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:22.387 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn0LOG8WN8pAsXsxKk0UEDOfmwgS/AcA0OuXXyX4qrgr+kvgcHf1NNi+1pEDURQMGheGZPyiFxTTnZOUjL0EYLTyfC5uUrcI9PDmLWAUct+cSopo4shAzp8FklUJqzwyBoo959TsazfiBUUDiADZbDdv4d6U2Br0kfBQEcoNbicCcSxn8e83LYHP/BXmcF8S6NjFEC50OuSQ1VTZObIXYmi1OV3Ogshw7OOrV69D8TasnJJOCcA+lMPCcxM5bmcFBlD0HpbcwD9LLe+OqQecwHixfSdtDIq6ko4Ye6Gm2IUfc88dFrcvKTzpqv2myj6TPGQmvBwf4FWo5ZtOzN0xiZTMVN7201PTHUE/b/okPC8yqLVrnuoPdOZkOmYEndKU9DMXC9Y6Qtgiy7f7N3CreVgLAp30L8AlxaFL0WkylIvE2REqSRO0BgAvgkgA9J/CJdiqD7/0TiYAs3dMCoG8NgCdpjFGXEccv1pGDVBj+XF2GQx6lEzk7pYvuwz78IooM= ceph-8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:36:22.387 INFO:teuthology.orchestra.run.smithi133.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-26T00:36:22.387 INFO:teuthology.orchestra.run.smithi133.stdout:Adding key to root@localhost authorized_keys... 2024-03-26T00:36:22.387 INFO:teuthology.orchestra.run.smithi133.stdout:Adding host smithi133... 2024-03-26T00:36:22.410 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:22 smithi133 bash[21515]: audit 2024-03-26T00:36:21.811386+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:36:24.219 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:24 smithi133 bash[21515]: audit 2024-03-26T00:36:23.653545+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "addr": "172.21.15.133", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:36:25.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:25 smithi133 bash[21515]: cephadm 2024-03-26T00:36:24.199235+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi133 2024-03-26T00:36:29.795 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout Added host 'smithi133' with addr '172.21.15.133' 2024-03-26T00:36:29.795 INFO:teuthology.orchestra.run.smithi133.stdout:Deploying unmanaged mon service... 2024-03-26T00:36:30.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:29 smithi133 bash[21515]: audit 2024-03-26T00:36:28.924746+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:30.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:29 smithi133 bash[21515]: cephadm 2024-03-26T00:36:28.925256+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi133 2024-03-26T00:36:30.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:29 smithi133 bash[21515]: audit 2024-03-26T00:36:28.973355+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:36:32.411 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-26T00:36:32.411 INFO:teuthology.orchestra.run.smithi133.stdout:Deploying unmanaged mgr service... 2024-03-26T00:36:33.055 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:32 smithi133 bash[21515]: audit 2024-03-26T00:36:31.703822+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:36:33.055 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:32 smithi133 bash[21515]: cephadm 2024-03-26T00:36:31.706989+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-26T00:36:33.055 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:32 smithi133 bash[21515]: audit 2024-03-26T00:36:31.711567+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:33.055 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:32 smithi133 bash[21515]: audit 2024-03-26T00:36:32.150173+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:33.055 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:32 smithi133 bash[21515]: audit 2024-03-26T00:36:32.693919+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:34.291 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-26T00:36:34.922 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:34 smithi133 bash[21515]: cluster 2024-03-26T00:36:33.065496+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:36:34.923 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:34 smithi133 bash[21515]: audit 2024-03-26T00:36:33.639448+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:36:34.923 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:34 smithi133 bash[21515]: cephadm 2024-03-26T00:36:33.642053+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-26T00:36:34.923 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:34 smithi133 bash[21515]: audit 2024-03-26T00:36:33.646875+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.133:0/641668359' entity='mgr.a' 2024-03-26T00:36:36.824 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:36 smithi133 bash[21515]: cluster 2024-03-26T00:36:35.065881+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:36:36.824 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:36 smithi133 bash[21515]: audit 2024-03-26T00:36:35.511833+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.133:0/1218732723' entity='client.admin' 2024-03-26T00:36:38.035 INFO:teuthology.orchestra.run.smithi133.stdout:Enabling the dashboard module... 2024-03-26T00:36:38.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:38 smithi133 bash[21515]: cluster 2024-03-26T00:36:37.066175+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:36:38.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:38 smithi133 bash[21515]: audit 2024-03-26T00:36:37.401838+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.133:0/830478153' entity='client.admin' 2024-03-26T00:36:40.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:40 smithi133 bash[21515]: cluster 2024-03-26T00:36:39.066524+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:36:40.655 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:40 smithi133 bash[21515]: audit 2024-03-26T00:36:39.440025+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.133:0/2596534806' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-26T00:36:40.655 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:40 smithi133 bash[21770]: ignoring --setuser ceph since I am not root 2024-03-26T00:36:40.655 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:40 smithi133 bash[21770]: ignoring --setgroup ceph since I am not root 2024-03-26T00:36:40.655 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:40 smithi133 bash[21770]: debug 2024-03-26T00:36:40.613+0000 7fcbf9749200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:36:41.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:41 smithi133 bash[21515]: audit 2024-03-26T00:36:40.407274+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.133:0/2596534806' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-26T00:36:41.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:41 smithi133 bash[21515]: cluster 2024-03-26T00:36:40.413174+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-03-26T00:36:42.533 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:42 smithi133 bash[21770]: debug 2024-03-26T00:36:42.205+0000 7fcbf9749200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:36:42.533 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:42 smithi133 bash[21770]: debug 2024-03-26T00:36:42.301+0000 7fcbf9749200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:36:42.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:42 smithi133 bash[21515]: audit 2024-03-26T00:36:42.519836+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.133:0/2537308316' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T00:36:42.935 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:42 smithi133 bash[21770]: debug 2024-03-26T00:36:42.553+0000 7fcbf9749200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:36:43.178 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:36:43.179 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-26T00:36:43.179 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T00:36:43.179 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T00:36:43.179 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T00:36:43.179 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:36:43.179 INFO:teuthology.orchestra.run.smithi133.stdout:Waiting for the mgr to restart... 2024-03-26T00:36:43.179 INFO:teuthology.orchestra.run.smithi133.stdout:Waiting for mgr epoch 9... 2024-03-26T00:36:43.475 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:43 smithi133 bash[21770]: debug 2024-03-26T00:36:43.361+0000 7fcbf9749200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:36:43.475 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:43 smithi133 bash[21770]: debug 2024-03-26T00:36:43.469+0000 7fcbf9749200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:36:43.928 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:43 smithi133 bash[21770]: debug 2024-03-26T00:36:43.573+0000 7fcbf9749200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:36:44.184 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:43 smithi133 bash[21770]: debug 2024-03-26T00:36:43.937+0000 7fcbf9749200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:36:44.185 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:44 smithi133 bash[21770]: debug 2024-03-26T00:36:44.053+0000 7fcbf9749200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:36:44.185 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:44 smithi133 bash[21770]: debug 2024-03-26T00:36:44.161+0000 7fcbf9749200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:36:44.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:44 smithi133 bash[21770]: debug 2024-03-26T00:36:44.517+0000 7fcbf9749200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:36:44.935 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:44 smithi133 bash[21770]: debug 2024-03-26T00:36:44.761+0000 7fcbf9749200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:36:45.410 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:45 smithi133 bash[21770]: debug 2024-03-26T00:36:45.021+0000 7fcbf9749200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:36:45.410 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:45 smithi133 bash[21770]: debug 2024-03-26T00:36:45.133+0000 7fcbf9749200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:36:45.411 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:45 smithi133 bash[21770]: debug 2024-03-26T00:36:45.405+0000 7fcbf9749200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:36:46.183 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:45 smithi133 bash[21770]: debug 2024-03-26T00:36:45.821+0000 7fcbf9749200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:36:46.183 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:46 smithi133 bash[21770]: debug 2024-03-26T00:36:46.057+0000 7fcbf9749200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:36:46.434 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:46 smithi133 bash[21770]: debug 2024-03-26T00:36:46.177+0000 7fcbf9749200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:36:46.435 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:46 smithi133 bash[21770]: debug 2024-03-26T00:36:46.425+0000 7fcbf9749200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:36:47.844 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:47 smithi133 bash[21770]: debug 2024-03-26T00:36:47.433+0000 7fcbf9749200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:36:47.844 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:47 smithi133 bash[21770]: debug 2024-03-26T00:36:47.545+0000 7fcbf9749200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:36:47.844 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:47 smithi133 bash[21770]: debug 2024-03-26T00:36:47.841+0000 7fcbf9749200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:36:48.185 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:47 smithi133 bash[21770]: debug 2024-03-26T00:36:47.953+0000 7fcbf9749200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:36:48.661 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21770]: debug 2024-03-26T00:36:48.405+0000 7fcbf9749200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:36:48.661 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21770]: debug 2024-03-26T00:36:48.525+0000 7fcbf9749200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:36:48.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21515]: cluster 2024-03-26T00:36:48.550892+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-03-26T00:36:48.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21515]: cluster 2024-03-26T00:36:48.551473+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-03-26T00:36:48.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21515]: cluster 2024-03-26T00:36:48.558374+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-26T00:36:48.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21515]: cluster 2024-03-26T00:36:48.558603+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00740236s) 2024-03-26T00:36:48.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21515]: audit 2024-03-26T00:36:48.561181+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:36:48.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21515]: audit 2024-03-26T00:36:48.563124+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:36:48.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21515]: audit 2024-03-26T00:36:48.564414+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:36:48.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21515]: audit 2024-03-26T00:36:48.564873+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:36:48.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21515]: audit 2024-03-26T00:36:48.565183+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:36:48.662 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:48 smithi133 bash[21515]: cluster 2024-03-26T00:36:48.591431+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-03-26T00:36:49.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:49 smithi133 bash[21515]: audit 2024-03-26T00:36:48.613038+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:36:49.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:49 smithi133 bash[21515]: audit 2024-03-26T00:36:48.618023+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:36:49.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:49 smithi133 bash[21515]: audit 2024-03-26T00:36:48.635538+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:36:49.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:49 smithi133 bash[21515]: audit 2024-03-26T00:36:48.639087+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:36:49.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:49 smithi133 bash[21515]: cephadm 2024-03-26T00:36:49.064300+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [26/Mar/2024:00:36:49] ENGINE Bus STARTING 2024-03-26T00:36:49.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:49 smithi133 bash[21515]: cephadm 2024-03-26T00:36:49.182599+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [26/Mar/2024:00:36:49] ENGINE Serving on https://172.21.15.133:7150 2024-03-26T00:36:49.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:49 smithi133 bash[21515]: cephadm 2024-03-26T00:36:49.284068+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [26/Mar/2024:00:36:49] ENGINE Serving on http://172.21.15.133:8765 2024-03-26T00:36:49.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:49 smithi133 bash[21515]: cephadm 2024-03-26T00:36:49.284224+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [26/Mar/2024:00:36:49] ENGINE Bus STARTED 2024-03-26T00:36:49.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:49 smithi133 bash[21515]: cluster 2024-03-26T00:36:49.563700+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01249s) 2024-03-26T00:36:50.260 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:36:50.260 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-26T00:36:50.260 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T00:36:50.260 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:36:50.260 INFO:teuthology.orchestra.run.smithi133.stdout:mgr epoch 9 is available 2024-03-26T00:36:50.260 INFO:teuthology.orchestra.run.smithi133.stdout:Generating a dashboard self-signed certificate... 2024-03-26T00:36:50.904 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:50 smithi133 bash[21515]: audit 2024-03-26T00:36:49.563574+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-26T00:36:50.904 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:50 smithi133 bash[21515]: audit 2024-03-26T00:36:49.578506+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-26T00:36:51.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:51 smithi133 bash[21515]: cluster 2024-03-26T00:36:50.618203+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-26T00:36:51.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:51 smithi133 bash[21515]: audit 2024-03-26T00:36:51.471701+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:36:51.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:51 smithi133 bash[21515]: audit 2024-03-26T00:36:51.579539+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:36:51.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:51 smithi133 bash[21515]: audit 2024-03-26T00:36:51.584954+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:36:52.282 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-26T00:36:52.282 INFO:teuthology.orchestra.run.smithi133.stdout:Creating initial admin user... 2024-03-26T00:36:54.436 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$RjyulVwMmmG7rmkFijTxKeF1YSKhdvUY/4v7T7rZXlKo2iw6rDkN6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711413413, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-26T00:36:54.437 INFO:teuthology.orchestra.run.smithi133.stdout:Fetching dashboard port number... 2024-03-26T00:36:55.136 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:54 smithi133 bash[21515]: audit 2024-03-26T00:36:53.569042+0000 mgr.a (mgr.14152) 8 : audit [DBG] 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-26T00:36:55.136 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:54 smithi133 bash[21515]: audit 2024-03-26T00:36:53.803225+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:36:56.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:55 smithi133 bash[21515]: cluster 2024-03-26T00:36:54.810050+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-26T00:36:56.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:55 smithi133 bash[21515]: audit 2024-03-26T00:36:55.525453+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:36:56.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:55 smithi133 bash[21515]: audit 2024-03-26T00:36:55.526229+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:36:56.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:55 smithi133 bash[21515]: audit 2024-03-26T00:36:55.532051+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:36:56.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:55 smithi133 bash[21515]: audit 2024-03-26T00:36:55.533654+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-03-26T00:36:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:55 smithi133 bash[21515]: audit 2024-03-26T00:36:55.534554+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-03-26T00:36:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:55 smithi133 bash[21515]: audit 2024-03-26T00:36:55.694128+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.133:0/2741434280' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-26T00:36:56.341 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stdout 8443 2024-03-26T00:36:56.341 INFO:teuthology.orchestra.run.smithi133.stdout:firewalld does not appear to be present 2024-03-26T00:36:56.341 INFO:teuthology.orchestra.run.smithi133.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-26T00:36:56.343 INFO:teuthology.orchestra.run.smithi133.stdout:Ceph Dashboard is now available at: 2024-03-26T00:36:56.343 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:36:56.343 INFO:teuthology.orchestra.run.smithi133.stdout: URL: https://smithi133.front.sepia.ceph.com:8443/ 2024-03-26T00:36:56.343 INFO:teuthology.orchestra.run.smithi133.stdout: User: admin 2024-03-26T00:36:56.343 INFO:teuthology.orchestra.run.smithi133.stdout: Password: u8s79fstyu 2024-03-26T00:36:56.343 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:36:56.343 INFO:teuthology.orchestra.run.smithi133.stdout:Saving cluster configuration to /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config directory 2024-03-26T00:36:56.344 INFO:teuthology.orchestra.run.smithi133.stdout:Enabling autotune for osd_memory_target 2024-03-26T00:36:57.085 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:36:56 smithi133 bash[21515]: cephadm 2024-03-26T00:36:56.200924+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi133 on smithi133 2024-03-26T00:37:00.486 INFO:teuthology.orchestra.run.smithi133.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-26T00:37:00.486 INFO:teuthology.orchestra.run.smithi133.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-26T00:37:00.486 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:37:00.486 INFO:teuthology.orchestra.run.smithi133.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:37:00.486 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout:Or, if you are only running a single cluster on this host: 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout: ceph telemetry on 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout:For more information see: 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:37:00.487 INFO:teuthology.orchestra.run.smithi133.stdout:Bootstrap complete. 2024-03-26T00:37:00.545 INFO:tasks.cephadm:Fetching config... 2024-03-26T00:37:00.546 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:37:00.546 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-26T00:37:00.551 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-26T00:37:00.551 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:37:00.551 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-26T00:37:00.600 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-26T00:37:00.600 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:37:00.601 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-26T00:37:00.659 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-26T00:37:00.659 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:37:00.659 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-26T00:37:00.704 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-26T00:37:00.705 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn0LOG8WN8pAsXsxKk0UEDOfmwgS/AcA0OuXXyX4qrgr+kvgcHf1NNi+1pEDURQMGheGZPyiFxTTnZOUjL0EYLTyfC5uUrcI9PDmLWAUct+cSopo4shAzp8FklUJqzwyBoo959TsazfiBUUDiADZbDdv4d6U2Br0kfBQEcoNbicCcSxn8e83LYHP/BXmcF8S6NjFEC50OuSQ1VTZObIXYmi1OV3Ogshw7OOrV69D8TasnJJOCcA+lMPCcxM5bmcFBlD0HpbcwD9LLe+OqQecwHixfSdtDIq6ko4Ye6Gm2IUfc88dFrcvKTzpqv2myj6TPGQmvBwf4FWo5ZtOzN0xiZTMVN7201PTHUE/b/okPC8yqLVrnuoPdOZkOmYEndKU9DMXC9Y6Qtgiy7f7N3CreVgLAp30L8AlxaFL0WkylIvE2REqSRO0BgAvgkgA9J/CJdiqD7/0TiYAs3dMCoG8NgCdpjFGXEccv1pGDVBj+XF2GQx6lEzk7pYvuwz78IooM= ceph-8daa2be0-eb08-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T00:37:00.770 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn0LOG8WN8pAsXsxKk0UEDOfmwgS/AcA0OuXXyX4qrgr+kvgcHf1NNi+1pEDURQMGheGZPyiFxTTnZOUjL0EYLTyfC5uUrcI9PDmLWAUct+cSopo4shAzp8FklUJqzwyBoo959TsazfiBUUDiADZbDdv4d6U2Br0kfBQEcoNbicCcSxn8e83LYHP/BXmcF8S6NjFEC50OuSQ1VTZObIXYmi1OV3Ogshw7OOrV69D8TasnJJOCcA+lMPCcxM5bmcFBlD0HpbcwD9LLe+OqQecwHixfSdtDIq6ko4Ye6Gm2IUfc88dFrcvKTzpqv2myj6TPGQmvBwf4FWo5ZtOzN0xiZTMVN7201PTHUE/b/okPC8yqLVrnuoPdOZkOmYEndKU9DMXC9Y6Qtgiy7f7N3CreVgLAp30L8AlxaFL0WkylIvE2REqSRO0BgAvgkgA9J/CJdiqD7/0TiYAs3dMCoG8NgCdpjFGXEccv1pGDVBj+XF2GQx6lEzk7pYvuwz78IooM= ceph-8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:37:00.777 DEBUG:teuthology.orchestra.run.smithi171:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn0LOG8WN8pAsXsxKk0UEDOfmwgS/AcA0OuXXyX4qrgr+kvgcHf1NNi+1pEDURQMGheGZPyiFxTTnZOUjL0EYLTyfC5uUrcI9PDmLWAUct+cSopo4shAzp8FklUJqzwyBoo959TsazfiBUUDiADZbDdv4d6U2Br0kfBQEcoNbicCcSxn8e83LYHP/BXmcF8S6NjFEC50OuSQ1VTZObIXYmi1OV3Ogshw7OOrV69D8TasnJJOCcA+lMPCcxM5bmcFBlD0HpbcwD9LLe+OqQecwHixfSdtDIq6ko4Ye6Gm2IUfc88dFrcvKTzpqv2myj6TPGQmvBwf4FWo5ZtOzN0xiZTMVN7201PTHUE/b/okPC8yqLVrnuoPdOZkOmYEndKU9DMXC9Y6Qtgiy7f7N3CreVgLAp30L8AlxaFL0WkylIvE2REqSRO0BgAvgkgA9J/CJdiqD7/0TiYAs3dMCoG8NgCdpjFGXEccv1pGDVBj+XF2GQx6lEzk7pYvuwz78IooM= ceph-8daa2be0-eb08-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T00:37:00.797 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:00 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:37:00.797 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:37:00 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:37:00.799 INFO:teuthology.orchestra.run.smithi171.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn0LOG8WN8pAsXsxKk0UEDOfmwgS/AcA0OuXXyX4qrgr+kvgcHf1NNi+1pEDURQMGheGZPyiFxTTnZOUjL0EYLTyfC5uUrcI9PDmLWAUct+cSopo4shAzp8FklUJqzwyBoo959TsazfiBUUDiADZbDdv4d6U2Br0kfBQEcoNbicCcSxn8e83LYHP/BXmcF8S6NjFEC50OuSQ1VTZObIXYmi1OV3Ogshw7OOrV69D8TasnJJOCcA+lMPCcxM5bmcFBlD0HpbcwD9LLe+OqQecwHixfSdtDIq6ko4Ye6Gm2IUfc88dFrcvKTzpqv2myj6TPGQmvBwf4FWo5ZtOzN0xiZTMVN7201PTHUE/b/okPC8yqLVrnuoPdOZkOmYEndKU9DMXC9Y6Qtgiy7f7N3CreVgLAp30L8AlxaFL0WkylIvE2REqSRO0BgAvgkgA9J/CJdiqD7/0TiYAs3dMCoG8NgCdpjFGXEccv1pGDVBj+XF2GQx6lEzk7pYvuwz78IooM= ceph-8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:37:00.809 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn0LOG8WN8pAsXsxKk0UEDOfmwgS/AcA0OuXXyX4qrgr+kvgcHf1NNi+1pEDURQMGheGZPyiFxTTnZOUjL0EYLTyfC5uUrcI9PDmLWAUct+cSopo4shAzp8FklUJqzwyBoo959TsazfiBUUDiADZbDdv4d6U2Br0kfBQEcoNbicCcSxn8e83LYHP/BXmcF8S6NjFEC50OuSQ1VTZObIXYmi1OV3Ogshw7OOrV69D8TasnJJOCcA+lMPCcxM5bmcFBlD0HpbcwD9LLe+OqQecwHixfSdtDIq6ko4Ye6Gm2IUfc88dFrcvKTzpqv2myj6TPGQmvBwf4FWo5ZtOzN0xiZTMVN7201PTHUE/b/okPC8yqLVrnuoPdOZkOmYEndKU9DMXC9Y6Qtgiy7f7N3CreVgLAp30L8AlxaFL0WkylIvE2REqSRO0BgAvgkgA9J/CJdiqD7/0TiYAs3dMCoG8NgCdpjFGXEccv1pGDVBj+XF2GQx6lEzk7pYvuwz78IooM= ceph-8daa2be0-eb08-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T00:37:00.815 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:00 smithi133 bash[21515]: audit 2024-03-26T00:36:59.800708+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.133:0/820543552' entity='client.admin' 2024-03-26T00:37:00.833 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn0LOG8WN8pAsXsxKk0UEDOfmwgS/AcA0OuXXyX4qrgr+kvgcHf1NNi+1pEDURQMGheGZPyiFxTTnZOUjL0EYLTyfC5uUrcI9PDmLWAUct+cSopo4shAzp8FklUJqzwyBoo959TsazfiBUUDiADZbDdv4d6U2Br0kfBQEcoNbicCcSxn8e83LYHP/BXmcF8S6NjFEC50OuSQ1VTZObIXYmi1OV3Ogshw7OOrV69D8TasnJJOCcA+lMPCcxM5bmcFBlD0HpbcwD9LLe+OqQecwHixfSdtDIq6ko4Ye6Gm2IUfc88dFrcvKTzpqv2myj6TPGQmvBwf4FWo5ZtOzN0xiZTMVN7201PTHUE/b/okPC8yqLVrnuoPdOZkOmYEndKU9DMXC9Y6Qtgiy7f7N3CreVgLAp30L8AlxaFL0WkylIvE2REqSRO0BgAvgkgA9J/CJdiqD7/0TiYAs3dMCoG8NgCdpjFGXEccv1pGDVBj+XF2GQx6lEzk7pYvuwz78IooM= ceph-8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:37:00.842 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-26T00:37:01.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:00 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:37:01.185 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:37:00 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:37:02.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.063849+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:02.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.080568+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:02.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.083119+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:02.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.099782+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:37:02.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.103263+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:02.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.105030+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:02.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.106699+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:02.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.108395+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:02.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.113181+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:02.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.148001+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:37:02.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.154698+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:02.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:02 smithi133 bash[21515]: audit 2024-03-26T00:37:01.483167+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:04.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:04 smithi133 bash[21515]: audit 2024-03-26T00:37:03.634518+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:05.545 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:37:07.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:06 smithi133 bash[21515]: audit 2024-03-26T00:37:05.913681+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:07.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:06 smithi133 bash[21515]: audit 2024-03-26T00:37:05.917278+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:09.160 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-26T00:37:09.160 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-26T00:37:09.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:09 smithi133 bash[21515]: audit 2024-03-26T00:37:08.432742+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.133:0/3462413163' entity='client.admin' 2024-03-26T00:37:09.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:09 smithi133 bash[21515]: audit 2024-03-26T00:37:08.468752+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:37:09.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:09 smithi133 bash[21515]: audit 2024-03-26T00:37:08.473120+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:10.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:10 smithi133 bash[21515]: cluster 2024-03-26T00:37:08.565998+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:12.759 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:12 smithi133 bash[21515]: cluster 2024-03-26T00:37:10.566457+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:13.849 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:37:14.867 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:14 smithi133 bash[21515]: cluster 2024-03-26T00:37:12.566869+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:14.867 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:14 smithi133 bash[21515]: audit 2024-03-26T00:37:13.549596+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:14.867 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:14 smithi133 bash[21515]: audit 2024-03-26T00:37:13.554659+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:16.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:16 smithi133 bash[21515]: cluster 2024-03-26T00:37:14.567203+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:16.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:16 smithi133 bash[21515]: audit 2024-03-26T00:37:16.366225+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:16.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:16 smithi133 bash[21515]: audit 2024-03-26T00:37:16.372342+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:37:16.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:16 smithi133 bash[21515]: audit 2024-03-26T00:37:16.374863+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:37:16.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:16 smithi133 bash[21515]: audit 2024-03-26T00:37:16.375937+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:37:17.125 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi171 2024-03-26T00:37:17.125 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:37:17.125 DEBUG:teuthology.orchestra.run.smithi171:> dd of=/etc/ceph/ceph.conf 2024-03-26T00:37:17.131 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:37:17.132 DEBUG:teuthology.orchestra.run.smithi171:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:37:17.180 INFO:tasks.cephadm:Adding host smithi171 to orchestrator... 2024-03-26T00:37:17.180 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph orch host add smithi171 2024-03-26T00:37:17.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:17 smithi133 bash[21515]: audit 2024-03-26T00:37:16.361385+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:37:17.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:17 smithi133 bash[21515]: cephadm 2024-03-26T00:37:16.377452+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-03-26T00:37:17.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:17 smithi133 bash[21515]: audit 2024-03-26T00:37:17.040756+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:17.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:17 smithi133 bash[21515]: audit 2024-03-26T00:37:17.046941+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:17.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:17 smithi133 bash[21515]: audit 2024-03-26T00:37:17.052808+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:18.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:18 smithi133 bash[21515]: cephadm 2024-03-26T00:37:16.491559+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:37:18.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:18 smithi133 bash[21515]: cluster 2024-03-26T00:37:16.567461+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:18.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:18 smithi133 bash[21515]: cephadm 2024-03-26T00:37:16.605533+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:37:18.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:18 smithi133 bash[21515]: cephadm 2024-03-26T00:37:16.869956+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:37:19.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:19 smithi133 bash[21515]: cluster 2024-03-26T00:37:18.567902+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:21.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:21 smithi133 bash[21515]: cluster 2024-03-26T00:37:20.568463+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:21.889 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:37:23.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:23 smithi133 bash[21515]: cluster 2024-03-26T00:37:22.568935+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:26.090 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:25 smithi133 bash[21515]: cluster 2024-03-26T00:37:24.569238+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:26.090 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:25 smithi133 bash[21515]: audit 2024-03-26T00:37:24.719938+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:26.090 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:25 smithi133 bash[21515]: audit 2024-03-26T00:37:24.722896+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:26.090 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:25 smithi133 bash[21515]: audit 2024-03-26T00:37:24.726511+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:27.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:26 smithi133 bash[21515]: audit 2024-03-26T00:37:25.517942+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:37:27.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:26 smithi133 bash[21515]: cephadm 2024-03-26T00:37:26.130929+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi171 2024-03-26T00:37:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:27 smithi133 bash[21515]: cluster 2024-03-26T00:37:26.569619+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:30.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:29 smithi133 bash[21515]: cluster 2024-03-26T00:37:28.570008+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:31.272 INFO:teuthology.orchestra.run.smithi133.stdout:Added host 'smithi171' with addr '172.21.15.171' 2024-03-26T00:37:31.983 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T00:37:32.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:32 smithi133 bash[21515]: cluster 2024-03-26T00:37:30.570399+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:32.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:32 smithi133 bash[21515]: audit 2024-03-26T00:37:31.271566+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:32.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:32 smithi133 bash[21515]: cephadm 2024-03-26T00:37:31.272473+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi171 2024-03-26T00:37:32.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:32 smithi133 bash[21515]: audit 2024-03-26T00:37:31.297892+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:37:32.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:32 smithi133 bash[21515]: audit 2024-03-26T00:37:31.771159+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:34.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:34 smithi133 bash[21515]: cluster 2024-03-26T00:37:32.570733+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:34.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:34 smithi133 bash[21515]: audit 2024-03-26T00:37:33.295873+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:34.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:34 smithi133 bash[21515]: audit 2024-03-26T00:37:33.302071+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:34.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:34 smithi133 bash[21515]: audit 2024-03-26T00:37:33.303584+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:37:34.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:34 smithi133 bash[21515]: audit 2024-03-26T00:37:33.305631+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:37:34.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:34 smithi133 bash[21515]: audit 2024-03-26T00:37:33.307417+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:37:34.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:34 smithi133 bash[21515]: cephadm 2024-03-26T00:37:33.310069+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-03-26T00:37:34.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:34 smithi133 bash[21515]: audit 2024-03-26T00:37:34.027423+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:34.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:34 smithi133 bash[21515]: audit 2024-03-26T00:37:34.034308+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:34.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:34 smithi133 bash[21515]: audit 2024-03-26T00:37:34.037527+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-03-26T00:37:34.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:34 smithi133 bash[21515]: audit 2024-03-26T00:37:34.039595+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]': finished 2024-03-26T00:37:35.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:35 smithi133 bash[21515]: cephadm 2024-03-26T00:37:33.527024+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:37:35.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:35 smithi133 bash[21515]: cephadm 2024-03-26T00:37:33.692347+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:37:35.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:35 smithi133 bash[21515]: cephadm 2024-03-26T00:37:33.857342+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:37:35.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:35 smithi133 bash[21515]: cephadm 2024-03-26T00:37:34.394536+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi171 on smithi171 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: cluster 2024-03-26T00:37:34.571125+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.352915+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.366561+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.374906+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.441914+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.446306+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.448137+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.458850+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.530697+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.535266+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.536959+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:37:36.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.547743+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:36.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:36 smithi133 bash[21515]: audit 2024-03-26T00:37:35.827706+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:36.692 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:37:38.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:37 smithi133 bash[21515]: cluster 2024-03-26T00:37:36.571518+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:38.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:37 smithi133 bash[21515]: audit 2024-03-26T00:37:36.889851+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:38.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:37 smithi133 bash[21515]: audit 2024-03-26T00:37:36.897885+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:39.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:39 smithi133 bash[21515]: cluster 2024-03-26T00:37:38.571771+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:39.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:39 smithi133 bash[21515]: audit 2024-03-26T00:37:38.642470+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:40.004 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:37:40.004 INFO:teuthology.orchestra.run.smithi133.stdout:[{"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}, {"addr": "172.21.15.171", "hostname": "smithi171", "labels": [], "status": ""}] 2024-03-26T00:37:40.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:40 smithi133 bash[21515]: audit 2024-03-26T00:37:40.003657+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:37:41.305 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi184 2024-03-26T00:37:41.306 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:37:41.306 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.conf 2024-03-26T00:37:41.312 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:37:41.312 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:37:41.361 INFO:tasks.cephadm:Adding host smithi184 to orchestrator... 2024-03-26T00:37:41.361 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph orch host add smithi184 2024-03-26T00:37:41.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:41 smithi133 bash[21515]: cluster 2024-03-26T00:37:40.572123+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:43.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:43 smithi133 bash[21515]: cluster 2024-03-26T00:37:42.572566+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:46.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:45 smithi133 bash[21515]: cluster 2024-03-26T00:37:44.572986+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:46.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:45 smithi133 bash[21515]: audit 2024-03-26T00:37:44.860619+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:46.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:45 smithi133 bash[21515]: audit 2024-03-26T00:37:44.864232+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:46.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:45 smithi133 bash[21515]: audit 2024-03-26T00:37:44.868376+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:46.677 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:37:48.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:47 smithi133 bash[21515]: cluster 2024-03-26T00:37:46.573336+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:50.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:49 smithi133 bash[21515]: cluster 2024-03-26T00:37:48.573739+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:50.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:49 smithi133 bash[21515]: audit 2024-03-26T00:37:49.659014+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:50.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:49 smithi133 bash[21515]: audit 2024-03-26T00:37:49.667143+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:51.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:50 smithi133 bash[21515]: audit 2024-03-26T00:37:49.508682+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:37:51.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:50 smithi133 bash[21515]: cephadm 2024-03-26T00:37:50.183942+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi184 2024-03-26T00:37:52.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:51 smithi133 bash[21515]: cluster 2024-03-26T00:37:50.574184+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:54.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:53 smithi133 bash[21515]: cluster 2024-03-26T00:37:52.574562+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:55.296 INFO:teuthology.orchestra.run.smithi133.stdout:Added host 'smithi184' with addr '172.21.15.184' 2024-03-26T00:37:56.080 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T00:37:56.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:56 smithi133 bash[21515]: cluster 2024-03-26T00:37:54.574957+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:56.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:56 smithi133 bash[21515]: audit 2024-03-26T00:37:55.295610+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:56.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:56 smithi133 bash[21515]: cephadm 2024-03-26T00:37:55.296361+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi184 2024-03-26T00:37:56.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:56 smithi133 bash[21515]: audit 2024-03-26T00:37:55.338948+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:37:56.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:56 smithi133 bash[21515]: audit 2024-03-26T00:37:55.811555+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:57.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:57 smithi133 bash[21515]: audit 2024-03-26T00:37:56.446349+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:57.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:57 smithi133 bash[21515]: audit 2024-03-26T00:37:56.454046+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:57.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:57 smithi133 bash[21515]: audit 2024-03-26T00:37:56.461394+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:57.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:57 smithi133 bash[21515]: audit 2024-03-26T00:37:57.284941+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:57.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:57 smithi133 bash[21515]: audit 2024-03-26T00:37:57.287922+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:57.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:57 smithi133 bash[21515]: audit 2024-03-26T00:37:57.288634+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:37:57.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:57 smithi133 bash[21515]: audit 2024-03-26T00:37:57.289491+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:37:57.939 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:57 smithi133 bash[21515]: audit 2024-03-26T00:37:57.290223+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:37:58.741 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:58 smithi133 bash[21515]: cluster 2024-03-26T00:37:56.575358+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:37:58.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:58 smithi133 bash[21515]: cephadm 2024-03-26T00:37:57.291407+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-26T00:37:58.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:58 smithi133 bash[21515]: cephadm 2024-03-26T00:37:57.405334+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:37:58.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:58 smithi133 bash[21515]: audit 2024-03-26T00:37:58.152579+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:58.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:58 smithi133 bash[21515]: audit 2024-03-26T00:37:58.161283+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:37:58.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:58 smithi133 bash[21515]: audit 2024-03-26T00:37:58.164788+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-26T00:37:58.742 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:58 smithi133 bash[21515]: audit 2024-03-26T00:37:58.166778+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-03-26T00:37:59.786 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:59 smithi133 bash[21515]: cephadm 2024-03-26T00:37:57.817544+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:37:59.786 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:37:59 smithi133 bash[21515]: cephadm 2024-03-26T00:37:57.982563+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:38:00.791 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:38:00.813 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: cluster 2024-03-26T00:37:58.575729+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:00.813 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: cephadm 2024-03-26T00:37:58.936118+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-03-26T00:38:00.813 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:37:59.969187+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:00.813 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:38:00.007448+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:00.813 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:38:00.013570+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:00.813 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:38:00.112177+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:00.814 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:38:00.117713+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:00.814 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:38:00.119355+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:00.814 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:38:00.128325+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:00.814 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:38:00.230014+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:00.814 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:38:00.233839+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:00.814 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:38:00.234892+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:00.814 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:38:00.242413+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:00.814 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:00 smithi133 bash[21515]: audit 2024-03-26T00:38:00.400841+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:02.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:02 smithi133 bash[21515]: cluster 2024-03-26T00:38:00.576114+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:02.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:02 smithi133 bash[21515]: audit 2024-03-26T00:38:01.472976+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:02.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:02 smithi133 bash[21515]: audit 2024-03-26T00:38:01.484122+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:03.635 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:38:03.636 INFO:teuthology.orchestra.run.smithi133.stdout:[{"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}, {"addr": "172.21.15.171", "hostname": "smithi171", "labels": [], "status": ""}, {"addr": "172.21.15.184", "hostname": "smithi184", "labels": [], "status": ""}] 2024-03-26T00:38:04.353 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-26T00:38:04.353 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph osd crush tunables default 2024-03-26T00:38:04.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:04 smithi133 bash[21515]: cluster 2024-03-26T00:38:02.576504+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:04.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:04 smithi133 bash[21515]: audit 2024-03-26T00:38:03.651420+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:05.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:05 smithi133 bash[21515]: audit 2024-03-26T00:38:03.635033+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:38:05.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:05 smithi133 bash[21515]: audit 2024-03-26T00:38:05.003083+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:05.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:05 smithi133 bash[21515]: audit 2024-03-26T00:38:05.010838+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:05.938 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:05 smithi133 bash[21515]: audit 2024-03-26T00:38:05.018829+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:06.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:06 smithi133 bash[21515]: cluster 2024-03-26T00:38:04.576882+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:08.827 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:38:08.847 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:08 smithi133 bash[21515]: cluster 2024-03-26T00:38:06.577184+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:10.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:10 smithi133 bash[21515]: cluster 2024-03-26T00:38:08.577622+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:12.493 INFO:teuthology.orchestra.run.smithi133.stderr:adjusted tunables profile to default 2024-03-26T00:38:12.740 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:12 smithi133 bash[21515]: cluster 2024-03-26T00:38:10.577930+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:12.741 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:12 smithi133 bash[21515]: audit 2024-03-26T00:38:11.736763+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.133:0/3515948107' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T00:38:13.245 INFO:tasks.cephadm:Adding mon.a on smithi133 2024-03-26T00:38:13.246 INFO:tasks.cephadm:Adding mon.b on smithi171 2024-03-26T00:38:13.246 INFO:tasks.cephadm:Adding mon.c on smithi184 2024-03-26T00:38:13.246 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph orch apply mon '3;smithi133:172.21.15.133=a;smithi171:172.21.15.171=b;smithi184:172.21.15.184=c' 2024-03-26T00:38:13.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:13 smithi133 bash[21515]: audit 2024-03-26T00:38:12.488444+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.133:0/3515948107' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T00:38:13.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:13 smithi133 bash[21515]: cluster 2024-03-26T00:38:12.492690+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:14.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:14 smithi133 bash[21515]: cluster 2024-03-26T00:38:12.578220+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:14.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:14 smithi133 bash[21515]: audit 2024-03-26T00:38:14.418931+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:14.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:14 smithi133 bash[21515]: audit 2024-03-26T00:38:14.427314+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:15.197 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:15.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:15 smithi133 bash[21515]: cluster 2024-03-26T00:38:14.578581+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:17.642 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mon update... 2024-03-26T00:38:17.942 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:17 smithi133 bash[21515]: cluster 2024-03-26T00:38:16.578982+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:17.942 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:17 smithi133 bash[21515]: audit 2024-03-26T00:38:16.662700+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:17.942 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:17 smithi133 bash[21515]: audit 2024-03-26T00:38:16.668941+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:17.942 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:17 smithi133 bash[21515]: audit 2024-03-26T00:38:16.677543+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:17.942 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:17 smithi133 bash[21515]: audit 2024-03-26T00:38:17.641146+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:17.942 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:17 smithi133 bash[21515]: audit 2024-03-26T00:38:17.651228+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:17.942 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:17 smithi133 bash[21515]: audit 2024-03-26T00:38:17.656421+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:17.942 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:17 smithi133 bash[21515]: audit 2024-03-26T00:38:17.658152+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:18.344 DEBUG:teuthology.orchestra.run.smithi171:mon.b> sudo journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.b.service 2024-03-26T00:38:18.348 DEBUG:teuthology.orchestra.run.smithi184:mon.c> sudo journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.c.service 2024-03-26T00:38:18.350 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T00:38:18.350 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T00:38:18.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:18 smithi133 bash[21515]: audit 2024-03-26T00:38:17.630221+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi133:172.21.15.133=a;smithi171:172.21.15.171=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:38:18.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:18 smithi133 bash[21515]: cephadm 2024-03-26T00:38:17.635720+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi133:172.21.15.133=a;smithi171:172.21.15.171=b;smithi184:172.21.15.184=c;count:3 2024-03-26T00:38:18.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:18 smithi133 bash[21515]: audit 2024-03-26T00:38:17.672974+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:18.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:18 smithi133 bash[21515]: audit 2024-03-26T00:38:17.678399+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:18.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:18 smithi133 bash[21515]: audit 2024-03-26T00:38:17.680148+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:18.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:18 smithi133 bash[21515]: cephadm 2024-03-26T00:38:17.682321+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-03-26T00:38:19.806 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:19 smithi133 bash[21515]: cluster 2024-03-26T00:38:18.579355+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:20.077 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:21.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:21 smithi133 bash[21515]: cluster 2024-03-26T00:38:20.579767+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:23.534 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:23 smithi184 systemd[1]: Started Ceph mon.c for 8daa2be0-eb08-11ee-95d0-87774f69a715. 2024-03-26T00:38:23.792 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-03-26T00:38:23.792 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"8daa2be0-eb08-11ee-95d0-87774f69a715","modified":"2024-03-26T00:35:36.119490Z","created":"2024-03-26T00:35:36.119490Z","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.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-26T00:38:23.795 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2024-03-26T00:38:24.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:24 smithi133 bash[21515]: cluster 2024-03-26T00:38:22.580141+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:24.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:24 smithi133 bash[21515]: audit 2024-03-26T00:38:23.401330+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:24.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:24 smithi133 bash[21515]: audit 2024-03-26T00:38:23.409791+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:24.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:24 smithi133 bash[21515]: audit 2024-03-26T00:38:23.469237+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:24.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:24 smithi133 bash[21515]: audit 2024-03-26T00:38:23.470638+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:24.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:24 smithi133 bash[21515]: audit 2024-03-26T00:38:23.472477+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:24.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:24 smithi133 bash[21515]: cephadm 2024-03-26T00:38:23.474391+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi171 2024-03-26T00:38:24.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:24 smithi133 bash[21515]: audit 2024-03-26T00:38:23.517222+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:24.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:24 smithi133 bash[21515]: audit 2024-03-26T00:38:23.523184+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:24.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:24 smithi133 bash[21515]: audit 2024-03-26T00:38:23.531559+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:24.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:24 smithi133 bash[21515]: audit 2024-03-26T00:38:23.791868+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.184:0/4292915732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T00:38:25.176 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.130+0000 7f8fb740dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T00:38:25.176 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.130+0000 7f8fb740dc80 0 ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev), process ceph-mon, pid 7 2024-03-26T00:38:25.176 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.130+0000 7f8fb740dc80 0 pidfile_write: ignore empty --pid-file 2024-03-26T00:38:25.176 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.134+0000 7f8fb740dc80 0 load: jerasure load: lrc 2024-03-26T00:38:25.176 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T00:38:25.176 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Git sha 0 2024-03-26T00:38:25.176 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Compile date 2024-03-25 18:29:28 2024-03-26T00:38:25.176 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: DB SUMMARY 2024-03-26T00:38:25.176 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: DB Session ID: R5LKK9FFG3PHXUX9N2RV 2024-03-26T00:38:25.176 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: CURRENT file: CURRENT 2024-03-26T00:38:25.177 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-26T00:38:25.177 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-26T00:38:25.177 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-26T00:38:25.177 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-26T00:38:25.177 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T00:38:25.177 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.create_if_missing: 0 2024-03-26T00:38:25.177 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T00:38:25.177 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T00:38:25.177 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T00:38:25.177 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T00:38:25.177 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.env: 0x564a1b951c60 2024-03-26T00:38:25.178 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T00:38:25.178 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.info_log: 0x564a1c743b20 2024-03-26T00:38:25.178 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T00:38:25.178 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.statistics: (nil) 2024-03-26T00:38:25.179 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.use_fsync: 0 2024-03-26T00:38:25.179 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T00:38:25.179 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T00:38:25.179 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T00:38:25.179 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T00:38:25.179 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T00:38:25.179 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.db_log_dir: 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.wal_dir: 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T00:38:25.180 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.write_buffer_manager: 0x564a1c7141e0 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.unordered_write: 0 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T00:38:25.181 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.row_cache: None 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.wal_filter: None 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.wal_compression: 0 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T00:38:25.182 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T00:38:25.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_open_files: -1 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Compression algorithms supported: 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: kZSTD supported: 0 2024-03-26T00:38:25.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T00:38:25.185 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T00:38:25.185 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T00:38:25.185 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T00:38:25.185 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T00:38:25.185 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T00:38:25.185 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T00:38:25.185 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T00:38:25.185 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-03-26T00:38:25.185 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T00:38:25.187 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.merge_operator: 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_filter: None 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564a1c743c40) 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cache_index_and_filter_blocks: 1 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: pin_top_level_index_and_filter: 1 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: index_type: 0 2024-03-26T00:38:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: data_block_index_type: 0 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: index_shortening: 1 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: data_block_hash_table_util_ratio: 0.750000 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: checksum: 4 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: no_block_cache: 0 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: block_cache: 0x564a1c745090 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: block_cache_name: BinnedLRUCache 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: block_cache_options: 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: capacity : 536870912 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: num_shard_bits : 4 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: strict_capacity_limit : 0 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: high_pri_pool_ratio: 0.000 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: block_cache_compressed: (nil) 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: persistent_cache: (nil) 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: block_size: 4096 2024-03-26T00:38:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: block_size_deviation: 10 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: block_restart_interval: 16 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: index_block_restart_interval: 1 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: metadata_block_size: 4096 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: partition_filters: 0 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: use_delta_encoding: 1 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: filter_policy: bloomfilter 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: whole_key_filtering: 1 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: verify_compression: 0 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: read_amp_bytes_per_bit: 0 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: format_version: 5 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: enable_index_compression: 1 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: block_align: 0 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: max_auto_readahead_size: 262144 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: prepopulate_block_cache: 0 2024-03-26T00:38:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: initial_auto_readahead_size: 8192 2024-03-26T00:38:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: num_file_reads_for_auto_readahead: 2 2024-03-26T00:38:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T00:38:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T00:38:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compression: NoCompression 2024-03-26T00:38:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T00:38:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T00:38:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.num_levels: 7 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T00:38:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T00:38:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T00:38:25.196 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.table_properties_collectors: 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T00:38:25.197 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T00:38:25.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T00:38:25.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T00:38:25.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T00:38:25.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T00:38:25.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T00:38:25.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T00:38:25.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T00:38:25.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T00:38:25.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T00:38:25.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.ttl: 2592000 2024-03-26T00:38:25.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T00:38:25.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a01ead55-df05-49ab-80a4-f6ba6e89e20c 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711413505143487, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711413505143985, "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": 1711413505, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a01ead55-df05-49ab-80a4-f6ba6e89e20c", "db_session_id": "R5LKK9FFG3PHXUX9N2RV", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711413505144096, "job": 1, "event": "recovery_finished"} 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.138+0000 7f8fb740dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.142+0000 7f8fb740dc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.142+0000 7f8fb740dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564a1c838000 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.142+0000 7f8fb740dc80 4 rocksdb: DB pointer 0x564a1c822000 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.142+0000 7f8fa5b68700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.142+0000 7f8fa5b68700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: ** DB Stats ** 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: 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-26T00:38:25.200 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: 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-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: ** Compaction Stats [default] ** 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: 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-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: ** Compaction Stats [default] ** 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: 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-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:38:25.201 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: AddFile(Keys): cumulative 0, interval 0 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Interval compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: 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-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Block cache BinnedLRUCache@0x564a1c745090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: ** File Read Latency Histogram By Level [default] ** 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.142+0000 7f8fb740dc80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-26T00:38:25.202 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.142+0000 7f8fb740dc80 0 using public_addr v2:172.21.15.184:0/0 -> [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.142+0000 7f8fb740dc80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] at bind addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.142+0000 7f8fb740dc80 1 mon.c@-1(???) e0 preinit fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 0 mon.c@-1(synchronizing).mds e1 new map 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: e1 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: legacy client fscid: -1 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: No filesystems configured 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-26T00:38:25.203 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:16.491559+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:16.567461+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:16.605533+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:16.869956+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:18.567902+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:20.568463+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:22.568935+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:24.569238+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:24.719938+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:24.722896+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.204 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:24.726511+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:25.517942+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:26.130929+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi171 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:26.569619+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:28.570008+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:30.570399+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:31.271566+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:31.272473+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi171 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:31.297892+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:31.771159+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:32.570733+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:33.295873+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:33.302071+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:33.303584+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:33.305631+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:25.205 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:33.307417+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:33.310069+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:34.027423+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:34.034308+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:34.037527+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:34.039595+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]': finished 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:33.527024+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:33.692347+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:33.857342+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:34.394536+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi171 on smithi171 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:34.571125+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.352915+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.366561+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.374906+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.206 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.441914+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.446306+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.448137+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.458850+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.530697+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.535266+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.536959+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.547743+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:35.827706+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:36.571518+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:36.889851+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:36.897885+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:38.571771+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:38.642470+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:40.003657+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:38:25.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:40.572123+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:42.572566+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:44.572986+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:44.860619+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:44.864232+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:44.868376+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:46.573336+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:48.573739+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:49.659014+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:49.667143+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:49.508682+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:50.183942+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi184 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:50.574184+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:52.574562+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:54.574957+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:55.295610+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:55.296361+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi184 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:55.338948+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:55.811555+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:56.446349+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:56.454046+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:56.461394+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:57.284941+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:57.287922+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:57.288634+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:57.289491+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:57.290223+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:56.575358+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:57.291407+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:57.405334+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:58.152579+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.209 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:58.161283+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:58.164788+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:58.166778+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:57.817544+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:57.982563+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:37:58.575729+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:37:58.936118+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:37:59.969187+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:00.007448+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:00.013570+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:00.112177+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:00.117713+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:00.119355+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:00.128325+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:00.230014+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:25.210 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:00.233839+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:00.234892+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:00.242413+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:00.400841+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:00.576114+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:01.472976+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:01.484122+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:02.576504+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:03.651420+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:03.635033+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:05.003083+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:05.010838+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:05.018829+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:04.576882+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:06.577184+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.211 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:08.577622+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:10.577930+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:11.736763+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.133:0/3515948107' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:12.488444+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.133:0/3515948107' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:12.492690+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:12.578220+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:14.418931+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:14.427314+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:14.578581+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:16.578982+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:16.662700+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:16.668941+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:16.677543+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:17.641146+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:17.651228+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:25.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:17.656421+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:17.658152+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:17.630221+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi133:172.21.15.133=a;smithi171:172.21.15.171=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:38:17.635720+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi133:172.21.15.133=a;smithi171:172.21.15.171=b;smithi184:172.21.15.184=c;count:3 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:17.672974+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:17.678399+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:17.680148+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:38:17.682321+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:18.579355+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:20.579767+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cluster 2024-03-26T00:38:22.580141+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:23.401330+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:23.409791+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:23.469237+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:23.470638+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:25.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:23.472477+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:25.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: cephadm 2024-03-26T00:38:23.474391+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi171 2024-03-26T00:38:25.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:23.517222+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:23.523184+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:23.531559+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:25.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: audit 2024-03-26T00:38:23.791868+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.184:0/4292915732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T00:38:25.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:25 smithi184 bash[22285]: debug 2024-03-26T00:38:25.166+0000 7f8fa8b6e700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-26T00:38:25.864 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T00:38:25.864 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T00:38:27.934 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:27 smithi171 systemd[1]: Started Ceph mon.b for 8daa2be0-eb08-11ee-95d0-87774f69a715. 2024-03-26T00:38:28.871 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.826+0000 7f4efec27c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.826+0000 7f4efec27c80 0 ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev), process ceph-mon, pid 7 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.826+0000 7f4efec27c80 0 pidfile_write: ignore empty --pid-file 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 0 load: jerasure load: lrc 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Git sha 0 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Compile date 2024-03-25 18:29:28 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: DB SUMMARY 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: DB Session ID: IQ4NJ5UMRBJSD11V5F2I 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: CURRENT file: CURRENT 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-26T00:38:28.872 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.create_if_missing: 0 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.env: 0x55673b658c60 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.info_log: 0x55673de03b20 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.statistics: (nil) 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.use_fsync: 0 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T00:38:28.873 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.db_log_dir: 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.wal_dir: 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T00:38:28.874 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.write_buffer_manager: 0x55673ddd41e0 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T00:38:28.875 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.unordered_write: 0 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.row_cache: None 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.wal_filter: None 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.wal_compression: 0 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T00:38:28.876 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T00:38:28.877 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_open_files: -1 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T00:38:28.880 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Compression algorithms supported: 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: kZSTD supported: 0 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-26T00:38:28.881 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.merge_operator: 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_filter: None 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55673de03c40) 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cache_index_and_filter_blocks: 1 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: pin_top_level_index_and_filter: 1 2024-03-26T00:38:28.882 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: index_type: 0 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: data_block_index_type: 0 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: index_shortening: 1 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: data_block_hash_table_util_ratio: 0.750000 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: checksum: 4 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: no_block_cache: 0 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: block_cache: 0x55673de05090 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: block_cache_name: BinnedLRUCache 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: block_cache_options: 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: capacity : 536870912 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: num_shard_bits : 4 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: strict_capacity_limit : 0 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: high_pri_pool_ratio: 0.000 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: block_cache_compressed: (nil) 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: persistent_cache: (nil) 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: block_size: 4096 2024-03-26T00:38:28.883 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: block_size_deviation: 10 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: block_restart_interval: 16 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: index_block_restart_interval: 1 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: metadata_block_size: 4096 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: partition_filters: 0 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: use_delta_encoding: 1 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: filter_policy: bloomfilter 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: whole_key_filtering: 1 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: verify_compression: 0 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: read_amp_bytes_per_bit: 0 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: format_version: 5 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: enable_index_compression: 1 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: block_align: 0 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: max_auto_readahead_size: 262144 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: prepopulate_block_cache: 0 2024-03-26T00:38:28.884 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: initial_auto_readahead_size: 8192 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: num_file_reads_for_auto_readahead: 2 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compression: NoCompression 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.num_levels: 7 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T00:38:28.885 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T00:38:28.886 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T00:38:28.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T00:38:28.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.table_properties_collectors: 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T00:38:28.889 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.ttl: 2592000 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T00:38:28.890 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 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-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 58cc50e0-9dbc-4d55-95d0-3b64bfd0275b 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711413508835664, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.830+0000 7f4efec27c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.834+0000 7f4efec27c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711413508836158, "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": 1711413508, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "58cc50e0-9dbc-4d55-95d0-3b64bfd0275b", "db_session_id": "IQ4NJ5UMRBJSD11V5F2I", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.834+0000 7f4efec27c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711413508836254, "job": 1, "event": "recovery_finished"} 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.834+0000 7f4efec27c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.834+0000 7f4efec27c80 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-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.834+0000 7f4efec27c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55673def8000 2024-03-26T00:38:28.891 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.834+0000 7f4efec27c80 4 rocksdb: DB pointer 0x55673dee2000 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.834+0000 7f4efec27c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.834+0000 7f4efec27c80 0 using public_addr v2:172.21.15.171:0/0 -> [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.834+0000 7f4efec27c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] at bind addrs [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.834+0000 7f4eed382700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.834+0000 7f4eed382700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: ** DB Stats ** 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: 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-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: 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-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: ** Compaction Stats [default] ** 2024-03-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: 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-26T00:38:28.892 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: ** Compaction Stats [default] ** 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: 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-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T00:38:28.893 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: AddFile(Keys): cumulative 0, interval 0 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Cumulative compaction: 0.00 GB write, 0.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Interval compaction: 0.00 GB write, 0.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: 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-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: Block cache BinnedLRUCache@0x55673de05090#7 capacity: 512.00 MB usage: 0.86 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: 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-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: ** File Read Latency Histogram By Level [default] ** 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.838+0000 7f4efec27c80 1 mon.b@-1(???) e0 preinit fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.858+0000 7f4ef0388700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.858+0000 7f4ef0388700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: e1 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: legacy client fscid: -1 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: 2024-03-26T00:38:28.894 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: No filesystems configured 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.858+0000 7f4ef0388700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.858+0000 7f4ef0388700 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-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.858+0000 7f4ef0388700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.858+0000 7f4ef0388700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.858+0000 7f4ef0388700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.858+0000 7f4ef0388700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.862+0000 7f4ef0388700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.862+0000 7f4ef0388700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.862+0000 7f4ef0388700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.862+0000 7f4ef0388700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:16.491559+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:16.567461+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:16.605533+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:16.869956+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:38:28.895 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:18.567902+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:20.568463+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:22.568935+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:24.569238+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:24.719938+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:24.722896+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:24.726511+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:25.517942+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:26.130929+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi171 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:26.569619+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:28.570008+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:30.570399+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:31.271566+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:31.272473+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi171 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:31.297892+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:28.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:31.771159+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:32.570733+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:33.295873+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:33.302071+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:33.303584+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:33.305631+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:33.307417+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:33.310069+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:34.027423+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:34.034308+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:34.037527+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:34.039595+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]': finished 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:33.527024+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:33.692347+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:38:28.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:33.857342+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:34.394536+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi171 on smithi171 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:34.571125+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.352915+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.366561+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.374906+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.441914+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.446306+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.448137+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.458850+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.530697+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.535266+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.536959+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.547743+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:35.827706+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:36.571518+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:36.889851+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:36.897885+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:38.571771+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:38.642470+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:40.003657+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:40.572123+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:42.572566+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:44.572986+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:44.860619+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:44.864232+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:44.868376+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:46.573336+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:48.573739+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.899 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:49.659014+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:49.667143+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:49.508682+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:50.183942+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi184 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:50.574184+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:52.574562+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:54.574957+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:55.295610+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:55.296361+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi184 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:55.338948+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:55.811555+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:56.446349+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:56.454046+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:56.461394+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:57.284941+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.900 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:57.287922+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.901 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:57.288634+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:38:28.901 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:57.289491+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:28.901 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:57.290223+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:28.901 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:56.575358+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.901 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:57.291407+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-26T00:38:28.901 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:57.405334+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:28.901 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:58.152579+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.901 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:58.161283+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.901 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:58.164788+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-26T00:38:28.901 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:58.166778+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-03-26T00:38:28.901 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:57.817544+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:57.982563+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:37:58.575729+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:37:58.936118+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:37:59.969187+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:00.007448+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:00.013570+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:00.112177+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:00.117713+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:00.119355+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:00.128325+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:00.230014+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:00.233839+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:00.234892+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:28.902 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:00.242413+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:00.400841+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:00.576114+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:01.472976+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:01.484122+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:02.576504+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:03.651420+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:03.635033+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:05.003083+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:05.010838+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:05.018829+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:04.576882+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:06.577184+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:08.577622+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:10.577930+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.903 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:11.736763+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.133:0/3515948107' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:12.488444+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.133:0/3515948107' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:12.492690+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:12.578220+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:14.418931+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:14.427314+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:14.578581+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:16.578982+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:16.662700+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:16.668941+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:16.677543+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:17.641146+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:17.651228+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:17.656421+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:17.658152+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:28.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:17.630221+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi133:172.21.15.133=a;smithi171:172.21.15.171=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:38:17.635720+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi133:172.21.15.133=a;smithi171:172.21.15.171=b;smithi184:172.21.15.184=c;count:3 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:17.672974+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:17.678399+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:17.680148+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:38:17.682321+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:18.579355+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:20.579767+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cluster 2024-03-26T00:38:22.580141+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:23.401330+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:23.409791+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:23.469237+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:23.470638+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:23.472477+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: cephadm 2024-03-26T00:38:23.474391+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi171 2024-03-26T00:38:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:23.517222+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:23.523184+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:23.531559+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:28.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: audit 2024-03-26T00:38:23.791868+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.184:0/4292915732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T00:38:28.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:28 smithi171 bash[22161]: debug 2024-03-26T00:38:28.862+0000 7f4ef0388700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-26T00:38:30.563 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T00:38:30.581 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:24.580570+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:30.581 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:25.182677+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:38:30.581 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:25.182883+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.581 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:25.183035+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-03-26T00:38:30.581 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:26.176319+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.581 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:26.580976+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:30.581 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:27.176594+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.581 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:27.179129+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T00:38:30.581 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:28.176468+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.581 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:28.581305+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:28.871023+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:29.176935+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:29.871158+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:30.176704+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.226703+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.234091+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.234126+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.234147+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-03-26T00:38:25.175896+0000 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.234164+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.234188+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.234213+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.234237+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.234261+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-03-26T00:38:30.582 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.253779+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-03-26T00:38:30.583 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.253866+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:30.583 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.254148+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-03-26T00:38:30.583 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.254404+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-03-26T00:38:30.583 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:30.261940+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:30.583 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:30.268244+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:30.583 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:30.274792+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:30.583 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:30.280825+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:30.583 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:30 smithi184 bash[22285]: audit 2024-03-26T00:38:30.287130+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:30.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:24.580570+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:30.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:25.182677+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:38:30.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:25.182883+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:25.183035+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-03-26T00:38:30.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:26.176319+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:26.580976+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:30.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:27.176594+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:27.179129+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T00:38:30.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:28.176468+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:28.581305+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:30.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:28.871023+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:30.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:29.176935+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:29.871158+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:30.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:30.176704+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:30.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.226703+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T00:38:30.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.234091+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-03-26T00:38:30.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.234126+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.234147+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-03-26T00:38:25.175896+0000 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.234164+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.234188+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.234213+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.234237+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.234261+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.253779+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.253866+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.254148+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.254404+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:30.261940+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:30.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:30.268244+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:30.689 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:30.274792+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:30.689 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:30.280825+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:30.689 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:30 smithi133 bash[21515]: audit 2024-03-26T00:38:30.287130+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:31.436 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:38:31 smithi133 bash[21770]: debug 2024-03-26T00:38:31.174+0000 7fcbb7ea9700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-26T00:38:33.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:24.580570+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:33.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:25.182677+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:38:33.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:25.182883+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:33.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:25.183035+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-03-26T00:38:33.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:26.176319+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:33.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:26.580976+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:33.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:27.176594+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:33.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:27.179129+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:28.176468+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:28.581305+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:28.871023+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:29.176935+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:29.871158+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:30.176704+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.226703+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.234091+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.234126+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.234147+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-03-26T00:38:25.175896+0000 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.234164+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.234188+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.234213+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.234237+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:38:33.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.234261+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-03-26T00:38:33.074 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.253779+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-03-26T00:38:33.074 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.253866+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:33.074 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.254148+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-03-26T00:38:33.074 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.254404+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-03-26T00:38:33.074 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:30.261940+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:33.074 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:30.268244+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:33.074 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:30.274792+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:33.074 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:30.280825+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:33.074 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:32 smithi171 bash[22161]: audit 2024-03-26T00:38:30.287130+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.257 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.581571+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:36.257 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cephadm 2024-03-26T00:38:30.653326+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:36.257 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cephadm 2024-03-26T00:38:30.653576+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:36.257 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cephadm 2024-03-26T00:38:30.654484+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:36.257 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:30.882454+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.883450+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:30.883740+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:30.884113+0000 mon.a (mon.0) 260 : cluster [INF] mon.a calling monitor election 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:30.901816+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:30.901939+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:31.871818+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:32.581949+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:32.871598+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:33.871629+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:34.582404+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:34.871205+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:35.871815+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.902091+0000 mon.a (mon.0) 268 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T00:38:36.258 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.907961+0000 mon.a (mon.0) 269 : cluster [DBG] monmap epoch 3 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.907998+0000 mon.a (mon.0) 270 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.908025+0000 mon.a (mon.0) 271 : cluster [DBG] last_changed 2024-03-26T00:38:30.871303+0000 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.908044+0000 mon.a (mon.0) 272 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.908072+0000 mon.a (mon.0) 273 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.908096+0000 mon.a (mon.0) 274 : cluster [DBG] election_strategy: 1 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.908120+0000 mon.a (mon.0) 275 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.908146+0000 mon.a (mon.0) 276 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.908167+0000 mon.a (mon.0) 277 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.925878+0000 mon.a (mon.0) 278 : cluster [DBG] fsmap 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.925961+0000 mon.a (mon.0) 279 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.926238+0000 mon.a (mon.0) 280 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.926555+0000 mon.a (mon.0) 281 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.934549+0000 mon.a (mon.0) 282 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T00:38:36.259 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.934641+0000 mon.a (mon.0) 283 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T00:38:36.260 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: cluster 2024-03-26T00:38:35.934697+0000 mon.a (mon.0) 284 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] is down (out of quorum) 2024-03-26T00:38:36.260 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:35.939358+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.260 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:35.945313+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.260 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:35.951016+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.260 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:35.956768+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.260 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:35.962084+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.260 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:35.967485+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.260 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:35 smithi133 bash[21515]: audit 2024-03-26T00:38:35.975032+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.581571+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:36.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cephadm 2024-03-26T00:38:30.653326+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:36.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cephadm 2024-03-26T00:38:30.653576+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:36.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cephadm 2024-03-26T00:38:30.654484+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:36.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:30.882454+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.883450+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T00:38:36.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:30.883740+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:30.884113+0000 mon.a (mon.0) 260 : cluster [INF] mon.a calling monitor election 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:30.901816+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:30.901939+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:31.871818+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:32.581949+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:32.871598+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:33.871629+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:34.582404+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:34.871205+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:35.871815+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.902091+0000 mon.a (mon.0) 268 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.907961+0000 mon.a (mon.0) 269 : cluster [DBG] monmap epoch 3 2024-03-26T00:38:36.356 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.907998+0000 mon.a (mon.0) 270 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.908025+0000 mon.a (mon.0) 271 : cluster [DBG] last_changed 2024-03-26T00:38:30.871303+0000 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.908044+0000 mon.a (mon.0) 272 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.908072+0000 mon.a (mon.0) 273 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.908096+0000 mon.a (mon.0) 274 : cluster [DBG] election_strategy: 1 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.908120+0000 mon.a (mon.0) 275 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.908146+0000 mon.a (mon.0) 276 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.908167+0000 mon.a (mon.0) 277 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.925878+0000 mon.a (mon.0) 278 : cluster [DBG] fsmap 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.925961+0000 mon.a (mon.0) 279 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.926238+0000 mon.a (mon.0) 280 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.926555+0000 mon.a (mon.0) 281 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.934549+0000 mon.a (mon.0) 282 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.934641+0000 mon.a (mon.0) 283 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: cluster 2024-03-26T00:38:35.934697+0000 mon.a (mon.0) 284 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] is down (out of quorum) 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:35.939358+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.357 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:35.945313+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.358 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:35.951016+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.358 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:35.956768+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.358 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:35.962084+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.358 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:35.967485+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:36.358 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:35 smithi184 bash[22285]: audit 2024-03-26T00:38:35.975032+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:37.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:36 smithi184 bash[22285]: cephadm 2024-03-26T00:38:35.976040+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:38:37.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:36 smithi184 bash[22285]: cephadm 2024-03-26T00:38:36.081575+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T00:38:37.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:36 smithi184 bash[22285]: audit 2024-03-26T00:38:36.082371+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:37.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:36 smithi184 bash[22285]: audit 2024-03-26T00:38:36.084198+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:38:37.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:36 smithi184 bash[22285]: audit 2024-03-26T00:38:36.085859+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:37.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:36 smithi184 bash[22285]: cephadm 2024-03-26T00:38:36.087880+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-03-26T00:38:37.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:36 smithi184 bash[22285]: audit 2024-03-26T00:38:36.365569+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:37.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:36 smithi184 bash[22285]: audit 2024-03-26T00:38:36.872243+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:37.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:36 smithi133 bash[21515]: cephadm 2024-03-26T00:38:35.976040+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:38:37.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:36 smithi133 bash[21515]: cephadm 2024-03-26T00:38:36.081575+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T00:38:37.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:36 smithi133 bash[21515]: audit 2024-03-26T00:38:36.082371+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:37.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:36 smithi133 bash[21515]: audit 2024-03-26T00:38:36.084198+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:38:37.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:36 smithi133 bash[21515]: audit 2024-03-26T00:38:36.085859+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:37.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:36 smithi133 bash[21515]: cephadm 2024-03-26T00:38:36.087880+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-03-26T00:38:37.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:36 smithi133 bash[21515]: audit 2024-03-26T00:38:36.365569+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:37.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:36 smithi133 bash[21515]: audit 2024-03-26T00:38:36.872243+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:37.462 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-03-26T00:38:37.462 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":3,"fsid":"8daa2be0-eb08-11ee-95d0-87774f69a715","modified":"2024-03-26T00:38:30.871303Z","created":"2024-03-26T00:35:36.119490Z","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.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:3300","nonce":0},{"type":"v1","addr":"172.21.15.171:6789","nonce":0}]},"addr":"172.21.15.171:6789/0","public_addr":"172.21.15.171:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-26T00:38:37.465 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 3 2024-03-26T00:38:38.065 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.581571+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:38.065 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cephadm 2024-03-26T00:38:30.653326+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:38.065 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cephadm 2024-03-26T00:38:30.653576+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:38.065 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cephadm 2024-03-26T00:38:30.654484+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:38.065 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:30.882454+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.065 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.883450+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T00:38:38.065 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:30.883740+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:38:38.065 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:30.884113+0000 mon.a (mon.0) 260 : cluster [INF] mon.a calling monitor election 2024-03-26T00:38:38.065 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:30.901816+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:38.065 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:30.901939+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:38:38.065 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:31.871818+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:38.066 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:32.581949+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:38.066 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:32.871598+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:38.066 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:33.871629+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:38.066 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:34.582404+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:38.066 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:34.871205+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:38.066 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:35.871815+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:38.066 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.902091+0000 mon.a (mon.0) 268 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T00:38:38.066 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.907961+0000 mon.a (mon.0) 269 : cluster [DBG] monmap epoch 3 2024-03-26T00:38:38.066 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.907998+0000 mon.a (mon.0) 270 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:38.066 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.908025+0000 mon.a (mon.0) 271 : cluster [DBG] last_changed 2024-03-26T00:38:30.871303+0000 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.908044+0000 mon.a (mon.0) 272 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.908072+0000 mon.a (mon.0) 273 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.908096+0000 mon.a (mon.0) 274 : cluster [DBG] election_strategy: 1 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.908120+0000 mon.a (mon.0) 275 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.908146+0000 mon.a (mon.0) 276 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.908167+0000 mon.a (mon.0) 277 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.925878+0000 mon.a (mon.0) 278 : cluster [DBG] fsmap 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.925961+0000 mon.a (mon.0) 279 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.926238+0000 mon.a (mon.0) 280 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.926555+0000 mon.a (mon.0) 281 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.934549+0000 mon.a (mon.0) 282 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.934641+0000 mon.a (mon.0) 283 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cluster 2024-03-26T00:38:35.934697+0000 mon.a (mon.0) 284 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] is down (out of quorum) 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:35.939358+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:35.945313+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:35.951016+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:35.956768+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:35.962084+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:35.967485+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:35.975032+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cephadm 2024-03-26T00:38:35.976040+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:38:38.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cephadm 2024-03-26T00:38:36.081575+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T00:38:38.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:36.082371+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:38.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:36.084198+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:38:38.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:36.085859+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:38.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: cephadm 2024-03-26T00:38:36.087880+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi133 2024-03-26T00:38:38.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:36.365569+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:37 smithi171 bash[22161]: audit 2024-03-26T00:38:36.872243+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:38.126 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-26T00:38:38.127 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph config generate-minimal-conf 2024-03-26T00:38:38.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:32.882117+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T00:38:38.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.911544+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-26T00:38:38.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.911826+0000 mon.a (mon.0) 299 : cluster [INF] mon.a calling monitor election 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.912259+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.953230+0000 mon.a (mon.0) 300 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.956981+0000 mon.a (mon.0) 301 : cluster [DBG] monmap epoch 3 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.957002+0000 mon.a (mon.0) 302 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.957013+0000 mon.a (mon.0) 303 : cluster [DBG] last_changed 2024-03-26T00:38:30.871303+0000 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.957026+0000 mon.a (mon.0) 304 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.957041+0000 mon.a (mon.0) 305 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.957051+0000 mon.a (mon.0) 306 : cluster [DBG] election_strategy: 1 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.957080+0000 mon.a (mon.0) 307 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.957093+0000 mon.a (mon.0) 308 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.957109+0000 mon.a (mon.0) 309 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.957672+0000 mon.a (mon.0) 310 : cluster [DBG] fsmap 2024-03-26T00:38:38.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.957705+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:38.438 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.957888+0000 mon.a (mon.0) 312 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-03-26T00:38:38.438 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.958073+0000 mon.a (mon.0) 313 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T00:38:38.438 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.958099+0000 mon.a (mon.0) 314 : cluster [INF] Cluster is now healthy 2024-03-26T00:38:38.438 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: cluster 2024-03-26T00:38:37.977932+0000 mon.a (mon.0) 315 : cluster [INF] overall HEALTH_OK 2024-03-26T00:38:38.438 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: audit 2024-03-26T00:38:38.044465+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.438 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: audit 2024-03-26T00:38:38.051897+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.438 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: audit 2024-03-26T00:38:38.061128+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.438 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: audit 2024-03-26T00:38:38.181170+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.438 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: audit 2024-03-26T00:38:38.186586+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.438 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:38 smithi133 bash[21515]: audit 2024-03-26T00:38:38.194990+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:32.882117+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T00:38:38.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.911544+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-26T00:38:38.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.911826+0000 mon.a (mon.0) 299 : cluster [INF] mon.a calling monitor election 2024-03-26T00:38:38.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.912259+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-26T00:38:38.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.953230+0000 mon.a (mon.0) 300 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T00:38:38.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.956981+0000 mon.a (mon.0) 301 : cluster [DBG] monmap epoch 3 2024-03-26T00:38:38.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.957002+0000 mon.a (mon.0) 302 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:38.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.957013+0000 mon.a (mon.0) 303 : cluster [DBG] last_changed 2024-03-26T00:38:30.871303+0000 2024-03-26T00:38:38.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.957026+0000 mon.a (mon.0) 304 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.957041+0000 mon.a (mon.0) 305 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.957051+0000 mon.a (mon.0) 306 : cluster [DBG] election_strategy: 1 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.957080+0000 mon.a (mon.0) 307 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.957093+0000 mon.a (mon.0) 308 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.957109+0000 mon.a (mon.0) 309 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.957672+0000 mon.a (mon.0) 310 : cluster [DBG] fsmap 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.957705+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.957888+0000 mon.a (mon.0) 312 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.958073+0000 mon.a (mon.0) 313 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.958099+0000 mon.a (mon.0) 314 : cluster [INF] Cluster is now healthy 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: cluster 2024-03-26T00:38:37.977932+0000 mon.a (mon.0) 315 : cluster [INF] overall HEALTH_OK 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: audit 2024-03-26T00:38:38.044465+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: audit 2024-03-26T00:38:38.051897+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: audit 2024-03-26T00:38:38.061128+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: audit 2024-03-26T00:38:38.181170+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.607 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: audit 2024-03-26T00:38:38.186586+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.607 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:38 smithi184 bash[22285]: audit 2024-03-26T00:38:38.194990+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:32.882117+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.911544+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.911826+0000 mon.a (mon.0) 299 : cluster [INF] mon.a calling monitor election 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.912259+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.953230+0000 mon.a (mon.0) 300 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.956981+0000 mon.a (mon.0) 301 : cluster [DBG] monmap epoch 3 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.957002+0000 mon.a (mon.0) 302 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.957013+0000 mon.a (mon.0) 303 : cluster [DBG] last_changed 2024-03-26T00:38:30.871303+0000 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.957026+0000 mon.a (mon.0) 304 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.957041+0000 mon.a (mon.0) 305 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.957051+0000 mon.a (mon.0) 306 : cluster [DBG] election_strategy: 1 2024-03-26T00:38:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.957080+0000 mon.a (mon.0) 307 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.957093+0000 mon.a (mon.0) 308 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.957109+0000 mon.a (mon.0) 309 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.957672+0000 mon.a (mon.0) 310 : cluster [DBG] fsmap 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.957705+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.957888+0000 mon.a (mon.0) 312 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.958073+0000 mon.a (mon.0) 313 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.958099+0000 mon.a (mon.0) 314 : cluster [INF] Cluster is now healthy 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: cluster 2024-03-26T00:38:37.977932+0000 mon.a (mon.0) 315 : cluster [INF] overall HEALTH_OK 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: audit 2024-03-26T00:38:38.044465+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: audit 2024-03-26T00:38:38.051897+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: audit 2024-03-26T00:38:38.061128+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: audit 2024-03-26T00:38:38.181170+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: audit 2024-03-26T00:38:38.186586+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:38 smithi171 bash[22161]: audit 2024-03-26T00:38:38.194990+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:40.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:39 smithi171 bash[22161]: cluster 2024-03-26T00:38:38.583314+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:40.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:39 smithi171 bash[22161]: audit 2024-03-26T00:38:38.872417+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:40.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:39 smithi171 bash[22161]: audit 2024-03-26T00:38:39.164322+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:40.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:39 smithi171 bash[22161]: audit 2024-03-26T00:38:39.170142+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:40.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:39 smithi171 bash[22161]: cephadm 2024-03-26T00:38:39.208985+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T00:38:40.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:39 smithi171 bash[22161]: audit 2024-03-26T00:38:39.209446+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:40.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:39 smithi171 bash[22161]: audit 2024-03-26T00:38:39.210299+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:38:40.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:39 smithi171 bash[22161]: audit 2024-03-26T00:38:39.211000+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:40.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:39 smithi171 bash[22161]: cephadm 2024-03-26T00:38:39.211887+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.b on smithi171 2024-03-26T00:38:40.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:39 smithi184 bash[22285]: cluster 2024-03-26T00:38:38.583314+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:40.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:39 smithi184 bash[22285]: audit 2024-03-26T00:38:38.872417+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:40.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:39 smithi184 bash[22285]: audit 2024-03-26T00:38:39.164322+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:40.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:39 smithi184 bash[22285]: audit 2024-03-26T00:38:39.170142+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:40.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:39 smithi184 bash[22285]: cephadm 2024-03-26T00:38:39.208985+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T00:38:40.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:39 smithi184 bash[22285]: audit 2024-03-26T00:38:39.209446+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:40.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:39 smithi184 bash[22285]: audit 2024-03-26T00:38:39.210299+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:38:40.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:39 smithi184 bash[22285]: audit 2024-03-26T00:38:39.211000+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:40.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:39 smithi184 bash[22285]: cephadm 2024-03-26T00:38:39.211887+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.b on smithi171 2024-03-26T00:38:40.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:39 smithi133 bash[21515]: cluster 2024-03-26T00:38:38.583314+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:40.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:39 smithi133 bash[21515]: audit 2024-03-26T00:38:38.872417+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:38:40.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:39 smithi133 bash[21515]: audit 2024-03-26T00:38:39.164322+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:40.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:39 smithi133 bash[21515]: audit 2024-03-26T00:38:39.170142+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:40.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:39 smithi133 bash[21515]: cephadm 2024-03-26T00:38:39.208985+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T00:38:40.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:39 smithi133 bash[21515]: audit 2024-03-26T00:38:39.209446+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:40.187 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:39 smithi133 bash[21515]: audit 2024-03-26T00:38:39.210299+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:38:40.187 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:39 smithi133 bash[21515]: audit 2024-03-26T00:38:39.211000+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:40.187 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:39 smithi133 bash[21515]: cephadm 2024-03-26T00:38:39.211887+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.b on smithi171 2024-03-26T00:38:42.537 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:42 smithi184 bash[22285]: cluster 2024-03-26T00:38:40.583680+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:42.537 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:42 smithi184 bash[22285]: audit 2024-03-26T00:38:41.268252+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:42.537 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:42 smithi184 bash[22285]: audit 2024-03-26T00:38:41.276069+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:42.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:42 smithi184 bash[22285]: cephadm 2024-03-26T00:38:41.281264+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T00:38:42.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:42 smithi184 bash[22285]: audit 2024-03-26T00:38:41.281856+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:42.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:42 smithi184 bash[22285]: audit 2024-03-26T00:38:41.283536+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:38:42.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:42 smithi184 bash[22285]: audit 2024-03-26T00:38:41.285153+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:42.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:42 smithi184 bash[22285]: cephadm 2024-03-26T00:38:41.287127+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-03-26T00:38:42.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:42 smithi171 bash[22161]: cluster 2024-03-26T00:38:40.583680+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:42.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:42 smithi171 bash[22161]: audit 2024-03-26T00:38:41.268252+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:42.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:42 smithi171 bash[22161]: audit 2024-03-26T00:38:41.276069+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:42.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:42 smithi171 bash[22161]: cephadm 2024-03-26T00:38:41.281264+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T00:38:42.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:42 smithi171 bash[22161]: audit 2024-03-26T00:38:41.281856+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:42.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:42 smithi171 bash[22161]: audit 2024-03-26T00:38:41.283536+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:38:42.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:42 smithi171 bash[22161]: audit 2024-03-26T00:38:41.285153+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:42.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:42 smithi171 bash[22161]: cephadm 2024-03-26T00:38:41.287127+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-03-26T00:38:42.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:42 smithi133 bash[21515]: cluster 2024-03-26T00:38:40.583680+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:42.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:42 smithi133 bash[21515]: audit 2024-03-26T00:38:41.268252+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:42.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:42 smithi133 bash[21515]: audit 2024-03-26T00:38:41.276069+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:42.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:42 smithi133 bash[21515]: cephadm 2024-03-26T00:38:41.281264+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T00:38:42.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:42 smithi133 bash[21515]: audit 2024-03-26T00:38:41.281856+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:38:42.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:42 smithi133 bash[21515]: audit 2024-03-26T00:38:41.283536+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:38:42.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:42 smithi133 bash[21515]: audit 2024-03-26T00:38:41.285153+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:42.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:42 smithi133 bash[21515]: cephadm 2024-03-26T00:38:41.287127+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-03-26T00:38:44.360 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:38:44.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: cluster 2024-03-26T00:38:42.584090+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:44.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.166305+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.175360+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.207660+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:44.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.213110+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:44.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.214867+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:44.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: cephadm 2024-03-26T00:38:43.217326+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-03-26T00:38:44.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: cephadm 2024-03-26T00:38:43.218139+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-03-26T00:38:44.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: cephadm 2024-03-26T00:38:43.219370+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-26T00:38:44.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.756523+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.761455+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.768576+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.776158+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.784084+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.791842+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:44 smithi133 bash[21515]: audit 2024-03-26T00:38:43.800414+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: cluster 2024-03-26T00:38:42.584090+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:44.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.166305+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.175360+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.207660+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.213110+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.214867+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: cephadm 2024-03-26T00:38:43.217326+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: cephadm 2024-03-26T00:38:43.218139+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: cephadm 2024-03-26T00:38:43.219370+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.756523+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.761455+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.768576+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.776158+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.784084+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.791842+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:44 smithi171 bash[22161]: audit 2024-03-26T00:38:43.800414+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: cluster 2024-03-26T00:38:42.584090+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:44.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.166305+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.175360+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.207660+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:44.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.213110+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:44.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.214867+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:44.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: cephadm 2024-03-26T00:38:43.217326+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-03-26T00:38:44.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: cephadm 2024-03-26T00:38:43.218139+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-03-26T00:38:44.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: cephadm 2024-03-26T00:38:43.219370+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-26T00:38:44.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.756523+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.761455+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.768576+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.776158+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.784084+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.791842+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:44.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:44 smithi184 bash[22285]: audit 2024-03-26T00:38:43.800414+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:45.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:45 smithi133 bash[21515]: cephadm 2024-03-26T00:38:43.534477+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:45.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:45 smithi133 bash[21515]: cephadm 2024-03-26T00:38:43.536377+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:45.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:45 smithi133 bash[21515]: cephadm 2024-03-26T00:38:43.536783+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:45.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:45 smithi171 bash[22161]: cephadm 2024-03-26T00:38:43.534477+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:45.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:45 smithi171 bash[22161]: cephadm 2024-03-26T00:38:43.536377+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:45.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:45 smithi171 bash[22161]: cephadm 2024-03-26T00:38:43.536783+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:45.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:45 smithi184 bash[22285]: cephadm 2024-03-26T00:38:43.534477+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:45.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:45 smithi184 bash[22285]: cephadm 2024-03-26T00:38:43.536377+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:45.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:45 smithi184 bash[22285]: cephadm 2024-03-26T00:38:43.536783+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:38:46.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:46 smithi133 bash[21515]: cluster 2024-03-26T00:38:44.584544+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:46.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:46 smithi171 bash[22161]: cluster 2024-03-26T00:38:44.584544+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:46.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:46 smithi184 bash[22285]: cluster 2024-03-26T00:38:44.584544+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:47.268 INFO:teuthology.orchestra.run.smithi133.stdout:# minimal ceph.conf for 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:47.268 INFO:teuthology.orchestra.run.smithi133.stdout:[global] 2024-03-26T00:38:47.268 INFO:teuthology.orchestra.run.smithi133.stdout: fsid = 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:38:47.268 INFO:teuthology.orchestra.run.smithi133.stdout: mon_host = [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2024-03-26T00:38:47.991 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-26T00:38:47.992 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:38:47.992 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T00:38:48.006 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:38:48.006 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:38:48.060 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:38:48.061 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T00:38:48.075 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:38:48.076 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:38:48.132 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:38:48.132 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T00:38:48.144 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:38:48.144 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:38:48.199 INFO:tasks.cephadm:Adding mgr.a on smithi133 2024-03-26T00:38:48.199 INFO:tasks.cephadm:Adding mgr.b on smithi171 2024-03-26T00:38:48.199 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph orch apply mgr '2;smithi133=a;smithi171=b' 2024-03-26T00:38:48.248 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:48 smithi184 bash[22285]: cluster 2024-03-26T00:38:46.585014+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:48.248 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:48 smithi184 bash[22285]: audit 2024-03-26T00:38:47.267943+0000 mon.a (mon.0) 345 : audit [DBG] from='client.? 172.21.15.133:0/1201840106' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:48.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:48 smithi133 bash[21515]: cluster 2024-03-26T00:38:46.585014+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:48.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:48 smithi133 bash[21515]: audit 2024-03-26T00:38:47.267943+0000 mon.a (mon.0) 345 : audit [DBG] from='client.? 172.21.15.133:0/1201840106' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:48.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:48 smithi171 bash[22161]: cluster 2024-03-26T00:38:46.585014+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:48.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:48 smithi171 bash[22161]: audit 2024-03-26T00:38:47.267943+0000 mon.a (mon.0) 345 : audit [DBG] from='client.? 172.21.15.133:0/1201840106' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:50.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:50 smithi171 bash[22161]: cluster 2024-03-26T00:38:48.585482+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:50.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:50 smithi171 bash[22161]: audit 2024-03-26T00:38:49.471254+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:50.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:50 smithi171 bash[22161]: audit 2024-03-26T00:38:49.479237+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:50.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:50 smithi171 bash[22161]: audit 2024-03-26T00:38:49.488997+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:50.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:50 smithi184 bash[22285]: cluster 2024-03-26T00:38:48.585482+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:50.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:50 smithi184 bash[22285]: audit 2024-03-26T00:38:49.471254+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:50.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:50 smithi184 bash[22285]: audit 2024-03-26T00:38:49.479237+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:50.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:50 smithi184 bash[22285]: audit 2024-03-26T00:38:49.488997+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:50.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:50 smithi133 bash[21515]: cluster 2024-03-26T00:38:48.585482+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:50.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:50 smithi133 bash[21515]: audit 2024-03-26T00:38:49.471254+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:50.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:50 smithi133 bash[21515]: audit 2024-03-26T00:38:49.479237+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:50.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:50 smithi133 bash[21515]: audit 2024-03-26T00:38:49.488997+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:52.258 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T00:38:52.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:52 smithi184 bash[22285]: cluster 2024-03-26T00:38:50.585919+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:52.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:52 smithi171 bash[22161]: cluster 2024-03-26T00:38:50.585919+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:52.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:52 smithi133 bash[21515]: cluster 2024-03-26T00:38:50.585919+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:54.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:54 smithi184 bash[22285]: cluster 2024-03-26T00:38:52.586304+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:54.687 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mgr update... 2024-03-26T00:38:54.778 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:54 smithi171 bash[22161]: cluster 2024-03-26T00:38:52.586304+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:54.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:54 smithi133 bash[21515]: cluster 2024-03-26T00:38:52.586304+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:55.293 DEBUG:teuthology.orchestra.run.smithi171:mgr.b> sudo journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mgr.b.service 2024-03-26T00:38:55.296 INFO:tasks.cephadm:Deploying OSDs... 2024-03-26T00:38:55.296 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-03-26T00:38:55.296 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T00:38:55.303 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-26T00:38:55.303 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-03-26T00:38:55.349 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T00:38:55.349 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:55.349 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-03-26T00:38:55.349 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:55.350 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-03-26 00:28:44.704858244 +0000 2024-03-26T00:38:55.350 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-03-26 00:28:44.452860490 +0000 2024-03-26T00:38:55.350 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-03-26 00:28:44.452860490 +0000 2024-03-26T00:38:55.350 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-03-26T00:38:55.350 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T00:38:55.403 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-03-26T00:38:55.404 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-03-26T00:38:55.404 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000399699 s, 1.3 MB/s 2024-03-26T00:38:55.405 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T00:38:55.454 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-03-26T00:38:55.501 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T00:38:55.501 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:55.501 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-03-26T00:38:55.502 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:55.502 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-03-26 00:28:45.208853747 +0000 2024-03-26T00:38:55.502 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-03-26 00:28:44.920856316 +0000 2024-03-26T00:38:55.502 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-03-26 00:28:44.920856316 +0000 2024-03-26T00:38:55.502 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-03-26T00:38:55.502 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T00:38:55.556 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-03-26T00:38:55.556 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-03-26T00:38:55.556 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.00047134 s, 1.1 MB/s 2024-03-26T00:38:55.557 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T00:38:55.606 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-03-26T00:38:55.652 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T00:38:55.653 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:55.653 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-03-26T00:38:55.653 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:55.653 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-03-26 00:28:45.716849216 +0000 2024-03-26T00:38:55.653 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-03-26 00:28:45.452851571 +0000 2024-03-26T00:38:55.653 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-03-26 00:28:45.452851571 +0000 2024-03-26T00:38:55.653 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-03-26T00:38:55.653 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T00:38:55.708 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-03-26T00:38:55.708 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-03-26T00:38:55.708 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000447446 s, 1.1 MB/s 2024-03-26T00:38:55.709 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T00:38:55.758 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-03-26T00:38:55.804 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T00:38:55.805 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:55.805 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 934 Links: 1 2024-03-26T00:38:55.805 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:55.805 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-03-26 00:28:46.216844755 +0000 2024-03-26T00:38:55.805 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-03-26 00:28:45.968846968 +0000 2024-03-26T00:38:55.805 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-03-26 00:28:45.968846968 +0000 2024-03-26T00:38:55.805 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-03-26T00:38:55.805 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T00:38:55.859 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-03-26T00:38:55.860 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-03-26T00:38:55.860 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000368905 s, 1.4 MB/s 2024-03-26T00:38:55.861 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T00:38:55.914 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-03-26T00:38:55.914 DEBUG:teuthology.orchestra.run.smithi171:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T00:38:55.919 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-26T00:38:55.920 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_1 2024-03-26T00:38:55.967 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T00:38:55.967 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:55.967 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-03-26T00:38:55.967 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:55.968 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-03-26 00:28:46.089137461 +0000 2024-03-26T00:38:55.968 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-03-26 00:28:45.829139780 +0000 2024-03-26T00:38:55.968 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-03-26 00:28:45.829139780 +0000 2024-03-26T00:38:55.968 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-03-26T00:38:55.968 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T00:38:56.018 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: cluster 2024-03-26T00:38:54.586693+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:56.018 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: audit 2024-03-26T00:38:54.676385+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi133=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:38:56.018 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: cephadm 2024-03-26T00:38:54.680118+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi133=a;smithi171=b;count:2 2024-03-26T00:38:56.018 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: audit 2024-03-26T00:38:54.686492+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:56.018 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: audit 2024-03-26T00:38:54.731214+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:56.018 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: audit 2024-03-26T00:38:54.736849+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:56.018 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: audit 2024-03-26T00:38:54.738599+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:56.018 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: audit 2024-03-26T00:38:54.747510+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:56.018 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: audit 2024-03-26T00:38:54.751895+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:38:56.018 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: audit 2024-03-26T00:38:54.754360+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T00:38:56.019 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: audit 2024-03-26T00:38:54.758768+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:38:56.019 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: audit 2024-03-26T00:38:54.760573+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:56.019 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:55 smithi171 bash[22161]: cephadm 2024-03-26T00:38:54.762626+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Deploying daemon mgr.b on smithi171 2024-03-26T00:38:56.020 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-03-26T00:38:56.020 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-03-26T00:38:56.020 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.00028576 s, 1.8 MB/s 2024-03-26T00:38:56.020 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T00:38:56.071 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_2 2024-03-26T00:38:56.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: cluster 2024-03-26T00:38:54.586693+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:56.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: audit 2024-03-26T00:38:54.676385+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi133=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:38:56.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: cephadm 2024-03-26T00:38:54.680118+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi133=a;smithi171=b;count:2 2024-03-26T00:38:56.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: audit 2024-03-26T00:38:54.686492+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:56.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: audit 2024-03-26T00:38:54.731214+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:56.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: audit 2024-03-26T00:38:54.736849+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:56.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: audit 2024-03-26T00:38:54.738599+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:56.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: audit 2024-03-26T00:38:54.747510+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:56.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: audit 2024-03-26T00:38:54.751895+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:38:56.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: audit 2024-03-26T00:38:54.754360+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T00:38:56.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: audit 2024-03-26T00:38:54.758768+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:38:56.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: audit 2024-03-26T00:38:54.760573+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:56.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:55 smithi184 bash[22285]: cephadm 2024-03-26T00:38:54.762626+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Deploying daemon mgr.b on smithi171 2024-03-26T00:38:56.119 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T00:38:56.119 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:56.119 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-03-26T00:38:56.119 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:56.119 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-03-26 00:28:46.577133107 +0000 2024-03-26T00:38:56.119 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-03-26 00:28:46.329135320 +0000 2024-03-26T00:38:56.119 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-03-26 00:28:46.329135320 +0000 2024-03-26T00:38:56.119 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-03-26T00:38:56.119 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T00:38:56.175 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-03-26T00:38:56.175 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-03-26T00:38:56.175 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000288562 s, 1.8 MB/s 2024-03-26T00:38:56.176 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: cluster 2024-03-26T00:38:54.586693+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: audit 2024-03-26T00:38:54.676385+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi133=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: cephadm 2024-03-26T00:38:54.680118+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi133=a;smithi171=b;count:2 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: audit 2024-03-26T00:38:54.686492+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: audit 2024-03-26T00:38:54.731214+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: audit 2024-03-26T00:38:54.736849+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: audit 2024-03-26T00:38:54.738599+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: audit 2024-03-26T00:38:54.747510+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: audit 2024-03-26T00:38:54.751895+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: audit 2024-03-26T00:38:54.754360+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: audit 2024-03-26T00:38:54.758768+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:38:56.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: audit 2024-03-26T00:38:54.760573+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:38:56.187 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:55 smithi133 bash[21515]: cephadm 2024-03-26T00:38:54.762626+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Deploying daemon mgr.b on smithi171 2024-03-26T00:38:56.225 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_3 2024-03-26T00:38:56.271 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T00:38:56.271 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:56.271 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-03-26T00:38:56.271 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:56.271 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-03-26 00:28:47.061128789 +0000 2024-03-26T00:38:56.271 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-03-26 00:28:46.797131145 +0000 2024-03-26T00:38:56.271 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-03-26 00:28:46.797131145 +0000 2024-03-26T00:38:56.271 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-03-26T00:38:56.272 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T00:38:56.323 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-03-26T00:38:56.323 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-03-26T00:38:56.323 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000240399 s, 2.1 MB/s 2024-03-26T00:38:56.324 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T00:38:56.376 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_4 2024-03-26T00:38:56.428 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T00:38:56.428 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:56.428 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-03-26T00:38:56.428 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:56.428 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-03-26 00:28:47.553124401 +0000 2024-03-26T00:38:56.428 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-03-26 00:28:47.289126756 +0000 2024-03-26T00:38:56.428 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-03-26 00:28:47.289126756 +0000 2024-03-26T00:38:56.428 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-03-26T00:38:56.428 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T00:38:56.479 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-03-26T00:38:56.479 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-03-26T00:38:56.479 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000250153 s, 2.0 MB/s 2024-03-26T00:38:56.480 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T00:38:56.528 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-26T00:38:56.528 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T00:38:56.534 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-26T00:38:56.534 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_1 2024-03-26T00:38:56.581 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T00:38:56.581 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:56.581 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-03-26T00:38:56.581 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:56.581 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-03-26 00:28:45.318457803 +0000 2024-03-26T00:38:56.581 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-03-26 00:28:45.034460337 +0000 2024-03-26T00:38:56.581 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-03-26 00:28:45.034460337 +0000 2024-03-26T00:38:56.582 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-03-26T00:38:56.582 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T00:38:56.633 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-03-26T00:38:56.633 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-03-26T00:38:56.633 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.00029606 s, 1.7 MB/s 2024-03-26T00:38:56.634 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T00:38:56.681 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_2 2024-03-26T00:38:56.728 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T00:38:56.728 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:56.728 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-03-26T00:38:56.728 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:56.728 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-03-26 00:28:45.830453235 +0000 2024-03-26T00:38:56.728 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-03-26 00:28:45.566455591 +0000 2024-03-26T00:38:56.728 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-03-26 00:28:45.566455591 +0000 2024-03-26T00:38:56.729 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-03-26T00:38:56.729 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T00:38:56.782 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-03-26T00:38:56.782 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-03-26T00:38:56.782 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000394758 s, 1.3 MB/s 2024-03-26T00:38:56.783 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T00:38:56.830 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_3 2024-03-26T00:38:56.877 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T00:38:56.877 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:56.877 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-03-26T00:38:56.877 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:56.877 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-03-26 00:28:46.334448740 +0000 2024-03-26T00:38:56.877 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-03-26 00:28:46.082450988 +0000 2024-03-26T00:38:56.877 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-03-26 00:28:46.082450988 +0000 2024-03-26T00:38:56.877 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-03-26T00:38:56.877 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T00:38:56.932 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-03-26T00:38:56.932 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-03-26T00:38:56.932 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000424527 s, 1.2 MB/s 2024-03-26T00:38:56.933 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T00:38:56.983 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_4 2024-03-26T00:38:57.029 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T00:38:57.029 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:38:57.029 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-03-26T00:38:57.029 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:38:57.029 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-03-26 00:28:46.602446348 +0000 2024-03-26T00:38:57.029 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-03-26 00:28:46.598446385 +0000 2024-03-26T00:38:57.029 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-03-26 00:28:46.598446385 +0000 2024-03-26T00:38:57.029 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-03-26T00:38:57.029 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T00:38:57.083 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-03-26T00:38:57.083 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-03-26T00:38:57.084 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000277175 s, 1.8 MB/s 2024-03-26T00:38:57.085 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T00:38:57.136 INFO:tasks.cephadm:Deploying osd.0 on smithi133 with /dev/vg_nvme/lv_4... 2024-03-26T00:38:57.136 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T00:38:58.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:57 smithi171 bash[22161]: cluster 2024-03-26T00:38:56.587064+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:58.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:57 smithi171 bash[22161]: audit 2024-03-26T00:38:56.759712+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:58.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:57 smithi171 bash[22161]: audit 2024-03-26T00:38:56.767298+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:58.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:57 smithi171 bash[22161]: audit 2024-03-26T00:38:56.776685+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:58.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:57 smithi184 bash[22285]: cluster 2024-03-26T00:38:56.587064+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:58.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:57 smithi184 bash[22285]: audit 2024-03-26T00:38:56.759712+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:58.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:57 smithi184 bash[22285]: audit 2024-03-26T00:38:56.767298+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:58.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:57 smithi184 bash[22285]: audit 2024-03-26T00:38:56.776685+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:58.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:57 smithi133 bash[21515]: cluster 2024-03-26T00:38:56.587064+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:38:58.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:57 smithi133 bash[21515]: audit 2024-03-26T00:38:56.759712+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:58.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:57 smithi133 bash[21515]: audit 2024-03-26T00:38:56.767298+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:58.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:57 smithi133 bash[21515]: audit 2024-03-26T00:38:56.776685+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:58.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:58 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:38:59.119 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:58 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:38:59.120 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:38:59 smithi171 systemd[1]: Started Ceph mgr.b for 8daa2be0-eb08-11ee-95d0-87774f69a715. 2024-03-26T00:38:59.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:59 smithi133 bash[21515]: audit 2024-03-26T00:38:58.235792+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:59 smithi133 bash[21515]: audit 2024-03-26T00:38:58.243303+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:59 smithi133 bash[21515]: audit 2024-03-26T00:38:58.253049+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:59 smithi133 bash[21515]: audit 2024-03-26T00:38:59.147556+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:59 smithi133 bash[21515]: audit 2024-03-26T00:38:59.152113+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:59 smithi133 bash[21515]: audit 2024-03-26T00:38:59.191847+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:38:59 smithi133 bash[21515]: audit 2024-03-26T00:38:59.197475+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:59 smithi171 bash[22161]: audit 2024-03-26T00:38:58.235792+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:59 smithi171 bash[22161]: audit 2024-03-26T00:38:58.243303+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:59 smithi171 bash[22161]: audit 2024-03-26T00:38:58.253049+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:59 smithi171 bash[22161]: audit 2024-03-26T00:38:59.147556+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:59 smithi171 bash[22161]: audit 2024-03-26T00:38:59.152113+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:59 smithi171 bash[22161]: audit 2024-03-26T00:38:59.191847+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:38:59 smithi171 bash[22161]: audit 2024-03-26T00:38:59.197475+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:59 smithi184 bash[22285]: audit 2024-03-26T00:38:58.235792+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:59 smithi184 bash[22285]: audit 2024-03-26T00:38:58.243303+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:59 smithi184 bash[22285]: audit 2024-03-26T00:38:58.253049+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:59 smithi184 bash[22285]: audit 2024-03-26T00:38:59.147556+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:59 smithi184 bash[22285]: audit 2024-03-26T00:38:59.152113+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:59 smithi184 bash[22285]: audit 2024-03-26T00:38:59.191847+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:38:59.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:38:59 smithi184 bash[22285]: audit 2024-03-26T00:38:59.197475+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:00.241 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[23371]: debug 2024-03-26T00:39:00.090+0000 7ffa74934700 1 -- 172.21.15.171:0/1955561181 <== mon.2 v2:172.21.15.171:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55b0bf5145a0 con 0x55b0c0294400 2024-03-26T00:39:00.242 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[23371]: debug 2024-03-26T00:39:00.238+0000 7ffa7eb43200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:39:00.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[22161]: cluster 2024-03-26T00:38:58.587505+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:00.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[22161]: audit 2024-03-26T00:38:59.294896+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:00.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[22161]: audit 2024-03-26T00:38:59.297461+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:00.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[22161]: audit 2024-03-26T00:38:59.298692+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:00.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[22161]: audit 2024-03-26T00:38:59.307329+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:00.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[22161]: cephadm 2024-03-26T00:38:59.307907+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:39:00.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[22161]: cephadm 2024-03-26T00:38:59.404735+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T00:39:00.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[22161]: audit 2024-03-26T00:38:59.405323+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:39:00.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[22161]: audit 2024-03-26T00:38:59.407012+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:39:00.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[22161]: audit 2024-03-26T00:38:59.408365+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:00.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:00 smithi171 bash[22161]: cephadm 2024-03-26T00:38:59.410009+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi133 2024-03-26T00:39:00.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:00 smithi184 bash[22285]: cluster 2024-03-26T00:38:58.587505+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:00.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:00 smithi184 bash[22285]: audit 2024-03-26T00:38:59.294896+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:00.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:00 smithi184 bash[22285]: audit 2024-03-26T00:38:59.297461+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:00.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:00 smithi184 bash[22285]: audit 2024-03-26T00:38:59.298692+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:00.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:00 smithi184 bash[22285]: audit 2024-03-26T00:38:59.307329+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:00.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:00 smithi184 bash[22285]: cephadm 2024-03-26T00:38:59.307907+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:39:00.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:00 smithi184 bash[22285]: cephadm 2024-03-26T00:38:59.404735+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T00:39:00.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:00 smithi184 bash[22285]: audit 2024-03-26T00:38:59.405323+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:39:00.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:00 smithi184 bash[22285]: audit 2024-03-26T00:38:59.407012+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:39:00.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:00 smithi184 bash[22285]: audit 2024-03-26T00:38:59.408365+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:00.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:00 smithi184 bash[22285]: cephadm 2024-03-26T00:38:59.410009+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi133 2024-03-26T00:39:00.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:00 smithi133 bash[21515]: cluster 2024-03-26T00:38:58.587505+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:00.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:00 smithi133 bash[21515]: audit 2024-03-26T00:38:59.294896+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:00.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:00 smithi133 bash[21515]: audit 2024-03-26T00:38:59.297461+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:00.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:00 smithi133 bash[21515]: audit 2024-03-26T00:38:59.298692+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:00.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:00 smithi133 bash[21515]: audit 2024-03-26T00:38:59.307329+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:00.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:00 smithi133 bash[21515]: cephadm 2024-03-26T00:38:59.307907+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:39:00.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:00 smithi133 bash[21515]: cephadm 2024-03-26T00:38:59.404735+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T00:39:00.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:00 smithi133 bash[21515]: audit 2024-03-26T00:38:59.405323+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:39:00.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:00 smithi133 bash[21515]: audit 2024-03-26T00:38:59.407012+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:39:00.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:00 smithi133 bash[21515]: audit 2024-03-26T00:38:59.408365+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:00.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:00 smithi133 bash[21515]: cephadm 2024-03-26T00:38:59.410009+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi133 2024-03-26T00:39:01.853 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:39:02.254 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:01 smithi171 bash[22161]: cluster 2024-03-26T00:39:00.587954+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:02.254 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:01 smithi171 bash[22161]: audit 2024-03-26T00:39:00.965647+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:02.255 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:01 smithi171 bash[23371]: debug 2024-03-26T00:39:01.906+0000 7ffa7eb43200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:39:02.255 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:02 smithi171 bash[23371]: debug 2024-03-26T00:39:02.002+0000 7ffa7eb43200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:39:02.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:01 smithi184 bash[22285]: cluster 2024-03-26T00:39:00.587954+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:02.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:01 smithi184 bash[22285]: audit 2024-03-26T00:39:00.965647+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:02.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:01 smithi133 bash[21515]: cluster 2024-03-26T00:39:00.587954+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:02.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:01 smithi133 bash[21515]: audit 2024-03-26T00:39:00.965647+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:02.524 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:02 smithi171 bash[23371]: debug 2024-03-26T00:39:02.250+0000 7ffa7eb43200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:39:03.270 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:03 smithi171 bash[23371]: debug 2024-03-26T00:39:03.078+0000 7ffa7eb43200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:39:03.270 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:03 smithi171 bash[23371]: debug 2024-03-26T00:39:03.186+0000 7ffa7eb43200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:39:03.571 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:03 smithi171 bash[23371]: debug 2024-03-26T00:39:03.290+0000 7ffa7eb43200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:39:04.011 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:03 smithi171 bash[23371]: debug 2024-03-26T00:39:03.646+0000 7ffa7eb43200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:39:04.011 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:03 smithi171 bash[23371]: debug 2024-03-26T00:39:03.758+0000 7ffa7eb43200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:39:04.012 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:03 smithi171 bash[23371]: debug 2024-03-26T00:39:03.862+0000 7ffa7eb43200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:39:04.321 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[23371]: debug 2024-03-26T00:39:04.214+0000 7ffa7eb43200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:39:04.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[22161]: cluster 2024-03-26T00:39:02.588289+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:04.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[22161]: audit 2024-03-26T00:39:03.007877+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[22161]: audit 2024-03-26T00:39:03.767020+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[22161]: audit 2024-03-26T00:39:03.774581+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[22161]: audit 2024-03-26T00:39:03.786237+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:04.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[22161]: audit 2024-03-26T00:39:03.791022+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:04.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[22161]: audit 2024-03-26T00:39:03.792430+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:04.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[22161]: audit 2024-03-26T00:39:03.800754+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:04 smithi184 bash[22285]: cluster 2024-03-26T00:39:02.588289+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:04.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:04 smithi184 bash[22285]: audit 2024-03-26T00:39:03.007877+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:04 smithi184 bash[22285]: audit 2024-03-26T00:39:03.767020+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:04 smithi184 bash[22285]: audit 2024-03-26T00:39:03.774581+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:04 smithi184 bash[22285]: audit 2024-03-26T00:39:03.786237+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:04.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:04 smithi184 bash[22285]: audit 2024-03-26T00:39:03.791022+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:04.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:04 smithi184 bash[22285]: audit 2024-03-26T00:39:03.792430+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:04.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:04 smithi184 bash[22285]: audit 2024-03-26T00:39:03.800754+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:04 smithi133 bash[21515]: cluster 2024-03-26T00:39:02.588289+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:04.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:04 smithi133 bash[21515]: audit 2024-03-26T00:39:03.007877+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:04 smithi133 bash[21515]: audit 2024-03-26T00:39:03.767020+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:04 smithi133 bash[21515]: audit 2024-03-26T00:39:03.774581+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:04 smithi133 bash[21515]: audit 2024-03-26T00:39:03.786237+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:04.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:04 smithi133 bash[21515]: audit 2024-03-26T00:39:03.791022+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:04.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:04 smithi133 bash[21515]: audit 2024-03-26T00:39:03.792430+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:04.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:04 smithi133 bash[21515]: audit 2024-03-26T00:39:03.800754+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:04.716 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[23371]: debug 2024-03-26T00:39:04.454+0000 7ffa7eb43200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:39:05.015 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[23371]: debug 2024-03-26T00:39:04.714+0000 7ffa7eb43200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:39:05.016 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:04 smithi171 bash[23371]: debug 2024-03-26T00:39:04.826+0000 7ffa7eb43200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:39:05.321 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[23371]: debug 2024-03-26T00:39:05.098+0000 7ffa7eb43200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:39:05.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[22161]: cephadm 2024-03-26T00:39:03.801672+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:39:05.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[22161]: audit 2024-03-26T00:39:04.009625+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[22161]: audit 2024-03-26T00:39:04.841064+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[22161]: audit 2024-03-26T00:39:04.848882+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[22161]: audit 2024-03-26T00:39:04.862008+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[22161]: audit 2024-03-26T00:39:04.870520+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:05.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[22161]: audit 2024-03-26T00:39:04.876411+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:05.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[22161]: audit 2024-03-26T00:39:04.878334+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:05.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[22161]: audit 2024-03-26T00:39:04.888010+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:05 smithi184 bash[22285]: cephadm 2024-03-26T00:39:03.801672+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:39:05.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:05 smithi184 bash[22285]: audit 2024-03-26T00:39:04.009625+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:05 smithi184 bash[22285]: audit 2024-03-26T00:39:04.841064+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:05 smithi184 bash[22285]: audit 2024-03-26T00:39:04.848882+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:05 smithi184 bash[22285]: audit 2024-03-26T00:39:04.862008+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:05 smithi184 bash[22285]: audit 2024-03-26T00:39:04.870520+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:05.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:05 smithi184 bash[22285]: audit 2024-03-26T00:39:04.876411+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:05.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:05 smithi184 bash[22285]: audit 2024-03-26T00:39:04.878334+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:05.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:05 smithi184 bash[22285]: audit 2024-03-26T00:39:04.888010+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:05 smithi133 bash[21515]: cephadm 2024-03-26T00:39:03.801672+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:39:05.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:05 smithi133 bash[21515]: audit 2024-03-26T00:39:04.009625+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:05 smithi133 bash[21515]: audit 2024-03-26T00:39:04.841064+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:05 smithi133 bash[21515]: audit 2024-03-26T00:39:04.848882+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:05 smithi133 bash[21515]: audit 2024-03-26T00:39:04.862008+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:05 smithi133 bash[21515]: audit 2024-03-26T00:39:04.870520+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:05.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:05 smithi133 bash[21515]: audit 2024-03-26T00:39:04.876411+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:05.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:05 smithi133 bash[21515]: audit 2024-03-26T00:39:04.878334+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:05.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:05 smithi133 bash[21515]: audit 2024-03-26T00:39:04.888010+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:05.638 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T00:39:05.638 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T00:39:05.638 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-03-26T00:39:05.638 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-03-26T00:39:05.639 INFO:teuthology.orchestra.run.smithi133.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0149182 s, 703 MB/s 2024-03-26T00:39:05.639 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-03-26T00:39:05.821 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[23371]: debug 2024-03-26T00:39:05.506+0000 7ffa7eb43200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:39:05.821 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[23371]: debug 2024-03-26T00:39:05.742+0000 7ffa7eb43200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:39:06.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:06 smithi171 bash[22161]: cluster 2024-03-26T00:39:04.588767+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:06.321 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:05 smithi171 bash[23371]: debug 2024-03-26T00:39:05.862+0000 7ffa7eb43200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:39:06.322 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:06 smithi171 bash[23371]: debug 2024-03-26T00:39:06.102+0000 7ffa7eb43200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:39:06.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:06 smithi184 bash[22285]: cluster 2024-03-26T00:39:04.588767+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:06.405 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:06 smithi133 bash[21515]: cluster 2024-03-26T00:39:04.588767+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:06.407 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-03-26T00:39:07.497 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:07 smithi171 bash[23371]: debug 2024-03-26T00:39:07.094+0000 7ffa7eb43200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:39:07.497 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:07 smithi171 bash[23371]: debug 2024-03-26T00:39:07.206+0000 7ffa7eb43200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:39:07.821 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:07 smithi171 bash[23371]: debug 2024-03-26T00:39:07.494+0000 7ffa7eb43200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:39:07.821 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:07 smithi171 bash[23371]: debug 2024-03-26T00:39:07.602+0000 7ffa7eb43200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:39:08.321 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:08 smithi171 bash[23371]: debug 2024-03-26T00:39:08.046+0000 7ffa7eb43200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:39:08.321 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:39:08 smithi171 bash[23371]: debug 2024-03-26T00:39:08.162+0000 7ffa7eb43200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:39:08.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:08 smithi171 bash[22161]: cluster 2024-03-26T00:39:06.589079+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:08.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:08 smithi184 bash[22285]: cluster 2024-03-26T00:39:06.589079+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:08.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:08 smithi133 bash[21515]: cluster 2024-03-26T00:39:06.589079+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:09.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:09 smithi171 bash[22161]: cluster 2024-03-26T00:39:08.187964+0000 mon.a (mon.0) 391 : cluster [DBG] Standby manager daemon b started 2024-03-26T00:39:09.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:09 smithi171 bash[22161]: audit 2024-03-26T00:39:08.190695+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:39:09.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:09 smithi171 bash[22161]: audit 2024-03-26T00:39:08.191446+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:39:09.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:09 smithi171 bash[22161]: audit 2024-03-26T00:39:08.192890+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:39:09.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:09 smithi171 bash[22161]: audit 2024-03-26T00:39:08.193538+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:39:09.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:09 smithi171 bash[22161]: audit 2024-03-26T00:39:08.692042+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:09.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:09 smithi171 bash[22161]: audit 2024-03-26T00:39:08.698333+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:09.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:09 smithi171 bash[22161]: audit 2024-03-26T00:39:08.707920+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:09.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:09 smithi184 bash[22285]: cluster 2024-03-26T00:39:08.187964+0000 mon.a (mon.0) 391 : cluster [DBG] Standby manager daemon b started 2024-03-26T00:39:09.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:09 smithi184 bash[22285]: audit 2024-03-26T00:39:08.190695+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:39:09.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:09 smithi184 bash[22285]: audit 2024-03-26T00:39:08.191446+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:39:09.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:09 smithi184 bash[22285]: audit 2024-03-26T00:39:08.192890+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:39:09.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:09 smithi184 bash[22285]: audit 2024-03-26T00:39:08.193538+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:39:09.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:09 smithi184 bash[22285]: audit 2024-03-26T00:39:08.692042+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:09.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:09 smithi184 bash[22285]: audit 2024-03-26T00:39:08.698333+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:09.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:09 smithi184 bash[22285]: audit 2024-03-26T00:39:08.707920+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:09.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:09 smithi133 bash[21515]: cluster 2024-03-26T00:39:08.187964+0000 mon.a (mon.0) 391 : cluster [DBG] Standby manager daemon b started 2024-03-26T00:39:09.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:09 smithi133 bash[21515]: audit 2024-03-26T00:39:08.190695+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:39:09.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:09 smithi133 bash[21515]: audit 2024-03-26T00:39:08.191446+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:39:09.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:09 smithi133 bash[21515]: audit 2024-03-26T00:39:08.192890+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:39:09.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:09 smithi133 bash[21515]: audit 2024-03-26T00:39:08.193538+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.171:0/4144527791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:39:09.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:09 smithi133 bash[21515]: audit 2024-03-26T00:39:08.692042+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:09.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:09 smithi133 bash[21515]: audit 2024-03-26T00:39:08.698333+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:09.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:09 smithi133 bash[21515]: audit 2024-03-26T00:39:08.707920+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:10.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:10 smithi171 bash[22161]: cluster 2024-03-26T00:39:08.589503+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:10.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:10 smithi171 bash[22161]: cluster 2024-03-26T00:39:09.048529+0000 mon.a (mon.0) 395 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T00:39:10.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:10 smithi171 bash[22161]: audit 2024-03-26T00:39:09.049177+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:39:10.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:10 smithi184 bash[22285]: cluster 2024-03-26T00:39:08.589503+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:10.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:10 smithi184 bash[22285]: cluster 2024-03-26T00:39:09.048529+0000 mon.a (mon.0) 395 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T00:39:10.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:10 smithi184 bash[22285]: audit 2024-03-26T00:39:09.049177+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:39:10.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:10 smithi133 bash[21515]: cluster 2024-03-26T00:39:08.589503+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:10.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:10 smithi133 bash[21515]: cluster 2024-03-26T00:39:09.048529+0000 mon.a (mon.0) 395 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T00:39:10.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:10 smithi133 bash[21515]: audit 2024-03-26T00:39:09.049177+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:39:11.116 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:39:12.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:12 smithi171 bash[22161]: cluster 2024-03-26T00:39:10.590030+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:12.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:12 smithi184 bash[22285]: cluster 2024-03-26T00:39:10.590030+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:12.371 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:12 smithi133 bash[21515]: cluster 2024-03-26T00:39:10.590030+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:14.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:14 smithi171 bash[22161]: cluster 2024-03-26T00:39:12.590364+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:14.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:14 smithi171 bash[22161]: audit 2024-03-26T00:39:14.012325+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:39:14.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:14 smithi171 bash[22161]: audit 2024-03-26T00:39:14.018328+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:39:14.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:14 smithi171 bash[22161]: audit 2024-03-26T00:39:14.019497+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:14.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:14 smithi184 bash[22285]: cluster 2024-03-26T00:39:12.590364+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:14.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:14 smithi184 bash[22285]: audit 2024-03-26T00:39:14.012325+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:39:14.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:14 smithi184 bash[22285]: audit 2024-03-26T00:39:14.018328+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:39:14.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:14 smithi184 bash[22285]: audit 2024-03-26T00:39:14.019497+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:14.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:14 smithi133 bash[21515]: cluster 2024-03-26T00:39:12.590364+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:14.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:14 smithi133 bash[21515]: audit 2024-03-26T00:39:14.012325+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:39:14.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:14 smithi133 bash[21515]: audit 2024-03-26T00:39:14.018328+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:39:14.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:14 smithi133 bash[21515]: audit 2024-03-26T00:39:14.019497+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:15.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:15 smithi171 bash[22161]: audit 2024-03-26T00:39:14.009447+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:39:15.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:15 smithi184 bash[22285]: audit 2024-03-26T00:39:14.009447+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:39:15.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:15 smithi133 bash[21515]: audit 2024-03-26T00:39:14.009447+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:39:16.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:16 smithi171 bash[22161]: cluster 2024-03-26T00:39:14.590704+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:16.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:16 smithi184 bash[22285]: cluster 2024-03-26T00:39:14.590704+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:16.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:16 smithi133 bash[21515]: cluster 2024-03-26T00:39:14.590704+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:18.236 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:17 smithi133 bash[21515]: cluster 2024-03-26T00:39:16.591122+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:18.236 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:17 smithi133 bash[21515]: audit 2024-03-26T00:39:16.965243+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:18.236 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:17 smithi133 bash[21515]: audit 2024-03-26T00:39:16.970514+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:18.236 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:17 smithi133 bash[21515]: audit 2024-03-26T00:39:16.975716+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:18.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:17 smithi171 bash[22161]: cluster 2024-03-26T00:39:16.591122+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:18.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:17 smithi171 bash[22161]: audit 2024-03-26T00:39:16.965243+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:18.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:17 smithi171 bash[22161]: audit 2024-03-26T00:39:16.970514+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:18.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:17 smithi171 bash[22161]: audit 2024-03-26T00:39:16.975716+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:18.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:17 smithi184 bash[22285]: cluster 2024-03-26T00:39:16.591122+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:18.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:17 smithi184 bash[22285]: audit 2024-03-26T00:39:16.965243+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:18.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:17 smithi184 bash[22285]: audit 2024-03-26T00:39:16.970514+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:18.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:17 smithi184 bash[22285]: audit 2024-03-26T00:39:16.975716+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:20.221 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:19 smithi133 bash[21515]: cluster 2024-03-26T00:39:18.591493+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:20.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:19 smithi171 bash[22161]: cluster 2024-03-26T00:39:18.591493+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:20.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:19 smithi184 bash[22285]: cluster 2024-03-26T00:39:18.591493+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:22.258 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:21 smithi171 bash[22161]: cluster 2024-03-26T00:39:20.591780+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:22.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:21 smithi184 bash[22285]: cluster 2024-03-26T00:39:20.591780+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:22.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:21 smithi133 bash[21515]: cluster 2024-03-26T00:39:20.591780+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:24.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:23 smithi171 bash[22161]: cluster 2024-03-26T00:39:22.592162+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:24.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:23 smithi171 bash[22161]: audit 2024-03-26T00:39:23.540609+0000 mon.a (mon.0) 403 : audit [INF] from='client.? 172.21.15.133:0/3292892498' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f7f5a11b-128a-482b-b4c1-a73db9cd6791"}]: dispatch 2024-03-26T00:39:24.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:23 smithi171 bash[22161]: audit 2024-03-26T00:39:23.543121+0000 mon.a (mon.0) 404 : audit [INF] from='client.? 172.21.15.133:0/3292892498' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f7f5a11b-128a-482b-b4c1-a73db9cd6791"}]': finished 2024-03-26T00:39:24.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:23 smithi171 bash[22161]: cluster 2024-03-26T00:39:23.546570+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T00:39:24.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:23 smithi171 bash[22161]: audit 2024-03-26T00:39:23.546942+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:24.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:23 smithi184 bash[22285]: cluster 2024-03-26T00:39:22.592162+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:24.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:23 smithi184 bash[22285]: audit 2024-03-26T00:39:23.540609+0000 mon.a (mon.0) 403 : audit [INF] from='client.? 172.21.15.133:0/3292892498' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f7f5a11b-128a-482b-b4c1-a73db9cd6791"}]: dispatch 2024-03-26T00:39:24.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:23 smithi184 bash[22285]: audit 2024-03-26T00:39:23.543121+0000 mon.a (mon.0) 404 : audit [INF] from='client.? 172.21.15.133:0/3292892498' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f7f5a11b-128a-482b-b4c1-a73db9cd6791"}]': finished 2024-03-26T00:39:24.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:23 smithi184 bash[22285]: cluster 2024-03-26T00:39:23.546570+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T00:39:24.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:23 smithi184 bash[22285]: audit 2024-03-26T00:39:23.546942+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:24.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:23 smithi133 bash[21515]: cluster 2024-03-26T00:39:22.592162+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:24.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:23 smithi133 bash[21515]: audit 2024-03-26T00:39:23.540609+0000 mon.a (mon.0) 403 : audit [INF] from='client.? 172.21.15.133:0/3292892498' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f7f5a11b-128a-482b-b4c1-a73db9cd6791"}]: dispatch 2024-03-26T00:39:24.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:23 smithi133 bash[21515]: audit 2024-03-26T00:39:23.543121+0000 mon.a (mon.0) 404 : audit [INF] from='client.? 172.21.15.133:0/3292892498' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f7f5a11b-128a-482b-b4c1-a73db9cd6791"}]': finished 2024-03-26T00:39:24.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:23 smithi133 bash[21515]: cluster 2024-03-26T00:39:23.546570+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T00:39:24.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:23 smithi133 bash[21515]: audit 2024-03-26T00:39:23.546942+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:25.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:24 smithi171 bash[22161]: audit 2024-03-26T00:39:24.280220+0000 mon.a (mon.0) 407 : audit [DBG] from='client.? 172.21.15.133:0/4259705747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:39:25.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:24 smithi184 bash[22285]: audit 2024-03-26T00:39:24.280220+0000 mon.a (mon.0) 407 : audit [DBG] from='client.? 172.21.15.133:0/4259705747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:39:25.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:24 smithi133 bash[21515]: audit 2024-03-26T00:39:24.280220+0000 mon.a (mon.0) 407 : audit [DBG] from='client.? 172.21.15.133:0/4259705747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:39:26.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:26 smithi171 bash[22161]: cluster 2024-03-26T00:39:24.592561+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:26.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:26 smithi171 bash[22161]: audit 2024-03-26T00:39:25.063460+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:26.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:26 smithi171 bash[22161]: audit 2024-03-26T00:39:25.073536+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:26.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:26 smithi171 bash[22161]: audit 2024-03-26T00:39:25.085005+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:26.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:26 smithi184 bash[22285]: cluster 2024-03-26T00:39:24.592561+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:26.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:26 smithi184 bash[22285]: audit 2024-03-26T00:39:25.063460+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:26.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:26 smithi184 bash[22285]: audit 2024-03-26T00:39:25.073536+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:26.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:26 smithi184 bash[22285]: audit 2024-03-26T00:39:25.085005+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:26.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:26 smithi133 bash[21515]: cluster 2024-03-26T00:39:24.592561+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:26.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:26 smithi133 bash[21515]: audit 2024-03-26T00:39:25.063460+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:26.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:26 smithi133 bash[21515]: audit 2024-03-26T00:39:25.073536+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:26.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:26 smithi133 bash[21515]: audit 2024-03-26T00:39:25.085005+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:28 smithi133 bash[21515]: cluster 2024-03-26T00:39:26.592966+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:28 smithi133 bash[21515]: audit 2024-03-26T00:39:27.903976+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:28.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:28 smithi133 bash[21515]: audit 2024-03-26T00:39:27.913025+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:28.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:28 smithi133 bash[21515]: audit 2024-03-26T00:39:27.923798+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:28.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:28 smithi171 bash[22161]: cluster 2024-03-26T00:39:26.592966+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:28.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:28 smithi171 bash[22161]: audit 2024-03-26T00:39:27.903976+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:28.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:28 smithi171 bash[22161]: audit 2024-03-26T00:39:27.913025+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:28.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:28 smithi171 bash[22161]: audit 2024-03-26T00:39:27.923798+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:28.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:28 smithi184 bash[22285]: cluster 2024-03-26T00:39:26.592966+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:28.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:28 smithi184 bash[22285]: audit 2024-03-26T00:39:27.903976+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:28.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:28 smithi184 bash[22285]: audit 2024-03-26T00:39:27.913025+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:28.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:28 smithi184 bash[22285]: audit 2024-03-26T00:39:27.923798+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:30.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:30 smithi184 bash[22285]: cluster 2024-03-26T00:39:28.593296+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:30.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:30 smithi133 bash[21515]: cluster 2024-03-26T00:39:28.593296+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:30.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:30 smithi171 bash[22161]: cluster 2024-03-26T00:39:28.593296+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:32.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:32 smithi184 bash[22285]: cluster 2024-03-26T00:39:30.593694+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:32.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:32 smithi133 bash[21515]: cluster 2024-03-26T00:39:30.593694+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:32.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:32 smithi171 bash[22161]: cluster 2024-03-26T00:39:30.593694+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:34.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:34 smithi184 bash[22285]: cluster 2024-03-26T00:39:32.594160+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:34.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:34 smithi133 bash[21515]: cluster 2024-03-26T00:39:32.594160+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:34.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:34 smithi171 bash[22161]: cluster 2024-03-26T00:39:32.594160+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:36.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:36 smithi184 bash[22285]: cluster 2024-03-26T00:39:34.594590+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:36.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:36 smithi133 bash[21515]: cluster 2024-03-26T00:39:34.594590+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:36.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:36 smithi171 bash[22161]: cluster 2024-03-26T00:39:34.594590+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:37.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:37 smithi184 bash[22285]: audit 2024-03-26T00:39:36.094450+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T00:39:37.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:37 smithi184 bash[22285]: audit 2024-03-26T00:39:36.096252+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:37.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:37 smithi184 bash[22285]: cephadm 2024-03-26T00:39:36.097735+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-03-26T00:39:37.366 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:37 smithi133 bash[21515]: audit 2024-03-26T00:39:36.094450+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T00:39:37.366 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:37 smithi133 bash[21515]: audit 2024-03-26T00:39:36.096252+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:37.367 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:37 smithi133 bash[21515]: cephadm 2024-03-26T00:39:36.097735+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-03-26T00:39:37.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:37 smithi171 bash[22161]: audit 2024-03-26T00:39:36.094450+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T00:39:37.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:37 smithi171 bash[22161]: audit 2024-03-26T00:39:36.096252+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:37.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:37 smithi171 bash[22161]: cephadm 2024-03-26T00:39:36.097735+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-03-26T00:39:38.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:38 smithi133 bash[21515]: cluster 2024-03-26T00:39:36.595005+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:38.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:38 smithi133 bash[21515]: audit 2024-03-26T00:39:37.170474+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:38.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:38 smithi133 bash[21515]: audit 2024-03-26T00:39:37.178098+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:38.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:38 smithi133 bash[21515]: audit 2024-03-26T00:39:37.187938+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:38.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:38 smithi171 bash[22161]: cluster 2024-03-26T00:39:36.595005+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:38.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:38 smithi171 bash[22161]: audit 2024-03-26T00:39:37.170474+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:38.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:38 smithi171 bash[22161]: audit 2024-03-26T00:39:37.178098+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:38.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:38 smithi171 bash[22161]: audit 2024-03-26T00:39:37.187938+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:38.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:38 smithi184 bash[22285]: cluster 2024-03-26T00:39:36.595005+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:38.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:38 smithi184 bash[22285]: audit 2024-03-26T00:39:37.170474+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:38.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:38 smithi184 bash[22285]: audit 2024-03-26T00:39:37.178098+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:38.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:38 smithi184 bash[22285]: audit 2024-03-26T00:39:37.187938+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:40.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:40 smithi133 bash[21515]: cluster 2024-03-26T00:39:38.595401+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:40.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:40 smithi171 bash[22161]: cluster 2024-03-26T00:39:38.595401+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:40.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:40 smithi184 bash[22285]: cluster 2024-03-26T00:39:38.595401+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:41.011 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:40 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:39:41.011 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:39:40 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:39:41.273 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:41 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:39:41.273 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:39:41 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:39:42.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:42 smithi171 bash[22161]: cluster 2024-03-26T00:39:40.595803+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:42.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:42 smithi171 bash[22161]: audit 2024-03-26T00:39:41.271187+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:42.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:42 smithi171 bash[22161]: audit 2024-03-26T00:39:41.277291+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:42.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:42 smithi171 bash[22161]: audit 2024-03-26T00:39:41.294469+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:42.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:42 smithi171 bash[22161]: audit 2024-03-26T00:39:41.297778+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:42.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:42 smithi171 bash[22161]: audit 2024-03-26T00:39:41.298842+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:42.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:42 smithi171 bash[22161]: audit 2024-03-26T00:39:41.308392+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:42.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:42 smithi184 bash[22285]: cluster 2024-03-26T00:39:40.595803+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:42.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:42 smithi184 bash[22285]: audit 2024-03-26T00:39:41.271187+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:42.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:42 smithi184 bash[22285]: audit 2024-03-26T00:39:41.277291+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:42.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:42 smithi184 bash[22285]: audit 2024-03-26T00:39:41.294469+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:42.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:42 smithi184 bash[22285]: audit 2024-03-26T00:39:41.297778+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:42.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:42 smithi184 bash[22285]: audit 2024-03-26T00:39:41.298842+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:42.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:42 smithi184 bash[22285]: audit 2024-03-26T00:39:41.308392+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:42.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:42 smithi133 bash[21515]: cluster 2024-03-26T00:39:40.595803+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:42.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:42 smithi133 bash[21515]: audit 2024-03-26T00:39:41.271187+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:42.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:42 smithi133 bash[21515]: audit 2024-03-26T00:39:41.277291+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:42.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:42 smithi133 bash[21515]: audit 2024-03-26T00:39:41.294469+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:42.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:42 smithi133 bash[21515]: audit 2024-03-26T00:39:41.297778+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:42.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:42 smithi133 bash[21515]: audit 2024-03-26T00:39:41.298842+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:42.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:42 smithi133 bash[21515]: audit 2024-03-26T00:39:41.308392+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:44.438 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:44 smithi133 bash[21515]: cluster 2024-03-26T00:39:42.596119+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:44.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:44 smithi171 bash[22161]: cluster 2024-03-26T00:39:42.596119+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:44.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:44 smithi184 bash[22285]: cluster 2024-03-26T00:39:42.596119+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:46.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:46 smithi171 bash[22161]: cluster 2024-03-26T00:39:44.596525+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:46.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:46 smithi171 bash[22161]: audit 2024-03-26T00:39:45.277876+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:46.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:46 smithi171 bash[22161]: audit 2024-03-26T00:39:45.290064+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:46.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:46 smithi171 bash[22161]: audit 2024-03-26T00:39:45.300670+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:46.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:46 smithi184 bash[22285]: cluster 2024-03-26T00:39:44.596525+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:46.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:46 smithi184 bash[22285]: audit 2024-03-26T00:39:45.277876+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:46.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:46 smithi184 bash[22285]: audit 2024-03-26T00:39:45.290064+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:46.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:46 smithi184 bash[22285]: audit 2024-03-26T00:39:45.300670+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:46.637 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:46 smithi133 bash[21515]: cluster 2024-03-26T00:39:44.596525+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:46.637 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:46 smithi133 bash[21515]: audit 2024-03-26T00:39:45.277876+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:46.637 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:46 smithi133 bash[21515]: audit 2024-03-26T00:39:45.290064+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:46.638 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:46 smithi133 bash[21515]: audit 2024-03-26T00:39:45.300670+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:48 smithi184 bash[22285]: cluster 2024-03-26T00:39:46.597015+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:48.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:48 smithi184 bash[22285]: audit 2024-03-26T00:39:48.124053+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:48 smithi184 bash[22285]: audit 2024-03-26T00:39:48.131476+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:48 smithi184 bash[22285]: audit 2024-03-26T00:39:48.139241+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:48 smithi184 bash[22285]: audit 2024-03-26T00:39:48.173057+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:48.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:48 smithi184 bash[22285]: audit 2024-03-26T00:39:48.175698+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:48.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:48 smithi184 bash[22285]: audit 2024-03-26T00:39:48.176474+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:48.538 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:48 smithi184 bash[22285]: audit 2024-03-26T00:39:48.182084+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:48 smithi171 bash[22161]: cluster 2024-03-26T00:39:46.597015+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:48.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:48 smithi171 bash[22161]: audit 2024-03-26T00:39:48.124053+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:48 smithi171 bash[22161]: audit 2024-03-26T00:39:48.131476+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:48 smithi171 bash[22161]: audit 2024-03-26T00:39:48.139241+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:48 smithi171 bash[22161]: audit 2024-03-26T00:39:48.173057+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:48.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:48 smithi171 bash[22161]: audit 2024-03-26T00:39:48.175698+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:48.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:48 smithi171 bash[22161]: audit 2024-03-26T00:39:48.176474+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:48.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:48 smithi171 bash[22161]: audit 2024-03-26T00:39:48.182084+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:48 smithi133 bash[21515]: cluster 2024-03-26T00:39:46.597015+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:48.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:48 smithi133 bash[21515]: audit 2024-03-26T00:39:48.124053+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:48 smithi133 bash[21515]: audit 2024-03-26T00:39:48.131476+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:48 smithi133 bash[21515]: audit 2024-03-26T00:39:48.139241+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:48.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:48 smithi133 bash[21515]: audit 2024-03-26T00:39:48.173057+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:48.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:48 smithi133 bash[21515]: audit 2024-03-26T00:39:48.175698+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:48.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:48 smithi133 bash[21515]: audit 2024-03-26T00:39:48.176474+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:48.688 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:48 smithi133 bash[21515]: audit 2024-03-26T00:39:48.182084+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:49.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:49 smithi171 bash[22161]: cephadm 2024-03-26T00:39:48.133915+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi133 2024-03-26T00:39:49.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:49 smithi171 bash[22161]: audit 2024-03-26T00:39:48.457649+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3002043374,v1:172.21.15.133:6803/3002043374]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T00:39:49.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:49 smithi171 bash[22161]: audit 2024-03-26T00:39:48.458285+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T00:39:49.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:49 smithi184 bash[22285]: cephadm 2024-03-26T00:39:48.133915+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi133 2024-03-26T00:39:49.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:49 smithi184 bash[22285]: audit 2024-03-26T00:39:48.457649+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3002043374,v1:172.21.15.133:6803/3002043374]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T00:39:49.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:49 smithi184 bash[22285]: audit 2024-03-26T00:39:48.458285+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T00:39:49.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:49 smithi133 bash[21515]: cephadm 2024-03-26T00:39:48.133915+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi133 2024-03-26T00:39:49.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:49 smithi133 bash[21515]: audit 2024-03-26T00:39:48.457649+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3002043374,v1:172.21.15.133:6803/3002043374]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T00:39:49.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:49 smithi133 bash[21515]: audit 2024-03-26T00:39:48.458285+0000 mon.a (mon.0) 435 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T00:39:50.521 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 0 on host 'smithi133' 2024-03-26T00:39:50.549 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:50 smithi133 bash[21515]: cluster 2024-03-26T00:39:48.597402+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:50.549 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:50 smithi133 bash[21515]: audit 2024-03-26T00:39:49.287120+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T00:39:50.549 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:50 smithi133 bash[21515]: cluster 2024-03-26T00:39:49.291034+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T00:39:50.549 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:50 smithi133 bash[21515]: audit 2024-03-26T00:39:49.291306+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:50.550 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:50 smithi133 bash[21515]: audit 2024-03-26T00:39:49.292263+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3002043374,v1:172.21.15.133:6803/3002043374]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-03-26T00:39:50.550 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:50 smithi133 bash[21515]: audit 2024-03-26T00:39:49.292664+0000 mon.a (mon.0) 439 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-03-26T00:39:50.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:50 smithi171 bash[22161]: cluster 2024-03-26T00:39:48.597402+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:50.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:50 smithi171 bash[22161]: audit 2024-03-26T00:39:49.287120+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T00:39:50.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:50 smithi171 bash[22161]: cluster 2024-03-26T00:39:49.291034+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T00:39:50.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:50 smithi171 bash[22161]: audit 2024-03-26T00:39:49.291306+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:50.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:50 smithi171 bash[22161]: audit 2024-03-26T00:39:49.292263+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3002043374,v1:172.21.15.133:6803/3002043374]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-03-26T00:39:50.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:50 smithi171 bash[22161]: audit 2024-03-26T00:39:49.292664+0000 mon.a (mon.0) 439 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-03-26T00:39:50.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:50 smithi184 bash[22285]: cluster 2024-03-26T00:39:48.597402+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:50.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:50 smithi184 bash[22285]: audit 2024-03-26T00:39:49.287120+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T00:39:50.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:50 smithi184 bash[22285]: cluster 2024-03-26T00:39:49.291034+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T00:39:50.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:50 smithi184 bash[22285]: audit 2024-03-26T00:39:49.291306+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:50.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:50 smithi184 bash[22285]: audit 2024-03-26T00:39:49.292263+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.133:6802/3002043374,v1:172.21.15.133:6803/3002043374]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-03-26T00:39:50.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:50 smithi184 bash[22285]: audit 2024-03-26T00:39:49.292664+0000 mon.a (mon.0) 439 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-03-26T00:39:51.146 DEBUG:teuthology.orchestra.run.smithi133:osd.0> sudo journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@osd.0.service 2024-03-26T00:39:51.149 INFO:tasks.cephadm:Deploying osd.1 on smithi171 with /dev/vg_nvme/lv_4... 2024-03-26T00:39:51.149 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T00:39:51.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:50.289689+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-03-26T00:39:51.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: cluster 2024-03-26T00:39:50.295123+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T00:39:51.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:50.296058+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:51.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:50.302474+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:51.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:50.474503+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:50.479499+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:50.487026+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:51.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:50.490970+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:39:51.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:50.492592+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:51.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:50.494043+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:51.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:50.503045+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:51.242122+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:51.249488+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:51.256196+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:51.269181+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:51.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:51.271416+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:51.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:51.272045+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:51.437 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:51 smithi133 bash[21515]: audit 2024-03-26T00:39:51.278558+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:50.289689+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-03-26T00:39:51.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: cluster 2024-03-26T00:39:50.295123+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T00:39:51.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:50.296058+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:51.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:50.302474+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:51.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:50.474503+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:50.479499+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:50.487026+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:51.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:50.490970+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:39:51.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:50.492592+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:51.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:50.494043+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:51.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:50.503045+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:51.242122+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.573 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:51.249488+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.573 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:51.256196+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.573 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:51.269181+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:51.573 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:51.271416+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:51.573 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:51.272045+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:51.573 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:51 smithi171 bash[22161]: audit 2024-03-26T00:39:51.278558+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:50.289689+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-03-26T00:39:51.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: cluster 2024-03-26T00:39:50.295123+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T00:39:51.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:50.296058+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:51.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:50.302474+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:51.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:50.474503+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:50.479499+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:50.487026+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:51.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:50.490970+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:39:51.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:50.492592+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:51.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:50.494043+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:51.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:50.503045+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:51.242122+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:51.249488+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:51.256196+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:51.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:51.269181+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:39:51.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:51.271416+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:39:51.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:51.272045+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:39:51.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:51 smithi184 bash[22285]: audit 2024-03-26T00:39:51.278558+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:52.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:52 smithi171 bash[22161]: cluster 2024-03-26T00:39:49.416587+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T00:39:52.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:52 smithi171 bash[22161]: cluster 2024-03-26T00:39:49.416679+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T00:39:52.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:52 smithi171 bash[22161]: cluster 2024-03-26T00:39:50.597675+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:52.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:52 smithi171 bash[22161]: audit 2024-03-26T00:39:51.308005+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:52.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:52 smithi171 bash[22161]: cluster 2024-03-26T00:39:51.312987+0000 mon.a (mon.0) 459 : cluster [INF] osd.0 [v2:172.21.15.133:6802/3002043374,v1:172.21.15.133:6803/3002043374] boot 2024-03-26T00:39:52.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:52 smithi171 bash[22161]: cluster 2024-03-26T00:39:51.313121+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T00:39:52.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:52 smithi171 bash[22161]: audit 2024-03-26T00:39:51.313269+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:52.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:52 smithi184 bash[22285]: cluster 2024-03-26T00:39:49.416587+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T00:39:52.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:52 smithi184 bash[22285]: cluster 2024-03-26T00:39:49.416679+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T00:39:52.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:52 smithi184 bash[22285]: cluster 2024-03-26T00:39:50.597675+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:52.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:52 smithi184 bash[22285]: audit 2024-03-26T00:39:51.308005+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:52.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:52 smithi184 bash[22285]: cluster 2024-03-26T00:39:51.312987+0000 mon.a (mon.0) 459 : cluster [INF] osd.0 [v2:172.21.15.133:6802/3002043374,v1:172.21.15.133:6803/3002043374] boot 2024-03-26T00:39:52.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:52 smithi184 bash[22285]: cluster 2024-03-26T00:39:51.313121+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T00:39:52.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:52 smithi184 bash[22285]: audit 2024-03-26T00:39:51.313269+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:52.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:52 smithi133 bash[21515]: cluster 2024-03-26T00:39:49.416587+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T00:39:52.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:52 smithi133 bash[21515]: cluster 2024-03-26T00:39:49.416679+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T00:39:52.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:52 smithi133 bash[21515]: cluster 2024-03-26T00:39:50.597675+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:39:52.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:52 smithi133 bash[21515]: audit 2024-03-26T00:39:51.308005+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:52.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:52 smithi133 bash[21515]: cluster 2024-03-26T00:39:51.312987+0000 mon.a (mon.0) 459 : cluster [INF] osd.0 [v2:172.21.15.133:6802/3002043374,v1:172.21.15.133:6803/3002043374] boot 2024-03-26T00:39:52.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:52 smithi133 bash[21515]: cluster 2024-03-26T00:39:51.313121+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T00:39:52.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:52 smithi133 bash[21515]: audit 2024-03-26T00:39:51.313269+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:39:53.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:53 smithi171 bash[22161]: cluster 2024-03-26T00:39:52.315237+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T00:39:53.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:53 smithi184 bash[22285]: cluster 2024-03-26T00:39:52.315237+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T00:39:53.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:53 smithi133 bash[21515]: cluster 2024-03-26T00:39:52.315237+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T00:39:54.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:54 smithi171 bash[22161]: cluster 2024-03-26T00:39:52.598122+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:39:54.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:54 smithi184 bash[22285]: cluster 2024-03-26T00:39:52.598122+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:39:54.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:54 smithi133 bash[21515]: cluster 2024-03-26T00:39:52.598122+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:39:55.865 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T00:39:56.587 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:56 smithi171 bash[22161]: cluster 2024-03-26T00:39:54.598614+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:39:56.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:56 smithi184 bash[22285]: cluster 2024-03-26T00:39:54.598614+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:39:56.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:56 smithi133 bash[21515]: cluster 2024-03-26T00:39:54.598614+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:39:58.614 INFO:teuthology.orchestra.run.smithi171.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T00:39:58.615 INFO:teuthology.orchestra.run.smithi171.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T00:39:58.615 INFO:teuthology.orchestra.run.smithi171.stderr: stderr: 10+0 records in 2024-03-26T00:39:58.615 INFO:teuthology.orchestra.run.smithi171.stderr:10+0 records out 2024-03-26T00:39:58.615 INFO:teuthology.orchestra.run.smithi171.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.013328 s, 787 MB/s 2024-03-26T00:39:58.615 INFO:teuthology.orchestra.run.smithi171.stderr:--> Zapping successful for: 2024-03-26T00:39:58.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:58 smithi171 bash[22161]: cluster 2024-03-26T00:39:56.599103+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:39:58.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:58 smithi171 bash[22161]: audit 2024-03-26T00:39:57.397647+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:58.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:58 smithi171 bash[22161]: audit 2024-03-26T00:39:57.405703+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:58.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:39:58 smithi171 bash[22161]: audit 2024-03-26T00:39:57.415312+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:58.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:58 smithi133 bash[21515]: cluster 2024-03-26T00:39:56.599103+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:39:58.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:58 smithi133 bash[21515]: audit 2024-03-26T00:39:57.397647+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:58.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:58 smithi133 bash[21515]: audit 2024-03-26T00:39:57.405703+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:58.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:39:58 smithi133 bash[21515]: audit 2024-03-26T00:39:57.415312+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:58.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:58 smithi184 bash[22285]: cluster 2024-03-26T00:39:56.599103+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:39:58.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:58 smithi184 bash[22285]: audit 2024-03-26T00:39:57.397647+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:58.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:58 smithi184 bash[22285]: audit 2024-03-26T00:39:57.405703+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:58.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:39:58 smithi184 bash[22285]: audit 2024-03-26T00:39:57.415312+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:39:59.311 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi171:vg_nvme/lv_4 2024-03-26T00:40:00.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:00 smithi133 bash[21515]: cluster 2024-03-26T00:39:58.599559+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:00.687 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:00 smithi133 bash[21515]: cluster 2024-03-26T00:40:00.000151+0000 mon.a (mon.0) 466 : cluster [INF] overall HEALTH_OK 2024-03-26T00:40:00.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:00 smithi171 bash[22161]: cluster 2024-03-26T00:39:58.599559+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:00.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:00 smithi171 bash[22161]: cluster 2024-03-26T00:40:00.000151+0000 mon.a (mon.0) 466 : cluster [INF] overall HEALTH_OK 2024-03-26T00:40:00.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:00 smithi184 bash[22285]: cluster 2024-03-26T00:39:58.599559+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:00.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:00 smithi184 bash[22285]: cluster 2024-03-26T00:40:00.000151+0000 mon.a (mon.0) 466 : cluster [INF] overall HEALTH_OK 2024-03-26T00:40:02.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:02 smithi133 bash[21515]: cluster 2024-03-26T00:40:00.600024+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:02.786 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:02 smithi171 bash[22161]: cluster 2024-03-26T00:40:00.600024+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:02.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:02 smithi184 bash[22285]: cluster 2024-03-26T00:40:00.600024+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:04.021 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T00:40:04.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:04 smithi133 bash[21515]: cluster 2024-03-26T00:40:02.600479+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:04.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:04 smithi171 bash[22161]: cluster 2024-03-26T00:40:02.600479+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:04.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:04 smithi184 bash[22285]: cluster 2024-03-26T00:40:02.600479+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:06.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:06 smithi171 bash[22161]: cluster 2024-03-26T00:40:04.600966+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:06.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:06 smithi171 bash[22161]: audit 2024-03-26T00:40:05.455901+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:06.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:06 smithi171 bash[22161]: audit 2024-03-26T00:40:05.465690+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:06.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:06 smithi171 bash[22161]: audit 2024-03-26T00:40:05.477034+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:06.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:06 smithi184 bash[22285]: cluster 2024-03-26T00:40:04.600966+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:06.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:06 smithi184 bash[22285]: audit 2024-03-26T00:40:05.455901+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:06.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:06 smithi184 bash[22285]: audit 2024-03-26T00:40:05.465690+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:06.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:06 smithi184 bash[22285]: audit 2024-03-26T00:40:05.477034+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:06.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:06 smithi133 bash[21515]: cluster 2024-03-26T00:40:04.600966+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:06.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:06 smithi133 bash[21515]: audit 2024-03-26T00:40:05.455901+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:06.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:06 smithi133 bash[21515]: audit 2024-03-26T00:40:05.465690+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:06.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:06 smithi133 bash[21515]: audit 2024-03-26T00:40:05.477034+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:07.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:07 smithi171 bash[22161]: audit 2024-03-26T00:40:06.893863+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:40:07.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:07 smithi171 bash[22161]: audit 2024-03-26T00:40:06.900321+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:40:07.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:07 smithi171 bash[22161]: audit 2024-03-26T00:40:06.902063+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:07.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:07 smithi184 bash[22285]: audit 2024-03-26T00:40:06.893863+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:40:07.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:07 smithi184 bash[22285]: audit 2024-03-26T00:40:06.900321+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:40:07.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:07 smithi184 bash[22285]: audit 2024-03-26T00:40:06.902063+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:07.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:07 smithi133 bash[21515]: audit 2024-03-26T00:40:06.893863+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:40:07.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:07 smithi133 bash[21515]: audit 2024-03-26T00:40:06.900321+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:40:07.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:07 smithi133 bash[21515]: audit 2024-03-26T00:40:06.902063+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:08.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:08 smithi184 bash[22285]: cluster 2024-03-26T00:40:06.601380+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:08.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:08 smithi184 bash[22285]: audit 2024-03-26T00:40:06.886332+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:40:08.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:08 smithi171 bash[22161]: cluster 2024-03-26T00:40:06.601380+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:08.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:08 smithi171 bash[22161]: audit 2024-03-26T00:40:06.886332+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:40:08.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:08 smithi133 bash[21515]: cluster 2024-03-26T00:40:06.601380+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:08.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:08 smithi133 bash[21515]: audit 2024-03-26T00:40:06.886332+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:40:10.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:10 smithi184 bash[22285]: cluster 2024-03-26T00:40:08.601869+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:10.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:10 smithi184 bash[22285]: audit 2024-03-26T00:40:09.884122+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:10.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:10 smithi184 bash[22285]: audit 2024-03-26T00:40:09.888762+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:10.605 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:10 smithi184 bash[22285]: audit 2024-03-26T00:40:09.896706+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:10.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:10 smithi171 bash[22161]: cluster 2024-03-26T00:40:08.601869+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:10.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:10 smithi171 bash[22161]: audit 2024-03-26T00:40:09.884122+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:10.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:10 smithi171 bash[22161]: audit 2024-03-26T00:40:09.888762+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:10.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:10 smithi171 bash[22161]: audit 2024-03-26T00:40:09.896706+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:10.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:10 smithi133 bash[21515]: cluster 2024-03-26T00:40:08.601869+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:10.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:10 smithi133 bash[21515]: audit 2024-03-26T00:40:09.884122+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:10.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:10 smithi133 bash[21515]: audit 2024-03-26T00:40:09.888762+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:10.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:10 smithi133 bash[21515]: audit 2024-03-26T00:40:09.896706+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:12.744 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:12 smithi171 bash[22161]: cluster 2024-03-26T00:40:10.602330+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:12.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:12 smithi184 bash[22285]: cluster 2024-03-26T00:40:10.602330+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:12.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:12 smithi133 bash[21515]: cluster 2024-03-26T00:40:10.602330+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:14.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:14 smithi171 bash[22161]: cluster 2024-03-26T00:40:12.602793+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:14.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:14 smithi184 bash[22285]: cluster 2024-03-26T00:40:12.602793+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:14.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:14 smithi133 bash[21515]: cluster 2024-03-26T00:40:12.602793+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:15.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:15 smithi171 bash[22161]: audit 2024-03-26T00:40:15.070106+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.171:0/3602195028' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71a4714a-7fbb-4320-83ea-7545ed4ad803"}]: dispatch 2024-03-26T00:40:15.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:15 smithi171 bash[22161]: audit 2024-03-26T00:40:15.071562+0000 mon.a (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71a4714a-7fbb-4320-83ea-7545ed4ad803"}]: dispatch 2024-03-26T00:40:15.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:15 smithi171 bash[22161]: audit 2024-03-26T00:40:15.075034+0000 mon.a (mon.0) 477 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71a4714a-7fbb-4320-83ea-7545ed4ad803"}]': finished 2024-03-26T00:40:15.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:15 smithi171 bash[22161]: cluster 2024-03-26T00:40:15.080014+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T00:40:15.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:15 smithi171 bash[22161]: audit 2024-03-26T00:40:15.080775+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:15.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:15 smithi184 bash[22285]: audit 2024-03-26T00:40:15.070106+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.171:0/3602195028' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71a4714a-7fbb-4320-83ea-7545ed4ad803"}]: dispatch 2024-03-26T00:40:15.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:15 smithi184 bash[22285]: audit 2024-03-26T00:40:15.071562+0000 mon.a (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71a4714a-7fbb-4320-83ea-7545ed4ad803"}]: dispatch 2024-03-26T00:40:15.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:15 smithi184 bash[22285]: audit 2024-03-26T00:40:15.075034+0000 mon.a (mon.0) 477 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71a4714a-7fbb-4320-83ea-7545ed4ad803"}]': finished 2024-03-26T00:40:15.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:15 smithi184 bash[22285]: cluster 2024-03-26T00:40:15.080014+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T00:40:15.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:15 smithi184 bash[22285]: audit 2024-03-26T00:40:15.080775+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:15.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:15 smithi133 bash[21515]: audit 2024-03-26T00:40:15.070106+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.171:0/3602195028' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71a4714a-7fbb-4320-83ea-7545ed4ad803"}]: dispatch 2024-03-26T00:40:15.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:15 smithi133 bash[21515]: audit 2024-03-26T00:40:15.071562+0000 mon.a (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71a4714a-7fbb-4320-83ea-7545ed4ad803"}]: dispatch 2024-03-26T00:40:15.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:15 smithi133 bash[21515]: audit 2024-03-26T00:40:15.075034+0000 mon.a (mon.0) 477 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71a4714a-7fbb-4320-83ea-7545ed4ad803"}]': finished 2024-03-26T00:40:15.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:15 smithi133 bash[21515]: cluster 2024-03-26T00:40:15.080014+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T00:40:15.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:15 smithi133 bash[21515]: audit 2024-03-26T00:40:15.080775+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:16.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:16 smithi171 bash[22161]: cluster 2024-03-26T00:40:14.603240+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:16.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:16 smithi171 bash[22161]: audit 2024-03-26T00:40:15.780863+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.171:0/3470174047' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:40:16.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:16 smithi184 bash[22285]: cluster 2024-03-26T00:40:14.603240+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:16.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:16 smithi184 bash[22285]: audit 2024-03-26T00:40:15.780863+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.171:0/3470174047' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:40:16.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:16 smithi133 bash[21515]: cluster 2024-03-26T00:40:14.603240+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:16.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:16 smithi133 bash[21515]: audit 2024-03-26T00:40:15.780863+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.171:0/3470174047' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:40:18.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:18 smithi171 bash[22161]: cluster 2024-03-26T00:40:16.603692+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:18.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:18 smithi171 bash[22161]: audit 2024-03-26T00:40:17.615889+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:18.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:18 smithi171 bash[22161]: audit 2024-03-26T00:40:17.623898+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:18.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:18 smithi171 bash[22161]: audit 2024-03-26T00:40:17.633815+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:18.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:18 smithi184 bash[22285]: cluster 2024-03-26T00:40:16.603692+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:18.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:18 smithi184 bash[22285]: audit 2024-03-26T00:40:17.615889+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:18.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:18 smithi184 bash[22285]: audit 2024-03-26T00:40:17.623898+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:18.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:18 smithi184 bash[22285]: audit 2024-03-26T00:40:17.633815+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:18.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:18 smithi133 bash[21515]: cluster 2024-03-26T00:40:16.603692+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:18.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:18 smithi133 bash[21515]: audit 2024-03-26T00:40:17.615889+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:18.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:18 smithi133 bash[21515]: audit 2024-03-26T00:40:17.623898+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:18.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:18 smithi133 bash[21515]: audit 2024-03-26T00:40:17.633815+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:20.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:20 smithi133 bash[21515]: cluster 2024-03-26T00:40:18.604174+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:20.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:20 smithi171 bash[22161]: cluster 2024-03-26T00:40:18.604174+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:20.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:20 smithi184 bash[22285]: cluster 2024-03-26T00:40:18.604174+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:22.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:22 smithi171 bash[22161]: cluster 2024-03-26T00:40:20.604567+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:22.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:22 smithi184 bash[22285]: cluster 2024-03-26T00:40:20.604567+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:22.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:22 smithi133 bash[21515]: cluster 2024-03-26T00:40:20.604567+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:24.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:24 smithi171 bash[22161]: cluster 2024-03-26T00:40:22.605062+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:24.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:24 smithi184 bash[22285]: cluster 2024-03-26T00:40:22.605062+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:24.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:24 smithi133 bash[21515]: cluster 2024-03-26T00:40:22.605062+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:26.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:26 smithi171 bash[22161]: cluster 2024-03-26T00:40:24.605501+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:26.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:26 smithi171 bash[22161]: audit 2024-03-26T00:40:25.596430+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:26.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:26 smithi171 bash[22161]: audit 2024-03-26T00:40:25.604775+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:26.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:26 smithi171 bash[22161]: audit 2024-03-26T00:40:25.615062+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:26.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:26 smithi184 bash[22285]: cluster 2024-03-26T00:40:24.605501+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:26.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:26 smithi184 bash[22285]: audit 2024-03-26T00:40:25.596430+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:26.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:26 smithi184 bash[22285]: audit 2024-03-26T00:40:25.604775+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:26.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:26 smithi184 bash[22285]: audit 2024-03-26T00:40:25.615062+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:26.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:26 smithi133 bash[21515]: cluster 2024-03-26T00:40:24.605501+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:26.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:26 smithi133 bash[21515]: audit 2024-03-26T00:40:25.596430+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:26.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:26 smithi133 bash[21515]: audit 2024-03-26T00:40:25.604775+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:26.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:26 smithi133 bash[21515]: audit 2024-03-26T00:40:25.615062+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:28.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:28 smithi133 bash[21515]: cluster 2024-03-26T00:40:26.605965+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:28.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:28 smithi171 bash[22161]: cluster 2024-03-26T00:40:26.605965+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:28.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:28 smithi184 bash[22285]: cluster 2024-03-26T00:40:26.605965+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:30.786 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:30 smithi184 bash[22285]: cluster 2024-03-26T00:40:28.606497+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:30.786 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:30 smithi184 bash[22285]: audit 2024-03-26T00:40:30.026132+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T00:40:30.786 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:30 smithi184 bash[22285]: audit 2024-03-26T00:40:30.027726+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:30.786 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:30 smithi184 bash[22285]: audit 2024-03-26T00:40:30.094044+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:30.787 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:30 smithi184 bash[22285]: audit 2024-03-26T00:40:30.101536+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:30.787 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:30 smithi184 bash[22285]: audit 2024-03-26T00:40:30.111145+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:30.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:30 smithi171 bash[22161]: cluster 2024-03-26T00:40:28.606497+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:30.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:30 smithi171 bash[22161]: audit 2024-03-26T00:40:30.026132+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T00:40:30.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:30 smithi171 bash[22161]: audit 2024-03-26T00:40:30.027726+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:30.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:30 smithi171 bash[22161]: audit 2024-03-26T00:40:30.094044+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:30.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:30 smithi171 bash[22161]: audit 2024-03-26T00:40:30.101536+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:30.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:30 smithi171 bash[22161]: audit 2024-03-26T00:40:30.111145+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:30.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:30 smithi133 bash[21515]: cluster 2024-03-26T00:40:28.606497+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:30.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:30 smithi133 bash[21515]: audit 2024-03-26T00:40:30.026132+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T00:40:30.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:30 smithi133 bash[21515]: audit 2024-03-26T00:40:30.027726+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:30.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:30 smithi133 bash[21515]: audit 2024-03-26T00:40:30.094044+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:30.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:30 smithi133 bash[21515]: audit 2024-03-26T00:40:30.101536+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:30.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:30 smithi133 bash[21515]: audit 2024-03-26T00:40:30.111145+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:31.719 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:31 smithi171 bash[22161]: cephadm 2024-03-26T00:40:30.029063+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon osd.1 on smithi171 2024-03-26T00:40:31.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:31 smithi184 bash[22285]: cephadm 2024-03-26T00:40:30.029063+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon osd.1 on smithi171 2024-03-26T00:40:31.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:31 smithi133 bash[21515]: cephadm 2024-03-26T00:40:30.029063+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon osd.1 on smithi171 2024-03-26T00:40:32.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:32 smithi171 bash[22161]: cluster 2024-03-26T00:40:30.606912+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:32.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:32 smithi184 bash[22285]: cluster 2024-03-26T00:40:30.606912+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:32.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:32 smithi133 bash[21515]: cluster 2024-03-26T00:40:30.606912+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:33.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:33 smithi171 bash[22161]: cluster 2024-03-26T00:40:32.607393+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:33.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:33 smithi184 bash[22285]: cluster 2024-03-26T00:40:32.607393+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:33.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:33 smithi133 bash[21515]: cluster 2024-03-26T00:40:32.607393+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:34.321 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:40:34 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:40:34.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:34 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:40:34.618 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:34 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:40:34.619 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:40:34 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:40:35.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:35 smithi171 bash[22161]: cluster 2024-03-26T00:40:34.607769+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:35.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:35 smithi171 bash[22161]: audit 2024-03-26T00:40:34.622453+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:35.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:35 smithi171 bash[22161]: audit 2024-03-26T00:40:34.630944+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:35.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:35 smithi171 bash[22161]: audit 2024-03-26T00:40:34.640241+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:35.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:35 smithi171 bash[22161]: audit 2024-03-26T00:40:34.648812+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:35.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:35 smithi171 bash[22161]: audit 2024-03-26T00:40:34.652292+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:35.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:35 smithi171 bash[22161]: audit 2024-03-26T00:40:34.663176+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:35.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:35 smithi133 bash[21515]: cluster 2024-03-26T00:40:34.607769+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:35.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:35 smithi133 bash[21515]: audit 2024-03-26T00:40:34.622453+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:35.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:35 smithi133 bash[21515]: audit 2024-03-26T00:40:34.630944+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:35.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:35 smithi133 bash[21515]: audit 2024-03-26T00:40:34.640241+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:35.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:35 smithi133 bash[21515]: audit 2024-03-26T00:40:34.648812+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:35.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:35 smithi133 bash[21515]: audit 2024-03-26T00:40:34.652292+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:35.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:35 smithi133 bash[21515]: audit 2024-03-26T00:40:34.663176+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:36.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:35 smithi184 bash[22285]: cluster 2024-03-26T00:40:34.607769+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:36.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:35 smithi184 bash[22285]: audit 2024-03-26T00:40:34.622453+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:36.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:35 smithi184 bash[22285]: audit 2024-03-26T00:40:34.630944+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:36.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:35 smithi184 bash[22285]: audit 2024-03-26T00:40:34.640241+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:36.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:35 smithi184 bash[22285]: audit 2024-03-26T00:40:34.648812+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:36.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:35 smithi184 bash[22285]: audit 2024-03-26T00:40:34.652292+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:36.105 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:35 smithi184 bash[22285]: audit 2024-03-26T00:40:34.663176+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:37.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:37 smithi133 bash[21515]: cluster 2024-03-26T00:40:36.608205+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:37.945 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:37 smithi171 bash[22161]: cluster 2024-03-26T00:40:36.608205+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:38.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:37 smithi184 bash[22285]: cluster 2024-03-26T00:40:36.608205+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:39.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:38 smithi184 bash[22285]: audit 2024-03-26T00:40:37.840538+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:39.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:38 smithi184 bash[22285]: audit 2024-03-26T00:40:37.849001+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:39.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:38 smithi184 bash[22285]: audit 2024-03-26T00:40:37.859059+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:39.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:38 smithi133 bash[21515]: audit 2024-03-26T00:40:37.840538+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:39.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:38 smithi133 bash[21515]: audit 2024-03-26T00:40:37.849001+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:39.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:38 smithi133 bash[21515]: audit 2024-03-26T00:40:37.859059+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:39.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:38 smithi171 bash[22161]: audit 2024-03-26T00:40:37.840538+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:39.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:38 smithi171 bash[22161]: audit 2024-03-26T00:40:37.849001+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:39.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:38 smithi171 bash[22161]: audit 2024-03-26T00:40:37.859059+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:40.159 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:39 smithi133 bash[21515]: cluster 2024-03-26T00:40:38.608674+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:40.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:39 smithi171 bash[22161]: cluster 2024-03-26T00:40:38.608674+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:40.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:39 smithi184 bash[22285]: cluster 2024-03-26T00:40:38.608674+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:42.134 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:41 smithi171 bash[22161]: cluster 2024-03-26T00:40:40.609075+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:42.134 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:41 smithi171 bash[22161]: audit 2024-03-26T00:40:40.931296+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.171:6800/1001410485,v1:172.21.15.171:6801/1001410485]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:40:42.134 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:41 smithi171 bash[22161]: audit 2024-03-26T00:40:40.932208+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:40:42.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:41 smithi133 bash[21515]: cluster 2024-03-26T00:40:40.609075+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:42.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:41 smithi133 bash[21515]: audit 2024-03-26T00:40:40.931296+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.171:6800/1001410485,v1:172.21.15.171:6801/1001410485]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:40:42.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:41 smithi133 bash[21515]: audit 2024-03-26T00:40:40.932208+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:40:42.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:41 smithi184 bash[22285]: cluster 2024-03-26T00:40:40.609075+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:42.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:41 smithi184 bash[22285]: audit 2024-03-26T00:40:40.931296+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.171:6800/1001410485,v1:172.21.15.171:6801/1001410485]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:40:42.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:41 smithi184 bash[22285]: audit 2024-03-26T00:40:40.932208+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:40:42.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:42 smithi133 bash[21515]: audit 2024-03-26T00:40:41.872757+0000 mon.a (mon.0) 501 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T00:40:42.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:42 smithi133 bash[21515]: cluster 2024-03-26T00:40:41.875558+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T00:40:42.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:42 smithi133 bash[21515]: audit 2024-03-26T00:40:41.875845+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:42.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:42 smithi133 bash[21515]: audit 2024-03-26T00:40:41.877752+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.171:6800/1001410485,v1:172.21.15.171:6801/1001410485]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-03-26T00:40:42.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:42 smithi133 bash[21515]: audit 2024-03-26T00:40:41.878614+0000 mon.a (mon.0) 504 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-03-26T00:40:43.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:42 smithi171 bash[22161]: audit 2024-03-26T00:40:41.872757+0000 mon.a (mon.0) 501 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T00:40:43.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:42 smithi171 bash[22161]: cluster 2024-03-26T00:40:41.875558+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T00:40:43.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:42 smithi171 bash[22161]: audit 2024-03-26T00:40:41.875845+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:43.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:42 smithi171 bash[22161]: audit 2024-03-26T00:40:41.877752+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.171:6800/1001410485,v1:172.21.15.171:6801/1001410485]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-03-26T00:40:43.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:42 smithi171 bash[22161]: audit 2024-03-26T00:40:41.878614+0000 mon.a (mon.0) 504 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-03-26T00:40:43.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:42 smithi184 bash[22285]: audit 2024-03-26T00:40:41.872757+0000 mon.a (mon.0) 501 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T00:40:43.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:42 smithi184 bash[22285]: cluster 2024-03-26T00:40:41.875558+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T00:40:43.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:42 smithi184 bash[22285]: audit 2024-03-26T00:40:41.875845+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:43.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:42 smithi184 bash[22285]: audit 2024-03-26T00:40:41.877752+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.171:6800/1001410485,v1:172.21.15.171:6801/1001410485]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-03-26T00:40:43.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:42 smithi184 bash[22285]: audit 2024-03-26T00:40:41.878614+0000 mon.a (mon.0) 504 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-03-26T00:40:43.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:43 smithi133 bash[21515]: cluster 2024-03-26T00:40:42.609496+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:43.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:43 smithi133 bash[21515]: audit 2024-03-26T00:40:42.874593+0000 mon.a (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-03-26T00:40:43.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:43 smithi133 bash[21515]: cluster 2024-03-26T00:40:42.877558+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T00:40:43.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:43 smithi133 bash[21515]: audit 2024-03-26T00:40:42.878151+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:43.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:43 smithi133 bash[21515]: audit 2024-03-26T00:40:42.887630+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:43.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:43 smithi133 bash[21515]: audit 2024-03-26T00:40:43.408010+0000 mon.a (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-26T00:40:44.192 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:43 smithi171 bash[22161]: cluster 2024-03-26T00:40:42.609496+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:44.192 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:43 smithi171 bash[22161]: audit 2024-03-26T00:40:42.874593+0000 mon.a (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-03-26T00:40:44.192 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:43 smithi171 bash[22161]: cluster 2024-03-26T00:40:42.877558+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T00:40:44.192 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:43 smithi171 bash[22161]: audit 2024-03-26T00:40:42.878151+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:44.192 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:43 smithi171 bash[22161]: audit 2024-03-26T00:40:42.887630+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:44.192 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:43 smithi171 bash[22161]: audit 2024-03-26T00:40:43.408010+0000 mon.a (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-26T00:40:44.360 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:43 smithi184 bash[22285]: cluster 2024-03-26T00:40:42.609496+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:44.361 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:43 smithi184 bash[22285]: audit 2024-03-26T00:40:42.874593+0000 mon.a (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-03-26T00:40:44.361 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:43 smithi184 bash[22285]: cluster 2024-03-26T00:40:42.877558+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T00:40:44.361 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:43 smithi184 bash[22285]: audit 2024-03-26T00:40:42.878151+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:44.361 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:43 smithi184 bash[22285]: audit 2024-03-26T00:40:42.887630+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:44.361 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:43 smithi184 bash[22285]: audit 2024-03-26T00:40:43.408010+0000 mon.a (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-26T00:40:44.815 INFO:teuthology.orchestra.run.smithi171.stdout:Created osd(s) 1 on host 'smithi171' 2024-03-26T00:40:45.090 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: cluster 2024-03-26T00:40:41.942216+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T00:40:45.090 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: cluster 2024-03-26T00:40:41.942296+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T00:40:45.090 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: audit 2024-03-26T00:40:43.889846+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:45.090 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: cluster 2024-03-26T00:40:44.411696+0000 mon.a (mon.0) 511 : cluster [INF] osd.1 [v2:172.21.15.171:6800/1001410485,v1:172.21.15.171:6801/1001410485] boot 2024-03-26T00:40:45.090 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: cluster 2024-03-26T00:40:44.411737+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T00:40:45.090 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: audit 2024-03-26T00:40:44.411851+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:45.091 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: audit 2024-03-26T00:40:44.794821+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.091 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: audit 2024-03-26T00:40:44.795816+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:45.091 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: audit 2024-03-26T00:40:44.803945+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.091 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: audit 2024-03-26T00:40:44.804931+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:40:45.091 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: audit 2024-03-26T00:40:44.812550+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.091 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: audit 2024-03-26T00:40:44.818371+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:45.091 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: audit 2024-03-26T00:40:44.820511+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:45.091 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:44 smithi171 bash[22161]: audit 2024-03-26T00:40:44.830166+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: cluster 2024-03-26T00:40:41.942216+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T00:40:45.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: cluster 2024-03-26T00:40:41.942296+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T00:40:45.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: audit 2024-03-26T00:40:43.889846+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:45.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: cluster 2024-03-26T00:40:44.411696+0000 mon.a (mon.0) 511 : cluster [INF] osd.1 [v2:172.21.15.171:6800/1001410485,v1:172.21.15.171:6801/1001410485] boot 2024-03-26T00:40:45.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: cluster 2024-03-26T00:40:44.411737+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T00:40:45.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: audit 2024-03-26T00:40:44.411851+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:45.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: audit 2024-03-26T00:40:44.794821+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: audit 2024-03-26T00:40:44.795816+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:45.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: audit 2024-03-26T00:40:44.803945+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: audit 2024-03-26T00:40:44.804931+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:40:45.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: audit 2024-03-26T00:40:44.812550+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: audit 2024-03-26T00:40:44.818371+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:45.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: audit 2024-03-26T00:40:44.820511+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:45.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:44 smithi133 bash[21515]: audit 2024-03-26T00:40:44.830166+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: cluster 2024-03-26T00:40:41.942216+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T00:40:45.394 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: cluster 2024-03-26T00:40:41.942296+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T00:40:45.394 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: audit 2024-03-26T00:40:43.889846+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:45.394 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: cluster 2024-03-26T00:40:44.411696+0000 mon.a (mon.0) 511 : cluster [INF] osd.1 [v2:172.21.15.171:6800/1001410485,v1:172.21.15.171:6801/1001410485] boot 2024-03-26T00:40:45.394 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: cluster 2024-03-26T00:40:44.411737+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T00:40:45.394 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: audit 2024-03-26T00:40:44.411851+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:40:45.394 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: audit 2024-03-26T00:40:44.794821+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.394 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: audit 2024-03-26T00:40:44.795816+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:45.394 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: audit 2024-03-26T00:40:44.803945+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.394 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: audit 2024-03-26T00:40:44.804931+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:40:45.394 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: audit 2024-03-26T00:40:44.812550+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.394 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: audit 2024-03-26T00:40:44.818371+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:45.395 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: audit 2024-03-26T00:40:44.820511+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:45.395 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:44 smithi184 bash[22285]: audit 2024-03-26T00:40:44.830166+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:45.810 DEBUG:teuthology.orchestra.run.smithi171:osd.1> sudo journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@osd.1.service 2024-03-26T00:40:45.814 INFO:tasks.cephadm:Deploying osd.2 on smithi184 with /dev/vg_nvme/lv_4... 2024-03-26T00:40:45.814 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T00:40:46.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:46 smithi133 bash[21515]: cluster 2024-03-26T00:40:44.609883+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:46.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:46 smithi133 bash[21515]: cephadm 2024-03-26T00:40:44.806453+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi171 to 16241M 2024-03-26T00:40:46.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:46 smithi133 bash[21515]: audit 2024-03-26T00:40:45.741166+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:46 smithi133 bash[21515]: audit 2024-03-26T00:40:45.749554+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:46 smithi133 bash[21515]: audit 2024-03-26T00:40:45.760000+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:46 smithi133 bash[21515]: audit 2024-03-26T00:40:45.803586+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:46.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:46 smithi133 bash[21515]: audit 2024-03-26T00:40:45.809436+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:46.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:46 smithi133 bash[21515]: audit 2024-03-26T00:40:45.811393+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:46.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:46 smithi133 bash[21515]: audit 2024-03-26T00:40:45.821979+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:46 smithi133 bash[21515]: cluster 2024-03-26T00:40:45.833842+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T00:40:46.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:46 smithi171 bash[22161]: cluster 2024-03-26T00:40:44.609883+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:46.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:46 smithi171 bash[22161]: cephadm 2024-03-26T00:40:44.806453+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi171 to 16241M 2024-03-26T00:40:46.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:46 smithi171 bash[22161]: audit 2024-03-26T00:40:45.741166+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:46 smithi171 bash[22161]: audit 2024-03-26T00:40:45.749554+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:46 smithi171 bash[22161]: audit 2024-03-26T00:40:45.760000+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:46 smithi171 bash[22161]: audit 2024-03-26T00:40:45.803586+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:46.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:46 smithi171 bash[22161]: audit 2024-03-26T00:40:45.809436+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:46.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:46 smithi171 bash[22161]: audit 2024-03-26T00:40:45.811393+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:46.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:46 smithi171 bash[22161]: audit 2024-03-26T00:40:45.821979+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:46 smithi171 bash[22161]: cluster 2024-03-26T00:40:45.833842+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T00:40:46.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:46 smithi184 bash[22285]: cluster 2024-03-26T00:40:44.609883+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:40:46.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:46 smithi184 bash[22285]: cephadm 2024-03-26T00:40:44.806453+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi171 to 16241M 2024-03-26T00:40:46.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:46 smithi184 bash[22285]: audit 2024-03-26T00:40:45.741166+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:46 smithi184 bash[22285]: audit 2024-03-26T00:40:45.749554+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:46 smithi184 bash[22285]: audit 2024-03-26T00:40:45.760000+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:46 smithi184 bash[22285]: audit 2024-03-26T00:40:45.803586+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:46.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:46 smithi184 bash[22285]: audit 2024-03-26T00:40:45.809436+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:46.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:46 smithi184 bash[22285]: audit 2024-03-26T00:40:45.811393+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:46.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:46 smithi184 bash[22285]: audit 2024-03-26T00:40:45.821979+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:46.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:46 smithi184 bash[22285]: cluster 2024-03-26T00:40:45.833842+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T00:40:47.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:47 smithi171 bash[22161]: cephadm 2024-03-26T00:40:45.752628+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi171 2024-03-26T00:40:47.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:47 smithi171 bash[22161]: cluster 2024-03-26T00:40:45.815284+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:47.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:47 smithi171 bash[22161]: cluster 2024-03-26T00:40:46.756561+0000 mon.a (mon.0) 530 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T00:40:47.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:47 smithi133 bash[21515]: cephadm 2024-03-26T00:40:45.752628+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi171 2024-03-26T00:40:47.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:47 smithi133 bash[21515]: cluster 2024-03-26T00:40:45.815284+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:47.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:47 smithi133 bash[21515]: cluster 2024-03-26T00:40:46.756561+0000 mon.a (mon.0) 530 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T00:40:47.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:47 smithi184 bash[22285]: cephadm 2024-03-26T00:40:45.752628+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Detected new or changed devices on smithi171 2024-03-26T00:40:47.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:47 smithi184 bash[22285]: cluster 2024-03-26T00:40:45.815284+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:47.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:47 smithi184 bash[22285]: cluster 2024-03-26T00:40:46.756561+0000 mon.a (mon.0) 530 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T00:40:49.310 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:49 smithi184 bash[22285]: cluster 2024-03-26T00:40:47.815884+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:49.310 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:49 smithi184 bash[22285]: audit 2024-03-26T00:40:48.015291+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.310 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:49 smithi184 bash[22285]: audit 2024-03-26T00:40:48.024463+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.310 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:49 smithi184 bash[22285]: audit 2024-03-26T00:40:48.034827+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.310 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:49 smithi184 bash[22285]: audit 2024-03-26T00:40:48.048194+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:49.310 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:49 smithi184 bash[22285]: audit 2024-03-26T00:40:48.053666+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:49.310 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:49 smithi184 bash[22285]: audit 2024-03-26T00:40:48.055337+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:49.310 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:49 smithi184 bash[22285]: cluster 2024-03-26T00:40:48.058565+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:49.310 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:49 smithi184 bash[22285]: audit 2024-03-26T00:40:48.064988+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.311 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:49 smithi184 bash[22285]: cluster 2024-03-26T00:40:48.414133+0000 mon.a (mon.0) 538 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T00:40:49.311 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:49 smithi184 bash[22285]: cluster 2024-03-26T00:40:48.414191+0000 mon.a (mon.0) 539 : cluster [INF] Cluster is now healthy 2024-03-26T00:40:49.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:49 smithi171 bash[22161]: cluster 2024-03-26T00:40:47.815884+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:49.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:49 smithi171 bash[22161]: audit 2024-03-26T00:40:48.015291+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:49 smithi171 bash[22161]: audit 2024-03-26T00:40:48.024463+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:49 smithi171 bash[22161]: audit 2024-03-26T00:40:48.034827+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:49 smithi171 bash[22161]: audit 2024-03-26T00:40:48.048194+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:49.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:49 smithi171 bash[22161]: audit 2024-03-26T00:40:48.053666+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:49.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:49 smithi171 bash[22161]: audit 2024-03-26T00:40:48.055337+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:49.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:49 smithi171 bash[22161]: cluster 2024-03-26T00:40:48.058565+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:49.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:49 smithi171 bash[22161]: audit 2024-03-26T00:40:48.064988+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:49 smithi171 bash[22161]: cluster 2024-03-26T00:40:48.414133+0000 mon.a (mon.0) 538 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T00:40:49.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:49 smithi171 bash[22161]: cluster 2024-03-26T00:40:48.414191+0000 mon.a (mon.0) 539 : cluster [INF] Cluster is now healthy 2024-03-26T00:40:49.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:49 smithi133 bash[21515]: cluster 2024-03-26T00:40:47.815884+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:49.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:49 smithi133 bash[21515]: audit 2024-03-26T00:40:48.015291+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:49 smithi133 bash[21515]: audit 2024-03-26T00:40:48.024463+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:49 smithi133 bash[21515]: audit 2024-03-26T00:40:48.034827+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:49 smithi133 bash[21515]: audit 2024-03-26T00:40:48.048194+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:40:49.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:49 smithi133 bash[21515]: audit 2024-03-26T00:40:48.053666+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:40:49.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:49 smithi133 bash[21515]: audit 2024-03-26T00:40:48.055337+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:40:49.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:49 smithi133 bash[21515]: cluster 2024-03-26T00:40:48.058565+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:49.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:49 smithi133 bash[21515]: audit 2024-03-26T00:40:48.064988+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:49.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:49 smithi133 bash[21515]: cluster 2024-03-26T00:40:48.414133+0000 mon.a (mon.0) 538 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T00:40:49.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:49 smithi133 bash[21515]: cluster 2024-03-26T00:40:48.414191+0000 mon.a (mon.0) 539 : cluster [INF] Cluster is now healthy 2024-03-26T00:40:49.513 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T00:40:51.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:51 smithi171 bash[22161]: cluster 2024-03-26T00:40:50.059015+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:51.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:51 smithi171 bash[22161]: audit 2024-03-26T00:40:50.296614+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:51.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:51 smithi171 bash[22161]: audit 2024-03-26T00:40:50.304648+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:51.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:51 smithi171 bash[22161]: audit 2024-03-26T00:40:50.314038+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:51.588 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:51 smithi184 bash[22285]: cluster 2024-03-26T00:40:50.059015+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:51.589 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:51 smithi184 bash[22285]: audit 2024-03-26T00:40:50.296614+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:51.589 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:51 smithi184 bash[22285]: audit 2024-03-26T00:40:50.304648+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:51.589 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:51 smithi184 bash[22285]: audit 2024-03-26T00:40:50.314038+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:51.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:51 smithi133 bash[21515]: cluster 2024-03-26T00:40:50.059015+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:51.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:51 smithi133 bash[21515]: audit 2024-03-26T00:40:50.296614+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:51.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:51 smithi133 bash[21515]: audit 2024-03-26T00:40:50.304648+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:51.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:51 smithi133 bash[21515]: audit 2024-03-26T00:40:50.314038+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:53.456 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T00:40:53.457 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T00:40:53.457 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2024-03-26T00:40:53.457 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2024-03-26T00:40:53.457 INFO:teuthology.orchestra.run.smithi184.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0135921 s, 771 MB/s 2024-03-26T00:40:53.457 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2024-03-26T00:40:53.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:53 smithi171 bash[22161]: cluster 2024-03-26T00:40:52.059513+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:53.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:53 smithi184 bash[22285]: cluster 2024-03-26T00:40:52.059513+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:53.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:53 smithi133 bash[21515]: cluster 2024-03-26T00:40:52.059513+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:54.155 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi184:vg_nvme/lv_4 2024-03-26T00:40:55.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:55 smithi171 bash[22161]: cluster 2024-03-26T00:40:54.060168+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:55.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:55 smithi184 bash[22285]: cluster 2024-03-26T00:40:54.060168+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:55.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:55 smithi133 bash[21515]: cluster 2024-03-26T00:40:54.060168+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:57.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:57 smithi171 bash[22161]: cluster 2024-03-26T00:40:56.060649+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:57.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:57 smithi184 bash[22285]: cluster 2024-03-26T00:40:56.060649+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:57.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:57 smithi133 bash[21515]: cluster 2024-03-26T00:40:56.060649+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:58.001 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T00:40:59.149 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:59 smithi184 bash[22285]: audit 2024-03-26T00:40:58.046071+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:59.149 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:59 smithi184 bash[22285]: audit 2024-03-26T00:40:58.053923+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:59.149 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:59 smithi184 bash[22285]: cluster 2024-03-26T00:40:58.061203+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:59.149 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:40:59 smithi184 bash[22285]: audit 2024-03-26T00:40:58.064535+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:59.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:59 smithi171 bash[22161]: audit 2024-03-26T00:40:58.046071+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:59.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:59 smithi171 bash[22161]: audit 2024-03-26T00:40:58.053923+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:59.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:59 smithi171 bash[22161]: cluster 2024-03-26T00:40:58.061203+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:59.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:40:59 smithi171 bash[22161]: audit 2024-03-26T00:40:58.064535+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:59.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:59 smithi133 bash[21515]: audit 2024-03-26T00:40:58.046071+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:59.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:59 smithi133 bash[21515]: audit 2024-03-26T00:40:58.053923+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:40:59.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:59 smithi133 bash[21515]: cluster 2024-03-26T00:40:58.061203+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:40:59.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:40:59 smithi133 bash[21515]: audit 2024-03-26T00:40:58.064535+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:01.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:01 smithi133 bash[21515]: cluster 2024-03-26T00:41:00.061652+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:01.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:01 smithi133 bash[21515]: audit 2024-03-26T00:41:00.736951+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:41:01.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:01 smithi133 bash[21515]: audit 2024-03-26T00:41:00.744505+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:41:01.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:01 smithi133 bash[21515]: audit 2024-03-26T00:41:00.746244+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:01.573 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:01 smithi171 bash[22161]: cluster 2024-03-26T00:41:00.061652+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:01.573 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:01 smithi171 bash[22161]: audit 2024-03-26T00:41:00.736951+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:41:01.573 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:01 smithi171 bash[22161]: audit 2024-03-26T00:41:00.744505+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:41:01.573 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:01 smithi171 bash[22161]: audit 2024-03-26T00:41:00.746244+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:01.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:01 smithi184 bash[22285]: cluster 2024-03-26T00:41:00.061652+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:01.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:01 smithi184 bash[22285]: audit 2024-03-26T00:41:00.736951+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:41:01.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:01 smithi184 bash[22285]: audit 2024-03-26T00:41:00.744505+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:41:01.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:01 smithi184 bash[22285]: audit 2024-03-26T00:41:00.746244+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:02.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:02 smithi133 bash[21515]: audit 2024-03-26T00:41:00.729363+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:41:02.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:02 smithi171 bash[22161]: audit 2024-03-26T00:41:00.729363+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:41:02.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:02 smithi184 bash[22285]: audit 2024-03-26T00:41:00.729363+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:41:03.428 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:03 smithi133 bash[21515]: cluster 2024-03-26T00:41:02.062020+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:03.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:03 smithi171 bash[22161]: cluster 2024-03-26T00:41:02.062020+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:03.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:03 smithi184 bash[22285]: cluster 2024-03-26T00:41:02.062020+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:05.395 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:05 smithi171 bash[22161]: cluster 2024-03-26T00:41:04.062555+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:05.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:05 smithi133 bash[21515]: cluster 2024-03-26T00:41:04.062555+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:05.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:05 smithi184 bash[22285]: cluster 2024-03-26T00:41:04.062555+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:07.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:07 smithi133 bash[21515]: cluster 2024-03-26T00:41:06.063077+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:07.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:07 smithi133 bash[21515]: audit 2024-03-26T00:41:06.747425+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:07.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:07 smithi133 bash[21515]: audit 2024-03-26T00:41:06.756318+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:07.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:07 smithi133 bash[21515]: audit 2024-03-26T00:41:06.766149+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:07.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:07 smithi171 bash[22161]: cluster 2024-03-26T00:41:06.063077+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:07.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:07 smithi171 bash[22161]: audit 2024-03-26T00:41:06.747425+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:07.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:07 smithi171 bash[22161]: audit 2024-03-26T00:41:06.756318+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:07.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:07 smithi171 bash[22161]: audit 2024-03-26T00:41:06.766149+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:07.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:07 smithi184 bash[22285]: cluster 2024-03-26T00:41:06.063077+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:07.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:07 smithi184 bash[22285]: audit 2024-03-26T00:41:06.747425+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:07.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:07 smithi184 bash[22285]: audit 2024-03-26T00:41:06.756318+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:07.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:07 smithi184 bash[22285]: audit 2024-03-26T00:41:06.766149+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:09.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:09 smithi133 bash[21515]: cluster 2024-03-26T00:41:08.063561+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:09.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:09 smithi133 bash[21515]: audit 2024-03-26T00:41:08.991884+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.184:0/2712714510' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "64da5a20-c060-4f09-9efd-7668c9f37014"}]: dispatch 2024-03-26T00:41:09.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:09 smithi133 bash[21515]: audit 2024-03-26T00:41:08.992875+0000 mon.a (mon.0) 552 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "64da5a20-c060-4f09-9efd-7668c9f37014"}]: dispatch 2024-03-26T00:41:09.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:09 smithi133 bash[21515]: audit 2024-03-26T00:41:08.996064+0000 mon.a (mon.0) 553 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64da5a20-c060-4f09-9efd-7668c9f37014"}]': finished 2024-03-26T00:41:09.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:09 smithi133 bash[21515]: cluster 2024-03-26T00:41:09.003259+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T00:41:09.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:09 smithi133 bash[21515]: audit 2024-03-26T00:41:09.003696+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:09.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:09 smithi171 bash[22161]: cluster 2024-03-26T00:41:08.063561+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:09.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:09 smithi171 bash[22161]: audit 2024-03-26T00:41:08.991884+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.184:0/2712714510' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "64da5a20-c060-4f09-9efd-7668c9f37014"}]: dispatch 2024-03-26T00:41:09.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:09 smithi171 bash[22161]: audit 2024-03-26T00:41:08.992875+0000 mon.a (mon.0) 552 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "64da5a20-c060-4f09-9efd-7668c9f37014"}]: dispatch 2024-03-26T00:41:09.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:09 smithi171 bash[22161]: audit 2024-03-26T00:41:08.996064+0000 mon.a (mon.0) 553 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64da5a20-c060-4f09-9efd-7668c9f37014"}]': finished 2024-03-26T00:41:09.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:09 smithi171 bash[22161]: cluster 2024-03-26T00:41:09.003259+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T00:41:09.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:09 smithi171 bash[22161]: audit 2024-03-26T00:41:09.003696+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:09.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:09 smithi184 bash[22285]: cluster 2024-03-26T00:41:08.063561+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:09.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:09 smithi184 bash[22285]: audit 2024-03-26T00:41:08.991884+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.184:0/2712714510' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "64da5a20-c060-4f09-9efd-7668c9f37014"}]: dispatch 2024-03-26T00:41:09.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:09 smithi184 bash[22285]: audit 2024-03-26T00:41:08.992875+0000 mon.a (mon.0) 552 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "64da5a20-c060-4f09-9efd-7668c9f37014"}]: dispatch 2024-03-26T00:41:09.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:09 smithi184 bash[22285]: audit 2024-03-26T00:41:08.996064+0000 mon.a (mon.0) 553 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64da5a20-c060-4f09-9efd-7668c9f37014"}]': finished 2024-03-26T00:41:09.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:09 smithi184 bash[22285]: cluster 2024-03-26T00:41:09.003259+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T00:41:09.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:09 smithi184 bash[22285]: audit 2024-03-26T00:41:09.003696+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:10.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:10 smithi133 bash[21515]: audit 2024-03-26T00:41:09.689177+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.184:0/2207153140' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:41:10.559 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:10 smithi184 bash[22285]: audit 2024-03-26T00:41:09.689177+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.184:0/2207153140' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:41:10.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:10 smithi171 bash[22161]: audit 2024-03-26T00:41:09.689177+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.184:0/2207153140' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:41:11.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:11 smithi171 bash[22161]: cluster 2024-03-26T00:41:10.064054+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:11.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:11 smithi171 bash[22161]: audit 2024-03-26T00:41:10.514467+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:11.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:11 smithi171 bash[22161]: audit 2024-03-26T00:41:10.520369+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:11.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:11 smithi171 bash[22161]: audit 2024-03-26T00:41:10.531375+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:11.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:11 smithi184 bash[22285]: cluster 2024-03-26T00:41:10.064054+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:11.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:11 smithi184 bash[22285]: audit 2024-03-26T00:41:10.514467+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:11.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:11 smithi184 bash[22285]: audit 2024-03-26T00:41:10.520369+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:11.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:11 smithi184 bash[22285]: audit 2024-03-26T00:41:10.531375+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:11.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:11 smithi133 bash[21515]: cluster 2024-03-26T00:41:10.064054+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:11.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:11 smithi133 bash[21515]: audit 2024-03-26T00:41:10.514467+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:11.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:11 smithi133 bash[21515]: audit 2024-03-26T00:41:10.520369+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:11.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:11 smithi133 bash[21515]: audit 2024-03-26T00:41:10.531375+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:13.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:13 smithi171 bash[22161]: cluster 2024-03-26T00:41:12.064514+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:13.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:13 smithi184 bash[22285]: cluster 2024-03-26T00:41:12.064514+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:13.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:13 smithi133 bash[21515]: cluster 2024-03-26T00:41:12.064514+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:15.782 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:15 smithi184 bash[22285]: cluster 2024-03-26T00:41:14.064991+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:15.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:15 smithi171 bash[22161]: cluster 2024-03-26T00:41:14.064991+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:15.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:15 smithi133 bash[21515]: cluster 2024-03-26T00:41:14.064991+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:17.797 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:17 smithi184 bash[22285]: cluster 2024-03-26T00:41:16.065418+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:17.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:17 smithi171 bash[22161]: cluster 2024-03-26T00:41:16.065418+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:17.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:17 smithi133 bash[21515]: cluster 2024-03-26T00:41:16.065418+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:19.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:19 smithi171 bash[22161]: cluster 2024-03-26T00:41:18.065879+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:19.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:19 smithi171 bash[22161]: audit 2024-03-26T00:41:18.235985+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:19.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:19 smithi171 bash[22161]: audit 2024-03-26T00:41:18.244036+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:19.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:19 smithi171 bash[22161]: cephadm 2024-03-26T00:41:18.247091+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-26T00:41:19.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:19 smithi171 bash[22161]: audit 2024-03-26T00:41:18.254297+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:19.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:19 smithi184 bash[22285]: cluster 2024-03-26T00:41:18.065879+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:19.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:19 smithi184 bash[22285]: audit 2024-03-26T00:41:18.235985+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:19.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:19 smithi184 bash[22285]: audit 2024-03-26T00:41:18.244036+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:19.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:19 smithi184 bash[22285]: cephadm 2024-03-26T00:41:18.247091+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-26T00:41:19.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:19 smithi184 bash[22285]: audit 2024-03-26T00:41:18.254297+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:19.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:19 smithi133 bash[21515]: cluster 2024-03-26T00:41:18.065879+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:19.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:19 smithi133 bash[21515]: audit 2024-03-26T00:41:18.235985+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:19.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:19 smithi133 bash[21515]: audit 2024-03-26T00:41:18.244036+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:19.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:19 smithi133 bash[21515]: cephadm 2024-03-26T00:41:18.247091+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-26T00:41:19.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:19 smithi133 bash[21515]: audit 2024-03-26T00:41:18.254297+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:21.570 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:21 smithi184 bash[22285]: cluster 2024-03-26T00:41:20.066365+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:21.570 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:21 smithi184 bash[22285]: audit 2024-03-26T00:41:21.170296+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T00:41:21.570 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:21 smithi184 bash[22285]: audit 2024-03-26T00:41:21.172018+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:21.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:21 smithi171 bash[22161]: cluster 2024-03-26T00:41:20.066365+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:21.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:21 smithi171 bash[22161]: audit 2024-03-26T00:41:21.170296+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T00:41:21.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:21 smithi171 bash[22161]: audit 2024-03-26T00:41:21.172018+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:21.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:21 smithi133 bash[21515]: cluster 2024-03-26T00:41:20.066365+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:21.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:21 smithi133 bash[21515]: audit 2024-03-26T00:41:21.170296+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T00:41:21.685 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:21 smithi133 bash[21515]: audit 2024-03-26T00:41:21.172018+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:22.536 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:22 smithi184 bash[22285]: cephadm 2024-03-26T00:41:21.173692+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-03-26T00:41:22.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:22 smithi171 bash[22161]: cephadm 2024-03-26T00:41:21.173692+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-03-26T00:41:22.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:22 smithi133 bash[21515]: cephadm 2024-03-26T00:41:21.173692+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-03-26T00:41:23.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:23 smithi133 bash[21515]: cluster 2024-03-26T00:41:22.066847+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:23.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:23 smithi171 bash[22161]: cluster 2024-03-26T00:41:22.066847+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:23.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:23 smithi184 bash[22285]: cluster 2024-03-26T00:41:22.066847+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:25.308 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:25 smithi184 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:41:25.309 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:25 smithi184 bash[22285]: cluster 2024-03-26T00:41:24.067359+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:25.426 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:25 smithi171 bash[22161]: cluster 2024-03-26T00:41:24.067359+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:25.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:25 smithi133 bash[21515]: cluster 2024-03-26T00:41:24.067359+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:25.584 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:25 smithi184 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:41:26.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:26 smithi184 bash[22285]: audit 2024-03-26T00:41:25.582464+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:26.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:26 smithi184 bash[22285]: audit 2024-03-26T00:41:25.586839+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:26.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:26 smithi184 bash[22285]: audit 2024-03-26T00:41:25.589143+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:26.606 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:26 smithi184 bash[22285]: audit 2024-03-26T00:41:25.593697+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:26.607 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:26 smithi184 bash[22285]: audit 2024-03-26T00:41:25.595426+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:26.607 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:26 smithi184 bash[22285]: audit 2024-03-26T00:41:25.603399+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:26.607 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:26 smithi184 bash[22285]: cluster 2024-03-26T00:41:26.067946+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:26.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:26 smithi171 bash[22161]: audit 2024-03-26T00:41:25.582464+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:26.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:26 smithi171 bash[22161]: audit 2024-03-26T00:41:25.586839+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:26.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:26 smithi171 bash[22161]: audit 2024-03-26T00:41:25.589143+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:26.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:26 smithi171 bash[22161]: audit 2024-03-26T00:41:25.593697+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:26.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:26 smithi171 bash[22161]: audit 2024-03-26T00:41:25.595426+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:26.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:26 smithi171 bash[22161]: audit 2024-03-26T00:41:25.603399+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:26.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:26 smithi171 bash[22161]: cluster 2024-03-26T00:41:26.067946+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:26.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:26 smithi133 bash[21515]: audit 2024-03-26T00:41:25.582464+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:26.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:26 smithi133 bash[21515]: audit 2024-03-26T00:41:25.586839+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:26.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:26 smithi133 bash[21515]: audit 2024-03-26T00:41:25.589143+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:26.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:26 smithi133 bash[21515]: audit 2024-03-26T00:41:25.593697+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:26.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:26 smithi133 bash[21515]: audit 2024-03-26T00:41:25.595426+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:26.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:26 smithi133 bash[21515]: audit 2024-03-26T00:41:25.603399+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:26.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:26 smithi133 bash[21515]: cluster 2024-03-26T00:41:26.067946+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:27 smithi184 bash[22285]: audit 2024-03-26T00:41:26.944190+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:28.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:27 smithi184 bash[22285]: audit 2024-03-26T00:41:26.952923+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:28.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:27 smithi184 bash[22285]: audit 2024-03-26T00:41:26.962910+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:28.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:27 smithi171 bash[22161]: audit 2024-03-26T00:41:26.944190+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:28.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:27 smithi171 bash[22161]: audit 2024-03-26T00:41:26.952923+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:28.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:27 smithi171 bash[22161]: audit 2024-03-26T00:41:26.962910+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:28.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:27 smithi133 bash[21515]: audit 2024-03-26T00:41:26.944190+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:28.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:27 smithi133 bash[21515]: audit 2024-03-26T00:41:26.952923+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:28.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:27 smithi133 bash[21515]: audit 2024-03-26T00:41:26.962910+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:29.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:28 smithi171 bash[22161]: cluster 2024-03-26T00:41:28.068471+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:28 smithi184 bash[22285]: cluster 2024-03-26T00:41:28.068471+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:29.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:28 smithi133 bash[21515]: cluster 2024-03-26T00:41:28.068471+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:31.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:31 smithi133 bash[21515]: cluster 2024-03-26T00:41:30.068937+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:31.484 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:31 smithi133 bash[21515]: audit 2024-03-26T00:41:30.729349+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:31.484 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:31 smithi133 bash[21515]: audit 2024-03-26T00:41:30.738491+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:31.484 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:31 smithi133 bash[21515]: audit 2024-03-26T00:41:30.748723+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:31.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:31 smithi171 bash[22161]: cluster 2024-03-26T00:41:30.068937+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:31.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:31 smithi171 bash[22161]: audit 2024-03-26T00:41:30.729349+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:31.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:31 smithi171 bash[22161]: audit 2024-03-26T00:41:30.738491+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:31.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:31 smithi171 bash[22161]: audit 2024-03-26T00:41:30.748723+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:31.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:31 smithi184 bash[22285]: cluster 2024-03-26T00:41:30.068937+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:31.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:31 smithi184 bash[22285]: audit 2024-03-26T00:41:30.729349+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:31.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:31 smithi184 bash[22285]: audit 2024-03-26T00:41:30.738491+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:31.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:31 smithi184 bash[22285]: audit 2024-03-26T00:41:30.748723+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:32.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:32 smithi184 bash[22285]: audit 2024-03-26T00:41:31.977658+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2396934745,v1:172.21.15.184:6801/2396934745]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:41:32.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:32 smithi184 bash[22285]: audit 2024-03-26T00:41:31.978639+0000 mon.a (mon.0) 576 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:41:32.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:32 smithi133 bash[21515]: audit 2024-03-26T00:41:31.977658+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2396934745,v1:172.21.15.184:6801/2396934745]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:41:32.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:32 smithi133 bash[21515]: audit 2024-03-26T00:41:31.978639+0000 mon.a (mon.0) 576 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:41:32.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:32 smithi171 bash[22161]: audit 2024-03-26T00:41:31.977658+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2396934745,v1:172.21.15.184:6801/2396934745]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:41:32.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:32 smithi171 bash[22161]: audit 2024-03-26T00:41:31.978639+0000 mon.a (mon.0) 576 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:41:33.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:33 smithi184 bash[22285]: cluster 2024-03-26T00:41:32.069429+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:33.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:33 smithi184 bash[22285]: audit 2024-03-26T00:41:32.131343+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T00:41:33.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:33 smithi184 bash[22285]: audit 2024-03-26T00:41:32.135590+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2396934745,v1:172.21.15.184:6801/2396934745]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-26T00:41:33.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:33 smithi184 bash[22285]: cluster 2024-03-26T00:41:32.137620+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T00:41:33.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:33 smithi184 bash[22285]: audit 2024-03-26T00:41:32.138177+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:33.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:33 smithi184 bash[22285]: audit 2024-03-26T00:41:32.139012+0000 mon.a (mon.0) 580 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-26T00:41:33.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:33 smithi133 bash[21515]: cluster 2024-03-26T00:41:32.069429+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:33.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:33 smithi133 bash[21515]: audit 2024-03-26T00:41:32.131343+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T00:41:33.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:33 smithi133 bash[21515]: audit 2024-03-26T00:41:32.135590+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2396934745,v1:172.21.15.184:6801/2396934745]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-26T00:41:33.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:33 smithi133 bash[21515]: cluster 2024-03-26T00:41:32.137620+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T00:41:33.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:33 smithi133 bash[21515]: audit 2024-03-26T00:41:32.138177+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:33.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:33 smithi133 bash[21515]: audit 2024-03-26T00:41:32.139012+0000 mon.a (mon.0) 580 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-26T00:41:33.573 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:33 smithi171 bash[22161]: cluster 2024-03-26T00:41:32.069429+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:33.574 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:33 smithi171 bash[22161]: audit 2024-03-26T00:41:32.131343+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T00:41:33.574 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:33 smithi171 bash[22161]: audit 2024-03-26T00:41:32.135590+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/2396934745,v1:172.21.15.184:6801/2396934745]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-26T00:41:33.574 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:33 smithi171 bash[22161]: cluster 2024-03-26T00:41:32.137620+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T00:41:33.574 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:33 smithi171 bash[22161]: audit 2024-03-26T00:41:32.138177+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:33.574 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:33 smithi171 bash[22161]: audit 2024-03-26T00:41:32.139012+0000 mon.a (mon.0) 580 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-26T00:41:34.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:34 smithi133 bash[21515]: audit 2024-03-26T00:41:33.134008+0000 mon.a (mon.0) 581 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-26T00:41:34.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:34 smithi133 bash[21515]: cluster 2024-03-26T00:41:33.139034+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T00:41:34.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:34 smithi133 bash[21515]: audit 2024-03-26T00:41:33.140091+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:34.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:34 smithi133 bash[21515]: audit 2024-03-26T00:41:33.148468+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:34.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:34 smithi133 bash[21515]: audit 2024-03-26T00:41:33.675813+0000 mon.a (mon.0) 585 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-26T00:41:34.526 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:34 smithi184 bash[22285]: audit 2024-03-26T00:41:33.134008+0000 mon.a (mon.0) 581 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-26T00:41:34.527 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:34 smithi184 bash[22285]: cluster 2024-03-26T00:41:33.139034+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T00:41:34.527 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:34 smithi184 bash[22285]: audit 2024-03-26T00:41:33.140091+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:34.527 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:34 smithi184 bash[22285]: audit 2024-03-26T00:41:33.148468+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:34.527 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:34 smithi184 bash[22285]: audit 2024-03-26T00:41:33.675813+0000 mon.a (mon.0) 585 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-26T00:41:34.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:34 smithi171 bash[22161]: audit 2024-03-26T00:41:33.134008+0000 mon.a (mon.0) 581 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-26T00:41:34.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:34 smithi171 bash[22161]: cluster 2024-03-26T00:41:33.139034+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T00:41:34.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:34 smithi171 bash[22161]: audit 2024-03-26T00:41:33.140091+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:34.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:34 smithi171 bash[22161]: audit 2024-03-26T00:41:33.148468+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:34.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:34 smithi171 bash[22161]: audit 2024-03-26T00:41:33.675813+0000 mon.a (mon.0) 585 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-26T00:41:35.047 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 2 on host 'smithi184' 2024-03-26T00:41:35.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: cluster 2024-03-26T00:41:32.928381+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: cluster 2024-03-26T00:41:32.928512+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: cluster 2024-03-26T00:41:34.069882+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: audit 2024-03-26T00:41:34.149606+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: cluster 2024-03-26T00:41:34.684354+0000 mon.a (mon.0) 587 : cluster [INF] osd.2 [v2:172.21.15.184:6800/2396934745,v1:172.21.15.184:6801/2396934745] boot 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: cluster 2024-03-26T00:41:34.684448+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: audit 2024-03-26T00:41:34.684726+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: audit 2024-03-26T00:41:34.762990+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' 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-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: audit 2024-03-26T00:41:35.028402+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: audit 2024-03-26T00:41:35.036637+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: audit 2024-03-26T00:41:35.044094+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: audit 2024-03-26T00:41:35.050391+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: audit 2024-03-26T00:41:35.058381+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: audit 2024-03-26T00:41:35.062438+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:35.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: audit 2024-03-26T00:41:35.064104+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:35.355 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:35 smithi184 bash[22285]: audit 2024-03-26T00:41:35.073191+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:35.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: cluster 2024-03-26T00:41:32.928381+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T00:41:35.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: cluster 2024-03-26T00:41:32.928512+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T00:41:35.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: cluster 2024-03-26T00:41:34.069882+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:35.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: audit 2024-03-26T00:41:34.149606+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:35.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: cluster 2024-03-26T00:41:34.684354+0000 mon.a (mon.0) 587 : cluster [INF] osd.2 [v2:172.21.15.184:6800/2396934745,v1:172.21.15.184:6801/2396934745] boot 2024-03-26T00:41:35.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: cluster 2024-03-26T00:41:34.684448+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T00:41:35.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: audit 2024-03-26T00:41:34.684726+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:35.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: audit 2024-03-26T00:41:34.762990+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' 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-26T00:41:35.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: audit 2024-03-26T00:41:35.028402+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:35.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: audit 2024-03-26T00:41:35.036637+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:35.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: audit 2024-03-26T00:41:35.044094+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:35.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: audit 2024-03-26T00:41:35.050391+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:41:35.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: audit 2024-03-26T00:41:35.058381+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:35.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: audit 2024-03-26T00:41:35.062438+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:35.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: audit 2024-03-26T00:41:35.064104+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:35.436 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:35 smithi133 bash[21515]: audit 2024-03-26T00:41:35.073191+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:35.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: cluster 2024-03-26T00:41:32.928381+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T00:41:35.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: cluster 2024-03-26T00:41:32.928512+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T00:41:35.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: cluster 2024-03-26T00:41:34.069882+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:41:35.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: audit 2024-03-26T00:41:34.149606+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:35.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: cluster 2024-03-26T00:41:34.684354+0000 mon.a (mon.0) 587 : cluster [INF] osd.2 [v2:172.21.15.184:6800/2396934745,v1:172.21.15.184:6801/2396934745] boot 2024-03-26T00:41:35.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: cluster 2024-03-26T00:41:34.684448+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T00:41:35.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: audit 2024-03-26T00:41:34.684726+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:41:35.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: audit 2024-03-26T00:41:34.762990+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' 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-26T00:41:35.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: audit 2024-03-26T00:41:35.028402+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:35.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: audit 2024-03-26T00:41:35.036637+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:35.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: audit 2024-03-26T00:41:35.044094+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:35.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: audit 2024-03-26T00:41:35.050391+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:41:35.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: audit 2024-03-26T00:41:35.058381+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:35.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: audit 2024-03-26T00:41:35.062438+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:35.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: audit 2024-03-26T00:41:35.064104+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:35.572 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:35 smithi171 bash[22161]: audit 2024-03-26T00:41:35.073191+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:36.039 DEBUG:teuthology.orchestra.run.smithi184:osd.2> sudo journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@osd.2.service 2024-03-26T00:41:36.042 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-26T00:41:36.042 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph osd stat -f json 2024-03-26T00:41:36.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:36 smithi184 bash[22285]: cephadm 2024-03-26T00:41:35.051828+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 20337M 2024-03-26T00:41:36.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:36 smithi184 bash[22285]: audit 2024-03-26T00:41:35.682681+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' 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-26T00:41:36.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:36 smithi184 bash[22285]: cluster 2024-03-26T00:41:35.687506+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T00:41:36.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:36 smithi184 bash[22285]: audit 2024-03-26T00:41:35.688895+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T00:41:36.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:36 smithi133 bash[21515]: cephadm 2024-03-26T00:41:35.051828+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 20337M 2024-03-26T00:41:36.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:36 smithi133 bash[21515]: audit 2024-03-26T00:41:35.682681+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' 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-26T00:41:36.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:36 smithi133 bash[21515]: cluster 2024-03-26T00:41:35.687506+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T00:41:36.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:36 smithi133 bash[21515]: audit 2024-03-26T00:41:35.688895+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T00:41:36.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:36 smithi171 bash[22161]: cephadm 2024-03-26T00:41:35.051828+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 20337M 2024-03-26T00:41:36.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:36 smithi171 bash[22161]: audit 2024-03-26T00:41:35.682681+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' 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-26T00:41:36.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:36 smithi171 bash[22161]: cluster 2024-03-26T00:41:35.687506+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T00:41:36.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:36 smithi171 bash[22161]: audit 2024-03-26T00:41:35.688895+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T00:41:37.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:37 smithi184 bash[22285]: cluster 2024-03-26T00:41:36.070467+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:37.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:37 smithi184 bash[22285]: cluster 2024-03-26T00:41:36.682651+0000 mon.a (mon.0) 602 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T00:41:37.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:37 smithi184 bash[22285]: audit 2024-03-26T00:41:36.691152+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T00:41:37.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:37 smithi184 bash[22285]: cluster 2024-03-26T00:41:36.695322+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T00:41:37.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:37 smithi133 bash[21515]: cluster 2024-03-26T00:41:36.070467+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:37.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:37 smithi133 bash[21515]: cluster 2024-03-26T00:41:36.682651+0000 mon.a (mon.0) 602 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T00:41:37.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:37 smithi133 bash[21515]: audit 2024-03-26T00:41:36.691152+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T00:41:37.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:37 smithi133 bash[21515]: cluster 2024-03-26T00:41:36.695322+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T00:41:37.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:37 smithi171 bash[22161]: cluster 2024-03-26T00:41:36.070467+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:37.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:37 smithi171 bash[22161]: cluster 2024-03-26T00:41:36.682651+0000 mon.a (mon.0) 602 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T00:41:37.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:37 smithi171 bash[22161]: audit 2024-03-26T00:41:36.691152+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T00:41:37.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:37 smithi171 bash[22161]: cluster 2024-03-26T00:41:36.695322+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T00:41:38.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.560585+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.652310+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.762114+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.765199+0000 mon.a (mon.0) 608 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.821167+0000 mon.a (mon.0) 609 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.821630+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.821972+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.822257+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.824892+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.825124+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.825385+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.825643+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.877355+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.880806+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.881322+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:41:38.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.881601+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.881865+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:37.934381+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: cluster 2024-03-26T00:41:38.071006+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: cluster 2024-03-26T00:41:38.158828+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:38.406931+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:38.415348+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:38.425620+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:38.450435+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:38.456085+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:38.457771+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: cluster 2024-03-26T00:41:38.461541+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:38.823 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:38 smithi171 bash[22161]: audit 2024-03-26T00:41:38.470101+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.560585+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.652310+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.762114+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.765199+0000 mon.a (mon.0) 608 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:41:38.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.821167+0000 mon.a (mon.0) 609 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.821630+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.821972+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.822257+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.824892+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.825124+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.825385+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.825643+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.877355+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.880806+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.881322+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.881601+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.881865+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:37.934381+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:41:38.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: cluster 2024-03-26T00:41:38.071006+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:38.856 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: cluster 2024-03-26T00:41:38.158828+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T00:41:38.856 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:38.406931+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.856 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:38.415348+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.856 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:38.425620+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.856 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:38.450435+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:38.856 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:38.456085+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:38.856 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:38.457771+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:38.856 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: cluster 2024-03-26T00:41:38.461541+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:38.856 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:38 smithi184 bash[22285]: audit 2024-03-26T00:41:38.470101+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.560585+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.652310+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.762114+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.765199+0000 mon.a (mon.0) 608 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.821167+0000 mon.a (mon.0) 609 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.821630+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.821972+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.822257+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.824892+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.825124+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.825385+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.825643+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.877355+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.880806+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.881322+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.881601+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:41:38.936 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.881865+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:41:38.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:37.934381+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:41:38.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: cluster 2024-03-26T00:41:38.071006+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:38.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: cluster 2024-03-26T00:41:38.158828+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T00:41:38.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:38.406931+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:38.415348+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:38.425620+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:38.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:38.450435+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:38.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:38.456085+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:38.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:38.457771+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:38.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: cluster 2024-03-26T00:41:38.461541+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:38.937 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:38 smithi133 bash[21515]: audit 2024-03-26T00:41:38.470101+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:39.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:39 smithi171 bash[22161]: cluster 2024-03-26T00:41:38.758128+0000 mon.a (mon.0) 627 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T00:41:39.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:39 smithi171 bash[22161]: cluster 2024-03-26T00:41:38.758170+0000 mon.a (mon.0) 628 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T00:41:39.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:39 smithi184 bash[22285]: cluster 2024-03-26T00:41:38.758128+0000 mon.a (mon.0) 627 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T00:41:39.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:39 smithi184 bash[22285]: cluster 2024-03-26T00:41:38.758170+0000 mon.a (mon.0) 628 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T00:41:39.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:39 smithi133 bash[21515]: cluster 2024-03-26T00:41:38.758128+0000 mon.a (mon.0) 627 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T00:41:39.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:39 smithi133 bash[21515]: cluster 2024-03-26T00:41:38.758170+0000 mon.a (mon.0) 628 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T00:41:40.766 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:41:41.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:40 smithi171 bash[22161]: cluster 2024-03-26T00:41:39.776027+0000 mon.a (mon.0) 629 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T00:41:41.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:40 smithi171 bash[22161]: cluster 2024-03-26T00:41:40.462167+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:41.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:40 smithi184 bash[22285]: cluster 2024-03-26T00:41:39.776027+0000 mon.a (mon.0) 629 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T00:41:41.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:40 smithi184 bash[22285]: cluster 2024-03-26T00:41:40.462167+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:41.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:40 smithi133 bash[21515]: cluster 2024-03-26T00:41:39.776027+0000 mon.a (mon.0) 629 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T00:41:41.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:40 smithi133 bash[21515]: cluster 2024-03-26T00:41:40.462167+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:43.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:43 smithi171 bash[22161]: cluster 2024-03-26T00:41:42.462625+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:43.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:43 smithi171 bash[22161]: audit 2024-03-26T00:41:43.237744+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:43.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:43 smithi171 bash[22161]: audit 2024-03-26T00:41:43.247646+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:43.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:43 smithi171 bash[22161]: audit 2024-03-26T00:41:43.252811+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:43.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:43 smithi171 bash[22161]: audit 2024-03-26T00:41:43.257729+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:43.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:43 smithi171 bash[22161]: audit 2024-03-26T00:41:43.266518+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:43.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:43 smithi171 bash[22161]: audit 2024-03-26T00:41:43.268222+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:43.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:43 smithi171 bash[22161]: audit 2024-03-26T00:41:43.278827+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:43.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:43 smithi184 bash[22285]: cluster 2024-03-26T00:41:42.462625+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:43.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:43 smithi184 bash[22285]: audit 2024-03-26T00:41:43.237744+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:43.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:43 smithi184 bash[22285]: audit 2024-03-26T00:41:43.247646+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:43.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:43 smithi184 bash[22285]: audit 2024-03-26T00:41:43.252811+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:43.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:43 smithi184 bash[22285]: audit 2024-03-26T00:41:43.257729+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:43.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:43 smithi184 bash[22285]: audit 2024-03-26T00:41:43.266518+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:43.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:43 smithi184 bash[22285]: audit 2024-03-26T00:41:43.268222+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:43.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:43 smithi184 bash[22285]: audit 2024-03-26T00:41:43.278827+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:43.865 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:43 smithi133 bash[21515]: cluster 2024-03-26T00:41:42.462625+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:43.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:43 smithi133 bash[21515]: audit 2024-03-26T00:41:43.237744+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:43.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:43 smithi133 bash[21515]: audit 2024-03-26T00:41:43.247646+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:43.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:43 smithi133 bash[21515]: audit 2024-03-26T00:41:43.252811+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:41:43.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:43 smithi133 bash[21515]: audit 2024-03-26T00:41:43.257729+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:43.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:43 smithi133 bash[21515]: audit 2024-03-26T00:41:43.266518+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:41:43.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:43 smithi133 bash[21515]: audit 2024-03-26T00:41:43.268222+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:41:43.866 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:43 smithi133 bash[21515]: audit 2024-03-26T00:41:43.278827+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:44.056 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:41:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:44 smithi171 bash[22161]: cluster 2024-03-26T00:41:43.271419+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:44 smithi171 bash[22161]: audit 2024-03-26T00:41:44.057734+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.133:0/2095966586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T00:41:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:44 smithi171 bash[22161]: cluster 2024-03-26T00:41:44.254185+0000 mon.a (mon.0) 638 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T00:41:44.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:44 smithi171 bash[22161]: cluster 2024-03-26T00:41:44.254256+0000 mon.a (mon.0) 639 : cluster [INF] Cluster is now healthy 2024-03-26T00:41:44.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:44 smithi184 bash[22285]: cluster 2024-03-26T00:41:43.271419+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:44.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:44 smithi184 bash[22285]: audit 2024-03-26T00:41:44.057734+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.133:0/2095966586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T00:41:44.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:44 smithi184 bash[22285]: cluster 2024-03-26T00:41:44.254185+0000 mon.a (mon.0) 638 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T00:41:44.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:44 smithi184 bash[22285]: cluster 2024-03-26T00:41:44.254256+0000 mon.a (mon.0) 639 : cluster [INF] Cluster is now healthy 2024-03-26T00:41:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:44 smithi133 bash[21515]: cluster 2024-03-26T00:41:43.271419+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:44 smithi133 bash[21515]: audit 2024-03-26T00:41:44.057734+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.133:0/2095966586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T00:41:44.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:44 smithi133 bash[21515]: cluster 2024-03-26T00:41:44.254185+0000 mon.a (mon.0) 638 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T00:41:44.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:44 smithi133 bash[21515]: cluster 2024-03-26T00:41:44.254256+0000 mon.a (mon.0) 639 : cluster [INF] Cluster is now healthy 2024-03-26T00:41:45.326 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1711413694,"num_in_osds":3,"osd_in_since":1711413668,"num_remapped_pgs":0} 2024-03-26T00:41:45.327 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T00:41:46.772 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:46 smithi133 bash[21515]: cluster 2024-03-26T00:41:45.271956+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:46.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:46 smithi171 bash[22161]: cluster 2024-03-26T00:41:45.271956+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:46.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:46 smithi184 bash[22285]: cluster 2024-03-26T00:41:45.271956+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:48.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:48 smithi171 bash[22161]: audit 2024-03-26T00:41:47.140598+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:48.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:48 smithi171 bash[22161]: audit 2024-03-26T00:41:47.149016+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:48.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:48 smithi171 bash[22161]: audit 2024-03-26T00:41:47.159325+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:48.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:48 smithi171 bash[22161]: cluster 2024-03-26T00:41:47.272469+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:48.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:48 smithi133 bash[21515]: audit 2024-03-26T00:41:47.140598+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:48.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:48 smithi133 bash[21515]: audit 2024-03-26T00:41:47.149016+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:48.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:48 smithi133 bash[21515]: audit 2024-03-26T00:41:47.159325+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:48.435 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:48 smithi133 bash[21515]: cluster 2024-03-26T00:41:47.272469+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:48.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:48 smithi184 bash[22285]: audit 2024-03-26T00:41:47.140598+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:48.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:48 smithi184 bash[22285]: audit 2024-03-26T00:41:47.149016+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:48.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:48 smithi184 bash[22285]: audit 2024-03-26T00:41:47.159325+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:48.604 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:48 smithi184 bash[22285]: cluster 2024-03-26T00:41:47.272469+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:50.035 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:41:50.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:50 smithi184 bash[22285]: cluster 2024-03-26T00:41:49.273035+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:50.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:50 smithi133 bash[21515]: cluster 2024-03-26T00:41:49.273035+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:50.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:50 smithi171 bash[22161]: cluster 2024-03-26T00:41:49.273035+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:52.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:51 smithi133 bash[21515]: audit 2024-03-26T00:41:50.891121+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:52.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:51 smithi133 bash[21515]: audit 2024-03-26T00:41:50.896461+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:52.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:51 smithi133 bash[21515]: audit 2024-03-26T00:41:50.901301+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:52.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:51 smithi133 bash[21515]: cluster 2024-03-26T00:41:51.273599+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:52.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:51 smithi171 bash[22161]: audit 2024-03-26T00:41:50.891121+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:52.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:51 smithi171 bash[22161]: audit 2024-03-26T00:41:50.896461+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:52.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:51 smithi171 bash[22161]: audit 2024-03-26T00:41:50.901301+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:52.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:51 smithi171 bash[22161]: cluster 2024-03-26T00:41:51.273599+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:52.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:51 smithi184 bash[22285]: audit 2024-03-26T00:41:50.891121+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:52.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:51 smithi184 bash[22285]: audit 2024-03-26T00:41:50.896461+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:52.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:51 smithi184 bash[22285]: audit 2024-03-26T00:41:50.901301+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:41:52.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:51 smithi184 bash[22285]: cluster 2024-03-26T00:41:51.273599+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:52.709 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:41:52.709 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":21,"fsid":"8daa2be0-eb08-11ee-95d0-87774f69a715","created":"2024-03-26T00:35:40.321273+0000","modified":"2024-03-26T00:41:38.150030+0000","last_up_change":"2024-03-26T00:41:34.672505+0000","last_in_change":"2024-03-26T00:41:08.993776+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-26T00:41:34.770313+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":"f7f5a11b-128a-482b-b4c1-a73db9cd6791","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.133:6802","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6803","nonce":3002043374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6805","nonce":3002043374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6809","nonce":3002043374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6807","nonce":3002043374}]},"public_addr":"172.21.15.133:6803/3002043374","cluster_addr":"172.21.15.133:6805/3002043374","heartbeat_back_addr":"172.21.15.133:6809/3002043374","heartbeat_front_addr":"172.21.15.133:6807/3002043374","state":["exists","up"]},{"osd":1,"uuid":"71a4714a-7fbb-4320-83ea-7545ed4ad803","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.171:6800","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6801","nonce":1001410485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6802","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6803","nonce":1001410485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6806","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6807","nonce":1001410485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6804","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6805","nonce":1001410485}]},"public_addr":"172.21.15.171:6801/1001410485","cluster_addr":"172.21.15.171:6803/1001410485","heartbeat_back_addr":"172.21.15.171:6807/1001410485","heartbeat_front_addr":"172.21.15.171:6805/1001410485","state":["exists","up"]},{"osd":2,"uuid":"64da5a20-c060-4f09-9efd-7668c9f37014","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.184:6800","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6801","nonce":2396934745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6803","nonce":2396934745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6807","nonce":2396934745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6805","nonce":2396934745}]},"public_addr":"172.21.15.184:6801/2396934745","cluster_addr":"172.21.15.184:6803/2396934745","heartbeat_back_addr":"172.21.15.184:6807/2396934745","heartbeat_front_addr":"172.21.15.184:6805/2396934745","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-26T00:39:49.416683+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-26T00:40:41.942301+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-26T00:41:32.928518+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.133:0/2968297682":"2024-03-27T00:36:48.550934+0000","172.21.15.133:6800/869951867":"2024-03-27T00:36:48.550934+0000","172.21.15.133:0/3658996827":"2024-03-27T00:36:13.054840+0000","172.21.15.133:0/1234625048":"2024-03-27T00:36:13.054840+0000","172.21.15.133:0/4117378203":"2024-03-27T00:36:48.550934+0000","172.21.15.133:6801/869951867":"2024-03-27T00:36:48.550934+0000","172.21.15.133:6800/282386335":"2024-03-27T00:36:13.054840+0000","172.21.15.133:0/1147555189":"2024-03-27T00:36:48.550934+0000","172.21.15.133:0/1306600600":"2024-03-27T00:36:13.054840+0000","172.21.15.133:6801/282386335":"2024-03-27T00:36:13.054840+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-26T00:41:53.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:52 smithi184 bash[22285]: audit 2024-03-26T00:41:52.709470+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.133:0/3809490342' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:41:53.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:52 smithi133 bash[21515]: audit 2024-03-26T00:41:52.709470+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.133:0/3809490342' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:41:53.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:52 smithi171 bash[22161]: audit 2024-03-26T00:41:52.709470+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.133:0/3809490342' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:41:53.431 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-26T00:41:34.770313+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-26T00:41:53.431 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-26T00:41:54.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:53 smithi133 bash[21515]: cluster 2024-03-26T00:41:53.274161+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:54.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:53 smithi171 bash[22161]: cluster 2024-03-26T00:41:53.274161+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:54.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:53 smithi184 bash[22285]: cluster 2024-03-26T00:41:53.274161+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:56.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:56 smithi184 bash[22285]: cluster 2024-03-26T00:41:55.274692+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:56.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:56 smithi133 bash[21515]: cluster 2024-03-26T00:41:55.274692+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:56.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:56 smithi171 bash[22161]: cluster 2024-03-26T00:41:55.274692+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:58.150 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:41:58.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:41:58 smithi133 bash[21515]: cluster 2024-03-26T00:41:57.275238+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:58.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:41:58 smithi184 bash[22285]: cluster 2024-03-26T00:41:57.275238+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:41:58.822 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:41:58 smithi171 bash[22161]: cluster 2024-03-26T00:41:57.275238+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:00.588 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:00 smithi133 bash[21515]: cluster 2024-03-26T00:41:59.275586+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:00.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:00 smithi184 bash[22285]: cluster 2024-03-26T00:41:59.275586+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:00.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:00 smithi171 bash[22161]: cluster 2024-03-26T00:41:59.275586+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:00.958 INFO:teuthology.orchestra.run.smithi133.stdout:pg_num: 1 2024-03-26T00:42:01.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:01 smithi184 bash[22285]: audit 2024-03-26T00:42:00.959940+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.133:0/1438144476' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T00:42:01.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:01 smithi133 bash[21515]: audit 2024-03-26T00:42:00.959940+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.133:0/1438144476' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T00:42:01.684 INFO:tasks.cephadm:Setting up client nodes... 2024-03-26T00:42:01.684 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-26T00:42:01.684 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-26T00:42:01.684 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph mgr dump --format=json 2024-03-26T00:42:01.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:01 smithi171 bash[22161]: audit 2024-03-26T00:42:00.959940+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.133:0/1438144476' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T00:42:02.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:02 smithi184 bash[22285]: cluster 2024-03-26T00:42:01.276106+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:02.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:02 smithi133 bash[21515]: cluster 2024-03-26T00:42:01.276106+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:02.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:02 smithi171 bash[22161]: cluster 2024-03-26T00:42:01.276106+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:04.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:03 smithi184 bash[22285]: audit 2024-03-26T00:42:02.841376+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:04.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:03 smithi184 bash[22285]: audit 2024-03-26T00:42:02.849915+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:04.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:03 smithi184 bash[22285]: audit 2024-03-26T00:42:02.861940+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:04.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:03 smithi184 bash[22285]: cluster 2024-03-26T00:42:03.276647+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:04.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:03 smithi133 bash[21515]: audit 2024-03-26T00:42:02.841376+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:04.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:03 smithi133 bash[21515]: audit 2024-03-26T00:42:02.849915+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:04.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:03 smithi133 bash[21515]: audit 2024-03-26T00:42:02.861940+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:04.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:03 smithi133 bash[21515]: cluster 2024-03-26T00:42:03.276647+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:04.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:03 smithi171 bash[22161]: audit 2024-03-26T00:42:02.841376+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:04.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:03 smithi171 bash[22161]: audit 2024-03-26T00:42:02.849915+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:04.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:03 smithi171 bash[22161]: audit 2024-03-26T00:42:02.861940+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:04.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:03 smithi171 bash[22161]: cluster 2024-03-26T00:42:03.276647+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:06.584 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:06 smithi133 bash[21515]: cluster 2024-03-26T00:42:05.277232+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:06.598 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:06 smithi171 bash[22161]: cluster 2024-03-26T00:42:05.277232+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:06.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:06 smithi184 bash[22285]: cluster 2024-03-26T00:42:05.277232+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:07.617 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:42:08.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:08 smithi171 bash[22161]: cluster 2024-03-26T00:42:07.277841+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:08.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:08 smithi171 bash[22161]: audit 2024-03-26T00:42:07.334351+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:08.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:08 smithi171 bash[22161]: audit 2024-03-26T00:42:07.347106+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:08.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:08 smithi171 bash[22161]: audit 2024-03-26T00:42:07.357375+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:08.590 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:08 smithi133 bash[21515]: cluster 2024-03-26T00:42:07.277841+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:08.591 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:08 smithi133 bash[21515]: audit 2024-03-26T00:42:07.334351+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:08.591 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:08 smithi133 bash[21515]: audit 2024-03-26T00:42:07.347106+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:08.591 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:08 smithi133 bash[21515]: audit 2024-03-26T00:42:07.357375+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:08.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:08 smithi184 bash[22285]: cluster 2024-03-26T00:42:07.277841+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:08.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:08 smithi184 bash[22285]: audit 2024-03-26T00:42:07.334351+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:08.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:08 smithi184 bash[22285]: audit 2024-03-26T00:42:07.347106+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:08.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:08 smithi184 bash[22285]: audit 2024-03-26T00:42:07.357375+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:10.272 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:42:10.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:10 smithi184 bash[22285]: cluster 2024-03-26T00:42:09.278486+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:10.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:10 smithi184 bash[22285]: audit 2024-03-26T00:42:10.262933+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.133:0/2952980642' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T00:42:10.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:10 smithi133 bash[21515]: cluster 2024-03-26T00:42:09.278486+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:10.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:10 smithi133 bash[21515]: audit 2024-03-26T00:42:10.262933+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.133:0/2952980642' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T00:42:10.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:10 smithi171 bash[22161]: cluster 2024-03-26T00:42:09.278486+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:10.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:10 smithi171 bash[22161]: audit 2024-03-26T00:42:10.262933+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.133:0/2952980642' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T00:42:10.963 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":738743311},{"type":"v1","addr":"172.21.15.133:6801","nonce":738743311}]},"active_addr":"172.21.15.133:6801/738743311","active_change":"2024-03-26T00:36:48.551183+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"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/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:1.0.0","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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"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/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:1.0.0","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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"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.133: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.133:0","nonce":3277554851}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.133:0","nonce":571350727}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.133:0","nonce":2175953188}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.133:0","nonce":2147011003}]}]} 2024-03-26T00:42:10.972 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-26T00:42:10.972 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-26T00:42:10.972 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T00:42:12.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:12 smithi171 bash[22161]: audit 2024-03-26T00:42:11.047038+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:12.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:12 smithi171 bash[22161]: audit 2024-03-26T00:42:11.052055+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:12.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:12 smithi171 bash[22161]: audit 2024-03-26T00:42:11.059664+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:12.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:12 smithi171 bash[22161]: cluster 2024-03-26T00:42:11.279067+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:12.323 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:12 smithi184 bash[22285]: audit 2024-03-26T00:42:11.047038+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:12.323 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:12 smithi184 bash[22285]: audit 2024-03-26T00:42:11.052055+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:12.323 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:12 smithi184 bash[22285]: audit 2024-03-26T00:42:11.059664+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:12.323 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:12 smithi184 bash[22285]: cluster 2024-03-26T00:42:11.279067+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:12.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:12 smithi133 bash[21515]: audit 2024-03-26T00:42:11.047038+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:12.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:12 smithi133 bash[21515]: audit 2024-03-26T00:42:11.052055+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:12.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:12 smithi133 bash[21515]: audit 2024-03-26T00:42:11.059664+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:12.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:12 smithi133 bash[21515]: cluster 2024-03-26T00:42:11.279067+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:14.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:14 smithi184 bash[22285]: cluster 2024-03-26T00:42:13.279550+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:14.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:14 smithi133 bash[21515]: cluster 2024-03-26T00:42:13.279550+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:14.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:14 smithi171 bash[22161]: cluster 2024-03-26T00:42:13.279550+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:15.686 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:42:16.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:16 smithi184 bash[22285]: cluster 2024-03-26T00:42:15.280125+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:16.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:16 smithi133 bash[21515]: cluster 2024-03-26T00:42:15.280125+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:16.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:16 smithi171 bash[22161]: cluster 2024-03-26T00:42:15.280125+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:18.335 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:42:18.335 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":21,"fsid":"8daa2be0-eb08-11ee-95d0-87774f69a715","created":"2024-03-26T00:35:40.321273+0000","modified":"2024-03-26T00:41:38.150030+0000","last_up_change":"2024-03-26T00:41:34.672505+0000","last_in_change":"2024-03-26T00:41:08.993776+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-26T00:41:34.770313+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":"f7f5a11b-128a-482b-b4c1-a73db9cd6791","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.133:6802","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6803","nonce":3002043374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6805","nonce":3002043374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6809","nonce":3002043374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6807","nonce":3002043374}]},"public_addr":"172.21.15.133:6803/3002043374","cluster_addr":"172.21.15.133:6805/3002043374","heartbeat_back_addr":"172.21.15.133:6809/3002043374","heartbeat_front_addr":"172.21.15.133:6807/3002043374","state":["exists","up"]},{"osd":1,"uuid":"71a4714a-7fbb-4320-83ea-7545ed4ad803","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.171:6800","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6801","nonce":1001410485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6802","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6803","nonce":1001410485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6806","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6807","nonce":1001410485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6804","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6805","nonce":1001410485}]},"public_addr":"172.21.15.171:6801/1001410485","cluster_addr":"172.21.15.171:6803/1001410485","heartbeat_back_addr":"172.21.15.171:6807/1001410485","heartbeat_front_addr":"172.21.15.171:6805/1001410485","state":["exists","up"]},{"osd":2,"uuid":"64da5a20-c060-4f09-9efd-7668c9f37014","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.184:6800","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6801","nonce":2396934745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6803","nonce":2396934745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6807","nonce":2396934745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6805","nonce":2396934745}]},"public_addr":"172.21.15.184:6801/2396934745","cluster_addr":"172.21.15.184:6803/2396934745","heartbeat_back_addr":"172.21.15.184:6807/2396934745","heartbeat_front_addr":"172.21.15.184:6805/2396934745","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-26T00:39:49.416683+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-26T00:40:41.942301+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-26T00:41:32.928518+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.133:0/2968297682":"2024-03-27T00:36:48.550934+0000","172.21.15.133:6800/869951867":"2024-03-27T00:36:48.550934+0000","172.21.15.133:0/3658996827":"2024-03-27T00:36:13.054840+0000","172.21.15.133:0/1234625048":"2024-03-27T00:36:13.054840+0000","172.21.15.133:0/4117378203":"2024-03-27T00:36:48.550934+0000","172.21.15.133:6801/869951867":"2024-03-27T00:36:48.550934+0000","172.21.15.133:6800/282386335":"2024-03-27T00:36:13.054840+0000","172.21.15.133:0/1147555189":"2024-03-27T00:36:48.550934+0000","172.21.15.133:0/1306600600":"2024-03-27T00:36:13.054840+0000","172.21.15.133:6801/282386335":"2024-03-27T00:36:13.054840+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-26T00:42:18.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:18 smithi184 bash[22285]: cluster 2024-03-26T00:42:17.280542+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:18.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:18 smithi184 bash[22285]: audit 2024-03-26T00:42:18.335769+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.133:0/681754873' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:42:18.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:18 smithi133 bash[21515]: cluster 2024-03-26T00:42:17.280542+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:18.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:18 smithi133 bash[21515]: audit 2024-03-26T00:42:18.335769+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.133:0/681754873' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:42:18.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:18 smithi171 bash[22161]: cluster 2024-03-26T00:42:17.280542+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:18.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:18 smithi171 bash[22161]: audit 2024-03-26T00:42:18.335769+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.133:0/681754873' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:42:19.031 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-26T00:42:19.032 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T00:42:20.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:20 smithi184 bash[22285]: cluster 2024-03-26T00:42:19.280844+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:20.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:20 smithi133 bash[21515]: cluster 2024-03-26T00:42:19.280844+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:20.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:20 smithi171 bash[22161]: cluster 2024-03-26T00:42:19.280844+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:22.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:22 smithi184 bash[22285]: cluster 2024-03-26T00:42:21.281292+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:22.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:22 smithi133 bash[21515]: cluster 2024-03-26T00:42:21.281292+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:22.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:22 smithi171 bash[22161]: cluster 2024-03-26T00:42:21.281292+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:23.752 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:42:24.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:24 smithi171 bash[22161]: audit 2024-03-26T00:42:23.063950+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:24.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:24 smithi171 bash[22161]: audit 2024-03-26T00:42:23.072613+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:24.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:24 smithi171 bash[22161]: audit 2024-03-26T00:42:23.082768+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:24.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:24 smithi171 bash[22161]: cluster 2024-03-26T00:42:23.281803+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:24.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:24 smithi184 bash[22285]: audit 2024-03-26T00:42:23.063950+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:24.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:24 smithi184 bash[22285]: audit 2024-03-26T00:42:23.072613+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:24.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:24 smithi184 bash[22285]: audit 2024-03-26T00:42:23.082768+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:24.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:24 smithi184 bash[22285]: cluster 2024-03-26T00:42:23.281803+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:24.405 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:24 smithi133 bash[21515]: audit 2024-03-26T00:42:23.063950+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:24.406 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:24 smithi133 bash[21515]: audit 2024-03-26T00:42:23.072613+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:24.406 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:24 smithi133 bash[21515]: audit 2024-03-26T00:42:23.082768+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:24.406 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:24 smithi133 bash[21515]: cluster 2024-03-26T00:42:23.281803+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:26.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:26 smithi184 bash[22285]: cluster 2024-03-26T00:42:25.282465+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:26.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:26 smithi133 bash[21515]: cluster 2024-03-26T00:42:25.282465+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:26.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:26 smithi171 bash[22161]: cluster 2024-03-26T00:42:25.282465+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:27.306 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:42:27.306 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":21,"fsid":"8daa2be0-eb08-11ee-95d0-87774f69a715","created":"2024-03-26T00:35:40.321273+0000","modified":"2024-03-26T00:41:38.150030+0000","last_up_change":"2024-03-26T00:41:34.672505+0000","last_in_change":"2024-03-26T00:41:08.993776+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-26T00:41:34.770313+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":"f7f5a11b-128a-482b-b4c1-a73db9cd6791","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.133:6802","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6803","nonce":3002043374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6805","nonce":3002043374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6809","nonce":3002043374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":3002043374},{"type":"v1","addr":"172.21.15.133:6807","nonce":3002043374}]},"public_addr":"172.21.15.133:6803/3002043374","cluster_addr":"172.21.15.133:6805/3002043374","heartbeat_back_addr":"172.21.15.133:6809/3002043374","heartbeat_front_addr":"172.21.15.133:6807/3002043374","state":["exists","up"]},{"osd":1,"uuid":"71a4714a-7fbb-4320-83ea-7545ed4ad803","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.171:6800","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6801","nonce":1001410485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6802","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6803","nonce":1001410485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6806","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6807","nonce":1001410485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6804","nonce":1001410485},{"type":"v1","addr":"172.21.15.171:6805","nonce":1001410485}]},"public_addr":"172.21.15.171:6801/1001410485","cluster_addr":"172.21.15.171:6803/1001410485","heartbeat_back_addr":"172.21.15.171:6807/1001410485","heartbeat_front_addr":"172.21.15.171:6805/1001410485","state":["exists","up"]},{"osd":2,"uuid":"64da5a20-c060-4f09-9efd-7668c9f37014","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.184:6800","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6801","nonce":2396934745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6803","nonce":2396934745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6807","nonce":2396934745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":2396934745},{"type":"v1","addr":"172.21.15.184:6805","nonce":2396934745}]},"public_addr":"172.21.15.184:6801/2396934745","cluster_addr":"172.21.15.184:6803/2396934745","heartbeat_back_addr":"172.21.15.184:6807/2396934745","heartbeat_front_addr":"172.21.15.184:6805/2396934745","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-26T00:39:49.416683+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-26T00:40:41.942301+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-26T00:41:32.928518+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.133:0/2968297682":"2024-03-27T00:36:48.550934+0000","172.21.15.133:6800/869951867":"2024-03-27T00:36:48.550934+0000","172.21.15.133:0/3658996827":"2024-03-27T00:36:13.054840+0000","172.21.15.133:0/1234625048":"2024-03-27T00:36:13.054840+0000","172.21.15.133:0/4117378203":"2024-03-27T00:36:48.550934+0000","172.21.15.133:6801/869951867":"2024-03-27T00:36:48.550934+0000","172.21.15.133:6800/282386335":"2024-03-27T00:36:13.054840+0000","172.21.15.133:0/1147555189":"2024-03-27T00:36:48.550934+0000","172.21.15.133:0/1306600600":"2024-03-27T00:36:13.054840+0000","172.21.15.133:6801/282386335":"2024-03-27T00:36:13.054840+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-26T00:42:27.464 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:27 smithi171 bash[22161]: audit 2024-03-26T00:42:27.307309+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.133:0/4094531371' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:42:27.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:27 smithi184 bash[22285]: audit 2024-03-26T00:42:27.307309+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.133:0/4094531371' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:42:27.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:27 smithi133 bash[21515]: audit 2024-03-26T00:42:27.307309+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.133:0/4094531371' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:42:28.426 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-26T00:42:28.427 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-26T00:42:28.427 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-26T00:42:28.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:28 smithi133 bash[21515]: cluster 2024-03-26T00:42:27.282995+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:28.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:28 smithi133 bash[21515]: audit 2024-03-26T00:42:27.477672+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:28.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:28 smithi133 bash[21515]: audit 2024-03-26T00:42:27.482896+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:28.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:28 smithi133 bash[21515]: audit 2024-03-26T00:42:27.488987+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:28.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:28 smithi171 bash[22161]: cluster 2024-03-26T00:42:27.282995+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:28.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:28 smithi171 bash[22161]: audit 2024-03-26T00:42:27.477672+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:28.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:28 smithi171 bash[22161]: audit 2024-03-26T00:42:27.482896+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:28.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:28 smithi171 bash[22161]: audit 2024-03-26T00:42:27.488987+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:28.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:28 smithi184 bash[22285]: cluster 2024-03-26T00:42:27.282995+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:28 smithi184 bash[22285]: audit 2024-03-26T00:42:27.477672+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:28 smithi184 bash[22285]: audit 2024-03-26T00:42:27.482896+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:28 smithi184 bash[22285]: audit 2024-03-26T00:42:27.488987+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:30.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:30 smithi171 bash[22161]: cluster 2024-03-26T00:42:29.283539+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:30.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:30 smithi184 bash[22285]: cluster 2024-03-26T00:42:29.283539+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:30.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:30 smithi133 bash[21515]: cluster 2024-03-26T00:42:29.283539+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:32.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:32 smithi171 bash[22161]: audit 2024-03-26T00:42:31.232187+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:32.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:32 smithi171 bash[22161]: audit 2024-03-26T00:42:31.238337+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:32.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:32 smithi171 bash[22161]: audit 2024-03-26T00:42:31.247691+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:32.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:32 smithi171 bash[22161]: cluster 2024-03-26T00:42:31.284082+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:32.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:32 smithi184 bash[22285]: audit 2024-03-26T00:42:31.232187+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:32.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:32 smithi184 bash[22285]: audit 2024-03-26T00:42:31.238337+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:32.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:32 smithi184 bash[22285]: audit 2024-03-26T00:42:31.247691+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:32.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:32 smithi184 bash[22285]: cluster 2024-03-26T00:42:31.284082+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:32.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:32 smithi133 bash[21515]: audit 2024-03-26T00:42:31.232187+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:32.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:32 smithi133 bash[21515]: audit 2024-03-26T00:42:31.238337+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:32.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:32 smithi133 bash[21515]: audit 2024-03-26T00:42:31.247691+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:32.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:32 smithi133 bash[21515]: cluster 2024-03-26T00:42:31.284082+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:32.978 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:42:32.978 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:42:32.979 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:42:34.531 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:34 smithi133 bash[21515]: cluster 2024-03-26T00:42:33.284500+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:34.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:34 smithi184 bash[22285]: cluster 2024-03-26T00:42:33.284500+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:34.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:34 smithi171 bash[22161]: cluster 2024-03-26T00:42:33.284500+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:36.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:36 smithi184 bash[22285]: cluster 2024-03-26T00:42:35.285052+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:36.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:36 smithi133 bash[21515]: cluster 2024-03-26T00:42:35.285052+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:36.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:36 smithi171 bash[22161]: cluster 2024-03-26T00:42:35.285052+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:38.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:38 smithi133 bash[21515]: cluster 2024-03-26T00:42:37.285586+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:38.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:38 smithi171 bash[22161]: cluster 2024-03-26T00:42:37.285586+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:38.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:38 smithi184 bash[22285]: cluster 2024-03-26T00:42:37.285586+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:39.222 INFO:teuthology.orchestra.run.smithi133.stdout:55834574874 2024-03-26T00:42:39.223 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-26T00:42:39.310 INFO:teuthology.orchestra.run.smithi133.stdout:34359738405 2024-03-26T00:42:39.310 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-26T00:42:39.410 INFO:teuthology.orchestra.run.smithi133.stdout:77309411344 2024-03-26T00:42:39.411 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-26T00:42:40.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:40 smithi133 bash[21515]: cluster 2024-03-26T00:42:39.286011+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:40.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:40 smithi171 bash[22161]: cluster 2024-03-26T00:42:39.286011+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:40.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:40 smithi184 bash[22285]: cluster 2024-03-26T00:42:39.286011+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:42.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:42 smithi133 bash[21515]: cluster 2024-03-26T00:42:41.286518+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:42.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:42 smithi171 bash[22161]: cluster 2024-03-26T00:42:41.286518+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:42.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:42 smithi184 bash[22285]: cluster 2024-03-26T00:42:41.286518+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:43.963 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:42:43.963 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:42:43.964 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:42:44.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:44 smithi171 bash[22161]: audit 2024-03-26T00:42:43.282106+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:44.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:44 smithi171 bash[22161]: cluster 2024-03-26T00:42:43.287044+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:44.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:44 smithi171 bash[22161]: audit 2024-03-26T00:42:43.290541+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:44.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:44 smithi171 bash[22161]: audit 2024-03-26T00:42:43.300492+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:44.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:44 smithi171 bash[22161]: audit 2024-03-26T00:42:43.387313+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:42:44.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:44 smithi171 bash[22161]: audit 2024-03-26T00:42:43.393145+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:42:44.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:44 smithi171 bash[22161]: audit 2024-03-26T00:42:43.394897+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:42:44.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:44 smithi171 bash[22161]: audit 2024-03-26T00:42:43.404613+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:44.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:44 smithi184 bash[22285]: audit 2024-03-26T00:42:43.282106+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:44.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:44 smithi184 bash[22285]: cluster 2024-03-26T00:42:43.287044+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:44.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:44 smithi184 bash[22285]: audit 2024-03-26T00:42:43.290541+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:44.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:44 smithi184 bash[22285]: audit 2024-03-26T00:42:43.300492+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:44.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:44 smithi184 bash[22285]: audit 2024-03-26T00:42:43.387313+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:42:44.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:44 smithi184 bash[22285]: audit 2024-03-26T00:42:43.393145+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:42:44.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:44 smithi184 bash[22285]: audit 2024-03-26T00:42:43.394897+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:42:44.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:44 smithi184 bash[22285]: audit 2024-03-26T00:42:43.404613+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:44.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:44 smithi133 bash[21515]: audit 2024-03-26T00:42:43.282106+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:44.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:44 smithi133 bash[21515]: cluster 2024-03-26T00:42:43.287044+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:44.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:44 smithi133 bash[21515]: audit 2024-03-26T00:42:43.290541+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:44.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:44 smithi133 bash[21515]: audit 2024-03-26T00:42:43.300492+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:44.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:44 smithi133 bash[21515]: audit 2024-03-26T00:42:43.387313+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:42:44.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:44 smithi133 bash[21515]: audit 2024-03-26T00:42:43.393145+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:42:44.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:44 smithi133 bash[21515]: audit 2024-03-26T00:42:43.394897+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:42:44.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:44 smithi133 bash[21515]: audit 2024-03-26T00:42:43.404613+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:46.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:46 smithi133 bash[21515]: cluster 2024-03-26T00:42:45.287524+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:46.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:46 smithi171 bash[22161]: cluster 2024-03-26T00:42:45.287524+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:46.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:46 smithi184 bash[22285]: cluster 2024-03-26T00:42:45.287524+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:48.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:48 smithi171 bash[22161]: cluster 2024-03-26T00:42:47.288018+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:48.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:48 smithi171 bash[22161]: audit 2024-03-26T00:42:47.689363+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:48.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:48 smithi171 bash[22161]: audit 2024-03-26T00:42:47.697960+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:48.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:48 smithi171 bash[22161]: audit 2024-03-26T00:42:47.708173+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:48.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:48 smithi184 bash[22285]: cluster 2024-03-26T00:42:47.288018+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:48.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:48 smithi184 bash[22285]: audit 2024-03-26T00:42:47.689363+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:48.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:48 smithi184 bash[22285]: audit 2024-03-26T00:42:47.697960+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:48.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:48 smithi184 bash[22285]: audit 2024-03-26T00:42:47.708173+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:48.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:48 smithi133 bash[21515]: cluster 2024-03-26T00:42:47.288018+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:48.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:48 smithi133 bash[21515]: audit 2024-03-26T00:42:47.689363+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:48.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:48 smithi133 bash[21515]: audit 2024-03-26T00:42:47.697960+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:48.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:48 smithi133 bash[21515]: audit 2024-03-26T00:42:47.708173+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:50.133 INFO:teuthology.orchestra.run.smithi133.stdout:34359738407 2024-03-26T00:42:50.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:50 smithi133 bash[21515]: cluster 2024-03-26T00:42:49.288507+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:50.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:50 smithi133 bash[21515]: audit 2024-03-26T00:42:50.135103+0000 mon.a (mon.0) 679 : audit [DBG] from='client.? 172.21.15.133:0/737768111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T00:42:50.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:50 smithi171 bash[22161]: cluster 2024-03-26T00:42:49.288507+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:50.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:50 smithi171 bash[22161]: audit 2024-03-26T00:42:50.135103+0000 mon.a (mon.0) 679 : audit [DBG] from='client.? 172.21.15.133:0/737768111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T00:42:50.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:50 smithi184 bash[22285]: cluster 2024-03-26T00:42:49.288507+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:50.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:50 smithi184 bash[22285]: audit 2024-03-26T00:42:50.135103+0000 mon.a (mon.0) 679 : audit [DBG] from='client.? 172.21.15.133:0/737768111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T00:42:50.971 INFO:teuthology.orchestra.run.smithi133.stdout:55834574876 2024-03-26T00:42:51.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:51 smithi171 bash[22161]: audit 2024-03-26T00:42:50.972845+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.133:0/3963677872' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T00:42:51.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:51 smithi184 bash[22285]: audit 2024-03-26T00:42:50.972845+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.133:0/3963677872' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T00:42:51.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:51 smithi133 bash[21515]: audit 2024-03-26T00:42:50.972845+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.133:0/3963677872' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T00:42:51.704 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738405 got 34359738407 for osd.0 2024-03-26T00:42:51.704 DEBUG:teuthology.parallel:result is None 2024-03-26T00:42:51.788 INFO:teuthology.orchestra.run.smithi133.stdout:77309411347 2024-03-26T00:42:52.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:52 smithi184 bash[22285]: cluster 2024-03-26T00:42:51.288878+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:52.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:52 smithi184 bash[22285]: audit 2024-03-26T00:42:51.350104+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:52.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:52 smithi184 bash[22285]: audit 2024-03-26T00:42:51.356665+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:52.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:52 smithi184 bash[22285]: audit 2024-03-26T00:42:51.363521+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:52.603 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:52 smithi184 bash[22285]: audit 2024-03-26T00:42:51.790238+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.133:0/2063290215' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T00:42:52.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:52 smithi133 bash[21515]: cluster 2024-03-26T00:42:51.288878+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:52.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:52 smithi133 bash[21515]: audit 2024-03-26T00:42:51.350104+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:52.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:52 smithi133 bash[21515]: audit 2024-03-26T00:42:51.356665+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:52.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:52 smithi133 bash[21515]: audit 2024-03-26T00:42:51.363521+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:52.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:52 smithi133 bash[21515]: audit 2024-03-26T00:42:51.790238+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.133:0/2063290215' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T00:42:52.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:52 smithi171 bash[22161]: cluster 2024-03-26T00:42:51.288878+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:52.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:52 smithi171 bash[22161]: audit 2024-03-26T00:42:51.350104+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:52.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:52 smithi171 bash[22161]: audit 2024-03-26T00:42:51.356665+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:52.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:52 smithi171 bash[22161]: audit 2024-03-26T00:42:51.363521+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:42:52.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:52 smithi171 bash[22161]: audit 2024-03-26T00:42:51.790238+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.133:0/2063290215' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T00:42:53.114 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574876 for osd.1 2024-03-26T00:42:53.114 DEBUG:teuthology.parallel:result is None 2024-03-26T00:42:53.307 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411347 for osd.2 2024-03-26T00:42:53.308 DEBUG:teuthology.parallel:result is None 2024-03-26T00:42:53.308 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-26T00:42:53.308 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T00:42:54.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:54 smithi133 bash[21515]: cluster 2024-03-26T00:42:53.289239+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:54.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:54 smithi171 bash[22161]: cluster 2024-03-26T00:42:53.289239+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:54.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:54 smithi184 bash[22285]: cluster 2024-03-26T00:42:53.289239+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:56.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:56 smithi133 bash[21515]: cluster 2024-03-26T00:42:55.289713+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:56.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:56 smithi171 bash[22161]: cluster 2024-03-26T00:42:55.289713+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:56.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:56 smithi184 bash[22285]: cluster 2024-03-26T00:42:55.289713+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:58.030 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:42:58.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:42:58 smithi133 bash[21515]: cluster 2024-03-26T00:42:57.290225+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:58.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:42:58 smithi171 bash[22161]: cluster 2024-03-26T00:42:57.290225+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:42:58.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:42:58 smithi184 bash[22285]: cluster 2024-03-26T00:42:57.290225+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:00 smithi133 bash[21515]: cluster 2024-03-26T00:42:59.290817+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:00.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:00 smithi171 bash[22161]: cluster 2024-03-26T00:42:59.290817+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:00.827 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:43:00.830 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-03-26T00:43:00.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:00 smithi184 bash[22285]: cluster 2024-03-26T00:42:59.290817+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:01.509 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":199,"stamp":"2024-03-26T00:42:59.290541+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":93460,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141996,"statfs":{"total":287985106944,"available":287889403904,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"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.002812"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-26T00:41:38.157926+0000","last_change":"2024-03-26T00:41:37.270152+0000","last_active":"2024-03-26T00:41:38.157926+0000","last_peered":"2024-03-26T00:41:38.157926+0000","last_clean":"2024-03-26T00:41:38.157926+0000","last_became_active":"2024-03-26T00:41:37.267460+0000","last_became_peered":"2024-03-26T00:41:37.267460+0000","last_unstale":"2024-03-26T00:41:38.157926+0000","last_undegraded":"2024-03-26T00:41:38.157926+0000","last_fullsized":"2024-03-26T00:41:38.157926+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-26T00:41:35.679990+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T00:41:35.679990+0000","last_clean_scrub_stamp":"2024-03-26T00:41:35.679990+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-27T08:12:22.878138+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":32500,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712652,"statfs":{"total":95995035648,"available":95961755648,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":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":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"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":[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":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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-26T00:43:01.510 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T00:43:02.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:02 smithi133 bash[21515]: audit 2024-03-26T00:43:00.827995+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:43:02.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:02 smithi133 bash[21515]: cluster 2024-03-26T00:43:01.291257+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:02.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:02 smithi171 bash[22161]: audit 2024-03-26T00:43:00.827995+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:43:02.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:02 smithi171 bash[22161]: cluster 2024-03-26T00:43:01.291257+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:02.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:02 smithi184 bash[22285]: audit 2024-03-26T00:43:00.827995+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:43:02.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:02 smithi184 bash[22285]: cluster 2024-03-26T00:43:01.291257+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:04.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:04 smithi171 bash[22161]: cluster 2024-03-26T00:43:03.291768+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:04.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:04 smithi171 bash[22161]: audit 2024-03-26T00:43:03.501062+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:04.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:04 smithi171 bash[22161]: audit 2024-03-26T00:43:03.509447+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:04.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:04 smithi171 bash[22161]: audit 2024-03-26T00:43:03.519835+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:04.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:04 smithi184 bash[22285]: cluster 2024-03-26T00:43:03.291768+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:04.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:04 smithi184 bash[22285]: audit 2024-03-26T00:43:03.501062+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:04.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:04 smithi184 bash[22285]: audit 2024-03-26T00:43:03.509447+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:04.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:04 smithi184 bash[22285]: audit 2024-03-26T00:43:03.519835+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:04.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:04 smithi133 bash[21515]: cluster 2024-03-26T00:43:03.291768+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:04.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:04 smithi133 bash[21515]: audit 2024-03-26T00:43:03.501062+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:04.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:04 smithi133 bash[21515]: audit 2024-03-26T00:43:03.509447+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:04.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:04 smithi133 bash[21515]: audit 2024-03-26T00:43:03.519835+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:06.228 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:43:06.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:06 smithi171 bash[22161]: cluster 2024-03-26T00:43:05.292327+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:06.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:06 smithi184 bash[22285]: cluster 2024-03-26T00:43:05.292327+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:06.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:06 smithi133 bash[21515]: cluster 2024-03-26T00:43:05.292327+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:08.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:08 smithi171 bash[22161]: cluster 2024-03-26T00:43:07.292876+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:08.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:08 smithi171 bash[22161]: audit 2024-03-26T00:43:07.881187+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:08.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:08 smithi171 bash[22161]: audit 2024-03-26T00:43:07.888356+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:08.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:08 smithi171 bash[22161]: audit 2024-03-26T00:43:07.896120+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:08.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:08 smithi184 bash[22285]: cluster 2024-03-26T00:43:07.292876+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:08.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:08 smithi184 bash[22285]: audit 2024-03-26T00:43:07.881187+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:08.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:08 smithi184 bash[22285]: audit 2024-03-26T00:43:07.888356+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:08.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:08 smithi184 bash[22285]: audit 2024-03-26T00:43:07.896120+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:08.864 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:08 smithi133 bash[21515]: cluster 2024-03-26T00:43:07.292876+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:08.865 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:08 smithi133 bash[21515]: audit 2024-03-26T00:43:07.881187+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:08.865 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:08 smithi133 bash[21515]: audit 2024-03-26T00:43:07.888356+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:08.865 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:08 smithi133 bash[21515]: audit 2024-03-26T00:43:07.896120+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:09.244 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:43:09.247 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-03-26T00:43:10.216 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":203,"stamp":"2024-03-26T00:43:07.292611+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":93460,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141996,"statfs":{"total":287985106944,"available":287889403904,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"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.003155"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-26T00:41:38.157926+0000","last_change":"2024-03-26T00:41:37.270152+0000","last_active":"2024-03-26T00:41:38.157926+0000","last_peered":"2024-03-26T00:41:38.157926+0000","last_clean":"2024-03-26T00:41:38.157926+0000","last_became_active":"2024-03-26T00:41:37.267460+0000","last_became_peered":"2024-03-26T00:41:37.267460+0000","last_unstale":"2024-03-26T00:41:38.157926+0000","last_undegraded":"2024-03-26T00:41:38.157926+0000","last_fullsized":"2024-03-26T00:41:38.157926+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-26T00:41:35.679990+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T00:41:35.679990+0000","last_clean_scrub_stamp":"2024-03-26T00:41:35.679990+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-27T08:12:22.878138+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":32500,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712652,"statfs":{"total":95995035648,"available":95961755648,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":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":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"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":[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":55834574880,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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-26T00:43:10.216 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-26T00:43:10.216 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-26T00:43:10.216 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-26T00:43:10.217 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- ceph health --format=json 2024-03-26T00:43:10.775 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:10 smithi171 bash[22161]: audit 2024-03-26T00:43:09.244974+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:43:10.775 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:10 smithi171 bash[22161]: cluster 2024-03-26T00:43:09.293302+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:10.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:10 smithi184 bash[22285]: audit 2024-03-26T00:43:09.244974+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:43:10.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:10 smithi184 bash[22285]: cluster 2024-03-26T00:43:09.293302+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:10.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:10 smithi133 bash[21515]: audit 2024-03-26T00:43:09.244974+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:43:10.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:10 smithi133 bash[21515]: cluster 2024-03-26T00:43:09.293302+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:12.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:12 smithi171 bash[22161]: cluster 2024-03-26T00:43:11.293630+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:12.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:12 smithi171 bash[22161]: audit 2024-03-26T00:43:11.475107+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:12.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:12 smithi171 bash[22161]: audit 2024-03-26T00:43:11.480616+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:12.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:12 smithi171 bash[22161]: audit 2024-03-26T00:43:11.485739+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:12.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:12 smithi184 bash[22285]: cluster 2024-03-26T00:43:11.293630+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:12.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:12 smithi184 bash[22285]: audit 2024-03-26T00:43:11.475107+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:12.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:12 smithi184 bash[22285]: audit 2024-03-26T00:43:11.480616+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:12.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:12 smithi184 bash[22285]: audit 2024-03-26T00:43:11.485739+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:12.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:12 smithi133 bash[21515]: cluster 2024-03-26T00:43:11.293630+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:12.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:12 smithi133 bash[21515]: audit 2024-03-26T00:43:11.475107+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:12.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:12 smithi133 bash[21515]: audit 2024-03-26T00:43:11.480616+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:12.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:12 smithi133 bash[21515]: audit 2024-03-26T00:43:11.485739+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:14.814 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:14 smithi184 bash[22285]: cluster 2024-03-26T00:43:13.294185+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:14.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:14 smithi171 bash[22161]: cluster 2024-03-26T00:43:13.294185+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:14.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:14 smithi133 bash[21515]: cluster 2024-03-26T00:43:13.294185+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:15.058 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:43:16.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:16 smithi133 bash[21515]: cluster 2024-03-26T00:43:15.294739+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:16.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:16 smithi171 bash[22161]: cluster 2024-03-26T00:43:15.294739+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:16.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:16 smithi184 bash[22285]: cluster 2024-03-26T00:43:15.294739+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:17.993 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:43:17.994 INFO:teuthology.orchestra.run.smithi133.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-26T00:43:18.765 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:18 smithi133 bash[21515]: cluster 2024-03-26T00:43:17.295273+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:18.765 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:18 smithi133 bash[21515]: audit 2024-03-26T00:43:17.995649+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.133:0/1529030633' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T00:43:18.767 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-26T00:43:18.767 INFO:tasks.cephadm:Setup complete, yielding 2024-03-26T00:43:18.767 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-26T00:43:18.781 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi133.front.sepia.ceph.com 2024-03-26T00:43:18.781 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 -- bash -c 'set -e 2024-03-26T00:43:18.781 DEBUG:teuthology.orchestra.run.smithi133:> set -x 2024-03-26T00:43:18.781 DEBUG:teuthology.orchestra.run.smithi133:> ceph orch apply node-exporter 2024-03-26T00:43:18.781 DEBUG:teuthology.orchestra.run.smithi133:> ceph orch apply grafana 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> ceph orch apply alertmanager 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> ceph orch apply prometheus 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> sleep 240 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> ceph orch ls 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> ceph orch ps 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> ceph orch host ls 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> # check each host node-exporter metrics endpoint is responsive 2024-03-26T00:43:18.782 DEBUG:teuthology.orchestra.run.smithi133:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> for ip in $ALL_HOST_IPS; do 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> curl -s http://${ip}:9100/metric 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> done 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> # check grafana endpoints are responsive and database health is okay 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> # stop mon daemon in order to trigger an alert 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> ceph orch daemon stop $MON_DAEMON 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> sleep 120 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> # check prometheus endpoints are responsive and mon down alert is firing 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> # check alertmanager endpoints are responsive and mon down alert is active 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-03-26T00:43:18.783 DEBUG:teuthology.orchestra.run.smithi133:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-03-26T00:43:18.784 DEBUG:teuthology.orchestra.run.smithi133:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-03-26T00:43:18.784 DEBUG:teuthology.orchestra.run.smithi133:> ' 2024-03-26T00:43:18.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:18 smithi171 bash[22161]: cluster 2024-03-26T00:43:17.295273+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:18.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:18 smithi171 bash[22161]: audit 2024-03-26T00:43:17.995649+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.133:0/1529030633' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T00:43:18.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:18 smithi184 bash[22285]: cluster 2024-03-26T00:43:17.295273+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:18.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:18 smithi184 bash[22285]: audit 2024-03-26T00:43:17.995649+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.133:0/1529030633' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T00:43:20.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:20 smithi171 bash[22161]: cluster 2024-03-26T00:43:19.295805+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:20.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:20 smithi184 bash[22285]: cluster 2024-03-26T00:43:19.295805+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:20.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:20 smithi133 bash[21515]: cluster 2024-03-26T00:43:19.295805+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:22.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:22 smithi171 bash[22161]: cluster 2024-03-26T00:43:21.296368+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:22.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:22 smithi184 bash[22285]: cluster 2024-03-26T00:43:21.296368+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:22.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:22 smithi133 bash[21515]: cluster 2024-03-26T00:43:21.296368+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:23.503 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:43:24.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:24 smithi133 bash[21515]: cluster 2024-03-26T00:43:23.296916+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:24.677 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:24 smithi133 bash[21515]: audit 2024-03-26T00:43:23.728709+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:24.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:24 smithi133 bash[21515]: audit 2024-03-26T00:43:23.737337+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:24.678 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:24 smithi133 bash[21515]: audit 2024-03-26T00:43:23.747395+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:24.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:24 smithi171 bash[22161]: cluster 2024-03-26T00:43:23.296916+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:24.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:24 smithi171 bash[22161]: audit 2024-03-26T00:43:23.728709+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:24.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:24 smithi171 bash[22161]: audit 2024-03-26T00:43:23.737337+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:24.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:24 smithi171 bash[22161]: audit 2024-03-26T00:43:23.747395+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:24.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:24 smithi184 bash[22285]: cluster 2024-03-26T00:43:23.296916+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:24.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:24 smithi184 bash[22285]: audit 2024-03-26T00:43:23.728709+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:24.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:24 smithi184 bash[22285]: audit 2024-03-26T00:43:23.737337+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:24.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:24 smithi184 bash[22285]: audit 2024-03-26T00:43:23.747395+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:25.958 INFO:teuthology.orchestra.run.smithi133.stderr:+ ceph orch apply node-exporter 2024-03-26T00:43:26.305 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled node-exporter update... 2024-03-26T00:43:26.319 INFO:teuthology.orchestra.run.smithi133.stderr:+ ceph orch apply grafana 2024-03-26T00:43:26.675 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled grafana update... 2024-03-26T00:43:26.689 INFO:teuthology.orchestra.run.smithi133.stderr:+ ceph orch apply alertmanager 2024-03-26T00:43:26.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:26 smithi171 bash[22161]: cluster 2024-03-26T00:43:25.297435+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:26.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:26 smithi171 bash[22161]: audit 2024-03-26T00:43:26.306419+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:26.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:26 smithi171 bash[22161]: audit 2024-03-26T00:43:26.327154+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:26.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:26 smithi171 bash[22161]: audit 2024-03-26T00:43:26.330177+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:26.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:26 smithi171 bash[22161]: audit 2024-03-26T00:43:26.330908+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:26.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:26 smithi171 bash[22161]: audit 2024-03-26T00:43:26.335830+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:26.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:26 smithi184 bash[22285]: cluster 2024-03-26T00:43:25.297435+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:26.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:26 smithi184 bash[22285]: audit 2024-03-26T00:43:26.306419+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:26.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:26 smithi184 bash[22285]: audit 2024-03-26T00:43:26.327154+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:26.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:26 smithi184 bash[22285]: audit 2024-03-26T00:43:26.330177+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:26.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:26 smithi184 bash[22285]: audit 2024-03-26T00:43:26.330908+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:26.855 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:26 smithi184 bash[22285]: audit 2024-03-26T00:43:26.335830+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:26.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:26 smithi133 bash[21515]: cluster 2024-03-26T00:43:25.297435+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:26.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:26 smithi133 bash[21515]: audit 2024-03-26T00:43:26.306419+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:26.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:26 smithi133 bash[21515]: audit 2024-03-26T00:43:26.327154+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:26.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:26 smithi133 bash[21515]: audit 2024-03-26T00:43:26.330177+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:26.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:26 smithi133 bash[21515]: audit 2024-03-26T00:43:26.330908+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:26.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:26 smithi133 bash[21515]: audit 2024-03-26T00:43:26.335830+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:27.014 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled alertmanager update... 2024-03-26T00:43:27.028 INFO:teuthology.orchestra.run.smithi133.stderr:+ ceph orch apply prometheus 2024-03-26T00:43:27.374 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled prometheus update... 2024-03-26T00:43:27.388 INFO:teuthology.orchestra.run.smithi133.stderr:+ sleep 240 2024-03-26T00:43:27.503 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:43:27 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:27.504 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:27 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:27.504 INFO:journalctl@ceph.osd.0.smithi133.stdout:Mar 26 00:43:27 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:27.774 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:43:27 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:27.775 INFO:journalctl@ceph.osd.0.smithi133.stdout:Mar 26 00:43:27 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:27.775 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:27 smithi133 bash[21515]: audit 2024-03-26T00:43:26.300507+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:27.775 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:27 smithi133 bash[21515]: cephadm 2024-03-26T00:43:26.302066+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-26T00:43:27.775 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:27 smithi133 bash[21515]: cephadm 2024-03-26T00:43:26.337767+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-03-26T00:43:27.775 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:27 smithi133 bash[21515]: audit 2024-03-26T00:43:26.676240+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:27.775 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:27 smithi133 bash[21515]: audit 2024-03-26T00:43:27.016078+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:27.775 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:27 smithi133 bash[21515]: audit 2024-03-26T00:43:27.376104+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:27.775 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:27 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:27.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:27 smithi171 bash[22161]: audit 2024-03-26T00:43:26.300507+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:27.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:27 smithi171 bash[22161]: cephadm 2024-03-26T00:43:26.302066+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-26T00:43:27.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:27 smithi171 bash[22161]: cephadm 2024-03-26T00:43:26.337767+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-03-26T00:43:27.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:27 smithi171 bash[22161]: audit 2024-03-26T00:43:26.676240+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:27.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:27 smithi171 bash[22161]: audit 2024-03-26T00:43:27.016078+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:27.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:27 smithi171 bash[22161]: audit 2024-03-26T00:43:27.376104+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:27.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:27 smithi184 bash[22285]: audit 2024-03-26T00:43:26.300507+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:27.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:27 smithi184 bash[22285]: cephadm 2024-03-26T00:43:26.302066+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-26T00:43:27.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:27 smithi184 bash[22285]: cephadm 2024-03-26T00:43:26.337767+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-03-26T00:43:27.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:27 smithi184 bash[22285]: audit 2024-03-26T00:43:26.676240+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:27.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:27 smithi184 bash[22285]: audit 2024-03-26T00:43:27.016078+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:27.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:27 smithi184 bash[22285]: audit 2024-03-26T00:43:27.376104+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.710 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:28.710 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:43:28 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:28.710 INFO:journalctl@ceph.osd.1.smithi171.stdout:Mar 26 00:43:28 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:28.757 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: audit 2024-03-26T00:43:26.665879+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:28.757 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: cephadm 2024-03-26T00:43:26.669711+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-26T00:43:28.757 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: audit 2024-03-26T00:43:27.009776+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:28.757 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: cephadm 2024-03-26T00:43:27.012009+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-26T00:43:28.757 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: cluster 2024-03-26T00:43:27.297816+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:28.757 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: audit 2024-03-26T00:43:27.370871+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:28.757 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: cephadm 2024-03-26T00:43:27.372276+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-26T00:43:28.757 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: audit 2024-03-26T00:43:27.648812+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.757 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: audit 2024-03-26T00:43:27.654671+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.758 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: audit 2024-03-26T00:43:27.707152+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.758 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: audit 2024-03-26T00:43:28.071240+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.758 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: audit 2024-03-26T00:43:28.080335+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.758 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:28 smithi133 bash[21515]: audit 2024-03-26T00:43:28.090790+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: audit 2024-03-26T00:43:26.665879+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:28.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: cephadm 2024-03-26T00:43:26.669711+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-26T00:43:28.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: audit 2024-03-26T00:43:27.009776+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:28.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: cephadm 2024-03-26T00:43:27.012009+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-26T00:43:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: cluster 2024-03-26T00:43:27.297816+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: audit 2024-03-26T00:43:27.370871+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: cephadm 2024-03-26T00:43:27.372276+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-26T00:43:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: audit 2024-03-26T00:43:27.648812+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: audit 2024-03-26T00:43:27.654671+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: audit 2024-03-26T00:43:27.707152+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: audit 2024-03-26T00:43:28.071240+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: audit 2024-03-26T00:43:28.080335+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:28.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:28 smithi184 bash[22285]: audit 2024-03-26T00:43:28.090790+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.071 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:43:28 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:29.072 INFO:journalctl@ceph.osd.1.smithi171.stdout:Mar 26 00:43:28 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:29.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: audit 2024-03-26T00:43:26.665879+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:29.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: cephadm 2024-03-26T00:43:26.669711+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-26T00:43:29.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: audit 2024-03-26T00:43:27.009776+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:29.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: cephadm 2024-03-26T00:43:27.012009+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-26T00:43:29.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: cluster 2024-03-26T00:43:27.297816+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:29.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: audit 2024-03-26T00:43:27.370871+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:43:29.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: cephadm 2024-03-26T00:43:27.372276+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-26T00:43:29.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: audit 2024-03-26T00:43:27.648812+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: audit 2024-03-26T00:43:27.654671+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: audit 2024-03-26T00:43:27.707152+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: audit 2024-03-26T00:43:28.071240+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: audit 2024-03-26T00:43:28.080335+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 bash[22161]: audit 2024-03-26T00:43:28.090790+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:28 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:29.509 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:29 smithi184 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:29.509 INFO:journalctl@ceph.osd.2.smithi184.stdout:Mar 26 00:43:29 smithi184 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:29.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:29 smithi133 bash[21515]: cephadm 2024-03-26T00:43:27.707888+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Deploying daemon node-exporter.smithi171 on smithi171 2024-03-26T00:43:29.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:29 smithi133 bash[21515]: audit 2024-03-26T00:43:28.765805+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:29 smithi133 bash[21515]: audit 2024-03-26T00:43:28.771230+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:29 smithi133 bash[21515]: audit 2024-03-26T00:43:28.777234+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.789 INFO:journalctl@ceph.osd.2.smithi184.stdout:Mar 26 00:43:29 smithi184 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:29.790 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:29 smithi184 bash[22285]: cephadm 2024-03-26T00:43:27.707888+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Deploying daemon node-exporter.smithi171 on smithi171 2024-03-26T00:43:29.790 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:29 smithi184 bash[22285]: audit 2024-03-26T00:43:28.765805+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.790 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:29 smithi184 bash[22285]: audit 2024-03-26T00:43:28.771230+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.790 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:29 smithi184 bash[22285]: audit 2024-03-26T00:43:28.777234+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.790 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:29 smithi184 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:29.803 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:29 smithi171 bash[22161]: cephadm 2024-03-26T00:43:27.707888+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Deploying daemon node-exporter.smithi171 on smithi171 2024-03-26T00:43:29.803 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:29 smithi171 bash[22161]: audit 2024-03-26T00:43:28.765805+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.803 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:29 smithi171 bash[22161]: audit 2024-03-26T00:43:28.771230+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:29.803 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:29 smithi171 bash[22161]: audit 2024-03-26T00:43:28.777234+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.814 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: cephadm 2024-03-26T00:43:28.778040+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-03-26T00:43:30.814 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: cluster 2024-03-26T00:43:29.298249+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:30.814 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:29.799195+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.814 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:29.808818+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.815 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:29.852160+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.815 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:29.859587+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.815 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:29.936767+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:30.815 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:29.940604+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:30.815 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:29.941542+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:30.815 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:29.951848+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.815 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:30.055515+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:30.815 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:30.058172+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:30.815 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:30.058958+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:30.815 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:30 smithi171 bash[22161]: audit 2024-03-26T00:43:30.066987+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: cephadm 2024-03-26T00:43:28.778040+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: cluster 2024-03-26T00:43:29.298249+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:29.799195+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:29.808818+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:29.852160+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:29.859587+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:29.936767+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:29.940604+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:29.941542+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:29.951848+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:30.055515+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:30.058172+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:30.058958+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:30.816 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:30 smithi133 bash[21515]: audit 2024-03-26T00:43:30.066987+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: cephadm 2024-03-26T00:43:28.778040+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-03-26T00:43:30.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: cluster 2024-03-26T00:43:29.298249+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:29.799195+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:29.808818+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:29.852160+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:29.859587+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:29.936767+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:29.940604+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:29.941542+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:29.951848+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:30.055515+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:30.058172+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:30.058958+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:30.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:30 smithi184 bash[22285]: audit 2024-03-26T00:43:30.066987+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:31.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:31 smithi184 bash[22285]: cephadm 2024-03-26T00:43:29.952888+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:43:31.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:31 smithi184 bash[22285]: cephadm 2024-03-26T00:43:30.067565+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:43:31.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:31 smithi184 bash[22285]: audit 2024-03-26T00:43:30.984012+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:31.796 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:31 smithi133 bash[21515]: cephadm 2024-03-26T00:43:29.952888+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:43:31.796 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:31 smithi133 bash[21515]: cephadm 2024-03-26T00:43:30.067565+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:43:31.797 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:31 smithi133 bash[21515]: audit 2024-03-26T00:43:30.984012+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:31.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:31 smithi171 bash[22161]: cephadm 2024-03-26T00:43:29.952888+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:43:31.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:31 smithi171 bash[22161]: cephadm 2024-03-26T00:43:30.067565+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:43:31.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:31 smithi171 bash[22161]: audit 2024-03-26T00:43:30.984012+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:32.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:32 smithi171 bash[22161]: cluster 2024-03-26T00:43:31.298838+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:32.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:32 smithi171 bash[22161]: audit 2024-03-26T00:43:31.696101+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:32.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:32 smithi133 bash[21515]: cluster 2024-03-26T00:43:31.298838+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:32.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:32 smithi133 bash[21515]: audit 2024-03-26T00:43:31.696101+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:32.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:32 smithi184 bash[22285]: cluster 2024-03-26T00:43:31.298838+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:32.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:32 smithi184 bash[22285]: audit 2024-03-26T00:43:31.696101+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:34.784 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:34 smithi171 bash[22161]: cluster 2024-03-26T00:43:33.299409+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:34.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:34 smithi184 bash[22285]: cluster 2024-03-26T00:43:33.299409+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:34.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:34 smithi133 bash[21515]: cluster 2024-03-26T00:43:33.299409+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:36.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:36 smithi171 bash[22161]: cluster 2024-03-26T00:43:35.299837+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:36.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:36 smithi171 bash[22161]: audit 2024-03-26T00:43:36.134729+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:36.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:36 smithi184 bash[22285]: cluster 2024-03-26T00:43:35.299837+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:36.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:36 smithi184 bash[22285]: audit 2024-03-26T00:43:36.134729+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:36.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:36 smithi133 bash[21515]: cluster 2024-03-26T00:43:35.299837+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:36.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:36 smithi133 bash[21515]: audit 2024-03-26T00:43:36.134729+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:38.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:37 smithi171 bash[22161]: audit 2024-03-26T00:43:36.768661+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:38.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:37 smithi171 bash[22161]: audit 2024-03-26T00:43:37.296208+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:38.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:37 smithi171 bash[22161]: cluster 2024-03-26T00:43:37.300257+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:38.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:37 smithi184 bash[22285]: audit 2024-03-26T00:43:36.768661+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:38.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:37 smithi184 bash[22285]: audit 2024-03-26T00:43:37.296208+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:38.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:37 smithi184 bash[22285]: cluster 2024-03-26T00:43:37.300257+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:38.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:37 smithi133 bash[21515]: audit 2024-03-26T00:43:36.768661+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:38.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:37 smithi133 bash[21515]: audit 2024-03-26T00:43:37.296208+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:38.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:37 smithi133 bash[21515]: cluster 2024-03-26T00:43:37.300257+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:39.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:38 smithi133 bash[21515]: audit 2024-03-26T00:43:37.889056+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:39.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:38 smithi171 bash[22161]: audit 2024-03-26T00:43:37.889056+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:39.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:38 smithi184 bash[22285]: audit 2024-03-26T00:43:37.889056+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:39 smithi171 bash[22161]: audit 2024-03-26T00:43:38.989388+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:39 smithi171 bash[22161]: audit 2024-03-26T00:43:38.994630+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:39 smithi171 bash[22161]: audit 2024-03-26T00:43:38.999541+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:39 smithi171 bash[22161]: audit 2024-03-26T00:43:39.022033+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:39 smithi171 bash[22161]: audit 2024-03-26T00:43:39.031098+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:39 smithi171 bash[22161]: audit 2024-03-26T00:43:39.039980+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:39 smithi171 bash[22161]: cluster 2024-03-26T00:43:39.300782+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:40.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:39 smithi184 bash[22285]: audit 2024-03-26T00:43:38.989388+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:39 smithi184 bash[22285]: audit 2024-03-26T00:43:38.994630+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:39 smithi184 bash[22285]: audit 2024-03-26T00:43:38.999541+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:39 smithi184 bash[22285]: audit 2024-03-26T00:43:39.022033+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:39 smithi184 bash[22285]: audit 2024-03-26T00:43:39.031098+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:39 smithi184 bash[22285]: audit 2024-03-26T00:43:39.039980+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:39 smithi184 bash[22285]: cluster 2024-03-26T00:43:39.300782+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:39 smithi133 bash[21515]: audit 2024-03-26T00:43:38.989388+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:39 smithi133 bash[21515]: audit 2024-03-26T00:43:38.994630+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:39 smithi133 bash[21515]: audit 2024-03-26T00:43:38.999541+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:39 smithi133 bash[21515]: audit 2024-03-26T00:43:39.022033+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:39 smithi133 bash[21515]: audit 2024-03-26T00:43:39.031098+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:39 smithi133 bash[21515]: audit 2024-03-26T00:43:39.039980+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:40.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:39 smithi133 bash[21515]: cluster 2024-03-26T00:43:39.300782+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:41.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.588131+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.597079+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.607582+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.622533+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:41.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.628384+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:41.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.630161+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:41.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.640067+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: cephadm 2024-03-26T00:43:40.690696+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-26T00:43:41.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.727138+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.732750+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.738052+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T00:43:41.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.738810+0000 mgr.a (mgr.14152) 289 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T00:43:41.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: audit 2024-03-26T00:43:40.744023+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: cephadm 2024-03-26T00:43:40.772750+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon grafana.smithi133 on smithi133 2024-03-26T00:43:41.854 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:41 smithi184 bash[22285]: cluster 2024-03-26T00:43:41.301396+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:41.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.588131+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.597079+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.607582+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.622533+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:41.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.628384+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:41.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.630161+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:41.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.640067+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: cephadm 2024-03-26T00:43:40.690696+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-26T00:43:41.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.727138+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.732750+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.738052+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T00:43:41.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.738810+0000 mgr.a (mgr.14152) 289 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T00:43:41.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: audit 2024-03-26T00:43:40.744023+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:41.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: cephadm 2024-03-26T00:43:40.772750+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon grafana.smithi133 on smithi133 2024-03-26T00:43:41.935 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:41 smithi133 bash[21515]: cluster 2024-03-26T00:43:41.301396+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:42.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.588131+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:42.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.597079+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:42.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.607582+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:42.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.622533+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:43:42.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.628384+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:43:42.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.630161+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:43:42.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.640067+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:42.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: cephadm 2024-03-26T00:43:40.690696+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-26T00:43:42.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.727138+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:42.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.732750+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:42.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.738052+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T00:43:42.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.738810+0000 mgr.a (mgr.14152) 289 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-26T00:43:42.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: audit 2024-03-26T00:43:40.744023+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:42.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: cephadm 2024-03-26T00:43:40.772750+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon grafana.smithi133 on smithi133 2024-03-26T00:43:42.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:41 smithi171 bash[22161]: cluster 2024-03-26T00:43:41.301396+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:44.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:44 smithi133 bash[21515]: cluster 2024-03-26T00:43:43.301815+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:44 smithi171 bash[22161]: cluster 2024-03-26T00:43:43.301815+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:44.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:44 smithi184 bash[22285]: cluster 2024-03-26T00:43:43.301815+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:46.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:46 smithi133 bash[21515]: cluster 2024-03-26T00:43:45.302391+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:46.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:46 smithi171 bash[22161]: cluster 2024-03-26T00:43:45.302391+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:46.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:46 smithi184 bash[22285]: cluster 2024-03-26T00:43:45.302391+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:48.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:48 smithi171 bash[22161]: cluster 2024-03-26T00:43:47.302770+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:48.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:48 smithi184 bash[22285]: cluster 2024-03-26T00:43:47.302770+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:48.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:48 smithi133 bash[21515]: cluster 2024-03-26T00:43:47.302770+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:50.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:50 smithi133 bash[21515]: cluster 2024-03-26T00:43:49.303293+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:50.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:50 smithi171 bash[22161]: cluster 2024-03-26T00:43:49.303293+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:50.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:50 smithi184 bash[22285]: cluster 2024-03-26T00:43:49.303293+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:52.625 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:52 smithi184 bash[22285]: cluster 2024-03-26T00:43:51.303973+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:52.757 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:52 smithi133 bash[21515]: cluster 2024-03-26T00:43:51.303973+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:52.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:52 smithi171 bash[22161]: cluster 2024-03-26T00:43:51.303973+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:54.635 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:54 smithi171 bash[22161]: cluster 2024-03-26T00:43:53.304658+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:54.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:54 smithi133 bash[21515]: cluster 2024-03-26T00:43:53.304658+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:54.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:54 smithi184 bash[22285]: cluster 2024-03-26T00:43:53.304658+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:55.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:55 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:55.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:43:55 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:55.934 INFO:journalctl@ceph.osd.0.smithi133.stdout:Mar 26 00:43:55 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:56.376 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:43:55 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:56.376 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:55 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:56.376 INFO:journalctl@ceph.osd.0.smithi133.stdout:Mar 26 00:43:55 smithi133 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:43:56.639 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:56 smithi184 bash[22285]: cluster 2024-03-26T00:43:55.305395+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:56.639 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:56 smithi184 bash[22285]: audit 2024-03-26T00:43:56.091718+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:56.639 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:56 smithi184 bash[22285]: audit 2024-03-26T00:43:56.098127+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:56.640 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:56 smithi184 bash[22285]: audit 2024-03-26T00:43:56.118842+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:56.640 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:56 smithi184 bash[22285]: audit 2024-03-26T00:43:56.125373+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:56.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:56 smithi133 bash[21515]: cluster 2024-03-26T00:43:55.305395+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:56.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:56 smithi133 bash[21515]: audit 2024-03-26T00:43:56.091718+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:56.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:56 smithi133 bash[21515]: audit 2024-03-26T00:43:56.098127+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:56.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:56 smithi133 bash[21515]: audit 2024-03-26T00:43:56.118842+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:56.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:56 smithi133 bash[21515]: audit 2024-03-26T00:43:56.125373+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:56.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:56 smithi171 bash[22161]: cluster 2024-03-26T00:43:55.305395+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:56.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:56 smithi171 bash[22161]: audit 2024-03-26T00:43:56.091718+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:56.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:56 smithi171 bash[22161]: audit 2024-03-26T00:43:56.098127+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:56.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:56 smithi171 bash[22161]: audit 2024-03-26T00:43:56.118842+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:56.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:56 smithi171 bash[22161]: audit 2024-03-26T00:43:56.125373+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:57.626 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:57 smithi133 bash[21515]: cephadm 2024-03-26T00:43:56.136240+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Deploying daemon alertmanager.smithi184 on smithi184 2024-03-26T00:43:57.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:57 smithi171 bash[22161]: cephadm 2024-03-26T00:43:56.136240+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Deploying daemon alertmanager.smithi184 on smithi184 2024-03-26T00:43:57.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:57 smithi184 bash[22285]: cephadm 2024-03-26T00:43:56.136240+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Deploying daemon alertmanager.smithi184 on smithi184 2024-03-26T00:43:58.468 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:58 smithi133 bash[21515]: cluster 2024-03-26T00:43:57.305972+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:58.468 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:58 smithi133 bash[21515]: audit 2024-03-26T00:43:58.171912+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:58.468 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:58 smithi133 bash[21515]: audit 2024-03-26T00:43:58.182090+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:58.468 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:43:58 smithi133 bash[21515]: audit 2024-03-26T00:43:58.191053+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:58.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:58 smithi171 bash[22161]: cluster 2024-03-26T00:43:57.305972+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:58.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:58 smithi171 bash[22161]: audit 2024-03-26T00:43:58.171912+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:58.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:58 smithi171 bash[22161]: audit 2024-03-26T00:43:58.182090+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:58.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:43:58 smithi171 bash[22161]: audit 2024-03-26T00:43:58.191053+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:58.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:58 smithi184 bash[22285]: cluster 2024-03-26T00:43:57.305972+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:43:58.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:58 smithi184 bash[22285]: audit 2024-03-26T00:43:58.171912+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:58.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:58 smithi184 bash[22285]: audit 2024-03-26T00:43:58.182090+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:43:58.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:43:58 smithi184 bash[22285]: audit 2024-03-26T00:43:58.191053+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.157 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:00 smithi133 bash[21515]: audit 2024-03-26T00:43:59.134553+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.157 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:00 smithi133 bash[21515]: audit 2024-03-26T00:43:59.219313+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.158 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:00 smithi133 bash[21515]: audit 2024-03-26T00:43:59.228309+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.158 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:00 smithi133 bash[21515]: audit 2024-03-26T00:43:59.239265+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.158 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:00 smithi133 bash[21515]: cluster 2024-03-26T00:43:59.306379+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:00.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:00 smithi184 bash[22285]: audit 2024-03-26T00:43:59.134553+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:00 smithi184 bash[22285]: audit 2024-03-26T00:43:59.219313+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:00 smithi184 bash[22285]: audit 2024-03-26T00:43:59.228309+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:00 smithi184 bash[22285]: audit 2024-03-26T00:43:59.239265+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:00 smithi184 bash[22285]: cluster 2024-03-26T00:43:59.306379+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:00.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:00 smithi171 bash[22161]: audit 2024-03-26T00:43:59.134553+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:00 smithi171 bash[22161]: audit 2024-03-26T00:43:59.219313+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:00 smithi171 bash[22161]: audit 2024-03-26T00:43:59.228309+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:00 smithi171 bash[22161]: audit 2024-03-26T00:43:59.239265+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:00.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:00 smithi171 bash[22161]: cluster 2024-03-26T00:43:59.306379+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:02.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:02 smithi171 bash[22161]: audit 2024-03-26T00:44:00.997314+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:02.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:02 smithi171 bash[22161]: cluster 2024-03-26T00:44:01.306863+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:02.350 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:02 smithi184 bash[22285]: audit 2024-03-26T00:44:00.997314+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:02.350 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:02 smithi184 bash[22285]: cluster 2024-03-26T00:44:01.306863+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:02.369 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:02 smithi133 bash[21515]: audit 2024-03-26T00:44:00.997314+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:02.369 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:02 smithi133 bash[21515]: cluster 2024-03-26T00:44:01.306863+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:04.079 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:03 smithi133 bash[21515]: audit 2024-03-26T00:44:02.884176+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:04.080 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:03 smithi133 bash[21515]: cluster 2024-03-26T00:44:03.307231+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:04.207 INFO:journalctl@ceph.osd.2.smithi184.stdout:Mar 26 00:44:04 smithi184 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:44:04.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:03 smithi184 bash[22285]: audit 2024-03-26T00:44:02.884176+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:04.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:03 smithi184 bash[22285]: cluster 2024-03-26T00:44:03.307231+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:04.207 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:04 smithi184 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:44:04.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:03 smithi171 bash[22161]: audit 2024-03-26T00:44:02.884176+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:04.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:03 smithi171 bash[22161]: cluster 2024-03-26T00:44:03.307231+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:04.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:04 smithi184 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:44:04.602 INFO:journalctl@ceph.osd.2.smithi184.stdout:Mar 26 00:44:04 smithi184 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:44:05.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:05 smithi171 bash[22161]: audit 2024-03-26T00:44:04.486034+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:05 smithi171 bash[22161]: audit 2024-03-26T00:44:04.496576+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:05 smithi171 bash[22161]: audit 2024-03-26T00:44:04.526175+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:05 smithi171 bash[22161]: audit 2024-03-26T00:44:04.534798+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:05 smithi171 bash[22161]: audit 2024-03-26T00:44:05.418394+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.634 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:05 smithi133 bash[21515]: audit 2024-03-26T00:44:04.486034+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.634 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:05 smithi133 bash[21515]: audit 2024-03-26T00:44:04.496576+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.634 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:05 smithi133 bash[21515]: audit 2024-03-26T00:44:04.526175+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.634 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:05 smithi133 bash[21515]: audit 2024-03-26T00:44:04.534798+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.634 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:05 smithi133 bash[21515]: audit 2024-03-26T00:44:05.418394+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:05 smithi184 bash[22285]: audit 2024-03-26T00:44:04.486034+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:05 smithi184 bash[22285]: audit 2024-03-26T00:44:04.496576+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:05 smithi184 bash[22285]: audit 2024-03-26T00:44:04.526175+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:05 smithi184 bash[22285]: audit 2024-03-26T00:44:04.534798+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:05.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:05 smithi184 bash[22285]: audit 2024-03-26T00:44:05.418394+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.660 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:06 smithi133 bash[21515]: cephadm 2024-03-26T00:44:04.831594+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon prometheus.smithi171 on smithi171 2024-03-26T00:44:06.660 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:06 smithi133 bash[21515]: cluster 2024-03-26T00:44:05.307590+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:06.660 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:06 smithi133 bash[21515]: audit 2024-03-26T00:44:05.938056+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.660 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:06 smithi133 bash[21515]: audit 2024-03-26T00:44:05.944156+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.660 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:06 smithi133 bash[21515]: audit 2024-03-26T00:44:05.949459+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.660 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:06 smithi133 bash[21515]: audit 2024-03-26T00:44:06.005247+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:06 smithi184 bash[22285]: cephadm 2024-03-26T00:44:04.831594+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon prometheus.smithi171 on smithi171 2024-03-26T00:44:06.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:06 smithi184 bash[22285]: cluster 2024-03-26T00:44:05.307590+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:06.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:06 smithi184 bash[22285]: audit 2024-03-26T00:44:05.938056+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:06 smithi184 bash[22285]: audit 2024-03-26T00:44:05.944156+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:06 smithi184 bash[22285]: audit 2024-03-26T00:44:05.949459+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.748 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:06 smithi184 bash[22285]: audit 2024-03-26T00:44:06.005247+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:06 smithi171 bash[22161]: cephadm 2024-03-26T00:44:04.831594+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon prometheus.smithi171 on smithi171 2024-03-26T00:44:06.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:06 smithi171 bash[22161]: cluster 2024-03-26T00:44:05.307590+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:06.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:06 smithi171 bash[22161]: audit 2024-03-26T00:44:05.938056+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:06 smithi171 bash[22161]: audit 2024-03-26T00:44:05.944156+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:06 smithi171 bash[22161]: audit 2024-03-26T00:44:05.949459+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:06.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:06 smithi171 bash[22161]: audit 2024-03-26T00:44:06.005247+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:08.583 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:08 smithi184 bash[22285]: cluster 2024-03-26T00:44:07.308080+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:08.772 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:08 smithi133 bash[21515]: cluster 2024-03-26T00:44:07.308080+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:08.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:08 smithi171 bash[22161]: cluster 2024-03-26T00:44:07.308080+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:10.371 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:10 smithi133 bash[21515]: audit 2024-03-26T00:44:09.175324+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:10.372 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:10 smithi133 bash[21515]: cluster 2024-03-26T00:44:09.308602+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:10.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:10 smithi171 bash[22161]: audit 2024-03-26T00:44:09.175324+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:10.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:10 smithi171 bash[22161]: cluster 2024-03-26T00:44:09.308602+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:10.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:10 smithi184 bash[22285]: audit 2024-03-26T00:44:09.175324+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:10.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:10 smithi184 bash[22285]: cluster 2024-03-26T00:44:09.308602+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:12.553 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:12 smithi133 bash[21515]: cluster 2024-03-26T00:44:11.309119+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:12.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:12 smithi171 bash[22161]: cluster 2024-03-26T00:44:11.309119+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:12.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:12 smithi184 bash[22285]: cluster 2024-03-26T00:44:11.309119+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:14.480 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:14 smithi133 bash[21515]: cluster 2024-03-26T00:44:13.309647+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:14.480 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:14 smithi133 bash[21515]: audit 2024-03-26T00:44:14.116609+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:14.480 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:14 smithi133 bash[21515]: audit 2024-03-26T00:44:14.125692+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:14.480 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:14 smithi133 bash[21515]: audit 2024-03-26T00:44:14.136769+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:14.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:14 smithi184 bash[22285]: cluster 2024-03-26T00:44:13.309647+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:14.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:14 smithi184 bash[22285]: audit 2024-03-26T00:44:14.116609+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:14.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:14 smithi184 bash[22285]: audit 2024-03-26T00:44:14.125692+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:14.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:14 smithi184 bash[22285]: audit 2024-03-26T00:44:14.136769+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:14.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:14 smithi171 bash[22161]: cluster 2024-03-26T00:44:13.309647+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:14.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:14 smithi171 bash[22161]: audit 2024-03-26T00:44:14.116609+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:14.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:14 smithi171 bash[22161]: audit 2024-03-26T00:44:14.125692+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:14.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:14 smithi171 bash[22161]: audit 2024-03-26T00:44:14.136769+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:16.540 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:16 smithi133 bash[21515]: cluster 2024-03-26T00:44:15.310210+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:16.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:16 smithi171 bash[22161]: cluster 2024-03-26T00:44:15.310210+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:16.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:16 smithi184 bash[22285]: cluster 2024-03-26T00:44:15.310210+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:17.280 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:17 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:44:17.281 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:17 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:44:17.281 INFO:journalctl@ceph.osd.1.smithi171.stdout:Mar 26 00:44:17 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:44:17.562 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:17 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:44:17.562 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:17 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:44:17.563 INFO:journalctl@ceph.osd.1.smithi171.stdout:Mar 26 00:44:17 smithi171 systemd[1]: /etc/systemd/system/ceph-8daa2be0-eb08-11ee-95d0-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-26T00:44:18.672 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:18 smithi133 bash[21515]: cluster 2024-03-26T00:44:17.310701+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:18.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:18 smithi133 bash[21515]: audit 2024-03-26T00:44:17.573235+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:18.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:18 smithi133 bash[21515]: audit 2024-03-26T00:44:17.582833+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:18.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:18 smithi133 bash[21515]: audit 2024-03-26T00:44:17.637090+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:18.673 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:18 smithi133 bash[21515]: audit 2024-03-26T00:44:17.645947+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-26T00:44:18.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:18 smithi171 bash[22161]: cluster 2024-03-26T00:44:17.310701+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:18.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:18 smithi171 bash[22161]: audit 2024-03-26T00:44:17.573235+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:18.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:18 smithi171 bash[22161]: audit 2024-03-26T00:44:17.582833+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:18.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:18 smithi171 bash[22161]: audit 2024-03-26T00:44:17.637090+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:18.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:18 smithi171 bash[22161]: audit 2024-03-26T00:44:17.645947+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-26T00:44:18.673 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:18 smithi184 bash[22285]: cluster 2024-03-26T00:44:17.310701+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:18.674 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:18 smithi184 bash[22285]: audit 2024-03-26T00:44:17.573235+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:18.674 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:18 smithi184 bash[22285]: audit 2024-03-26T00:44:17.582833+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:18.674 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:18 smithi184 bash[22285]: audit 2024-03-26T00:44:17.637090+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:18.674 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:18 smithi184 bash[22285]: audit 2024-03-26T00:44:17.645947+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-26T00:44:18.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:18 smithi133 bash[21770]: ignoring --setuser ceph since I am not root 2024-03-26T00:44:18.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:18 smithi133 bash[21770]: ignoring --setgroup ceph since I am not root 2024-03-26T00:44:18.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:18 smithi133 bash[21770]: debug 2024-03-26T00:44:18.847+0000 7f736263c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:44:19.069 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:18 smithi171 bash[23371]: ignoring --setuser ceph since I am not root 2024-03-26T00:44:19.069 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:18 smithi171 bash[23371]: ignoring --setgroup ceph since I am not root 2024-03-26T00:44:19.069 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:18 smithi171 bash[23371]: debug 2024-03-26T00:44:18.721+0000 7f04e289f700 1 -- 172.21.15.171:0/2241345538 <== mon.2 v2:172.21.15.171:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5564dae005a0 con 0x5564dbb7ec00 2024-03-26T00:44:19.070 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:18 smithi171 bash[23371]: debug 2024-03-26T00:44:18.885+0000 7f04ec690200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:44:19.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:19 smithi171 bash[22161]: audit 2024-03-26T00:44:18.376128+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:19.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:19 smithi171 bash[22161]: audit 2024-03-26T00:44:18.388916+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:19.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:19 smithi171 bash[22161]: audit 2024-03-26T00:44:18.398811+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:19.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:19 smithi171 bash[22161]: audit 2024-03-26T00:44:18.638652+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-26T00:44:19.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:19 smithi171 bash[22161]: cluster 2024-03-26T00:44:18.646878+0000 mon.a (mon.0) 784 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-26T00:44:19.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:19 smithi133 bash[21515]: audit 2024-03-26T00:44:18.376128+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:19.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:19 smithi133 bash[21515]: audit 2024-03-26T00:44:18.388916+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:19.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:19 smithi133 bash[21515]: audit 2024-03-26T00:44:18.398811+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:19.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:19 smithi133 bash[21515]: audit 2024-03-26T00:44:18.638652+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-26T00:44:19.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:19 smithi133 bash[21515]: cluster 2024-03-26T00:44:18.646878+0000 mon.a (mon.0) 784 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-26T00:44:19.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:19 smithi184 bash[22285]: audit 2024-03-26T00:44:18.376128+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:19.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:19 smithi184 bash[22285]: audit 2024-03-26T00:44:18.388916+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:19.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:19 smithi184 bash[22285]: audit 2024-03-26T00:44:18.398811+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' 2024-03-26T00:44:19.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:19 smithi184 bash[22285]: audit 2024-03-26T00:44:18.638652+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.133:0/277643918' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-26T00:44:19.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:19 smithi184 bash[22285]: cluster 2024-03-26T00:44:18.646878+0000 mon.a (mon.0) 784 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-26T00:44:20.819 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:20 smithi171 bash[23371]: debug 2024-03-26T00:44:20.489+0000 7f04ec690200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:44:20.819 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:20 smithi171 bash[23371]: debug 2024-03-26T00:44:20.585+0000 7f04ec690200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:44:20.832 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:20 smithi133 bash[21770]: debug 2024-03-26T00:44:20.483+0000 7f736263c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:44:20.832 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:20 smithi133 bash[21770]: debug 2024-03-26T00:44:20.583+0000 7f736263c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:44:21.183 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:20 smithi133 bash[21770]: debug 2024-03-26T00:44:20.831+0000 7f736263c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:44:21.319 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:20 smithi171 bash[23371]: debug 2024-03-26T00:44:20.833+0000 7f04ec690200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:44:21.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:21 smithi133 bash[21770]: debug 2024-03-26T00:44:21.627+0000 7f736263c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:44:21.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:21 smithi133 bash[21770]: debug 2024-03-26T00:44:21.747+0000 7f736263c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:44:21.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:21 smithi133 bash[21770]: debug 2024-03-26T00:44:21.855+0000 7f736263c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:44:22.069 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:21 smithi171 bash[23371]: debug 2024-03-26T00:44:21.617+0000 7f04ec690200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:44:22.069 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:21 smithi171 bash[23371]: debug 2024-03-26T00:44:21.729+0000 7f04ec690200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:44:22.069 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:21 smithi171 bash[23371]: debug 2024-03-26T00:44:21.829+0000 7f04ec690200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:44:22.324 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:22 smithi133 bash[21770]: debug 2024-03-26T00:44:22.211+0000 7f736263c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:44:22.570 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:22 smithi171 bash[23371]: debug 2024-03-26T00:44:22.185+0000 7f04ec690200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:44:22.570 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:22 smithi171 bash[23371]: debug 2024-03-26T00:44:22.297+0000 7f04ec690200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:44:22.570 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:22 smithi171 bash[23371]: debug 2024-03-26T00:44:22.401+0000 7f04ec690200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:44:22.683 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:22 smithi133 bash[21770]: debug 2024-03-26T00:44:22.323+0000 7f736263c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:44:22.683 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:22 smithi133 bash[21770]: debug 2024-03-26T00:44:22.427+0000 7f736263c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:44:23.069 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:22 smithi171 bash[23371]: debug 2024-03-26T00:44:22.753+0000 7f04ec690200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:44:23.069 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:22 smithi171 bash[23371]: debug 2024-03-26T00:44:22.993+0000 7f04ec690200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:44:23.183 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:22 smithi133 bash[21770]: debug 2024-03-26T00:44:22.795+0000 7f736263c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:44:23.183 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:23 smithi133 bash[21770]: debug 2024-03-26T00:44:23.039+0000 7f736263c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:44:23.569 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:23 smithi171 bash[23371]: debug 2024-03-26T00:44:23.249+0000 7f04ec690200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:44:23.570 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:23 smithi171 bash[23371]: debug 2024-03-26T00:44:23.361+0000 7f04ec690200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:44:23.683 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:23 smithi133 bash[21770]: debug 2024-03-26T00:44:23.303+0000 7f736263c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:44:23.683 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:23 smithi133 bash[21770]: debug 2024-03-26T00:44:23.423+0000 7f736263c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:44:24.049 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:23 smithi171 bash[23371]: debug 2024-03-26T00:44:23.633+0000 7f04ec690200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:44:24.142 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:23 smithi133 bash[21770]: debug 2024-03-26T00:44:23.711+0000 7f736263c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:44:24.319 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:24 smithi171 bash[23371]: debug 2024-03-26T00:44:24.045+0000 7f04ec690200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:44:24.320 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:24 smithi171 bash[23371]: debug 2024-03-26T00:44:24.285+0000 7f04ec690200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:44:24.417 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:24 smithi133 bash[21770]: debug 2024-03-26T00:44:24.143+0000 7f736263c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:44:24.418 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:24 smithi133 bash[21770]: debug 2024-03-26T00:44:24.387+0000 7f736263c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:44:24.683 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:24 smithi133 bash[21770]: debug 2024-03-26T00:44:24.507+0000 7f736263c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:44:24.819 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:24 smithi171 bash[23371]: debug 2024-03-26T00:44:24.401+0000 7f04ec690200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:44:24.819 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:24 smithi171 bash[23371]: debug 2024-03-26T00:44:24.645+0000 7f04ec690200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:44:25.183 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:24 smithi133 bash[21770]: debug 2024-03-26T00:44:24.759+0000 7f736263c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:44:26.052 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:25 smithi171 bash[23371]: debug 2024-03-26T00:44:25.645+0000 7f04ec690200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:44:26.052 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:25 smithi171 bash[23371]: debug 2024-03-26T00:44:25.761+0000 7f04ec690200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:44:26.052 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[23371]: debug 2024-03-26T00:44:26.049+0000 7f04ec690200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:44:26.096 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:25 smithi133 bash[21770]: debug 2024-03-26T00:44:25.767+0000 7f736263c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:44:26.096 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:25 smithi133 bash[21770]: debug 2024-03-26T00:44:25.883+0000 7f736263c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:44:26.319 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[23371]: debug 2024-03-26T00:44:26.161+0000 7f04ec690200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:44:26.433 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:26 smithi133 bash[21770]: debug 2024-03-26T00:44:26.179+0000 7f736263c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:44:26.433 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:26 smithi133 bash[21770]: debug 2024-03-26T00:44:26.295+0000 7f736263c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:44:26.860 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[22161]: cluster 2024-03-26T00:44:26.752329+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T00:44:26.860 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[22161]: cluster 2024-03-26T00:44:26.752577+0000 mon.a (mon.0) 786 : cluster [DBG] Standby manager daemon b started 2024-03-26T00:44:26.860 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[22161]: audit 2024-03-26T00:44:26.755710+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:44:26.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[22161]: audit 2024-03-26T00:44:26.756836+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:44:26.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[22161]: audit 2024-03-26T00:44:26.759468+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:44:26.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[22161]: audit 2024-03-26T00:44:26.761373+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:44:26.861 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[23371]: debug 2024-03-26T00:44:26.605+0000 7f04ec690200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:44:26.861 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[23371]: debug 2024-03-26T00:44:26.725+0000 7f04ec690200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:44:26.861 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[23371]: [26/Mar/2024:00:44:26] ENGINE Bus STARTING 2024-03-26T00:44:26.861 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[23371]: CherryPy Checker: 2024-03-26T00:44:26.861 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[23371]: The Application mounted at '' has an empty config. 2024-03-26T00:44:26.861 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[23371]: [26/Mar/2024:00:44:26] ENGINE Serving on http://:::9283 2024-03-26T00:44:26.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:26 smithi133 bash[21770]: debug 2024-03-26T00:44:26.743+0000 7f736263c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:44:26.996 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:26 smithi133 bash[21770]: debug 2024-03-26T00:44:26.867+0000 7f736263c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:44:26.996 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:26 smithi133 bash[21515]: cluster 2024-03-26T00:44:26.752329+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T00:44:26.997 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:26 smithi133 bash[21515]: cluster 2024-03-26T00:44:26.752577+0000 mon.a (mon.0) 786 : cluster [DBG] Standby manager daemon b started 2024-03-26T00:44:26.997 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:26 smithi133 bash[21515]: audit 2024-03-26T00:44:26.755710+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:44:26.997 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:26 smithi133 bash[21515]: audit 2024-03-26T00:44:26.756836+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:44:26.997 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:26 smithi133 bash[21515]: audit 2024-03-26T00:44:26.759468+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:44:26.997 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:26 smithi133 bash[21515]: audit 2024-03-26T00:44:26.761373+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:44:27.064 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:26 smithi184 bash[22285]: cluster 2024-03-26T00:44:26.752329+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T00:44:27.064 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:26 smithi184 bash[22285]: cluster 2024-03-26T00:44:26.752577+0000 mon.a (mon.0) 786 : cluster [DBG] Standby manager daemon b started 2024-03-26T00:44:27.064 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:26 smithi184 bash[22285]: audit 2024-03-26T00:44:26.755710+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:44:27.064 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:26 smithi184 bash[22285]: audit 2024-03-26T00:44:26.756836+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:44:27.064 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:26 smithi184 bash[22285]: audit 2024-03-26T00:44:26.759468+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:44:27.064 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:26 smithi184 bash[22285]: audit 2024-03-26T00:44:26.761373+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.171:0/1840947875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:44:27.141 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:44:26 smithi171 bash[23371]: [26/Mar/2024:00:44:26] ENGINE Bus STARTED 2024-03-26T00:44:27.433 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:26 smithi133 bash[21770]: [26/Mar/2024:00:44:26] ENGINE Bus STARTING 2024-03-26T00:44:27.433 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21770]: CherryPy Checker: 2024-03-26T00:44:27.433 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21770]: The Application mounted at '' has an empty config. 2024-03-26T00:44:27.433 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21770]: [26/Mar/2024:00:44:27] ENGINE Serving on http://:::9283 2024-03-26T00:44:27.433 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21770]: [26/Mar/2024:00:44:27] ENGINE Bus STARTED 2024-03-26T00:44:28.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: cluster 2024-03-26T00:44:26.815028+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-26T00:44:28.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: cluster 2024-03-26T00:44:26.890303+0000 mon.a (mon.0) 788 : cluster [INF] Active manager daemon a restarted 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: cluster 2024-03-26T00:44:26.890862+0000 mon.a (mon.0) 789 : cluster [INF] Activating manager daemon a 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: cluster 2024-03-26T00:44:26.897870+0000 mon.a (mon.0) 790 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: cluster 2024-03-26T00:44:26.898193+0000 mon.a (mon.0) 791 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00754694s), standbys: b 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.902846+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.903475+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.904076+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.905191+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.905672+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.906107+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.906691+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.907218+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.907780+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:44:28.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.908154+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.908884+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: cluster 2024-03-26T00:44:26.935125+0000 mon.a (mon.0) 803 : cluster [INF] Manager daemon a is now available 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.967107+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.970003+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.975225+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.976101+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.976300+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.978331+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]': finished 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.987567+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]': finished 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.990300+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.990986+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:28.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: cephadm 2024-03-26T00:44:26.992159+0000 mgr.a (mgr.14394) 1 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-03-26T00:44:28.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: cephadm 2024-03-26T00:44:26.992480+0000 mgr.a (mgr.14394) 2 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-03-26T00:44:28.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: cephadm 2024-03-26T00:44:26.994064+0000 mgr.a (mgr.14394) 3 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-26T00:44:28.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.995688+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:28.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:26.998301+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:44:28.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:27.012164+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:44:28.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: audit 2024-03-26T00:44:27.018793+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:44:28.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: cephadm 2024-03-26T00:44:27.500890+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Bus STARTING 2024-03-26T00:44:28.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:27 smithi171 bash[22161]: cephadm 2024-03-26T00:44:27.630936+0000 mgr.a (mgr.14394) 5 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Serving on https://172.21.15.133:7151 2024-03-26T00:44:28.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: cluster 2024-03-26T00:44:26.815028+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: cluster 2024-03-26T00:44:26.890303+0000 mon.a (mon.0) 788 : cluster [INF] Active manager daemon a restarted 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: cluster 2024-03-26T00:44:26.890862+0000 mon.a (mon.0) 789 : cluster [INF] Activating manager daemon a 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: cluster 2024-03-26T00:44:26.897870+0000 mon.a (mon.0) 790 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: cluster 2024-03-26T00:44:26.898193+0000 mon.a (mon.0) 791 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00754694s), standbys: b 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.902846+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.903475+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.904076+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.905191+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.905672+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.906107+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.906691+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:44:28.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.907218+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.907780+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.908154+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.908884+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: cluster 2024-03-26T00:44:26.935125+0000 mon.a (mon.0) 803 : cluster [INF] Manager daemon a is now available 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.967107+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.970003+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.975225+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.976101+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.976300+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.978331+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]': finished 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.987567+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]': finished 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.990300+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.990986+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:28.103 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: cephadm 2024-03-26T00:44:26.992159+0000 mgr.a (mgr.14394) 1 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-03-26T00:44:28.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: cephadm 2024-03-26T00:44:26.992480+0000 mgr.a (mgr.14394) 2 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-03-26T00:44:28.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: cephadm 2024-03-26T00:44:26.994064+0000 mgr.a (mgr.14394) 3 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-26T00:44:28.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.995688+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:28.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:26.998301+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:44:28.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:27.012164+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:44:28.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: audit 2024-03-26T00:44:27.018793+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:44:28.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: cephadm 2024-03-26T00:44:27.500890+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Bus STARTING 2024-03-26T00:44:28.104 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:27 smithi184 bash[22285]: cephadm 2024-03-26T00:44:27.630936+0000 mgr.a (mgr.14394) 5 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Serving on https://172.21.15.133:7151 2024-03-26T00:44:28.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: cluster 2024-03-26T00:44:26.815028+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-26T00:44:28.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: cluster 2024-03-26T00:44:26.890303+0000 mon.a (mon.0) 788 : cluster [INF] Active manager daemon a restarted 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: cluster 2024-03-26T00:44:26.890862+0000 mon.a (mon.0) 789 : cluster [INF] Activating manager daemon a 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: cluster 2024-03-26T00:44:26.897870+0000 mon.a (mon.0) 790 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: cluster 2024-03-26T00:44:26.898193+0000 mon.a (mon.0) 791 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00754694s), standbys: b 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.902846+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.903475+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.904076+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.905191+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.905672+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.906107+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.906691+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.907218+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:44:28.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.907780+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.908154+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.908884+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: cluster 2024-03-26T00:44:26.935125+0000 mon.a (mon.0) 803 : cluster [INF] Manager daemon a is now available 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.967107+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.970003+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.975225+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.976101+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.976300+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.978331+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]': finished 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.987567+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]': finished 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.990300+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.990986+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: cephadm 2024-03-26T00:44:26.992159+0000 mgr.a (mgr.14394) 1 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-03-26T00:44:28.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: cephadm 2024-03-26T00:44:26.992480+0000 mgr.a (mgr.14394) 2 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-03-26T00:44:28.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: cephadm 2024-03-26T00:44:26.994064+0000 mgr.a (mgr.14394) 3 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-26T00:44:28.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.995688+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:28.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:26.998301+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:44:28.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:27.012164+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:44:28.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: audit 2024-03-26T00:44:27.018793+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:44:28.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: cephadm 2024-03-26T00:44:27.500890+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Bus STARTING 2024-03-26T00:44:28.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:27 smithi133 bash[21515]: cephadm 2024-03-26T00:44:27.630936+0000 mgr.a (mgr.14394) 5 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Serving on https://172.21.15.133:7151 2024-03-26T00:44:29.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cluster 2024-03-26T00:44:27.905532+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e19: a(active, since 1.01488s), standbys: b 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:27.906137+0000 mgr.a (mgr.14394) 6 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:27.906675+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Serving on http://172.21.15.133:8765 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:27.906844+0000 mgr.a (mgr.14394) 8 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Bus STARTED 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cluster 2024-03-26T00:44:27.911767+0000 mgr.a (mgr.14394) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:27.955038+0000 mgr.a (mgr.14394) 10 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:27.956625+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:28.070691+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:28.122120+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:28.170187+0000 mgr.a (mgr.14394) 14 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:28.235880+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:28.287294+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:44:29.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:28.335694+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:44:29.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: audit 2024-03-26T00:44:28.408337+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: audit 2024-03-26T00:44:28.416706+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: audit 2024-03-26T00:44:28.457258+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: audit 2024-03-26T00:44:28.466318+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: audit 2024-03-26T00:44:28.507102+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: audit 2024-03-26T00:44:28.515500+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: audit 2024-03-26T00:44:28.524244+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: cephadm 2024-03-26T00:44:28.525224+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:44:29.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: audit 2024-03-26T00:44:28.532525+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:28 smithi133 bash[21515]: audit 2024-03-26T00:44:28.582798+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-03-26T00:44:29.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cluster 2024-03-26T00:44:27.905532+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e19: a(active, since 1.01488s), standbys: b 2024-03-26T00:44:29.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:27.906137+0000 mgr.a (mgr.14394) 6 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:44:29.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:27.906675+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Serving on http://172.21.15.133:8765 2024-03-26T00:44:29.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:27.906844+0000 mgr.a (mgr.14394) 8 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Bus STARTED 2024-03-26T00:44:29.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cluster 2024-03-26T00:44:27.911767+0000 mgr.a (mgr.14394) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:27.955038+0000 mgr.a (mgr.14394) 10 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:27.956625+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:28.070691+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:28.122120+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:28.170187+0000 mgr.a (mgr.14394) 14 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:28.235880+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:28.287294+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:28.335694+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: audit 2024-03-26T00:44:28.408337+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: audit 2024-03-26T00:44:28.416706+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: audit 2024-03-26T00:44:28.457258+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: audit 2024-03-26T00:44:28.466318+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: audit 2024-03-26T00:44:28.507102+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.321 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: audit 2024-03-26T00:44:28.515500+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: audit 2024-03-26T00:44:28.524244+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: cephadm 2024-03-26T00:44:28.525224+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:44:29.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: audit 2024-03-26T00:44:28.532525+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.322 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:28 smithi171 bash[22161]: audit 2024-03-26T00:44:28.582798+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-03-26T00:44:29.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cluster 2024-03-26T00:44:27.905532+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e19: a(active, since 1.01488s), standbys: b 2024-03-26T00:44:29.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:27.906137+0000 mgr.a (mgr.14394) 6 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:44:29.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:27.906675+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Serving on http://172.21.15.133:8765 2024-03-26T00:44:29.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:27.906844+0000 mgr.a (mgr.14394) 8 : cephadm [INF] [26/Mar/2024:00:44:27] ENGINE Bus STARTED 2024-03-26T00:44:29.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cluster 2024-03-26T00:44:27.911767+0000 mgr.a (mgr.14394) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:29.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:27.955038+0000 mgr.a (mgr.14394) 10 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:27.956625+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:28.070691+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:28.122120+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:28.170187+0000 mgr.a (mgr.14394) 14 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:28.235880+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:28.287294+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:28.335694+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: audit 2024-03-26T00:44:28.408337+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: audit 2024-03-26T00:44:28.416706+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: audit 2024-03-26T00:44:28.457258+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: audit 2024-03-26T00:44:28.466318+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: audit 2024-03-26T00:44:28.507102+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.353 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: audit 2024-03-26T00:44:28.515500+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: audit 2024-03-26T00:44:28.524244+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: cephadm 2024-03-26T00:44:28.525224+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:44:29.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: audit 2024-03-26T00:44:28.532525+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:29.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:28 smithi184 bash[22285]: audit 2024-03-26T00:44:28.582798+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-03-26T00:44:30.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:29 smithi133 bash[21515]: cluster 2024-03-26T00:44:28.906663+0000 mgr.a (mgr.14394) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:30.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:29 smithi133 bash[21515]: audit 2024-03-26T00:44:29.045437+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-03-26T00:44:30.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:29 smithi133 bash[21515]: audit 2024-03-26T00:44:29.637979+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:30.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:29 smithi133 bash[21515]: audit 2024-03-26T00:44:29.681938+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-26T00:44:30.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:29 smithi133 bash[21515]: audit 2024-03-26T00:44:29.710941+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:30.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:29 smithi133 bash[21515]: audit 2024-03-26T00:44:29.833378+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:30.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:29 smithi171 bash[22161]: cluster 2024-03-26T00:44:28.906663+0000 mgr.a (mgr.14394) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:30.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:29 smithi171 bash[22161]: audit 2024-03-26T00:44:29.045437+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-03-26T00:44:30.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:29 smithi171 bash[22161]: audit 2024-03-26T00:44:29.637979+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:30.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:29 smithi171 bash[22161]: audit 2024-03-26T00:44:29.681938+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-26T00:44:30.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:29 smithi171 bash[22161]: audit 2024-03-26T00:44:29.710941+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:30.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:29 smithi171 bash[22161]: audit 2024-03-26T00:44:29.833378+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:30.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:29 smithi184 bash[22285]: cluster 2024-03-26T00:44:28.906663+0000 mgr.a (mgr.14394) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:30.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:29 smithi184 bash[22285]: audit 2024-03-26T00:44:29.045437+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-03-26T00:44:30.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:29 smithi184 bash[22285]: audit 2024-03-26T00:44:29.637979+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:30.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:29 smithi184 bash[22285]: audit 2024-03-26T00:44:29.681938+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-26T00:44:30.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:29 smithi184 bash[22285]: audit 2024-03-26T00:44:29.710941+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:30.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:29 smithi184 bash[22285]: audit 2024-03-26T00:44:29.833378+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.066 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:30 smithi133 bash[21515]: cephadm 2024-03-26T00:44:29.892317+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Reconfiguring alertmanager.smithi184 (dependencies changed)... 2024-03-26T00:44:31.066 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:30 smithi133 bash[21515]: cephadm 2024-03-26T00:44:29.904845+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Reconfiguring daemon alertmanager.smithi184 on smithi184 2024-03-26T00:44:31.066 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:30 smithi133 bash[21515]: cluster 2024-03-26T00:44:29.923305+0000 mon.a (mon.0) 832 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T00:44:31.066 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:30 smithi133 bash[21515]: audit 2024-03-26T00:44:30.353372+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.067 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:30 smithi133 bash[21515]: audit 2024-03-26T00:44:30.408747+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.067 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:30 smithi133 bash[21515]: audit 2024-03-26T00:44:30.543461+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.067 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:30 smithi133 bash[21515]: audit 2024-03-26T00:44:30.598191+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.067 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:30 smithi133 bash[21515]: audit 2024-03-26T00:44:30.645654+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.067 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:30 smithi133 bash[21515]: audit 2024-03-26T00:44:30.774191+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:30 smithi171 bash[22161]: cephadm 2024-03-26T00:44:29.892317+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Reconfiguring alertmanager.smithi184 (dependencies changed)... 2024-03-26T00:44:31.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:30 smithi171 bash[22161]: cephadm 2024-03-26T00:44:29.904845+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Reconfiguring daemon alertmanager.smithi184 on smithi184 2024-03-26T00:44:31.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:30 smithi171 bash[22161]: cluster 2024-03-26T00:44:29.923305+0000 mon.a (mon.0) 832 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T00:44:31.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:30 smithi171 bash[22161]: audit 2024-03-26T00:44:30.353372+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:30 smithi171 bash[22161]: audit 2024-03-26T00:44:30.408747+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:30 smithi171 bash[22161]: audit 2024-03-26T00:44:30.543461+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:30 smithi171 bash[22161]: audit 2024-03-26T00:44:30.598191+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:30 smithi171 bash[22161]: audit 2024-03-26T00:44:30.645654+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:30 smithi171 bash[22161]: audit 2024-03-26T00:44:30.774191+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:30 smithi184 bash[22285]: cephadm 2024-03-26T00:44:29.892317+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Reconfiguring alertmanager.smithi184 (dependencies changed)... 2024-03-26T00:44:31.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:30 smithi184 bash[22285]: cephadm 2024-03-26T00:44:29.904845+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Reconfiguring daemon alertmanager.smithi184 on smithi184 2024-03-26T00:44:31.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:30 smithi184 bash[22285]: cluster 2024-03-26T00:44:29.923305+0000 mon.a (mon.0) 832 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T00:44:31.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:30 smithi184 bash[22285]: audit 2024-03-26T00:44:30.353372+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:30 smithi184 bash[22285]: audit 2024-03-26T00:44:30.408747+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:30 smithi184 bash[22285]: audit 2024-03-26T00:44:30.543461+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:30 smithi184 bash[22285]: audit 2024-03-26T00:44:30.598191+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:30 smithi184 bash[22285]: audit 2024-03-26T00:44:30.645654+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:31.321 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:30 smithi184 bash[22285]: audit 2024-03-26T00:44:30.774191+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:32.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:31 smithi171 bash[22161]: cluster 2024-03-26T00:44:30.907171+0000 mgr.a (mgr.14394) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:32.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:31 smithi171 bash[22161]: cluster 2024-03-26T00:44:31.784826+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-26T00:44:32.124 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:31 smithi184 bash[22285]: cluster 2024-03-26T00:44:30.907171+0000 mgr.a (mgr.14394) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:32.124 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:31 smithi184 bash[22285]: cluster 2024-03-26T00:44:31.784826+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-26T00:44:32.169 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:31 smithi133 bash[21515]: cluster 2024-03-26T00:44:30.907171+0000 mgr.a (mgr.14394) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:32.169 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:31 smithi133 bash[21515]: cluster 2024-03-26T00:44:31.784826+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-26T00:44:33.482 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:33 smithi133 bash[21515]: audit 2024-03-26T00:44:32.315230+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:33.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:33 smithi171 bash[22161]: audit 2024-03-26T00:44:32.315230+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:33.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:33 smithi184 bash[22285]: audit 2024-03-26T00:44:32.315230+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:34.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:34 smithi133 bash[21515]: cluster 2024-03-26T00:44:32.907653+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:34.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:34 smithi133 bash[21515]: audit 2024-03-26T00:44:33.929314+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:34.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:34 smithi133 bash[21515]: audit 2024-03-26T00:44:34.092232+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:34.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:34 smithi184 bash[22285]: cluster 2024-03-26T00:44:32.907653+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:34.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:34 smithi184 bash[22285]: audit 2024-03-26T00:44:33.929314+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:34.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:34 smithi184 bash[22285]: audit 2024-03-26T00:44:34.092232+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:34.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:34 smithi171 bash[22161]: cluster 2024-03-26T00:44:32.907653+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:34.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:34 smithi171 bash[22161]: audit 2024-03-26T00:44:33.929314+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:34.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:34 smithi171 bash[22161]: audit 2024-03-26T00:44:34.092232+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:35 smithi171 bash[22161]: audit 2024-03-26T00:44:34.503277+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:35 smithi171 bash[22161]: audit 2024-03-26T00:44:34.655375+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:35 smithi171 bash[22161]: audit 2024-03-26T00:44:34.661261+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:35 smithi171 bash[22161]: audit 2024-03-26T00:44:34.676053+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:35 smithi171 bash[22161]: audit 2024-03-26T00:44:35.500957+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:35 smithi184 bash[22285]: audit 2024-03-26T00:44:34.503277+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:35 smithi184 bash[22285]: audit 2024-03-26T00:44:34.655375+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:35 smithi184 bash[22285]: audit 2024-03-26T00:44:34.661261+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:35 smithi184 bash[22285]: audit 2024-03-26T00:44:34.676053+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:35 smithi184 bash[22285]: audit 2024-03-26T00:44:35.500957+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:35 smithi133 bash[21515]: audit 2024-03-26T00:44:34.503277+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:35 smithi133 bash[21515]: audit 2024-03-26T00:44:34.655375+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:35 smithi133 bash[21515]: audit 2024-03-26T00:44:34.661261+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:35 smithi133 bash[21515]: audit 2024-03-26T00:44:34.676053+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:35 smithi133 bash[21515]: audit 2024-03-26T00:44:35.500957+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:35.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:35 smithi133 bash[21770]: [26/Mar/2024:00:44:35] ENGINE Bus STOPPING 2024-03-26T00:44:35.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:35 smithi133 bash[21770]: [26/Mar/2024:00:44:35] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-26T00:44:35.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:35 smithi133 bash[21770]: [26/Mar/2024:00:44:35] ENGINE Bus STOPPED 2024-03-26T00:44:35.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:35 smithi133 bash[21770]: [26/Mar/2024:00:44:35] ENGINE Bus STARTING 2024-03-26T00:44:35.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:35 smithi133 bash[21770]: [26/Mar/2024:00:44:35] ENGINE Serving on http://:::9283 2024-03-26T00:44:35.934 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:35 smithi133 bash[21770]: [26/Mar/2024:00:44:35] ENGINE Bus STARTED 2024-03-26T00:44:36.767 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: cluster 2024-03-26T00:44:34.908245+0000 mgr.a (mgr.14394) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-26T00:44:36.768 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: audit 2024-03-26T00:44:35.512313+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:36.768 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: audit 2024-03-26T00:44:35.538171+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T00:44:36.768 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: audit 2024-03-26T00:44:35.538674+0000 mgr.a (mgr.14394) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T00:44:36.768 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: audit 2024-03-26T00:44:35.539752+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T00:44:36.768 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: audit 2024-03-26T00:44:35.540093+0000 mgr.a (mgr.14394) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T00:44:36.768 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: audit 2024-03-26T00:44:35.544155+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:36.768 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: audit 2024-03-26T00:44:35.566809+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:36.768 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: audit 2024-03-26T00:44:35.570365+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:36.768 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: audit 2024-03-26T00:44:35.571084+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:36.768 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: audit 2024-03-26T00:44:35.576357+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:36.768 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:36 smithi171 bash[22161]: cephadm 2024-03-26T00:44:35.576843+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:44:36.810 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: cluster 2024-03-26T00:44:34.908245+0000 mgr.a (mgr.14394) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-26T00:44:36.811 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: audit 2024-03-26T00:44:35.512313+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:36.811 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: audit 2024-03-26T00:44:35.538171+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T00:44:36.811 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: audit 2024-03-26T00:44:35.538674+0000 mgr.a (mgr.14394) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T00:44:36.811 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: audit 2024-03-26T00:44:35.539752+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T00:44:36.811 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: audit 2024-03-26T00:44:35.540093+0000 mgr.a (mgr.14394) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T00:44:36.811 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: audit 2024-03-26T00:44:35.544155+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:36.811 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: audit 2024-03-26T00:44:35.566809+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:36.811 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: audit 2024-03-26T00:44:35.570365+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:36.811 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: audit 2024-03-26T00:44:35.571084+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:36.811 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: audit 2024-03-26T00:44:35.576357+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:36.811 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:36 smithi184 bash[22285]: cephadm 2024-03-26T00:44:35.576843+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:44:36.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: cluster 2024-03-26T00:44:34.908245+0000 mgr.a (mgr.14394) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-26T00:44:36.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: audit 2024-03-26T00:44:35.512313+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:36.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: audit 2024-03-26T00:44:35.538171+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T00:44:36.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: audit 2024-03-26T00:44:35.538674+0000 mgr.a (mgr.14394) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-26T00:44:36.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: audit 2024-03-26T00:44:35.539752+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T00:44:36.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: audit 2024-03-26T00:44:35.540093+0000 mgr.a (mgr.14394) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-03-26T00:44:36.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: audit 2024-03-26T00:44:35.544155+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:36.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: audit 2024-03-26T00:44:35.566809+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:36.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: audit 2024-03-26T00:44:35.570365+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:36.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: audit 2024-03-26T00:44:35.571084+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:36.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: audit 2024-03-26T00:44:35.576357+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:36.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:36 smithi133 bash[21515]: cephadm 2024-03-26T00:44:35.576843+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:44:38.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:38 smithi184 bash[22285]: cluster 2024-03-26T00:44:36.908633+0000 mgr.a (mgr.14394) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-26T00:44:38.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:38 smithi184 bash[22285]: audit 2024-03-26T00:44:37.512061+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:38 smithi184 bash[22285]: audit 2024-03-26T00:44:38.202690+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:38 smithi184 bash[22285]: audit 2024-03-26T00:44:38.209567+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:38 smithi184 bash[22285]: audit 2024-03-26T00:44:38.216444+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:38 smithi184 bash[22285]: audit 2024-03-26T00:44:38.384646+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:38 smithi184 bash[22285]: audit 2024-03-26T00:44:38.436687+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:38 smithi171 bash[22161]: cluster 2024-03-26T00:44:36.908633+0000 mgr.a (mgr.14394) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-26T00:44:38.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:38 smithi171 bash[22161]: audit 2024-03-26T00:44:37.512061+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:38 smithi171 bash[22161]: audit 2024-03-26T00:44:38.202690+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:38 smithi171 bash[22161]: audit 2024-03-26T00:44:38.209567+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:38 smithi171 bash[22161]: audit 2024-03-26T00:44:38.216444+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:38 smithi171 bash[22161]: audit 2024-03-26T00:44:38.384646+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:38 smithi171 bash[22161]: audit 2024-03-26T00:44:38.436687+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:38 smithi133 bash[21515]: cluster 2024-03-26T00:44:36.908633+0000 mgr.a (mgr.14394) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-26T00:44:38.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:38 smithi133 bash[21515]: audit 2024-03-26T00:44:37.512061+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:38 smithi133 bash[21515]: audit 2024-03-26T00:44:38.202690+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:38 smithi133 bash[21515]: audit 2024-03-26T00:44:38.209567+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:38 smithi133 bash[21515]: audit 2024-03-26T00:44:38.216444+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:38 smithi133 bash[21515]: audit 2024-03-26T00:44:38.384646+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:38.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:38 smithi133 bash[21515]: audit 2024-03-26T00:44:38.436687+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:40 smithi133 bash[21515]: cluster 2024-03-26T00:44:38.909227+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-26T00:44:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:40 smithi133 bash[21515]: audit 2024-03-26T00:44:39.177981+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:40 smithi133 bash[21515]: audit 2024-03-26T00:44:39.188088+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:40 smithi133 bash[21515]: audit 2024-03-26T00:44:39.198953+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:40 smithi133 bash[21515]: audit 2024-03-26T00:44:39.220449+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:40 smithi133 bash[21515]: audit 2024-03-26T00:44:39.226583+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:40.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:40 smithi133 bash[21515]: audit 2024-03-26T00:44:39.228436+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:40.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:40 smithi133 bash[21515]: audit 2024-03-26T00:44:39.238630+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:40 smithi133 bash[21515]: cephadm 2024-03-26T00:44:39.239593+0000 mgr.a (mgr.14394) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:44:40.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:40 smithi133 bash[21515]: cephadm 2024-03-26T00:44:39.340913+0000 mgr.a (mgr.14394) 31 : cephadm [INF] Reconfiguring grafana.smithi133 (dependencies changed)... 2024-03-26T00:44:40.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:40 smithi133 bash[21515]: cephadm 2024-03-26T00:44:39.386243+0000 mgr.a (mgr.14394) 32 : cephadm [INF] Reconfiguring daemon grafana.smithi133 on smithi133 2024-03-26T00:44:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:40 smithi171 bash[22161]: cluster 2024-03-26T00:44:38.909227+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-26T00:44:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:40 smithi171 bash[22161]: audit 2024-03-26T00:44:39.177981+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:40 smithi171 bash[22161]: audit 2024-03-26T00:44:39.188088+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:40 smithi171 bash[22161]: audit 2024-03-26T00:44:39.198953+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:40 smithi171 bash[22161]: audit 2024-03-26T00:44:39.220449+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:40 smithi171 bash[22161]: audit 2024-03-26T00:44:39.226583+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:40 smithi171 bash[22161]: audit 2024-03-26T00:44:39.228436+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:40 smithi171 bash[22161]: audit 2024-03-26T00:44:39.238630+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:40 smithi171 bash[22161]: cephadm 2024-03-26T00:44:39.239593+0000 mgr.a (mgr.14394) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:44:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:40 smithi171 bash[22161]: cephadm 2024-03-26T00:44:39.340913+0000 mgr.a (mgr.14394) 31 : cephadm [INF] Reconfiguring grafana.smithi133 (dependencies changed)... 2024-03-26T00:44:40.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:40 smithi171 bash[22161]: cephadm 2024-03-26T00:44:39.386243+0000 mgr.a (mgr.14394) 32 : cephadm [INF] Reconfiguring daemon grafana.smithi133 on smithi133 2024-03-26T00:44:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:40 smithi184 bash[22285]: cluster 2024-03-26T00:44:38.909227+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-26T00:44:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:40 smithi184 bash[22285]: audit 2024-03-26T00:44:39.177981+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:40 smithi184 bash[22285]: audit 2024-03-26T00:44:39.188088+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:40 smithi184 bash[22285]: audit 2024-03-26T00:44:39.198953+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:40 smithi184 bash[22285]: audit 2024-03-26T00:44:39.220449+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:40 smithi184 bash[22285]: audit 2024-03-26T00:44:39.226583+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:40 smithi184 bash[22285]: audit 2024-03-26T00:44:39.228436+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:40 smithi184 bash[22285]: audit 2024-03-26T00:44:39.238630+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:40 smithi184 bash[22285]: cephadm 2024-03-26T00:44:39.239593+0000 mgr.a (mgr.14394) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T00:44:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:40 smithi184 bash[22285]: cephadm 2024-03-26T00:44:39.340913+0000 mgr.a (mgr.14394) 31 : cephadm [INF] Reconfiguring grafana.smithi133 (dependencies changed)... 2024-03-26T00:44:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:40 smithi184 bash[22285]: cephadm 2024-03-26T00:44:39.386243+0000 mgr.a (mgr.14394) 32 : cephadm [INF] Reconfiguring daemon grafana.smithi133 on smithi133 2024-03-26T00:44:42.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:42 smithi171 bash[22161]: cluster 2024-03-26T00:44:40.909738+0000 mgr.a (mgr.14394) 33 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T00:44:42.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:42 smithi171 bash[22161]: audit 2024-03-26T00:44:41.514645+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:42 smithi171 bash[22161]: audit 2024-03-26T00:44:41.524490+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:42 smithi171 bash[22161]: audit 2024-03-26T00:44:41.535024+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:42 smithi171 bash[22161]: audit 2024-03-26T00:44:41.999482+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:44:42.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:42 smithi171 bash[22161]: audit 2024-03-26T00:44:42.203139+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:42 smithi171 bash[22161]: audit 2024-03-26T00:44:42.213933+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:42 smithi171 bash[22161]: audit 2024-03-26T00:44:42.226189+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:42 smithi184 bash[22285]: cluster 2024-03-26T00:44:40.909738+0000 mgr.a (mgr.14394) 33 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T00:44:42.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:42 smithi184 bash[22285]: audit 2024-03-26T00:44:41.514645+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:42 smithi184 bash[22285]: audit 2024-03-26T00:44:41.524490+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:42 smithi184 bash[22285]: audit 2024-03-26T00:44:41.535024+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:42 smithi184 bash[22285]: audit 2024-03-26T00:44:41.999482+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:44:42.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:42 smithi184 bash[22285]: audit 2024-03-26T00:44:42.203139+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:42 smithi184 bash[22285]: audit 2024-03-26T00:44:42.213933+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:42 smithi184 bash[22285]: audit 2024-03-26T00:44:42.226189+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:42 smithi133 bash[21515]: cluster 2024-03-26T00:44:40.909738+0000 mgr.a (mgr.14394) 33 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T00:44:42.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:42 smithi133 bash[21515]: audit 2024-03-26T00:44:41.514645+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:42 smithi133 bash[21515]: audit 2024-03-26T00:44:41.524490+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:42 smithi133 bash[21515]: audit 2024-03-26T00:44:41.535024+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:42 smithi133 bash[21515]: audit 2024-03-26T00:44:41.999482+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:44:42.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:42 smithi133 bash[21515]: audit 2024-03-26T00:44:42.203139+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:42 smithi133 bash[21515]: audit 2024-03-26T00:44:42.213933+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:42.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:42 smithi133 bash[21515]: audit 2024-03-26T00:44:42.226189+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:44 smithi171 bash[22161]: cluster 2024-03-26T00:44:42.910284+0000 mgr.a (mgr.14394) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T00:44:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:44 smithi171 bash[22161]: audit 2024-03-26T00:44:44.407188+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:44 smithi171 bash[22161]: audit 2024-03-26T00:44:44.412270+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:44 smithi171 bash[22161]: audit 2024-03-26T00:44:44.439841+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T00:44:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:44 smithi171 bash[22161]: audit 2024-03-26T00:44:44.441463+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi133.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T00:44:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:44 smithi171 bash[22161]: audit 2024-03-26T00:44:44.447708+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:44 smithi171 bash[22161]: audit 2024-03-26T00:44:44.466207+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:44 smithi171 bash[22161]: audit 2024-03-26T00:44:44.472323+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:44.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:44 smithi171 bash[22161]: audit 2024-03-26T00:44:44.473289+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:44.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:44 smithi171 bash[22161]: audit 2024-03-26T00:44:44.479468+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.821 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:44 smithi171 bash[22161]: audit 2024-03-26T00:44:44.489639+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:44 smithi184 bash[22285]: cluster 2024-03-26T00:44:42.910284+0000 mgr.a (mgr.14394) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T00:44:44.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:44 smithi184 bash[22285]: audit 2024-03-26T00:44:44.407188+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:44 smithi184 bash[22285]: audit 2024-03-26T00:44:44.412270+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:44 smithi184 bash[22285]: audit 2024-03-26T00:44:44.439841+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T00:44:44.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:44 smithi184 bash[22285]: audit 2024-03-26T00:44:44.441463+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi133.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T00:44:44.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:44 smithi184 bash[22285]: audit 2024-03-26T00:44:44.447708+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:44 smithi184 bash[22285]: audit 2024-03-26T00:44:44.466207+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:44.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:44 smithi184 bash[22285]: audit 2024-03-26T00:44:44.472323+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:44.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:44 smithi184 bash[22285]: audit 2024-03-26T00:44:44.473289+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:44.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:44 smithi184 bash[22285]: audit 2024-03-26T00:44:44.479468+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.853 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:44 smithi184 bash[22285]: audit 2024-03-26T00:44:44.489639+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21770]: [26/Mar/2024:00:44:44] ENGINE Bus STOPPING 2024-03-26T00:44:44.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21770]: [26/Mar/2024:00:44:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-26T00:44:44.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21770]: [26/Mar/2024:00:44:44] ENGINE Bus STOPPED 2024-03-26T00:44:44.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21770]: [26/Mar/2024:00:44:44] ENGINE Bus STARTING 2024-03-26T00:44:44.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21770]: [26/Mar/2024:00:44:44] ENGINE Serving on http://:::9283 2024-03-26T00:44:44.933 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21770]: [26/Mar/2024:00:44:44] ENGINE Bus STARTED 2024-03-26T00:44:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21515]: cluster 2024-03-26T00:44:42.910284+0000 mgr.a (mgr.14394) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T00:44:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21515]: audit 2024-03-26T00:44:44.407188+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21515]: audit 2024-03-26T00:44:44.412270+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21515]: audit 2024-03-26T00:44:44.439841+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T00:44:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21515]: audit 2024-03-26T00:44:44.441463+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi133.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T00:44:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21515]: audit 2024-03-26T00:44:44.447708+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21515]: audit 2024-03-26T00:44:44.466207+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21515]: audit 2024-03-26T00:44:44.472323+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21515]: audit 2024-03-26T00:44:44.473289+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21515]: audit 2024-03-26T00:44:44.479468+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:44.934 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:44 smithi133 bash[21515]: audit 2024-03-26T00:44:44.489639+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:45.604 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:45 smithi133 bash[21515]: audit 2024-03-26T00:44:44.440373+0000 mgr.a (mgr.14394) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T00:44:45.604 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:45 smithi133 bash[21515]: audit 2024-03-26T00:44:44.441827+0000 mgr.a (mgr.14394) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi133.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T00:44:45.604 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:45 smithi133 bash[21515]: audit 2024-03-26T00:44:44.577748+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:45.605 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:45 smithi133 bash[21515]: audit 2024-03-26T00:44:44.581595+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:45.605 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:45 smithi133 bash[21515]: audit 2024-03-26T00:44:44.582983+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:45.605 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:45 smithi133 bash[21515]: audit 2024-03-26T00:44:44.590107+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:45.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:45 smithi171 bash[22161]: audit 2024-03-26T00:44:44.440373+0000 mgr.a (mgr.14394) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T00:44:45.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:45 smithi171 bash[22161]: audit 2024-03-26T00:44:44.441827+0000 mgr.a (mgr.14394) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi133.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T00:44:45.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:45 smithi171 bash[22161]: audit 2024-03-26T00:44:44.577748+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:45.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:45 smithi171 bash[22161]: audit 2024-03-26T00:44:44.581595+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:45.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:45 smithi171 bash[22161]: audit 2024-03-26T00:44:44.582983+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:45.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:45 smithi171 bash[22161]: audit 2024-03-26T00:44:44.590107+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:45.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:45 smithi184 bash[22285]: audit 2024-03-26T00:44:44.440373+0000 mgr.a (mgr.14394) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-26T00:44:45.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:45 smithi184 bash[22285]: audit 2024-03-26T00:44:44.441827+0000 mgr.a (mgr.14394) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi133.front.sepia.ceph.com:3000"}]: dispatch 2024-03-26T00:44:45.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:45 smithi184 bash[22285]: audit 2024-03-26T00:44:44.577748+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:44:45.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:45 smithi184 bash[22285]: audit 2024-03-26T00:44:44.581595+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:44:45.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:45 smithi184 bash[22285]: audit 2024-03-26T00:44:44.582983+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:44:45.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:45 smithi184 bash[22285]: audit 2024-03-26T00:44:44.590107+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:46.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:46 smithi184 bash[22285]: cluster 2024-03-26T00:44:44.910889+0000 mgr.a (mgr.14394) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T00:44:46.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:46 smithi133 bash[21515]: cluster 2024-03-26T00:44:44.910889+0000 mgr.a (mgr.14394) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T00:44:47.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:46 smithi171 bash[22161]: cluster 2024-03-26T00:44:44.910889+0000 mgr.a (mgr.14394) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-26T00:44:48.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:48 smithi184 bash[22285]: cluster 2024-03-26T00:44:46.911457+0000 mgr.a (mgr.14394) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:48.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:48 smithi133 bash[21515]: cluster 2024-03-26T00:44:46.911457+0000 mgr.a (mgr.14394) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:49.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:48 smithi171 bash[22161]: cluster 2024-03-26T00:44:46.911457+0000 mgr.a (mgr.14394) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:50.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:50 smithi184 bash[22285]: cluster 2024-03-26T00:44:48.912037+0000 mgr.a (mgr.14394) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:50.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:50 smithi133 bash[21515]: cluster 2024-03-26T00:44:48.912037+0000 mgr.a (mgr.14394) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:51.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:50 smithi171 bash[22161]: cluster 2024-03-26T00:44:48.912037+0000 mgr.a (mgr.14394) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:52.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:52 smithi133 bash[21515]: cluster 2024-03-26T00:44:50.912560+0000 mgr.a (mgr.14394) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:53.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:52 smithi171 bash[22161]: cluster 2024-03-26T00:44:50.912560+0000 mgr.a (mgr.14394) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:53.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:52 smithi184 bash[22285]: cluster 2024-03-26T00:44:50.912560+0000 mgr.a (mgr.14394) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:54.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:54 smithi133 bash[21515]: cluster 2024-03-26T00:44:52.913128+0000 mgr.a (mgr.14394) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:54.995 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:54 smithi171 bash[22161]: cluster 2024-03-26T00:44:52.913128+0000 mgr.a (mgr.14394) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:55.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:54 smithi184 bash[22285]: cluster 2024-03-26T00:44:52.913128+0000 mgr.a (mgr.14394) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:56.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:56 smithi171 bash[22161]: cluster 2024-03-26T00:44:54.913655+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:56.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:56 smithi133 bash[21515]: cluster 2024-03-26T00:44:54.913655+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:57.043 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:56 smithi184 bash[22285]: cluster 2024-03-26T00:44:54.913655+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:57.878 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:57 smithi184 bash[22285]: audit 2024-03-26T00:44:56.999622+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:44:57.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:57 smithi133 bash[21515]: audit 2024-03-26T00:44:56.999622+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:44:58.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:57 smithi171 bash[22161]: audit 2024-03-26T00:44:56.999622+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:44:58.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:58 smithi133 bash[21515]: cluster 2024-03-26T00:44:56.914001+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:58.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:58 smithi133 bash[21515]: audit 2024-03-26T00:44:58.412965+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:58.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:58 smithi133 bash[21515]: audit 2024-03-26T00:44:58.421628+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:58.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:44:58 smithi133 bash[21515]: audit 2024-03-26T00:44:58.431022+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:59.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:58 smithi171 bash[22161]: cluster 2024-03-26T00:44:56.914001+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:59.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:58 smithi171 bash[22161]: audit 2024-03-26T00:44:58.412965+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:59.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:58 smithi171 bash[22161]: audit 2024-03-26T00:44:58.421628+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:59.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:44:58 smithi171 bash[22161]: audit 2024-03-26T00:44:58.431022+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:59.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:58 smithi184 bash[22285]: cluster 2024-03-26T00:44:56.914001+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:44:59.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:58 smithi184 bash[22285]: audit 2024-03-26T00:44:58.412965+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:59.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:58 smithi184 bash[22285]: audit 2024-03-26T00:44:58.421628+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:44:59.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:44:58 smithi184 bash[22285]: audit 2024-03-26T00:44:58.431022+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:00 smithi184 bash[22285]: cluster 2024-03-26T00:44:58.914574+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:00.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:00 smithi184 bash[22285]: audit 2024-03-26T00:44:59.399973+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:00 smithi184 bash[22285]: audit 2024-03-26T00:44:59.410022+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:00 smithi184 bash[22285]: audit 2024-03-26T00:44:59.420632+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:00 smithi184 bash[22285]: audit 2024-03-26T00:45:00.138840+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:00 smithi184 bash[22285]: audit 2024-03-26T00:45:00.146215+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:00 smithi184 bash[22285]: audit 2024-03-26T00:45:00.154712+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:00 smithi184 bash[22285]: audit 2024-03-26T00:45:00.296564+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:00 smithi184 bash[22285]: audit 2024-03-26T00:45:00.302397+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:00 smithi184 bash[22285]: audit 2024-03-26T00:45:00.310452+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:00 smithi133 bash[21515]: cluster 2024-03-26T00:44:58.914574+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:00 smithi133 bash[21515]: audit 2024-03-26T00:44:59.399973+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:00 smithi133 bash[21515]: audit 2024-03-26T00:44:59.410022+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:00 smithi133 bash[21515]: audit 2024-03-26T00:44:59.420632+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:00 smithi133 bash[21515]: audit 2024-03-26T00:45:00.138840+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:00 smithi133 bash[21515]: audit 2024-03-26T00:45:00.146215+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:00 smithi133 bash[21515]: audit 2024-03-26T00:45:00.154712+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:00 smithi133 bash[21515]: audit 2024-03-26T00:45:00.296564+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:00 smithi133 bash[21515]: audit 2024-03-26T00:45:00.302397+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.684 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:00 smithi133 bash[21515]: audit 2024-03-26T00:45:00.310452+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:00 smithi171 bash[22161]: cluster 2024-03-26T00:44:58.914574+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:00.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:00 smithi171 bash[22161]: audit 2024-03-26T00:44:59.399973+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:00 smithi171 bash[22161]: audit 2024-03-26T00:44:59.410022+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:00 smithi171 bash[22161]: audit 2024-03-26T00:44:59.420632+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:00 smithi171 bash[22161]: audit 2024-03-26T00:45:00.138840+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:00 smithi171 bash[22161]: audit 2024-03-26T00:45:00.146215+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:00 smithi171 bash[22161]: audit 2024-03-26T00:45:00.154712+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:00 smithi171 bash[22161]: audit 2024-03-26T00:45:00.296564+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:00 smithi171 bash[22161]: audit 2024-03-26T00:45:00.302397+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:00.820 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:00 smithi171 bash[22161]: audit 2024-03-26T00:45:00.310452+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:02.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:02 smithi133 bash[21515]: cluster 2024-03-26T00:45:00.915092+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:02.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:02 smithi171 bash[22161]: cluster 2024-03-26T00:45:00.915092+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:02.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:02 smithi184 bash[22285]: cluster 2024-03-26T00:45:00.915092+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:04.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:04 smithi133 bash[21515]: cluster 2024-03-26T00:45:02.915736+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:04.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:04 smithi171 bash[22161]: cluster 2024-03-26T00:45:02.915736+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:04.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:04 smithi184 bash[22285]: cluster 2024-03-26T00:45:02.915736+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:06.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:06 smithi133 bash[21515]: cluster 2024-03-26T00:45:04.916337+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:06.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:06 smithi171 bash[22161]: cluster 2024-03-26T00:45:04.916337+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:06.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:06 smithi184 bash[22285]: cluster 2024-03-26T00:45:04.916337+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:08.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:08 smithi133 bash[21515]: cluster 2024-03-26T00:45:06.916893+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:08.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:08 smithi171 bash[22161]: cluster 2024-03-26T00:45:06.916893+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:08.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:08 smithi184 bash[22285]: cluster 2024-03-26T00:45:06.916893+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:10.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:10 smithi133 bash[21515]: cluster 2024-03-26T00:45:08.917404+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:10.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:10 smithi171 bash[22161]: cluster 2024-03-26T00:45:08.917404+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:10.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:10 smithi184 bash[22285]: cluster 2024-03-26T00:45:08.917404+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:12.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:12 smithi133 bash[21515]: cluster 2024-03-26T00:45:10.917957+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:12.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:12 smithi133 bash[21515]: audit 2024-03-26T00:45:12.000223+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:45:12.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:12 smithi171 bash[22161]: cluster 2024-03-26T00:45:10.917957+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:12.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:12 smithi171 bash[22161]: audit 2024-03-26T00:45:12.000223+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:45:12.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:12 smithi184 bash[22285]: cluster 2024-03-26T00:45:10.917957+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:12.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:12 smithi184 bash[22285]: audit 2024-03-26T00:45:12.000223+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:45:14.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:14 smithi133 bash[21515]: cluster 2024-03-26T00:45:12.918507+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:14.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:14 smithi171 bash[22161]: cluster 2024-03-26T00:45:12.918507+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:14.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:14 smithi184 bash[22285]: cluster 2024-03-26T00:45:12.918507+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:16.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:16 smithi133 bash[21515]: cluster 2024-03-26T00:45:14.919003+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:16.695 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:16 smithi184 bash[22285]: cluster 2024-03-26T00:45:14.919003+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:16.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:16 smithi171 bash[22161]: cluster 2024-03-26T00:45:14.919003+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:18.784 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:18 smithi133 bash[21515]: cluster 2024-03-26T00:45:16.919507+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:18.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:18 smithi171 bash[22161]: cluster 2024-03-26T00:45:16.919507+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:18.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:18 smithi184 bash[22285]: cluster 2024-03-26T00:45:16.919507+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:20.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:19 smithi171 bash[22161]: cluster 2024-03-26T00:45:18.919982+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:20.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:19 smithi171 bash[22161]: audit 2024-03-26T00:45:18.950346+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:19 smithi171 bash[22161]: audit 2024-03-26T00:45:18.957051+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:19 smithi171 bash[22161]: audit 2024-03-26T00:45:18.962433+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:19 smithi171 bash[22161]: audit 2024-03-26T00:45:19.625025+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:19 smithi171 bash[22161]: audit 2024-03-26T00:45:19.635940+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.320 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:19 smithi171 bash[22161]: audit 2024-03-26T00:45:19.646551+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:19 smithi184 bash[22285]: cluster 2024-03-26T00:45:18.919982+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:20.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:19 smithi184 bash[22285]: audit 2024-03-26T00:45:18.950346+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:19 smithi184 bash[22285]: audit 2024-03-26T00:45:18.957051+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:19 smithi184 bash[22285]: audit 2024-03-26T00:45:18.962433+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:19 smithi184 bash[22285]: audit 2024-03-26T00:45:19.625025+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:19 smithi184 bash[22285]: audit 2024-03-26T00:45:19.635940+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:19 smithi184 bash[22285]: audit 2024-03-26T00:45:19.646551+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:19 smithi133 bash[21515]: cluster 2024-03-26T00:45:18.919982+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:20.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:19 smithi133 bash[21515]: audit 2024-03-26T00:45:18.950346+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:19 smithi133 bash[21515]: audit 2024-03-26T00:45:18.957051+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:19 smithi133 bash[21515]: audit 2024-03-26T00:45:18.962433+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:19 smithi133 bash[21515]: audit 2024-03-26T00:45:19.625025+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:19 smithi133 bash[21515]: audit 2024-03-26T00:45:19.635940+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:20.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:19 smithi133 bash[21515]: audit 2024-03-26T00:45:19.646551+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:21.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:21 smithi133 bash[21515]: audit 2024-03-26T00:45:20.359184+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:21.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:21 smithi133 bash[21515]: audit 2024-03-26T00:45:20.370291+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:21.686 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:21 smithi133 bash[21515]: audit 2024-03-26T00:45:20.380701+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:21.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:21 smithi171 bash[22161]: audit 2024-03-26T00:45:20.359184+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:21.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:21 smithi171 bash[22161]: audit 2024-03-26T00:45:20.370291+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:21.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:21 smithi171 bash[22161]: audit 2024-03-26T00:45:20.380701+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:21.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:21 smithi184 bash[22285]: audit 2024-03-26T00:45:20.359184+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:21.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:21 smithi184 bash[22285]: audit 2024-03-26T00:45:20.370291+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:21.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:21 smithi184 bash[22285]: audit 2024-03-26T00:45:20.380701+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:22.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:22 smithi133 bash[21515]: cluster 2024-03-26T00:45:20.920530+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:22.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:22 smithi171 bash[22161]: cluster 2024-03-26T00:45:20.920530+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:22.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:22 smithi184 bash[22285]: cluster 2024-03-26T00:45:20.920530+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:24.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:24 smithi133 bash[21515]: cluster 2024-03-26T00:45:22.921103+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:24.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:24 smithi171 bash[22161]: cluster 2024-03-26T00:45:22.921103+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:24.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:24 smithi184 bash[22285]: cluster 2024-03-26T00:45:22.921103+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:26.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:26 smithi133 bash[21515]: cluster 2024-03-26T00:45:24.921598+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:26.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:26 smithi171 bash[22161]: cluster 2024-03-26T00:45:24.921598+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:26.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:26 smithi184 bash[22285]: cluster 2024-03-26T00:45:24.921598+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:27.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:27 smithi133 bash[21515]: audit 2024-03-26T00:45:27.001603+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:45:27.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:27 smithi171 bash[22161]: audit 2024-03-26T00:45:27.001603+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:45:27.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:27 smithi184 bash[22285]: audit 2024-03-26T00:45:27.001603+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:45:28.396 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:45:28 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:45:28] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-03-26T00:45:28.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:28 smithi133 bash[21515]: cluster 2024-03-26T00:45:26.922116+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:28.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:28 smithi184 bash[22285]: cluster 2024-03-26T00:45:26.922116+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:28.925 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:28 smithi171 bash[22161]: cluster 2024-03-26T00:45:26.922116+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:30.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:30 smithi133 bash[21515]: cluster 2024-03-26T00:45:28.922769+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:30.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:30 smithi171 bash[22161]: cluster 2024-03-26T00:45:28.922769+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:30.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:30 smithi184 bash[22285]: cluster 2024-03-26T00:45:28.922769+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:32.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:32 smithi133 bash[21515]: cluster 2024-03-26T00:45:30.923293+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:32.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:32 smithi171 bash[22161]: cluster 2024-03-26T00:45:30.923293+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:32.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:32 smithi184 bash[22285]: cluster 2024-03-26T00:45:30.923293+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:34.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:34 smithi133 bash[21515]: cluster 2024-03-26T00:45:32.923860+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:34.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:34 smithi171 bash[22161]: cluster 2024-03-26T00:45:32.923860+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:34.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:34 smithi184 bash[22285]: cluster 2024-03-26T00:45:32.923860+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:36.593 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:36 smithi171 bash[22161]: cluster 2024-03-26T00:45:34.924378+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:36.718 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:36 smithi133 bash[21515]: cluster 2024-03-26T00:45:34.924378+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:36.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:36 smithi184 bash[22285]: cluster 2024-03-26T00:45:34.924378+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:38.316 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:45:38 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:45:38] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-03-26T00:45:38.571 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:38 smithi133 bash[21515]: cluster 2024-03-26T00:45:36.924892+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:38.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:38 smithi184 bash[22285]: cluster 2024-03-26T00:45:36.924892+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:38.776 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:38 smithi171 bash[22161]: cluster 2024-03-26T00:45:36.924892+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:40.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:40 smithi133 bash[21515]: cluster 2024-03-26T00:45:38.925419+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:40 smithi133 bash[21515]: audit 2024-03-26T00:45:39.157279+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:40 smithi133 bash[21515]: audit 2024-03-26T00:45:39.164568+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:40 smithi133 bash[21515]: audit 2024-03-26T00:45:39.172475+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:40 smithi133 bash[21515]: audit 2024-03-26T00:45:39.827714+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:40 smithi133 bash[21515]: audit 2024-03-26T00:45:39.837334+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:40 smithi133 bash[21515]: audit 2024-03-26T00:45:39.848070+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:40 smithi171 bash[22161]: cluster 2024-03-26T00:45:38.925419+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:40 smithi171 bash[22161]: audit 2024-03-26T00:45:39.157279+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:40 smithi171 bash[22161]: audit 2024-03-26T00:45:39.164568+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:40 smithi171 bash[22161]: audit 2024-03-26T00:45:39.172475+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:40 smithi171 bash[22161]: audit 2024-03-26T00:45:39.827714+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:40 smithi171 bash[22161]: audit 2024-03-26T00:45:39.837334+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.571 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:40 smithi171 bash[22161]: audit 2024-03-26T00:45:39.848070+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:40 smithi184 bash[22285]: cluster 2024-03-26T00:45:38.925419+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:40 smithi184 bash[22285]: audit 2024-03-26T00:45:39.157279+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:40 smithi184 bash[22285]: audit 2024-03-26T00:45:39.164568+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:40 smithi184 bash[22285]: audit 2024-03-26T00:45:39.172475+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:40 smithi184 bash[22285]: audit 2024-03-26T00:45:39.827714+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:40 smithi184 bash[22285]: audit 2024-03-26T00:45:39.837334+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:40.602 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:40 smithi184 bash[22285]: audit 2024-03-26T00:45:39.848070+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:41.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:41 smithi184 bash[22285]: audit 2024-03-26T00:45:40.583624+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:41.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:41 smithi184 bash[22285]: audit 2024-03-26T00:45:40.593583+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:41.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:41 smithi184 bash[22285]: audit 2024-03-26T00:45:40.604596+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:41.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:41 smithi133 bash[21515]: audit 2024-03-26T00:45:40.583624+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:41.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:41 smithi133 bash[21515]: audit 2024-03-26T00:45:40.593583+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:41.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:41 smithi133 bash[21515]: audit 2024-03-26T00:45:40.604596+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:42.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:41 smithi171 bash[22161]: audit 2024-03-26T00:45:40.583624+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:42.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:41 smithi171 bash[22161]: audit 2024-03-26T00:45:40.593583+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:42.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:41 smithi171 bash[22161]: audit 2024-03-26T00:45:40.604596+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:42 smithi133 bash[21515]: cluster 2024-03-26T00:45:40.925978+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:42 smithi133 bash[21515]: audit 2024-03-26T00:45:42.002269+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:45:43.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:42 smithi171 bash[22161]: cluster 2024-03-26T00:45:40.925978+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:43.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:42 smithi171 bash[22161]: audit 2024-03-26T00:45:42.002269+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:45:43.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:42 smithi184 bash[22285]: cluster 2024-03-26T00:45:40.925978+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:43.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:42 smithi184 bash[22285]: audit 2024-03-26T00:45:42.002269+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:45:44.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:44 smithi133 bash[21515]: cluster 2024-03-26T00:45:42.926659+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:45.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:44 smithi171 bash[22161]: cluster 2024-03-26T00:45:42.926659+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:45.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:44 smithi184 bash[22285]: cluster 2024-03-26T00:45:42.926659+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:45.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:45 smithi133 bash[21515]: audit 2024-03-26T00:45:44.701743+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:45:45.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:45 smithi133 bash[21515]: audit 2024-03-26T00:45:44.707683+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:45:45.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:45 smithi133 bash[21515]: audit 2024-03-26T00:45:44.709263+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:45:45.933 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:45 smithi133 bash[21515]: audit 2024-03-26T00:45:44.719216+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:46.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:45 smithi171 bash[22161]: audit 2024-03-26T00:45:44.701743+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:45:46.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:45 smithi171 bash[22161]: audit 2024-03-26T00:45:44.707683+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:45:46.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:45 smithi171 bash[22161]: audit 2024-03-26T00:45:44.709263+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:45:46.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:45 smithi171 bash[22161]: audit 2024-03-26T00:45:44.719216+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:46.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:45 smithi184 bash[22285]: audit 2024-03-26T00:45:44.701743+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:45:46.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:45 smithi184 bash[22285]: audit 2024-03-26T00:45:44.707683+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:45:46.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:45 smithi184 bash[22285]: audit 2024-03-26T00:45:44.709263+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:45:46.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:45 smithi184 bash[22285]: audit 2024-03-26T00:45:44.719216+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:45:47.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:46 smithi171 bash[22161]: cluster 2024-03-26T00:45:44.927307+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:47.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:46 smithi184 bash[22285]: cluster 2024-03-26T00:45:44.927307+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:47.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:46 smithi133 bash[21515]: cluster 2024-03-26T00:45:44.927307+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:48.432 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:45:48 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:45:48] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-03-26T00:45:49.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:48 smithi171 bash[22161]: cluster 2024-03-26T00:45:46.927865+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:49.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:48 smithi184 bash[22285]: cluster 2024-03-26T00:45:46.927865+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:49.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:48 smithi133 bash[21515]: cluster 2024-03-26T00:45:46.927865+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:50.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:49 smithi171 bash[22161]: cluster 2024-03-26T00:45:48.928429+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:50.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:49 smithi184 bash[22285]: cluster 2024-03-26T00:45:48.928429+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:50.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:49 smithi133 bash[21515]: cluster 2024-03-26T00:45:48.928429+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:52.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:51 smithi171 bash[22161]: cluster 2024-03-26T00:45:50.928992+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:52.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:51 smithi184 bash[22285]: cluster 2024-03-26T00:45:50.928992+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:52.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:51 smithi133 bash[21515]: cluster 2024-03-26T00:45:50.928992+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:54.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:53 smithi171 bash[22161]: cluster 2024-03-26T00:45:52.929474+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:54.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:53 smithi184 bash[22285]: cluster 2024-03-26T00:45:52.929474+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:54.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:53 smithi133 bash[21515]: cluster 2024-03-26T00:45:52.929474+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:56.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:55 smithi171 bash[22161]: cluster 2024-03-26T00:45:54.930002+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:56.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:55 smithi184 bash[22285]: cluster 2024-03-26T00:45:54.930002+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:56.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:55 smithi133 bash[21515]: cluster 2024-03-26T00:45:54.930002+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:58.031 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:57 smithi184 bash[22285]: cluster 2024-03-26T00:45:56.930502+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:58.031 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:45:57 smithi184 bash[22285]: audit 2024-03-26T00:45:57.001961+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:45:58.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:57 smithi171 bash[22161]: cluster 2024-03-26T00:45:56.930502+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:58.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:45:57 smithi171 bash[22161]: audit 2024-03-26T00:45:57.001961+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:45:58.432 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:45:58 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:45:58] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-03-26T00:45:58.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:57 smithi133 bash[21515]: cluster 2024-03-26T00:45:56.930502+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:45:58.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:45:57 smithi133 bash[21515]: audit 2024-03-26T00:45:57.001961+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:00.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:00 smithi171 bash[22161]: cluster 2024-03-26T00:45:58.930988+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:00.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:00 smithi171 bash[22161]: audit 2024-03-26T00:45:59.292334+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:00 smithi171 bash[22161]: audit 2024-03-26T00:45:59.299556+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:00 smithi171 bash[22161]: audit 2024-03-26T00:45:59.306422+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:00 smithi171 bash[22161]: audit 2024-03-26T00:46:00.010990+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:00 smithi171 bash[22161]: audit 2024-03-26T00:46:00.019278+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:00 smithi171 bash[22161]: audit 2024-03-26T00:46:00.029464+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:00 smithi184 bash[22285]: cluster 2024-03-26T00:45:58.930988+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:00.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:00 smithi184 bash[22285]: audit 2024-03-26T00:45:59.292334+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:00 smithi184 bash[22285]: audit 2024-03-26T00:45:59.299556+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:00 smithi184 bash[22285]: audit 2024-03-26T00:45:59.306422+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:00 smithi184 bash[22285]: audit 2024-03-26T00:46:00.010990+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:00 smithi184 bash[22285]: audit 2024-03-26T00:46:00.019278+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:00 smithi184 bash[22285]: audit 2024-03-26T00:46:00.029464+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:00 smithi133 bash[21515]: cluster 2024-03-26T00:45:58.930988+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:00.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:00 smithi133 bash[21515]: audit 2024-03-26T00:45:59.292334+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:00 smithi133 bash[21515]: audit 2024-03-26T00:45:59.299556+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:00 smithi133 bash[21515]: audit 2024-03-26T00:45:59.306422+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:00 smithi133 bash[21515]: audit 2024-03-26T00:46:00.010990+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:00 smithi133 bash[21515]: audit 2024-03-26T00:46:00.019278+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:00.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:00 smithi133 bash[21515]: audit 2024-03-26T00:46:00.029464+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:02.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:01 smithi171 bash[22161]: audit 2024-03-26T00:46:00.785962+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:02.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:01 smithi171 bash[22161]: audit 2024-03-26T00:46:00.795173+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:02.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:01 smithi171 bash[22161]: audit 2024-03-26T00:46:00.805510+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:02.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:01 smithi171 bash[22161]: cluster 2024-03-26T00:46:00.931489+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:02.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:01 smithi184 bash[22285]: audit 2024-03-26T00:46:00.785962+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:02.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:01 smithi184 bash[22285]: audit 2024-03-26T00:46:00.795173+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:02.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:01 smithi184 bash[22285]: audit 2024-03-26T00:46:00.805510+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:02.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:01 smithi184 bash[22285]: cluster 2024-03-26T00:46:00.931489+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:02.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:01 smithi133 bash[21515]: audit 2024-03-26T00:46:00.785962+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:02.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:01 smithi133 bash[21515]: audit 2024-03-26T00:46:00.795173+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:02.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:01 smithi133 bash[21515]: audit 2024-03-26T00:46:00.805510+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:02.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:01 smithi133 bash[21515]: cluster 2024-03-26T00:46:00.931489+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:04.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:03 smithi171 bash[22161]: cluster 2024-03-26T00:46:02.932044+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:04.354 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:03 smithi184 bash[22285]: cluster 2024-03-26T00:46:02.932044+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:04.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:03 smithi133 bash[21515]: cluster 2024-03-26T00:46:02.932044+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:06.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:05 smithi171 bash[22161]: cluster 2024-03-26T00:46:04.932578+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:06.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:05 smithi184 bash[22285]: cluster 2024-03-26T00:46:04.932578+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:06.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:05 smithi133 bash[21515]: cluster 2024-03-26T00:46:04.932578+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:08.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:07 smithi171 bash[22161]: cluster 2024-03-26T00:46:06.933125+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:08.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:07 smithi184 bash[22285]: cluster 2024-03-26T00:46:06.933125+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:08.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:07 smithi133 bash[21515]: cluster 2024-03-26T00:46:06.933125+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:08.432 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:46:08 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:46:08] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-03-26T00:46:10.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:09 smithi171 bash[22161]: cluster 2024-03-26T00:46:08.933615+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:10.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:10 smithi184 bash[22285]: cluster 2024-03-26T00:46:08.933615+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:10.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:09 smithi133 bash[21515]: cluster 2024-03-26T00:46:08.933615+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:12.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:12 smithi171 bash[22161]: cluster 2024-03-26T00:46:10.934161+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:12.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:12 smithi184 bash[22285]: cluster 2024-03-26T00:46:10.934161+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:12.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:12 smithi133 bash[21515]: cluster 2024-03-26T00:46:10.934161+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:13.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:13 smithi171 bash[22161]: audit 2024-03-26T00:46:12.002899+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:13.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:13 smithi184 bash[22285]: audit 2024-03-26T00:46:12.002899+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:13.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:13 smithi133 bash[21515]: audit 2024-03-26T00:46:12.002899+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:14.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:14 smithi171 bash[22161]: cluster 2024-03-26T00:46:12.934724+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:14.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:14 smithi184 bash[22285]: cluster 2024-03-26T00:46:12.934724+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:14.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:14 smithi133 bash[21515]: cluster 2024-03-26T00:46:12.934724+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:16.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:16 smithi171 bash[22161]: cluster 2024-03-26T00:46:14.935283+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:16.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:16 smithi184 bash[22285]: cluster 2024-03-26T00:46:14.935283+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:16.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:16 smithi133 bash[21515]: cluster 2024-03-26T00:46:14.935283+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:18.043 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:18 smithi133 bash[21515]: cluster 2024-03-26T00:46:16.935826+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:18.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:18 smithi171 bash[22161]: cluster 2024-03-26T00:46:16.935826+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:18.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:18 smithi184 bash[22285]: cluster 2024-03-26T00:46:16.935826+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:18.432 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:46:18 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:46:18] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-03-26T00:46:20.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:20 smithi133 bash[21515]: cluster 2024-03-26T00:46:18.936387+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:20.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:20 smithi133 bash[21515]: audit 2024-03-26T00:46:19.454668+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:20 smithi133 bash[21515]: audit 2024-03-26T00:46:19.460420+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:20 smithi133 bash[21515]: audit 2024-03-26T00:46:19.466894+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:20 smithi133 bash[21515]: audit 2024-03-26T00:46:20.180480+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:20 smithi133 bash[21515]: audit 2024-03-26T00:46:20.192575+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:20 smithi133 bash[21515]: audit 2024-03-26T00:46:20.204926+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:20 smithi171 bash[22161]: cluster 2024-03-26T00:46:18.936387+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:20.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:20 smithi171 bash[22161]: audit 2024-03-26T00:46:19.454668+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:20 smithi171 bash[22161]: audit 2024-03-26T00:46:19.460420+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:20 smithi171 bash[22161]: audit 2024-03-26T00:46:19.466894+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:20 smithi171 bash[22161]: audit 2024-03-26T00:46:20.180480+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:20 smithi171 bash[22161]: audit 2024-03-26T00:46:20.192575+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:20 smithi171 bash[22161]: audit 2024-03-26T00:46:20.204926+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:20 smithi184 bash[22285]: cluster 2024-03-26T00:46:18.936387+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:20.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:20 smithi184 bash[22285]: audit 2024-03-26T00:46:19.454668+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:20 smithi184 bash[22285]: audit 2024-03-26T00:46:19.460420+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:20 smithi184 bash[22285]: audit 2024-03-26T00:46:19.466894+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:20 smithi184 bash[22285]: audit 2024-03-26T00:46:20.180480+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:20 smithi184 bash[22285]: audit 2024-03-26T00:46:20.192575+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:20.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:20 smithi184 bash[22285]: audit 2024-03-26T00:46:20.204926+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:22.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:21 smithi171 bash[22161]: cluster 2024-03-26T00:46:20.936984+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:22.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:21 smithi171 bash[22161]: audit 2024-03-26T00:46:20.975186+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:22.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:21 smithi171 bash[22161]: audit 2024-03-26T00:46:20.984484+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:22.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:21 smithi171 bash[22161]: audit 2024-03-26T00:46:20.994980+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:22.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:21 smithi184 bash[22285]: cluster 2024-03-26T00:46:20.936984+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:22.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:21 smithi184 bash[22285]: audit 2024-03-26T00:46:20.975186+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:22.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:21 smithi184 bash[22285]: audit 2024-03-26T00:46:20.984484+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:22.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:21 smithi184 bash[22285]: audit 2024-03-26T00:46:20.994980+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:22.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:21 smithi133 bash[21515]: cluster 2024-03-26T00:46:20.936984+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:22.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:21 smithi133 bash[21515]: audit 2024-03-26T00:46:20.975186+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:22.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:21 smithi133 bash[21515]: audit 2024-03-26T00:46:20.984484+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:22.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:21 smithi133 bash[21515]: audit 2024-03-26T00:46:20.994980+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:24.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:23 smithi171 bash[22161]: cluster 2024-03-26T00:46:22.937551+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:24.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:23 smithi184 bash[22285]: cluster 2024-03-26T00:46:22.937551+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:24.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:23 smithi133 bash[21515]: cluster 2024-03-26T00:46:22.937551+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:26.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:25 smithi171 bash[22161]: cluster 2024-03-26T00:46:24.938092+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:26.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:25 smithi184 bash[22285]: cluster 2024-03-26T00:46:24.938092+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:26.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:25 smithi133 bash[21515]: cluster 2024-03-26T00:46:24.938092+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:28.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:27 smithi171 bash[22161]: cluster 2024-03-26T00:46:26.938598+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:28.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:27 smithi171 bash[22161]: audit 2024-03-26T00:46:27.003220+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:28.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:27 smithi184 bash[22285]: cluster 2024-03-26T00:46:26.938598+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:28.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:27 smithi184 bash[22285]: audit 2024-03-26T00:46:27.003220+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:28.432 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:46:28 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:46:28] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-03-26T00:46:28.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:27 smithi133 bash[21515]: cluster 2024-03-26T00:46:26.938598+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:28.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:27 smithi133 bash[21515]: audit 2024-03-26T00:46:27.003220+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:30.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:29 smithi171 bash[22161]: cluster 2024-03-26T00:46:28.939163+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:30.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:29 smithi184 bash[22285]: cluster 2024-03-26T00:46:28.939163+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:30.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:29 smithi133 bash[21515]: cluster 2024-03-26T00:46:28.939163+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:32.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:31 smithi171 bash[22161]: cluster 2024-03-26T00:46:30.939691+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:32.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:31 smithi184 bash[22285]: cluster 2024-03-26T00:46:30.939691+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:32.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:31 smithi133 bash[21515]: cluster 2024-03-26T00:46:30.939691+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:34.319 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:33 smithi171 bash[22161]: cluster 2024-03-26T00:46:32.940231+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:34.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:33 smithi184 bash[22285]: cluster 2024-03-26T00:46:32.940231+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:34.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:33 smithi133 bash[21515]: cluster 2024-03-26T00:46:32.940231+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:36.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:36 smithi171 bash[22161]: cluster 2024-03-26T00:46:34.940715+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:36.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:36 smithi184 bash[22285]: cluster 2024-03-26T00:46:34.940715+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:36.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:36 smithi133 bash[21515]: cluster 2024-03-26T00:46:34.940715+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:38.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:38 smithi133 bash[21515]: cluster 2024-03-26T00:46:36.941226+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:38.182 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:46:38 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:46:38] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-03-26T00:46:38.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:38 smithi171 bash[22161]: cluster 2024-03-26T00:46:36.941226+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:38.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:38 smithi184 bash[22285]: cluster 2024-03-26T00:46:36.941226+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:40.651 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:40 smithi171 bash[22161]: cluster 2024-03-26T00:46:38.941601+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:40.651 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:40 smithi171 bash[22161]: audit 2024-03-26T00:46:39.646413+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.651 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:40 smithi171 bash[22161]: audit 2024-03-26T00:46:39.657989+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.651 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:40 smithi171 bash[22161]: audit 2024-03-26T00:46:39.668959+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.651 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:40 smithi171 bash[22161]: audit 2024-03-26T00:46:40.375991+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.651 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:40 smithi171 bash[22161]: audit 2024-03-26T00:46:40.386066+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.651 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:40 smithi171 bash[22161]: audit 2024-03-26T00:46:40.396415+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:40 smithi184 bash[22285]: cluster 2024-03-26T00:46:38.941601+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:40.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:40 smithi184 bash[22285]: audit 2024-03-26T00:46:39.646413+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:40 smithi184 bash[22285]: audit 2024-03-26T00:46:39.657989+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:40 smithi184 bash[22285]: audit 2024-03-26T00:46:39.668959+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:40 smithi184 bash[22285]: audit 2024-03-26T00:46:40.375991+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:40 smithi184 bash[22285]: audit 2024-03-26T00:46:40.386066+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.852 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:40 smithi184 bash[22285]: audit 2024-03-26T00:46:40.396415+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:40 smithi133 bash[21515]: cluster 2024-03-26T00:46:38.941601+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:40.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:40 smithi133 bash[21515]: audit 2024-03-26T00:46:39.646413+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:40 smithi133 bash[21515]: audit 2024-03-26T00:46:39.657989+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:40 smithi133 bash[21515]: audit 2024-03-26T00:46:39.668959+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:40 smithi133 bash[21515]: audit 2024-03-26T00:46:40.375991+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:40 smithi133 bash[21515]: audit 2024-03-26T00:46:40.386066+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:40.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:40 smithi133 bash[21515]: audit 2024-03-26T00:46:40.396415+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:42.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:42 smithi171 bash[22161]: cluster 2024-03-26T00:46:40.941905+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:42.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:42 smithi171 bash[22161]: audit 2024-03-26T00:46:41.200443+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:42.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:42 smithi171 bash[22161]: audit 2024-03-26T00:46:41.211870+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:42.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:42 smithi171 bash[22161]: audit 2024-03-26T00:46:41.222664+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:42.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:42 smithi171 bash[22161]: audit 2024-03-26T00:46:42.003668+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:42.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:42 smithi184 bash[22285]: cluster 2024-03-26T00:46:40.941905+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:42.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:42 smithi184 bash[22285]: audit 2024-03-26T00:46:41.200443+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:42.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:42 smithi184 bash[22285]: audit 2024-03-26T00:46:41.211870+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:42.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:42 smithi184 bash[22285]: audit 2024-03-26T00:46:41.222664+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:42.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:42 smithi184 bash[22285]: audit 2024-03-26T00:46:42.003668+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:42.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:42 smithi133 bash[21515]: cluster 2024-03-26T00:46:40.941905+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:42.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:42 smithi133 bash[21515]: audit 2024-03-26T00:46:41.200443+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:42.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:42 smithi133 bash[21515]: audit 2024-03-26T00:46:41.211870+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:42.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:42 smithi133 bash[21515]: audit 2024-03-26T00:46:41.222664+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:42.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:42 smithi133 bash[21515]: audit 2024-03-26T00:46:42.003668+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:44.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:44 smithi171 bash[22161]: cluster 2024-03-26T00:46:42.942442+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:44.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:44 smithi184 bash[22285]: cluster 2024-03-26T00:46:42.942442+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:44.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:44 smithi133 bash[21515]: cluster 2024-03-26T00:46:42.942442+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:45.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:45 smithi171 bash[22161]: audit 2024-03-26T00:46:44.836060+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:46:45.601 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:45 smithi184 bash[22285]: audit 2024-03-26T00:46:44.836060+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:46:45.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:45 smithi133 bash[21515]: audit 2024-03-26T00:46:44.836060+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:46:46.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:46 smithi133 bash[21515]: cluster 2024-03-26T00:46:44.942968+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:46.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:46 smithi133 bash[21515]: audit 2024-03-26T00:46:45.366612+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:46.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:46 smithi133 bash[21515]: audit 2024-03-26T00:46:45.376892+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:46.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:46 smithi133 bash[21515]: audit 2024-03-26T00:46:45.378897+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:46:46.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:46 smithi133 bash[21515]: audit 2024-03-26T00:46:45.380079+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:46:46.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:46 smithi133 bash[21515]: audit 2024-03-26T00:46:45.387861+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:46.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:46 smithi171 bash[22161]: cluster 2024-03-26T00:46:44.942968+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:46.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:46 smithi171 bash[22161]: audit 2024-03-26T00:46:45.366612+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:46.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:46 smithi171 bash[22161]: audit 2024-03-26T00:46:45.376892+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:46.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:46 smithi171 bash[22161]: audit 2024-03-26T00:46:45.378897+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:46:46.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:46 smithi171 bash[22161]: audit 2024-03-26T00:46:45.380079+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:46:46.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:46 smithi171 bash[22161]: audit 2024-03-26T00:46:45.387861+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:46.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:46 smithi184 bash[22285]: cluster 2024-03-26T00:46:44.942968+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:46.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:46 smithi184 bash[22285]: audit 2024-03-26T00:46:45.366612+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:46.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:46 smithi184 bash[22285]: audit 2024-03-26T00:46:45.376892+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:46.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:46 smithi184 bash[22285]: audit 2024-03-26T00:46:45.378897+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:46:46.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:46 smithi184 bash[22285]: audit 2024-03-26T00:46:45.380079+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:46:46.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:46 smithi184 bash[22285]: audit 2024-03-26T00:46:45.387861+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:46:48.365 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:46:48 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:46:48] "GET /metrics HTTP/1.1" 200 21462 "" "Prometheus/2.43.0" 2024-03-26T00:46:48.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:48 smithi133 bash[21515]: cluster 2024-03-26T00:46:46.943480+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:48.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:48 smithi171 bash[22161]: cluster 2024-03-26T00:46:46.943480+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:48.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:48 smithi184 bash[22285]: cluster 2024-03-26T00:46:46.943480+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:50.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:50 smithi133 bash[21515]: cluster 2024-03-26T00:46:48.944014+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:50.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:50 smithi171 bash[22161]: cluster 2024-03-26T00:46:48.944014+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:50.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:50 smithi184 bash[22285]: cluster 2024-03-26T00:46:48.944014+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:52.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:52 smithi133 bash[21515]: cluster 2024-03-26T00:46:50.944582+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:52.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:52 smithi171 bash[22161]: cluster 2024-03-26T00:46:50.944582+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:52.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:52 smithi184 bash[22285]: cluster 2024-03-26T00:46:50.944582+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:54.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:54 smithi133 bash[21515]: cluster 2024-03-26T00:46:52.945139+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:54.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:54 smithi171 bash[22161]: cluster 2024-03-26T00:46:52.945139+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:54.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:54 smithi184 bash[22285]: cluster 2024-03-26T00:46:52.945139+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:56.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:56 smithi133 bash[21515]: cluster 2024-03-26T00:46:54.945594+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:56.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:56 smithi171 bash[22161]: cluster 2024-03-26T00:46:54.945594+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:56.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:56 smithi184 bash[22285]: cluster 2024-03-26T00:46:54.945594+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:57.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:57 smithi133 bash[21515]: audit 2024-03-26T00:46:57.004180+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:57.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:57 smithi171 bash[22161]: audit 2024-03-26T00:46:57.004180+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:57.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:57 smithi184 bash[22285]: audit 2024-03-26T00:46:57.004180+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:46:58.182 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:46:58 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:46:58] "GET /metrics HTTP/1.1" 200 21465 "" "Prometheus/2.43.0" 2024-03-26T00:46:58.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:46:58 smithi171 bash[22161]: cluster 2024-03-26T00:46:56.946091+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:58.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:46:58 smithi133 bash[21515]: cluster 2024-03-26T00:46:56.946091+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:46:58.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:46:58 smithi184 bash[22285]: cluster 2024-03-26T00:46:56.946091+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:00.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:00 smithi133 bash[21515]: cluster 2024-03-26T00:46:58.946599+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:00.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:00 smithi133 bash[21515]: audit 2024-03-26T00:46:59.818542+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:00.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:00 smithi133 bash[21515]: audit 2024-03-26T00:46:59.823891+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:00.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:00 smithi133 bash[21515]: audit 2024-03-26T00:46:59.829331+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:00.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:00 smithi184 bash[22285]: cluster 2024-03-26T00:46:58.946599+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:00.729 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:00 smithi184 bash[22285]: audit 2024-03-26T00:46:59.818542+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:00.729 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:00 smithi184 bash[22285]: audit 2024-03-26T00:46:59.823891+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:00.729 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:00 smithi184 bash[22285]: audit 2024-03-26T00:46:59.829331+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:00.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:00 smithi171 bash[22161]: cluster 2024-03-26T00:46:58.946599+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:00.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:00 smithi171 bash[22161]: audit 2024-03-26T00:46:59.818542+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:00.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:00 smithi171 bash[22161]: audit 2024-03-26T00:46:59.823891+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:00.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:00 smithi171 bash[22161]: audit 2024-03-26T00:46:59.829331+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.621 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:01 smithi171 bash[22161]: audit 2024-03-26T00:47:00.555285+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.621 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:01 smithi171 bash[22161]: audit 2024-03-26T00:47:00.563010+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.621 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:01 smithi171 bash[22161]: audit 2024-03-26T00:47:00.574348+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.621 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:01 smithi171 bash[22161]: audit 2024-03-26T00:47:01.353871+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.621 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:01 smithi171 bash[22161]: audit 2024-03-26T00:47:01.363002+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.621 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:01 smithi171 bash[22161]: audit 2024-03-26T00:47:01.373378+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:01 smithi133 bash[21515]: audit 2024-03-26T00:47:00.555285+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:01 smithi133 bash[21515]: audit 2024-03-26T00:47:00.563010+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:01 smithi133 bash[21515]: audit 2024-03-26T00:47:00.574348+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:01 smithi133 bash[21515]: audit 2024-03-26T00:47:01.353871+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:01 smithi133 bash[21515]: audit 2024-03-26T00:47:01.363002+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:01 smithi133 bash[21515]: audit 2024-03-26T00:47:01.373378+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:01 smithi184 bash[22285]: audit 2024-03-26T00:47:00.555285+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:01 smithi184 bash[22285]: audit 2024-03-26T00:47:00.563010+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:01 smithi184 bash[22285]: audit 2024-03-26T00:47:00.574348+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:01 smithi184 bash[22285]: audit 2024-03-26T00:47:01.353871+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:01 smithi184 bash[22285]: audit 2024-03-26T00:47:01.363002+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:01.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:01 smithi184 bash[22285]: audit 2024-03-26T00:47:01.373378+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:02.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:02 smithi184 bash[22285]: cluster 2024-03-26T00:47:00.947233+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:02.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:02 smithi133 bash[21515]: cluster 2024-03-26T00:47:00.947233+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:03.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:02 smithi171 bash[22161]: cluster 2024-03-26T00:47:00.947233+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:04.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:04 smithi184 bash[22285]: cluster 2024-03-26T00:47:02.947799+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:04.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:04 smithi133 bash[21515]: cluster 2024-03-26T00:47:02.947799+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:05.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:04 smithi171 bash[22161]: cluster 2024-03-26T00:47:02.947799+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:06.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:06 smithi184 bash[22285]: cluster 2024-03-26T00:47:04.948314+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:06.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:06 smithi133 bash[21515]: cluster 2024-03-26T00:47:04.948314+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:07.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:06 smithi171 bash[22161]: cluster 2024-03-26T00:47:04.948314+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:08.431 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:47:08 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:47:08] "GET /metrics HTTP/1.1" 200 21465 "" "Prometheus/2.43.0" 2024-03-26T00:47:08.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:08 smithi184 bash[22285]: cluster 2024-03-26T00:47:06.948785+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:08.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:08 smithi133 bash[21515]: cluster 2024-03-26T00:47:06.948785+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:09.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:08 smithi171 bash[22161]: cluster 2024-03-26T00:47:06.948785+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:10.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:10 smithi184 bash[22285]: cluster 2024-03-26T00:47:08.949298+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:10.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:10 smithi133 bash[21515]: cluster 2024-03-26T00:47:08.949298+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:11.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:10 smithi171 bash[22161]: cluster 2024-03-26T00:47:08.949298+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:12.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:12 smithi184 bash[22285]: cluster 2024-03-26T00:47:10.949777+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:12.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:12 smithi184 bash[22285]: audit 2024-03-26T00:47:12.004532+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:47:12.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:12 smithi133 bash[21515]: cluster 2024-03-26T00:47:10.949777+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:12.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:12 smithi133 bash[21515]: audit 2024-03-26T00:47:12.004532+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:47:13.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:12 smithi171 bash[22161]: cluster 2024-03-26T00:47:10.949777+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:13.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:12 smithi171 bash[22161]: audit 2024-03-26T00:47:12.004532+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:47:14.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:14 smithi184 bash[22285]: cluster 2024-03-26T00:47:12.950440+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:14.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:14 smithi133 bash[21515]: cluster 2024-03-26T00:47:12.950440+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:15.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:14 smithi171 bash[22161]: cluster 2024-03-26T00:47:12.950440+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:16.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:16 smithi184 bash[22285]: cluster 2024-03-26T00:47:14.951013+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:16.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:16 smithi133 bash[21515]: cluster 2024-03-26T00:47:14.951013+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:17.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:16 smithi171 bash[22161]: cluster 2024-03-26T00:47:14.951013+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:18.431 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:47:18 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:47:18] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-03-26T00:47:18.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:18 smithi133 bash[21515]: cluster 2024-03-26T00:47:16.951518+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:19.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:18 smithi171 bash[22161]: cluster 2024-03-26T00:47:16.951518+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:19.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:18 smithi184 bash[22285]: cluster 2024-03-26T00:47:16.951518+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:20.911 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:20 smithi133 bash[21515]: cluster 2024-03-26T00:47:18.952052+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:20.911 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:20 smithi133 bash[21515]: audit 2024-03-26T00:47:19.996348+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:20.911 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:20 smithi133 bash[21515]: audit 2024-03-26T00:47:20.001588+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:20.911 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:20 smithi133 bash[21515]: audit 2024-03-26T00:47:20.006775+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:20 smithi171 bash[22161]: cluster 2024-03-26T00:47:18.952052+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:21.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:20 smithi171 bash[22161]: audit 2024-03-26T00:47:19.996348+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:20 smithi171 bash[22161]: audit 2024-03-26T00:47:20.001588+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:20 smithi171 bash[22161]: audit 2024-03-26T00:47:20.006775+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:20 smithi184 bash[22285]: cluster 2024-03-26T00:47:18.952052+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:21.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:20 smithi184 bash[22285]: audit 2024-03-26T00:47:19.996348+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:20 smithi184 bash[22285]: audit 2024-03-26T00:47:20.001588+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:20 smithi184 bash[22285]: audit 2024-03-26T00:47:20.006775+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:21 smithi133 bash[21515]: audit 2024-03-26T00:47:20.758823+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:21 smithi133 bash[21515]: audit 2024-03-26T00:47:20.769808+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:21 smithi133 bash[21515]: audit 2024-03-26T00:47:20.781667+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:21 smithi133 bash[21515]: cluster 2024-03-26T00:47:20.952484+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:21.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:21 smithi133 bash[21515]: audit 2024-03-26T00:47:21.539048+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:21 smithi133 bash[21515]: audit 2024-03-26T00:47:21.548458+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:21.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:21 smithi133 bash[21515]: audit 2024-03-26T00:47:21.558607+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.004 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:21 smithi184 bash[22285]: audit 2024-03-26T00:47:20.758823+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.004 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:21 smithi184 bash[22285]: audit 2024-03-26T00:47:20.769808+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.004 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:21 smithi184 bash[22285]: audit 2024-03-26T00:47:20.781667+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.004 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:21 smithi184 bash[22285]: cluster 2024-03-26T00:47:20.952484+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:22.004 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:21 smithi184 bash[22285]: audit 2024-03-26T00:47:21.539048+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.004 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:21 smithi184 bash[22285]: audit 2024-03-26T00:47:21.548458+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.004 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:21 smithi184 bash[22285]: audit 2024-03-26T00:47:21.558607+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:21 smithi171 bash[22161]: audit 2024-03-26T00:47:20.758823+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:21 smithi171 bash[22161]: audit 2024-03-26T00:47:20.769808+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:21 smithi171 bash[22161]: audit 2024-03-26T00:47:20.781667+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:21 smithi171 bash[22161]: cluster 2024-03-26T00:47:20.952484+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:22.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:21 smithi171 bash[22161]: audit 2024-03-26T00:47:21.539048+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:21 smithi171 bash[22161]: audit 2024-03-26T00:47:21.548458+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:22.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:21 smithi171 bash[22161]: audit 2024-03-26T00:47:21.558607+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:24.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:24 smithi171 bash[22161]: cluster 2024-03-26T00:47:22.953019+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:24.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:24 smithi184 bash[22285]: cluster 2024-03-26T00:47:22.953019+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:24.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:24 smithi133 bash[21515]: cluster 2024-03-26T00:47:22.953019+0000 mgr.a (mgr.14394) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:26.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:26 smithi171 bash[22161]: cluster 2024-03-26T00:47:24.953471+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:26.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:26 smithi184 bash[22285]: cluster 2024-03-26T00:47:24.953471+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:26.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:26 smithi133 bash[21515]: cluster 2024-03-26T00:47:24.953471+0000 mgr.a (mgr.14394) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:27.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:27 smithi171 bash[22161]: audit 2024-03-26T00:47:27.008657+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:47:27.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:27 smithi184 bash[22285]: audit 2024-03-26T00:47:27.008657+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:47:27.388 INFO:teuthology.orchestra.run.smithi133.stderr:+ ceph orch ls 2024-03-26T00:47:27.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:27 smithi133 bash[21515]: audit 2024-03-26T00:47:27.008657+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:47:27.752 INFO:teuthology.orchestra.run.smithi133.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-26T00:47:27.753 INFO:teuthology.orchestra.run.smithi133.stdout:agent 3/3 7s ago 3m * 2024-03-26T00:47:27.753 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager ?:9093,9094 1/1 6s ago 4m count:1 2024-03-26T00:47:27.753 INFO:teuthology.orchestra.run.smithi133.stdout:grafana ?:3000 1/1 7s ago 4m count:1 2024-03-26T00:47:27.753 INFO:teuthology.orchestra.run.smithi133.stdout:mgr 2/2 7s ago 8m smithi133=a;smithi171=b;count:2 2024-03-26T00:47:27.753 INFO:teuthology.orchestra.run.smithi133.stdout:mon 3/3 7s ago 9m smithi133:172.21.15.133=a;smithi171:172.21.15.171=b;smithi184:172.21.15.184=c;count:3 2024-03-26T00:47:27.753 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter ?:9100 3/3 7s ago 4m * 2024-03-26T00:47:27.753 INFO:teuthology.orchestra.run.smithi133.stdout:osd 3 7s ago - 2024-03-26T00:47:27.753 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus ?:9095 1/1 7s ago 4m count:1 2024-03-26T00:47:27.768 INFO:teuthology.orchestra.run.smithi133.stderr:+ ceph orch ps 2024-03-26T00:47:28.120 INFO:teuthology.orchestra.run.smithi133.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-26T00:47:28.120 INFO:teuthology.orchestra.run.smithi133.stdout:agent.smithi133 smithi133 running 8s ago 10m - - 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:agent.smithi171 smithi171 running 7s ago 9m - - 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:agent.smithi184 smithi184 running 6s ago 9m - - 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (2m) 6s ago 3m 14.1M - 0.25.0 c8568f914cd2 8acf64c255ac 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:grafana.smithi133 smithi133 *:3000 running (2m) 8s ago 3m 73.2M - 9.4.12 2bacad6d85d8 054a9c5b872f 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.a smithi133 *:9283,8765 running (11m) 8s ago 11m 496M - 19.0.0-2416-g4354a201 c79b7d22eba0 63f27f616028 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:mgr.b smithi171 *:8443,8765 running (8m) 7s ago 8m 437M - 19.0.0-2416-g4354a201 c79b7d22eba0 e5d49fcfc1ae 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:mon.a smithi133 running (11m) 8s ago 11m 45.2M 2048M 19.0.0-2416-g4354a201 c79b7d22eba0 db804e6da7f0 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:mon.b smithi171 running (9m) 7s ago 9m 39.0M 2048M 19.0.0-2416-g4354a201 c79b7d22eba0 0c8602595bc5 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:mon.c smithi184 running (9m) 6s ago 9m 35.0M 2048M 19.0.0-2416-g4354a201 c79b7d22eba0 d23f9739fd15 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi133 smithi133 *:9100 running (3m) 8s ago 4m 8143k - 1.5.0 0da6a335fe13 d558407948b6 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi171 smithi171 *:9100 running (3m) 7s ago 3m 8036k - 1.5.0 0da6a335fe13 8ee0fdea4299 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:node-exporter.smithi184 smithi184 *:9100 running (3m) 6s ago 3m 8072k - 1.5.0 0da6a335fe13 e4ca681d3249 2024-03-26T00:47:28.121 INFO:teuthology.orchestra.run.smithi133.stdout:osd.0 smithi133 running (7m) 8s ago 7m 38.0M 4096M 19.0.0-2416-g4354a201 c79b7d22eba0 6aea36e7d52a 2024-03-26T00:47:28.122 INFO:teuthology.orchestra.run.smithi133.stdout:osd.1 smithi171 running (6m) 7s ago 6m 46.3M 4096M 19.0.0-2416-g4354a201 c79b7d22eba0 68d65d1c9b89 2024-03-26T00:47:28.122 INFO:teuthology.orchestra.run.smithi133.stdout:osd.2 smithi184 running (6m) 6s ago 6m 45.9M 4096M 19.0.0-2416-g4354a201 c79b7d22eba0 70c85e473903 2024-03-26T00:47:28.122 INFO:teuthology.orchestra.run.smithi133.stdout:prometheus.smithi171 smithi171 *:9095 running (3m) 7s ago 3m 41.7M - 2.43.0 a07b618ecd1d 3965514405c9 2024-03-26T00:47:28.133 INFO:teuthology.orchestra.run.smithi133.stderr:+ ceph orch host ls 2024-03-26T00:47:28.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:28 smithi171 bash[22161]: cluster 2024-03-26T00:47:26.953906+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:28.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:28 smithi171 bash[22161]: audit 2024-03-26T00:47:27.743364+0000 mgr.a (mgr.14394) 119 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:28.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:28 smithi184 bash[22285]: cluster 2024-03-26T00:47:26.953906+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:28.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:28 smithi184 bash[22285]: audit 2024-03-26T00:47:27.743364+0000 mgr.a (mgr.14394) 119 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:28.431 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:47:28 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:47:28] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.43.0" 2024-03-26T00:47:28.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:28 smithi133 bash[21515]: cluster 2024-03-26T00:47:26.953906+0000 mgr.a (mgr.14394) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:28.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:28 smithi133 bash[21515]: audit 2024-03-26T00:47:27.743364+0000 mgr.a (mgr.14394) 119 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:28.475 INFO:teuthology.orchestra.run.smithi133.stdout:HOST ADDR LABELS STATUS 2024-03-26T00:47:28.476 INFO:teuthology.orchestra.run.smithi133.stdout:smithi133 172.21.15.133 2024-03-26T00:47:28.476 INFO:teuthology.orchestra.run.smithi133.stdout:smithi171 172.21.15.171 2024-03-26T00:47:28.476 INFO:teuthology.orchestra.run.smithi133.stdout:smithi184 172.21.15.184 2024-03-26T00:47:28.476 INFO:teuthology.orchestra.run.smithi133.stdout:3 hosts in cluster 2024-03-26T00:47:28.491 INFO:teuthology.orchestra.run.smithi133.stderr:++ ceph orch ps --daemon-type mon -f json 2024-03-26T00:47:28.491 INFO:teuthology.orchestra.run.smithi133.stderr:++ jq -r 'last | .daemon_name' 2024-03-26T00:47:28.869 INFO:teuthology.orchestra.run.smithi133.stderr:+ MON_DAEMON=mon.c 2024-03-26T00:47:28.869 INFO:teuthology.orchestra.run.smithi133.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-03-26T00:47:28.869 INFO:teuthology.orchestra.run.smithi133.stderr:++ jq -e '.[]' 2024-03-26T00:47:28.870 INFO:teuthology.orchestra.run.smithi133.stderr:++ jq -r .hostname 2024-03-26T00:47:29.243 INFO:teuthology.orchestra.run.smithi133.stderr:+ GRAFANA_HOST=smithi133 2024-03-26T00:47:29.244 INFO:teuthology.orchestra.run.smithi133.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-03-26T00:47:29.244 INFO:teuthology.orchestra.run.smithi133.stderr:++ jq -e '.[]' 2024-03-26T00:47:29.244 INFO:teuthology.orchestra.run.smithi133.stderr:++ jq -r .hostname 2024-03-26T00:47:29.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:29 smithi171 bash[22161]: audit 2024-03-26T00:47:28.113316+0000 mgr.a (mgr.14394) 120 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:29.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:29 smithi171 bash[22161]: audit 2024-03-26T00:47:28.477831+0000 mgr.a (mgr.14394) 121 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:29.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:29 smithi184 bash[22285]: audit 2024-03-26T00:47:28.113316+0000 mgr.a (mgr.14394) 120 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:29.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:29 smithi184 bash[22285]: audit 2024-03-26T00:47:28.477831+0000 mgr.a (mgr.14394) 121 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:29.433 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:29 smithi133 bash[21515]: audit 2024-03-26T00:47:28.113316+0000 mgr.a (mgr.14394) 120 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:29.434 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:29 smithi133 bash[21515]: audit 2024-03-26T00:47:28.477831+0000 mgr.a (mgr.14394) 121 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:29.601 INFO:teuthology.orchestra.run.smithi133.stderr:+ PROM_HOST=smithi171 2024-03-26T00:47:29.601 INFO:teuthology.orchestra.run.smithi133.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-03-26T00:47:29.601 INFO:teuthology.orchestra.run.smithi133.stderr:++ jq -e '.[]' 2024-03-26T00:47:29.601 INFO:teuthology.orchestra.run.smithi133.stderr:++ jq -r .hostname 2024-03-26T00:47:29.961 INFO:teuthology.orchestra.run.smithi133.stderr:+ ALERTM_HOST=smithi184 2024-03-26T00:47:29.961 INFO:teuthology.orchestra.run.smithi133.stderr:++ ceph orch host ls -f json 2024-03-26T00:47:29.961 INFO:teuthology.orchestra.run.smithi133.stderr:++ jq -r --arg GRAFANA_HOST smithi133 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-03-26T00:47:30.294 INFO:teuthology.orchestra.run.smithi133.stderr:+ GRAFANA_IP=172.21.15.133 2024-03-26T00:47:30.294 INFO:teuthology.orchestra.run.smithi133.stderr:++ ceph orch host ls -f json 2024-03-26T00:47:30.294 INFO:teuthology.orchestra.run.smithi133.stderr:++ jq -r --arg PROM_HOST smithi171 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-03-26T00:47:30.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:30 smithi171 bash[22161]: audit 2024-03-26T00:47:28.841949+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:30.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:30 smithi171 bash[22161]: cluster 2024-03-26T00:47:28.954425+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:30.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:30 smithi171 bash[22161]: audit 2024-03-26T00:47:29.223093+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:30.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:30 smithi171 bash[22161]: audit 2024-03-26T00:47:29.581276+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:30.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:30 smithi184 bash[22285]: audit 2024-03-26T00:47:28.841949+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:30.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:30 smithi184 bash[22285]: cluster 2024-03-26T00:47:28.954425+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:30.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:30 smithi184 bash[22285]: audit 2024-03-26T00:47:29.223093+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:30.352 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:30 smithi184 bash[22285]: audit 2024-03-26T00:47:29.581276+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:30.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:30 smithi133 bash[21515]: audit 2024-03-26T00:47:28.841949+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:30.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:30 smithi133 bash[21515]: cluster 2024-03-26T00:47:28.954425+0000 mgr.a (mgr.14394) 123 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:30.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:30 smithi133 bash[21515]: audit 2024-03-26T00:47:29.223093+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:30.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:30 smithi133 bash[21515]: audit 2024-03-26T00:47:29.581276+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:30.634 INFO:teuthology.orchestra.run.smithi133.stderr:+ PROM_IP=172.21.15.171 2024-03-26T00:47:30.634 INFO:teuthology.orchestra.run.smithi133.stderr:++ ceph orch host ls -f json 2024-03-26T00:47:30.634 INFO:teuthology.orchestra.run.smithi133.stderr:++ jq -r --arg ALERTM_HOST smithi184 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-03-26T00:47:30.990 INFO:teuthology.orchestra.run.smithi133.stderr:+ ALERTM_IP=172.21.15.184 2024-03-26T00:47:30.991 INFO:teuthology.orchestra.run.smithi133.stderr:++ ceph orch host ls -f json 2024-03-26T00:47:30.991 INFO:teuthology.orchestra.run.smithi133.stderr:++ jq -r '.[] | .addr' 2024-03-26T00:47:31.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:31 smithi171 bash[22161]: audit 2024-03-26T00:47:29.945209+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:31.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:31 smithi171 bash[22161]: audit 2024-03-26T00:47:30.282992+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:31.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:31 smithi171 bash[22161]: audit 2024-03-26T00:47:30.623617+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:31.338 INFO:teuthology.orchestra.run.smithi133.stderr:+ ALL_HOST_IPS='172.21.15.133 2024-03-26T00:47:31.338 INFO:teuthology.orchestra.run.smithi133.stderr:172.21.15.171 2024-03-26T00:47:31.338 INFO:teuthology.orchestra.run.smithi133.stderr:172.21.15.184' 2024-03-26T00:47:31.338 INFO:teuthology.orchestra.run.smithi133.stderr:+ for ip in $ALL_HOST_IPS 2024-03-26T00:47:31.339 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -s http://172.21.15.133:9100/metric 2024-03-26T00:47:31.342 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:47:31.342 INFO:teuthology.orchestra.run.smithi133.stdout: Node Exporter 2024-03-26T00:47:31.342 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:47:31.343 INFO:teuthology.orchestra.run.smithi133.stdout:

Node Exporter

2024-03-26T00:47:31.343 INFO:teuthology.orchestra.run.smithi133.stdout:

Metrics

2024-03-26T00:47:31.343 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:47:31.343 INFO:teuthology.orchestra.run.smithi133.stderr:+ for ip in $ALL_HOST_IPS 2024-03-26T00:47:31.343 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -s http://172.21.15.171:9100/metric 2024-03-26T00:47:31.347 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:47:31.347 INFO:teuthology.orchestra.run.smithi133.stdout: Node Exporter 2024-03-26T00:47:31.347 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:47:31.347 INFO:teuthology.orchestra.run.smithi133.stdout:

Node Exporter

2024-03-26T00:47:31.347 INFO:teuthology.orchestra.run.smithi133.stdout:

Metrics

2024-03-26T00:47:31.347 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:47:31.348 INFO:teuthology.orchestra.run.smithi133.stderr:+ for ip in $ALL_HOST_IPS 2024-03-26T00:47:31.348 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -s http://172.21.15.184:9100/metric 2024-03-26T00:47:31.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:31 smithi184 bash[22285]: audit 2024-03-26T00:47:29.945209+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:31.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:31 smithi184 bash[22285]: audit 2024-03-26T00:47:30.282992+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:31.351 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:31 smithi184 bash[22285]: audit 2024-03-26T00:47:30.623617+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:31.352 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:47:31.352 INFO:teuthology.orchestra.run.smithi133.stdout: Node Exporter 2024-03-26T00:47:31.352 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:47:31.352 INFO:teuthology.orchestra.run.smithi133.stdout:

Node Exporter

2024-03-26T00:47:31.352 INFO:teuthology.orchestra.run.smithi133.stdout:

Metrics

2024-03-26T00:47:31.352 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-03-26T00:47:31.353 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -k -s https://172.21.15.133:3000/api/health 2024-03-26T00:47:31.367 INFO:teuthology.orchestra.run.smithi133.stdout: { 2024-03-26T00:47:31.367 INFO:teuthology.orchestra.run.smithi133.stdout: "commit": "37ee25ba46", 2024-03-26T00:47:31.367 INFO:teuthology.orchestra.run.smithi133.stdout: "database": "ok", 2024-03-26T00:47:31.367 INFO:teuthology.orchestra.run.smithi133.stdout: "version": "9.4.12" 2024-03-26T00:47:31.369 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -k -s https://172.21.15.133:3000/api/health 2024-03-26T00:47:31.369 INFO:teuthology.orchestra.run.smithi133.stderr:+ jq -e '.database == "ok"' 2024-03-26T00:47:31.381 INFO:teuthology.orchestra.run.smithi133.stdout:}true 2024-03-26T00:47:31.381 INFO:teuthology.orchestra.run.smithi133.stderr:+ ceph orch daemon stop mon.c 2024-03-26T00:47:31.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:31 smithi133 bash[21515]: audit 2024-03-26T00:47:29.945209+0000 mgr.a (mgr.14394) 126 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:31.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:31 smithi133 bash[21515]: audit 2024-03-26T00:47:30.282992+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:31.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:31 smithi133 bash[21515]: audit 2024-03-26T00:47:30.623617+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:31.731 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled to stop mon.c on host 'smithi184' 2024-03-26T00:47:31.745 INFO:teuthology.orchestra.run.smithi133.stderr:+ sleep 120 2024-03-26T00:47:33.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:32 smithi171 bash[22161]: cluster 2024-03-26T00:47:30.955012+0000 mgr.a (mgr.14394) 129 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:33.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:32 smithi171 bash[22161]: audit 2024-03-26T00:47:30.979188+0000 mgr.a (mgr.14394) 130 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:33.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:32 smithi171 bash[22161]: audit 2024-03-26T00:47:31.328104+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:33.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:32 smithi171 bash[22161]: audit 2024-03-26T00:47:31.715653+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:33.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:32 smithi171 bash[22161]: cephadm 2024-03-26T00:47:31.716444+0000 mgr.a (mgr.14394) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-03-26T00:47:33.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:32 smithi171 bash[22161]: audit 2024-03-26T00:47:31.724499+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:33.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:32 smithi171 bash[22161]: audit 2024-03-26T00:47:31.733703+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:33.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:32 smithi171 bash[22161]: audit 2024-03-26T00:47:31.742608+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:47:33.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:32 smithi171 bash[22161]: audit 2024-03-26T00:47:31.746038+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:47:33.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:32 smithi171 bash[22161]: audit 2024-03-26T00:47:31.747018+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:47:33.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:32 smithi171 bash[22161]: audit 2024-03-26T00:47:31.754577+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:33.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:32 smithi184 bash[22285]: cluster 2024-03-26T00:47:30.955012+0000 mgr.a (mgr.14394) 129 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:33.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:32 smithi184 bash[22285]: audit 2024-03-26T00:47:30.979188+0000 mgr.a (mgr.14394) 130 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:33.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:32 smithi184 bash[22285]: audit 2024-03-26T00:47:31.328104+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:33.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:32 smithi184 bash[22285]: audit 2024-03-26T00:47:31.715653+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:33.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:32 smithi184 bash[22285]: cephadm 2024-03-26T00:47:31.716444+0000 mgr.a (mgr.14394) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-03-26T00:47:33.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:32 smithi184 bash[22285]: audit 2024-03-26T00:47:31.724499+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:33.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:32 smithi184 bash[22285]: audit 2024-03-26T00:47:31.733703+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:33.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:32 smithi184 bash[22285]: audit 2024-03-26T00:47:31.742608+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:47:33.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:32 smithi184 bash[22285]: audit 2024-03-26T00:47:31.746038+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:47:33.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:32 smithi184 bash[22285]: audit 2024-03-26T00:47:31.747018+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:47:33.102 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:32 smithi184 bash[22285]: audit 2024-03-26T00:47:31.754577+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:33.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:32 smithi133 bash[21515]: cluster 2024-03-26T00:47:30.955012+0000 mgr.a (mgr.14394) 129 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:33.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:32 smithi133 bash[21515]: audit 2024-03-26T00:47:30.979188+0000 mgr.a (mgr.14394) 130 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:33.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:32 smithi133 bash[21515]: audit 2024-03-26T00:47:31.328104+0000 mgr.a (mgr.14394) 131 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:47:33.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:32 smithi133 bash[21515]: audit 2024-03-26T00:47:31.715653+0000 mgr.a (mgr.14394) 132 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:47:33.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:32 smithi133 bash[21515]: cephadm 2024-03-26T00:47:31.716444+0000 mgr.a (mgr.14394) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-03-26T00:47:33.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:32 smithi133 bash[21515]: audit 2024-03-26T00:47:31.724499+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:33.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:32 smithi133 bash[21515]: audit 2024-03-26T00:47:31.733703+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:33.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:32 smithi133 bash[21515]: audit 2024-03-26T00:47:31.742608+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:47:33.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:32 smithi133 bash[21515]: audit 2024-03-26T00:47:31.746038+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:47:33.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:32 smithi133 bash[21515]: audit 2024-03-26T00:47:31.747018+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:47:33.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:32 smithi133 bash[21515]: audit 2024-03-26T00:47:31.754577+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:35.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:34 smithi171 bash[22161]: cluster 2024-03-26T00:47:32.955592+0000 mgr.a (mgr.14394) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:35.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:34 smithi184 bash[22285]: cluster 2024-03-26T00:47:32.955592+0000 mgr.a (mgr.14394) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:35.181 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:34 smithi133 bash[21515]: cluster 2024-03-26T00:47:32.955592+0000 mgr.a (mgr.14394) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:36.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:36 smithi184 bash[22285]: cluster 2024-03-26T00:47:34.956155+0000 mgr.a (mgr.14394) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:36.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:36 smithi184 systemd[1]: Stopping Ceph mon.c for 8daa2be0-eb08-11ee-95d0-87774f69a715... 2024-03-26T00:47:36.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:36 smithi184 bash[22285]: debug 2024-03-26T00:47:36.878+0000 7f8fae379700 -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-26T00:47:36.995 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:36 smithi184 bash[22285]: debug 2024-03-26T00:47:36.878+0000 7f8fae379700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-26T00:47:37.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:36 smithi171 bash[22161]: cluster 2024-03-26T00:47:34.956155+0000 mgr.a (mgr.14394) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:37.181 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:36 smithi133 bash[21515]: cluster 2024-03-26T00:47:34.956155+0000 mgr.a (mgr.14394) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:37.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:37 smithi184 bash[34962]: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-mon-c 2024-03-26T00:47:37.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:37 smithi184 bash[35024]: Error response from daemon: No such container: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-mon-c 2024-03-26T00:47:37.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:37 smithi184 systemd[1]: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-26T00:47:37.851 INFO:journalctl@ceph.mon.c.smithi184.stdout:Mar 26 00:47:37 smithi184 systemd[1]: Stopped Ceph mon.c for 8daa2be0-eb08-11ee-95d0-87774f69a715. 2024-03-26T00:47:38.431 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:47:38 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:47:38] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.43.0" 2024-03-26T00:47:48.431 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:47:48 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:47:48] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.43.0" 2024-03-26T00:47:53.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:38.957257+0000 mgr.a (mgr.14394) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:40.957591+0000 mgr.a (mgr.14394) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.069 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:42.012593+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:47:53.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:42.957912+0000 mgr.a (mgr.14394) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:44.958374+0000 mgr.a (mgr.14394) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:46.737338+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-03-26T00:47:53.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:46.741186+0000 mon.a (mon.0) 993 : cluster [INF] mon.a calling monitor election 2024-03-26T00:47:53.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:46.958849+0000 mgr.a (mgr.14394) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:48.959317+0000 mgr.a (mgr.14394) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:50.959816+0000 mgr.a (mgr.14394) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.762517+0000 mon.a (mon.0) 994 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-26T00:47:53.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.773041+0000 mon.a (mon.0) 995 : cluster [DBG] monmap epoch 3 2024-03-26T00:47:53.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.773080+0000 mon.a (mon.0) 996 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:47:53.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.773103+0000 mon.a (mon.0) 997 : cluster [DBG] last_changed 2024-03-26T00:38:30.871303+0000 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.773145+0000 mon.a (mon.0) 998 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.773191+0000 mon.a (mon.0) 999 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.773230+0000 mon.a (mon.0) 1000 : cluster [DBG] election_strategy: 1 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.773264+0000 mon.a (mon.0) 1001 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.773285+0000 mon.a (mon.0) 1002 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.773305+0000 mon.a (mon.0) 1003 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.793862+0000 mon.a (mon.0) 1004 : cluster [DBG] fsmap 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.793941+0000 mon.a (mon.0) 1005 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.795884+0000 mon.a (mon.0) 1006 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.796205+0000 mon.a (mon.0) 1007 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.814556+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.815474+0000 mon.a (mon.0) 1009 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-26T00:47:53.071 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.815513+0000 mon.a (mon.0) 1010 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: cluster 2024-03-26T00:47:51.815531+0000 mon.a (mon.0) 1011 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.822206+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.829543+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.837803+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.845940+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.853633+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.860906+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.867785+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.874123+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.879232+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.884280+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.885963+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.889103+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.072 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.897358+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:51.905811+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:52.416841+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:52.425990+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:52.428458+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:47:53.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:52.430268+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:47:53.073 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:52 smithi171 bash[22161]: audit 2024-03-26T00:47:52.439973+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:38.957257+0000 mgr.a (mgr.14394) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:40.957591+0000 mgr.a (mgr.14394) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:42.012593+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:47:53.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:42.957912+0000 mgr.a (mgr.14394) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:44.958374+0000 mgr.a (mgr.14394) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:46.737338+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:46.741186+0000 mon.a (mon.0) 993 : cluster [INF] mon.a calling monitor election 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:46.958849+0000 mgr.a (mgr.14394) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:48.959317+0000 mgr.a (mgr.14394) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:50.959816+0000 mgr.a (mgr.14394) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.762517+0000 mon.a (mon.0) 994 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.773041+0000 mon.a (mon.0) 995 : cluster [DBG] monmap epoch 3 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.773080+0000 mon.a (mon.0) 996 : cluster [DBG] fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.773103+0000 mon.a (mon.0) 997 : cluster [DBG] last_changed 2024-03-26T00:38:30.871303+0000 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.773145+0000 mon.a (mon.0) 998 : cluster [DBG] created 2024-03-26T00:35:36.119490+0000 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.773191+0000 mon.a (mon.0) 999 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.773230+0000 mon.a (mon.0) 1000 : cluster [DBG] election_strategy: 1 2024-03-26T00:47:53.183 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.773264+0000 mon.a (mon.0) 1001 : cluster [DBG] 0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-03-26T00:47:53.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.773285+0000 mon.a (mon.0) 1002 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-03-26T00:47:53.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.773305+0000 mon.a (mon.0) 1003 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-03-26T00:47:53.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.793862+0000 mon.a (mon.0) 1004 : cluster [DBG] fsmap 2024-03-26T00:47:53.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.793941+0000 mon.a (mon.0) 1005 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T00:47:53.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.795884+0000 mon.a (mon.0) 1006 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-26T00:47:53.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.796205+0000 mon.a (mon.0) 1007 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-26T00:47:53.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.814556+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.815474+0000 mon.a (mon.0) 1009 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-26T00:47:53.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.815513+0000 mon.a (mon.0) 1010 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-26T00:47:53.184 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: cluster 2024-03-26T00:47:51.815531+0000 mon.a (mon.0) 1011 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.822206+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.829543+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.837803+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.845940+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.853633+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.860906+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.867785+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.874123+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.879232+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.884280+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.885963+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.889103+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.897358+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.185 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:51.905811+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:52.416841+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:52.425990+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:53.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:52.428458+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:47:53.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:52.430268+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:47:53.186 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:52 smithi133 bash[21515]: audit 2024-03-26T00:47:52.439973+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:54.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:53 smithi171 bash[22161]: cluster 2024-03-26T00:47:52.960335+0000 mgr.a (mgr.14394) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:54.181 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:53 smithi133 bash[21515]: cluster 2024-03-26T00:47:52.960335+0000 mgr.a (mgr.14394) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:56.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:56 smithi171 bash[22161]: cluster 2024-03-26T00:47:54.960844+0000 mgr.a (mgr.14394) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:56.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:56 smithi133 bash[21515]: cluster 2024-03-26T00:47:54.960844+0000 mgr.a (mgr.14394) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:58.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:58 smithi171 bash[22161]: cluster 2024-03-26T00:47:56.961361+0000 mgr.a (mgr.14394) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:58.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:58 smithi171 bash[22161]: audit 2024-03-26T00:47:57.018712+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:58.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:47:58 smithi171 bash[22161]: audit 2024-03-26T00:47:57.020353+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:47:58.431 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:47:58 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:47:58] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-03-26T00:47:58.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:58 smithi133 bash[21515]: cluster 2024-03-26T00:47:56.961361+0000 mgr.a (mgr.14394) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:47:58.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:58 smithi133 bash[21515]: audit 2024-03-26T00:47:57.018712+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:47:58.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:47:58 smithi133 bash[21515]: audit 2024-03-26T00:47:57.020353+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:48:00.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:00 smithi171 bash[22161]: cluster 2024-03-26T00:47:58.961940+0000 mgr.a (mgr.14394) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:00.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:00 smithi133 bash[21515]: cluster 2024-03-26T00:47:58.961940+0000 mgr.a (mgr.14394) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:02.163 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:02 smithi133 bash[21515]: cluster 2024-03-26T00:48:00.962326+0000 mgr.a (mgr.14394) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:02.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:02 smithi171 bash[22161]: cluster 2024-03-26T00:48:00.962326+0000 mgr.a (mgr.14394) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:04.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:04 smithi171 bash[22161]: cluster 2024-03-26T00:48:02.962814+0000 mgr.a (mgr.14394) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:04.428 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:04 smithi133 bash[21515]: cluster 2024-03-26T00:48:02.962814+0000 mgr.a (mgr.14394) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:05.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:05 smithi133 bash[21515]: audit 2024-03-26T00:48:04.403062+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:05.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:05 smithi133 bash[21515]: audit 2024-03-26T00:48:04.413334+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:05.683 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:05 smithi133 bash[21515]: audit 2024-03-26T00:48:04.423574+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:05.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:05 smithi171 bash[22161]: audit 2024-03-26T00:48:04.403062+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:05.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:05 smithi171 bash[22161]: audit 2024-03-26T00:48:04.413334+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:05.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:05 smithi171 bash[22161]: audit 2024-03-26T00:48:04.423574+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:06.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:06 smithi133 bash[21515]: cluster 2024-03-26T00:48:04.963315+0000 mgr.a (mgr.14394) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:06.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:06 smithi171 bash[22161]: cluster 2024-03-26T00:48:04.963315+0000 mgr.a (mgr.14394) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:08.341 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:48:08 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:48:08] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-03-26T00:48:08.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:08 smithi171 bash[22161]: cluster 2024-03-26T00:48:06.963779+0000 mgr.a (mgr.14394) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:08.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:08 smithi171 bash[22161]: audit 2024-03-26T00:48:07.345776+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:08.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:08 smithi171 bash[22161]: audit 2024-03-26T00:48:07.354676+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:08.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:08 smithi171 bash[22161]: audit 2024-03-26T00:48:07.365043+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:08.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:08 smithi171 bash[22161]: audit 2024-03-26T00:48:08.114134+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:08.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:08 smithi171 bash[22161]: audit 2024-03-26T00:48:08.123825+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:08.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:08 smithi171 bash[22161]: audit 2024-03-26T00:48:08.134193+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:08.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:08 smithi133 bash[21515]: cluster 2024-03-26T00:48:06.963779+0000 mgr.a (mgr.14394) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:08.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:08 smithi133 bash[21515]: audit 2024-03-26T00:48:07.345776+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:08.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:08 smithi133 bash[21515]: audit 2024-03-26T00:48:07.354676+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:08.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:08 smithi133 bash[21515]: audit 2024-03-26T00:48:07.365043+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:08.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:08 smithi133 bash[21515]: audit 2024-03-26T00:48:08.114134+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:08.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:08 smithi133 bash[21515]: audit 2024-03-26T00:48:08.123825+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:08.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:08 smithi133 bash[21515]: audit 2024-03-26T00:48:08.134193+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:10.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:10 smithi133 bash[21515]: cluster 2024-03-26T00:48:08.964344+0000 mgr.a (mgr.14394) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:10.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:10 smithi171 bash[22161]: cluster 2024-03-26T00:48:08.964344+0000 mgr.a (mgr.14394) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:12.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:12 smithi133 bash[21515]: cluster 2024-03-26T00:48:10.964853+0000 mgr.a (mgr.14394) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:12.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:12 smithi133 bash[21515]: audit 2024-03-26T00:48:12.014058+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:48:12.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:12 smithi171 bash[22161]: cluster 2024-03-26T00:48:10.964853+0000 mgr.a (mgr.14394) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:12.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:12 smithi171 bash[22161]: audit 2024-03-26T00:48:12.014058+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:48:14.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:14 smithi133 bash[21515]: cluster 2024-03-26T00:48:12.965378+0000 mgr.a (mgr.14394) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:14.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:14 smithi171 bash[22161]: cluster 2024-03-26T00:48:12.965378+0000 mgr.a (mgr.14394) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:16.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:16 smithi133 bash[21515]: cluster 2024-03-26T00:48:14.965907+0000 mgr.a (mgr.14394) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:16.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:16 smithi171 bash[22161]: cluster 2024-03-26T00:48:14.965907+0000 mgr.a (mgr.14394) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:18.361 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:48:18 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:48:18] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-03-26T00:48:18.682 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:18 smithi133 bash[21515]: cluster 2024-03-26T00:48:16.966436+0000 mgr.a (mgr.14394) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:18.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:18 smithi171 bash[22161]: cluster 2024-03-26T00:48:16.966436+0000 mgr.a (mgr.14394) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:20.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:20 smithi133 bash[21515]: cluster 2024-03-26T00:48:18.966925+0000 mgr.a (mgr.14394) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:20.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:20 smithi171 bash[22161]: cluster 2024-03-26T00:48:18.966925+0000 mgr.a (mgr.14394) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:22.807 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:22 smithi171 bash[22161]: cluster 2024-03-26T00:48:20.967374+0000 mgr.a (mgr.14394) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:22.807 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:22 smithi171 bash[22161]: audit 2024-03-26T00:48:21.608267+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:22.807 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:22 smithi171 bash[22161]: audit 2024-03-26T00:48:21.618740+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:22.807 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:22 smithi171 bash[22161]: audit 2024-03-26T00:48:21.629458+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:22.901 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:22 smithi133 bash[21515]: cluster 2024-03-26T00:48:20.967374+0000 mgr.a (mgr.14394) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:22.901 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:22 smithi133 bash[21515]: audit 2024-03-26T00:48:21.608267+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:22.901 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:22 smithi133 bash[21515]: audit 2024-03-26T00:48:21.618740+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:22.901 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:22 smithi133 bash[21515]: audit 2024-03-26T00:48:21.629458+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:24.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:24 smithi171 bash[22161]: cluster 2024-03-26T00:48:22.967805+0000 mgr.a (mgr.14394) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:24.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:24 smithi171 bash[22161]: audit 2024-03-26T00:48:24.505765+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:24.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:24 smithi171 bash[22161]: audit 2024-03-26T00:48:24.510444+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:24.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:24 smithi171 bash[22161]: audit 2024-03-26T00:48:24.514985+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:24.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:24 smithi133 bash[21515]: cluster 2024-03-26T00:48:22.967805+0000 mgr.a (mgr.14394) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:24.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:24 smithi133 bash[21515]: audit 2024-03-26T00:48:24.505765+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:24.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:24 smithi133 bash[21515]: audit 2024-03-26T00:48:24.510444+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:24.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:24 smithi133 bash[21515]: audit 2024-03-26T00:48:24.514985+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:26.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:26 smithi171 bash[22161]: cluster 2024-03-26T00:48:24.968138+0000 mgr.a (mgr.14394) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:26.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:26 smithi171 bash[22161]: audit 2024-03-26T00:48:25.292209+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:26.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:26 smithi171 bash[22161]: audit 2024-03-26T00:48:25.297453+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:26.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:26 smithi171 bash[22161]: audit 2024-03-26T00:48:25.304201+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:26.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:26 smithi133 bash[21515]: cluster 2024-03-26T00:48:24.968138+0000 mgr.a (mgr.14394) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:26.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:26 smithi133 bash[21515]: audit 2024-03-26T00:48:25.292209+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:26.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:26 smithi133 bash[21515]: audit 2024-03-26T00:48:25.297453+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:26.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:26 smithi133 bash[21515]: audit 2024-03-26T00:48:25.304201+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:27.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:27 smithi171 bash[22161]: audit 2024-03-26T00:48:27.015662+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:48:27.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:27 smithi133 bash[21515]: audit 2024-03-26T00:48:27.015662+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:48:28.298 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:48:28 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:48:28] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-03-26T00:48:28.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:28 smithi171 bash[22161]: cluster 2024-03-26T00:48:26.968592+0000 mgr.a (mgr.14394) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:28.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:28 smithi133 bash[21515]: cluster 2024-03-26T00:48:26.968592+0000 mgr.a (mgr.14394) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:30.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:30 smithi171 bash[22161]: cluster 2024-03-26T00:48:28.969159+0000 mgr.a (mgr.14394) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:30.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:30 smithi133 bash[21515]: cluster 2024-03-26T00:48:28.969159+0000 mgr.a (mgr.14394) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:32.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:32 smithi171 bash[22161]: cluster 2024-03-26T00:48:30.969687+0000 mgr.a (mgr.14394) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:32.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:32 smithi133 bash[21515]: cluster 2024-03-26T00:48:30.969687+0000 mgr.a (mgr.14394) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:34.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:34 smithi171 bash[22161]: cluster 2024-03-26T00:48:32.970226+0000 mgr.a (mgr.14394) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:34.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:34 smithi133 bash[21515]: cluster 2024-03-26T00:48:32.970226+0000 mgr.a (mgr.14394) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:36.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:36 smithi171 bash[22161]: cluster 2024-03-26T00:48:34.970737+0000 mgr.a (mgr.14394) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:36.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:36 smithi133 bash[21515]: cluster 2024-03-26T00:48:34.970737+0000 mgr.a (mgr.14394) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:38.318 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:48:38 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:48:38] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-03-26T00:48:38.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:38 smithi133 bash[21515]: cluster 2024-03-26T00:48:36.971224+0000 mgr.a (mgr.14394) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:38.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:38 smithi171 bash[22161]: cluster 2024-03-26T00:48:36.971224+0000 mgr.a (mgr.14394) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:40.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:40 smithi133 bash[21515]: cluster 2024-03-26T00:48:38.971759+0000 mgr.a (mgr.14394) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:40.817 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:40 smithi171 bash[22161]: cluster 2024-03-26T00:48:38.971759+0000 mgr.a (mgr.14394) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:42.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:42 smithi171 bash[22161]: cluster 2024-03-26T00:48:40.972317+0000 mgr.a (mgr.14394) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:42.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:42 smithi171 bash[22161]: audit 2024-03-26T00:48:41.672488+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:42 smithi171 bash[22161]: audit 2024-03-26T00:48:41.680156+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:42 smithi171 bash[22161]: audit 2024-03-26T00:48:41.690442+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:42 smithi171 bash[22161]: audit 2024-03-26T00:48:41.811670+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:42 smithi171 bash[22161]: audit 2024-03-26T00:48:41.821092+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:42 smithi171 bash[22161]: audit 2024-03-26T00:48:41.831334+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:42 smithi171 bash[22161]: audit 2024-03-26T00:48:42.016041+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:48:42.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:42 smithi171 bash[22161]: audit 2024-03-26T00:48:42.502100+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:42 smithi171 bash[22161]: audit 2024-03-26T00:48:42.511837+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.819 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:42 smithi171 bash[22161]: audit 2024-03-26T00:48:42.522279+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:42 smithi133 bash[21515]: cluster 2024-03-26T00:48:40.972317+0000 mgr.a (mgr.14394) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:42 smithi133 bash[21515]: audit 2024-03-26T00:48:41.672488+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:42 smithi133 bash[21515]: audit 2024-03-26T00:48:41.680156+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:42 smithi133 bash[21515]: audit 2024-03-26T00:48:41.690442+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:42 smithi133 bash[21515]: audit 2024-03-26T00:48:41.811670+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:42 smithi133 bash[21515]: audit 2024-03-26T00:48:41.821092+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:42 smithi133 bash[21515]: audit 2024-03-26T00:48:41.831334+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:42 smithi133 bash[21515]: audit 2024-03-26T00:48:42.016041+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:48:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:42 smithi133 bash[21515]: audit 2024-03-26T00:48:42.502100+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:42 smithi133 bash[21515]: audit 2024-03-26T00:48:42.511837+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:42.932 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:42 smithi133 bash[21515]: audit 2024-03-26T00:48:42.522279+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:44.946 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:44 smithi133 bash[21515]: cluster 2024-03-26T00:48:42.972887+0000 mgr.a (mgr.14394) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:45.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:44 smithi171 bash[22161]: cluster 2024-03-26T00:48:42.972887+0000 mgr.a (mgr.14394) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:46.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:46 smithi133 bash[21515]: cluster 2024-03-26T00:48:44.973451+0000 mgr.a (mgr.14394) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:47.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:46 smithi171 bash[22161]: cluster 2024-03-26T00:48:44.973451+0000 mgr.a (mgr.14394) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:48.431 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:48:48 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:48:48] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-03-26T00:48:48.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:48 smithi133 bash[21515]: cluster 2024-03-26T00:48:46.973973+0000 mgr.a (mgr.14394) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:49.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:48 smithi171 bash[22161]: cluster 2024-03-26T00:48:46.973973+0000 mgr.a (mgr.14394) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:51.070 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:50 smithi171 bash[22161]: cluster 2024-03-26T00:48:48.974501+0000 mgr.a (mgr.14394) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:51.181 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:50 smithi133 bash[21515]: cluster 2024-03-26T00:48:48.974501+0000 mgr.a (mgr.14394) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:53.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:52 smithi171 bash[22161]: cluster 2024-03-26T00:48:50.975036+0000 mgr.a (mgr.14394) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:53.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:52 smithi171 bash[22161]: audit 2024-03-26T00:48:52.566551+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:48:53.181 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:52 smithi133 bash[21515]: cluster 2024-03-26T00:48:50.975036+0000 mgr.a (mgr.14394) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:53.181 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:52 smithi133 bash[21515]: audit 2024-03-26T00:48:52.566551+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:48:54.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:54 smithi133 bash[21515]: cluster 2024-03-26T00:48:52.975567+0000 mgr.a (mgr.14394) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:54.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:54 smithi133 bash[21515]: audit 2024-03-26T00:48:53.096806+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:54.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:54 smithi133 bash[21515]: audit 2024-03-26T00:48:53.106379+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:54.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:54 smithi133 bash[21515]: audit 2024-03-26T00:48:53.108668+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:48:54.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:54 smithi133 bash[21515]: audit 2024-03-26T00:48:53.110609+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:48:54.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:54 smithi133 bash[21515]: audit 2024-03-26T00:48:53.122307+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:54.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:54 smithi171 bash[22161]: cluster 2024-03-26T00:48:52.975567+0000 mgr.a (mgr.14394) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:54.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:54 smithi171 bash[22161]: audit 2024-03-26T00:48:53.096806+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:54.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:54 smithi171 bash[22161]: audit 2024-03-26T00:48:53.106379+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:54.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:54 smithi171 bash[22161]: audit 2024-03-26T00:48:53.108668+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:48:54.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:54 smithi171 bash[22161]: audit 2024-03-26T00:48:53.110609+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:48:54.569 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:54 smithi171 bash[22161]: audit 2024-03-26T00:48:53.122307+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:48:56.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:56 smithi133 bash[21515]: cluster 2024-03-26T00:48:54.976072+0000 mgr.a (mgr.14394) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:56.567 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:56 smithi171 bash[22161]: cluster 2024-03-26T00:48:54.976072+0000 mgr.a (mgr.14394) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:57.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:57 smithi133 bash[21515]: audit 2024-03-26T00:48:57.016569+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:48:57.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:57 smithi171 bash[22161]: audit 2024-03-26T00:48:57.016569+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:48:58.431 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:48:58 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:48:58] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-03-26T00:48:58.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:48:58 smithi133 bash[21515]: cluster 2024-03-26T00:48:56.976584+0000 mgr.a (mgr.14394) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:48:58.567 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:48:58 smithi171 bash[22161]: cluster 2024-03-26T00:48:56.976584+0000 mgr.a (mgr.14394) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:00.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:00 smithi133 bash[21515]: cluster 2024-03-26T00:48:58.977196+0000 mgr.a (mgr.14394) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:00.567 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:00 smithi171 bash[22161]: cluster 2024-03-26T00:48:58.977196+0000 mgr.a (mgr.14394) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:02.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:02 smithi133 bash[21515]: cluster 2024-03-26T00:49:00.977734+0000 mgr.a (mgr.14394) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:02.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:02 smithi133 bash[21515]: audit 2024-03-26T00:49:01.794936+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:02.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:02 smithi133 bash[21515]: audit 2024-03-26T00:49:01.801972+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:02.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:02 smithi133 bash[21515]: audit 2024-03-26T00:49:01.808767+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:02.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:02 smithi133 bash[21515]: audit 2024-03-26T00:49:02.009819+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:02.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:02 smithi133 bash[21515]: audit 2024-03-26T00:49:02.018954+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:02.432 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:02 smithi133 bash[21515]: audit 2024-03-26T00:49:02.029374+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:02.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:02 smithi171 bash[22161]: cluster 2024-03-26T00:49:00.977734+0000 mgr.a (mgr.14394) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:02.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:02 smithi171 bash[22161]: audit 2024-03-26T00:49:01.794936+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:02.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:02 smithi171 bash[22161]: audit 2024-03-26T00:49:01.801972+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:02.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:02 smithi171 bash[22161]: audit 2024-03-26T00:49:01.808767+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:02.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:02 smithi171 bash[22161]: audit 2024-03-26T00:49:02.009819+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:02.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:02 smithi171 bash[22161]: audit 2024-03-26T00:49:02.018954+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:02.568 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:02 smithi171 bash[22161]: audit 2024-03-26T00:49:02.029374+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:03.817 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:03 smithi171 bash[22161]: audit 2024-03-26T00:49:02.732834+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:03.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:03 smithi171 bash[22161]: audit 2024-03-26T00:49:02.742426+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:03.818 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:03 smithi171 bash[22161]: audit 2024-03-26T00:49:02.754443+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:04.181 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:03 smithi133 bash[21515]: audit 2024-03-26T00:49:02.732834+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:04.181 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:03 smithi133 bash[21515]: audit 2024-03-26T00:49:02.742426+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:04.182 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:03 smithi133 bash[21515]: audit 2024-03-26T00:49:02.754443+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:04.931 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:04 smithi133 bash[21515]: cluster 2024-03-26T00:49:02.978266+0000 mgr.a (mgr.14394) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:05.056 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:04 smithi171 bash[22161]: cluster 2024-03-26T00:49:02.978266+0000 mgr.a (mgr.14394) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:07.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:06 smithi171 bash[22161]: cluster 2024-03-26T00:49:04.978784+0000 mgr.a (mgr.14394) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:07.092 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:06 smithi133 bash[21515]: cluster 2024-03-26T00:49:04.978784+0000 mgr.a (mgr.14394) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:08.431 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:08 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:49:08] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-03-26T00:49:09.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:08 smithi171 bash[22161]: cluster 2024-03-26T00:49:06.979308+0000 mgr.a (mgr.14394) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:09.181 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:08 smithi133 bash[21515]: cluster 2024-03-26T00:49:06.979308+0000 mgr.a (mgr.14394) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:10.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:09 smithi171 bash[22161]: cluster 2024-03-26T00:49:08.979862+0000 mgr.a (mgr.14394) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:10.181 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:09 smithi133 bash[21515]: cluster 2024-03-26T00:49:08.979862+0000 mgr.a (mgr.14394) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:12.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:12 smithi171 bash[22161]: cluster 2024-03-26T00:49:10.980378+0000 mgr.a (mgr.14394) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:12.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:12 smithi171 bash[22161]: audit 2024-03-26T00:49:12.017242+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:49:12.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:12 smithi133 bash[21515]: cluster 2024-03-26T00:49:10.980378+0000 mgr.a (mgr.14394) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:12.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:12 smithi133 bash[21515]: audit 2024-03-26T00:49:12.017242+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:49:14.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:14 smithi171 bash[22161]: cluster 2024-03-26T00:49:12.980941+0000 mgr.a (mgr.14394) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:14.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:14 smithi133 bash[21515]: cluster 2024-03-26T00:49:12.980941+0000 mgr.a (mgr.14394) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:16.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:16 smithi171 bash[22161]: cluster 2024-03-26T00:49:14.981472+0000 mgr.a (mgr.14394) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:16.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:16 smithi133 bash[21515]: cluster 2024-03-26T00:49:14.981472+0000 mgr.a (mgr.14394) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:18.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:18 smithi171 bash[22161]: cluster 2024-03-26T00:49:16.982009+0000 mgr.a (mgr.14394) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:18.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:18 smithi133 bash[21515]: cluster 2024-03-26T00:49:16.982009+0000 mgr.a (mgr.14394) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:18.431 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:18 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:49:18] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-03-26T00:49:20.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:20 smithi171 bash[22161]: cluster 2024-03-26T00:49:18.982544+0000 mgr.a (mgr.14394) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:20.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:20 smithi133 bash[21515]: cluster 2024-03-26T00:49:18.982544+0000 mgr.a (mgr.14394) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:22.279 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:22 smithi133 bash[21515]: cluster 2024-03-26T00:49:20.983072+0000 mgr.a (mgr.14394) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:22.280 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:22 smithi133 bash[21515]: audit 2024-03-26T00:49:21.984142+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:22.280 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:22 smithi133 bash[21515]: audit 2024-03-26T00:49:21.992725+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:22.280 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:22 smithi133 bash[21515]: audit 2024-03-26T00:49:22.001542+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:22.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:22 smithi171 bash[22161]: cluster 2024-03-26T00:49:20.983072+0000 mgr.a (mgr.14394) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:22.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:22 smithi171 bash[22161]: audit 2024-03-26T00:49:21.984142+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:22.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:22 smithi171 bash[22161]: audit 2024-03-26T00:49:21.992725+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:22.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:22 smithi171 bash[22161]: audit 2024-03-26T00:49:22.001542+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:23 smithi171 bash[22161]: audit 2024-03-26T00:49:22.212063+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:23 smithi171 bash[22161]: audit 2024-03-26T00:49:22.221210+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:23 smithi171 bash[22161]: audit 2024-03-26T00:49:22.231499+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.317 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:23 smithi171 bash[22161]: audit 2024-03-26T00:49:22.955701+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:23 smithi171 bash[22161]: audit 2024-03-26T00:49:22.965277+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.318 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:23 smithi171 bash[22161]: audit 2024-03-26T00:49:22.975764+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.567 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:23 smithi133 bash[21515]: audit 2024-03-26T00:49:22.212063+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.567 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:23 smithi133 bash[21515]: audit 2024-03-26T00:49:22.221210+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.567 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:23 smithi133 bash[21515]: audit 2024-03-26T00:49:22.231499+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.567 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:23 smithi133 bash[21515]: audit 2024-03-26T00:49:22.955701+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.567 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:23 smithi133 bash[21515]: audit 2024-03-26T00:49:22.965277+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:23.567 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:23 smithi133 bash[21515]: audit 2024-03-26T00:49:22.975764+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' 2024-03-26T00:49:24.493 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:24 smithi133 bash[21515]: cluster 2024-03-26T00:49:22.983604+0000 mgr.a (mgr.14394) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:24.567 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:24 smithi171 bash[22161]: cluster 2024-03-26T00:49:22.983604+0000 mgr.a (mgr.14394) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:26.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:26 smithi133 bash[21515]: cluster 2024-03-26T00:49:24.984140+0000 mgr.a (mgr.14394) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:26.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:26 smithi171 bash[22161]: cluster 2024-03-26T00:49:24.984140+0000 mgr.a (mgr.14394) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:27.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:27 smithi133 bash[21515]: audit 2024-03-26T00:49:27.022171+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:49:27.567 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:27 smithi171 bash[22161]: audit 2024-03-26T00:49:27.022171+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.14394 172.21.15.133:0/122741071' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-26T00:49:28.431 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:28 smithi133 bash[21515]: cluster 2024-03-26T00:49:26.984756+0000 mgr.a (mgr.14394) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:28.432 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:28 smithi133 bash[21770]: ::ffff:172.21.15.171 - - [26/Mar/2024:00:49:28] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-03-26T00:49:28.567 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:28 smithi171 bash[22161]: cluster 2024-03-26T00:49:26.984756+0000 mgr.a (mgr.14394) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:30.567 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:30 smithi171 bash[22161]: cluster 2024-03-26T00:49:28.985464+0000 mgr.a (mgr.14394) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:30.681 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:30 smithi133 bash[21515]: cluster 2024-03-26T00:49:28.985464+0000 mgr.a (mgr.14394) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:31.748 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -s http://172.21.15.171:9095/api/v1/status/config 2024-03-26T00:49:31.755 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -s http://172.21.15.171:9095/api/v1/status/config 2024-03-26T00:49:31.755 INFO:teuthology.orchestra.run.smithi133.stderr:+ jq -e '.status == "success"' 2024-03-26T00:49:31.761 INFO:teuthology.orchestra.run.smithi133.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 8daa2be0-eb08-11ee-95d0-87774f69a715\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.133: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 relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 8daa2be0-eb08-11ee-95d0-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.133: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 relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 8daa2be0-eb08-11ee-95d0-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.133: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 relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 8daa2be0-eb08-11ee-95d0-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.133:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\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.133:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-03-26T00:49:31.762 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -s http://172.21.15.171:9095/api/v1/alerts 2024-03-26T00:49:31.767 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -s http://172.21.15.171:9095/api/v1/alerts 2024-03-26T00:49:31.768 INFO:teuthology.orchestra.run.smithi133.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-03-26T00:49:31.772 INFO:teuthology.orchestra.run.smithi133.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 smithi184","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-03-26T00:48:00.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 smithi184\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-26T00:48:00.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"8daa2be0-eb08-11ee-95d0-87774f69a715","instance":"smithi133: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-26T00:48:00.13866993Z","value":"1e+00"}]}}true 2024-03-26T00:49:31.773 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -s http://172.21.15.184:9093/api/v1/status 2024-03-26T00:49:31.780 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -s http://172.21.15.184:9093/api/v1/alerts 2024-03-26T00:49:31.786 INFO:teuthology.orchestra.run.smithi133.stderr:+ curl -s http://172.21.15.184:9093/api/v1/alerts 2024-03-26T00:49:31.786 INFO:teuthology.orchestra.run.smithi133.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-03-26T00:49:31.791 INFO:teuthology.orchestra.run.smithi133.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\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"}],"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-26T00:44:36.908553533Z","clusterStatus":{"name":"01HSW3EP5BGQ9DFVXMVJ45H9D0","status":"ready","peers":[{"name":"01HSW3EP5BGQ9DFVXMVJ45H9D0","address":"172.21.15.184:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDown","cluster":"8daa2be0-eb08-11ee-95d0-87774f69a715","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 smithi184\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-03-26T00:48:30.084Z","endsAt":"2024-03-26T00:52:30.084Z","generatorURL":"http://smithi171.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":"414fabc3ef54cdb7"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"8daa2be0-eb08-11ee-95d0-87774f69a715","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 smithi184","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-03-26T00:48:30.084Z","endsAt":"2024-03-26T00:52:30.084Z","generatorURL":"http://smithi171.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":"53ce845594981f1a"}]}true 2024-03-26T00:49:32.533 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:32 smithi133 bash[21515]: cluster 2024-03-26T00:49:30.986103+0000 mgr.a (mgr.14394) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:32.535 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-26T00:49:32.544 INFO:tasks.cephadm:Teardown begin 2024-03-26T00:49:32.545 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:49:32.559 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:49:32.567 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:32 smithi171 bash[22161]: cluster 2024-03-26T00:49:30.986103+0000 mgr.a (mgr.14394) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:49:32.574 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:49:32.589 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-26T00:49:32.589 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T00:49:32.610 DEBUG:teuthology.orchestra.run.smithi171:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T00:49:32.619 DEBUG:teuthology.orchestra.run.smithi184:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T00:49:32.637 INFO:tasks.cephadm:Stopping all daemons... 2024-03-26T00:49:32.637 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-26T00:49:32.638 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.a 2024-03-26T00:49:32.794 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:32 smithi133 systemd[1]: Stopping Ceph mon.a for 8daa2be0-eb08-11ee-95d0-87774f69a715... 2024-03-26T00:49:32.930 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:32 smithi133 bash[21515]: debug 2024-03-26T00:49:32.795+0000 7f2194966700 -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-26T00:49:32.930 INFO:journalctl@ceph.mon.a.smithi133.stdout:Mar 26 00:49:32 smithi133 bash[21515]: debug 2024-03-26T00:49:32.795+0000 7f2194966700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-26T00:49:32.931 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:32 smithi133 bash[21770]: [26/Mar/2024:00:49:32] ENGINE Bus STOPPING 2024-03-26T00:49:32.931 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:32 smithi133 bash[21770]: [26/Mar/2024:00:49:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-26T00:49:32.931 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:32 smithi133 bash[21770]: [26/Mar/2024:00:49:32] ENGINE Bus STOPPED 2024-03-26T00:49:32.931 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:32 smithi133 bash[21770]: [26/Mar/2024:00:49:32] ENGINE Bus STARTING 2024-03-26T00:49:32.931 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:32 smithi133 bash[21770]: [26/Mar/2024:00:49:32] ENGINE Serving on http://:::9283 2024-03-26T00:49:32.931 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:32 smithi133 bash[21770]: [26/Mar/2024:00:49:32] ENGINE Bus STARTED 2024-03-26T00:49:33.745 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.a.service' 2024-03-26T00:49:33.780 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:49:33.780 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-26T00:49:33.780 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-26T00:49:33.780 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.b 2024-03-26T00:49:34.052 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:33 smithi171 systemd[1]: Stopping Ceph mon.b for 8daa2be0-eb08-11ee-95d0-87774f69a715... 2024-03-26T00:49:34.053 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:33 smithi171 bash[22161]: debug 2024-03-26T00:49:33.949+0000 7f4ef5b93700 -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-26T00:49:34.053 INFO:journalctl@ceph.mon.b.smithi171.stdout:Mar 26 00:49:33 smithi171 bash[22161]: debug 2024-03-26T00:49:33.949+0000 7f4ef5b93700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-26T00:49:34.771 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.b.service' 2024-03-26T00:49:34.801 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:49:34.801 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-26T00:49:34.801 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-26T00:49:34.802 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.c 2024-03-26T00:49:34.822 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mon.c.service' 2024-03-26T00:49:34.896 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:49:34.896 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-26T00:49:34.896 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-26T00:49:34.897 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mgr.a 2024-03-26T00:49:35.181 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:34 smithi133 systemd[1]: Stopping Ceph mgr.a for 8daa2be0-eb08-11ee-95d0-87774f69a715... 2024-03-26T00:49:35.181 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:35 smithi133 bash[21770]: debug 2024-03-26T00:49:35.042+0000 7f7357048700 -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-26T00:49:35.181 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:35 smithi133 bash[21770]: debug 2024-03-26T00:49:35.042+0000 7f7357048700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-26T00:49:35.898 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mgr.a.service' 2024-03-26T00:49:35.907 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:35 smithi133 bash[46241]: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-mgr-a 2024-03-26T00:49:35.907 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:35 smithi133 bash[46302]: Error response from daemon: No such container: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-mgr-a 2024-03-26T00:49:35.907 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:35 smithi133 systemd[1]: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mgr.a.service: Deactivated successfully. 2024-03-26T00:49:35.907 INFO:journalctl@ceph.mgr.a.smithi133.stdout:Mar 26 00:49:35 smithi133 systemd[1]: Stopped Ceph mgr.a for 8daa2be0-eb08-11ee-95d0-87774f69a715. 2024-03-26T00:49:35.921 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:49:35.921 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-26T00:49:35.922 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-26T00:49:35.922 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mgr.b 2024-03-26T00:49:36.228 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Mar 26 00:49:35 smithi171 systemd[1]: Stopping Ceph mgr.b for 8daa2be0-eb08-11ee-95d0-87774f69a715... 2024-03-26T00:49:36.780 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@mgr.b.service' 2024-03-26T00:49:36.802 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:49:36.802 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-26T00:49:36.802 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-26T00:49:36.802 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@osd.0 2024-03-26T00:49:37.182 INFO:journalctl@ceph.osd.0.smithi133.stdout:Mar 26 00:49:36 smithi133 systemd[1]: Stopping Ceph osd.0 for 8daa2be0-eb08-11ee-95d0-87774f69a715... 2024-03-26T00:49:37.182 INFO:journalctl@ceph.osd.0.smithi133.stdout:Mar 26 00:49:36 smithi133 bash[31937]: debug 2024-03-26T00:49:36.950+0000 7f0601723700 -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-26T00:49:37.182 INFO:journalctl@ceph.osd.0.smithi133.stdout:Mar 26 00:49:36 smithi133 bash[31937]: debug 2024-03-26T00:49:36.950+0000 7f0601723700 -1 osd.0 22 *** Got signal Terminated *** 2024-03-26T00:49:37.182 INFO:journalctl@ceph.osd.0.smithi133.stdout:Mar 26 00:49:36 smithi133 bash[31937]: debug 2024-03-26T00:49:36.950+0000 7f0601723700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T00:49:43.152 INFO:journalctl@ceph.osd.0.smithi133.stdout:Mar 26 00:49:42 smithi133 bash[46341]: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-osd-0 2024-03-26T00:49:43.431 INFO:journalctl@ceph.osd.0.smithi133.stdout:Mar 26 00:49:43 smithi133 bash[46485]: Error response from daemon: No such container: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-osd-0 2024-03-26T00:49:45.945 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@osd.0.service' 2024-03-26T00:49:45.993 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:49:45.994 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-26T00:49:45.994 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-26T00:49:45.994 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@osd.1 2024-03-26T00:49:46.067 INFO:journalctl@ceph.osd.1.smithi171.stdout:Mar 26 00:49:46 smithi171 systemd[1]: Stopping Ceph osd.1 for 8daa2be0-eb08-11ee-95d0-87774f69a715... 2024-03-26T00:49:46.317 INFO:journalctl@ceph.osd.1.smithi171.stdout:Mar 26 00:49:46 smithi171 bash[27095]: debug 2024-03-26T00:49:46.201+0000 7fb9feae6700 -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-26T00:49:46.317 INFO:journalctl@ceph.osd.1.smithi171.stdout:Mar 26 00:49:46 smithi171 bash[27095]: debug 2024-03-26T00:49:46.201+0000 7fb9feae6700 -1 osd.1 22 *** Got signal Terminated *** 2024-03-26T00:49:46.317 INFO:journalctl@ceph.osd.1.smithi171.stdout:Mar 26 00:49:46 smithi171 bash[27095]: debug 2024-03-26T00:49:46.201+0000 7fb9feae6700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T00:49:52.412 INFO:journalctl@ceph.osd.1.smithi171.stdout:Mar 26 00:49:52 smithi171 bash[36361]: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-osd-1 2024-03-26T00:49:52.817 INFO:journalctl@ceph.osd.1.smithi171.stdout:Mar 26 00:49:52 smithi171 bash[36591]: Error response from daemon: No such container: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-osd-1 2024-03-26T00:49:54.131 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@osd.1.service' 2024-03-26T00:49:54.172 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:49:54.172 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-26T00:49:54.173 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-26T00:49:54.173 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@osd.2 2024-03-26T00:49:54.602 INFO:journalctl@ceph.osd.2.smithi184.stdout:Mar 26 00:49:54 smithi184 systemd[1]: Stopping Ceph osd.2 for 8daa2be0-eb08-11ee-95d0-87774f69a715... 2024-03-26T00:49:54.602 INFO:journalctl@ceph.osd.2.smithi184.stdout:Mar 26 00:49:54 smithi184 bash[27581]: debug 2024-03-26T00:49:54.319+0000 7fc600e41700 -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-26T00:49:54.602 INFO:journalctl@ceph.osd.2.smithi184.stdout:Mar 26 00:49:54 smithi184 bash[27581]: debug 2024-03-26T00:49:54.319+0000 7fc600e41700 -1 osd.2 22 *** Got signal Terminated *** 2024-03-26T00:49:54.602 INFO:journalctl@ceph.osd.2.smithi184.stdout:Mar 26 00:49:54 smithi184 bash[27581]: debug 2024-03-26T00:49:54.319+0000 7fc600e41700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T00:50:00.851 INFO:journalctl@ceph.osd.2.smithi184.stdout:Mar 26 00:50:00 smithi184 bash[37043]: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-osd-2 2024-03-26T00:50:00.851 INFO:journalctl@ceph.osd.2.smithi184.stdout:Mar 26 00:50:00 smithi184 bash[37108]: Error response from daemon: No such container: ceph-8daa2be0-eb08-11ee-95d0-87774f69a715-osd-2 2024-03-26T00:50:02.405 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8daa2be0-eb08-11ee-95d0-87774f69a715@osd.2.service' 2024-03-26T00:50:02.442 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:50:02.442 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-26T00:50:02.443 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T00:50:02.608 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:50:11.745 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T00:50:11.913 INFO:teuthology.orchestra.run.smithi171.stdout:Deleting cluster with fsid: 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:50:20.189 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T00:50:20.354 INFO:teuthology.orchestra.run.smithi184.stdout:Deleting cluster with fsid: 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:50:28.171 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:50:28.185 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:50:28.199 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:50:28.212 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-26T00:50:28.214 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798/remote/smithi133/crash 2024-03-26T00:50:28.215 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/crash -- . 2024-03-26T00:50:28.239 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T00:50:28.239 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-03-26T00:50:28.242 DEBUG:teuthology.misc:Transferring archived files from smithi171:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798/remote/smithi171/crash 2024-03-26T00:50:28.243 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/crash -- . 2024-03-26T00:50:28.255 INFO:teuthology.orchestra.run.smithi171.stderr:tar: /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T00:50:28.255 INFO:teuthology.orchestra.run.smithi171.stderr:tar: Error is not recoverable: exiting now 2024-03-26T00:50:28.257 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798/remote/smithi184/crash 2024-03-26T00:50:28.258 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/crash -- . 2024-03-26T00:50:28.268 INFO:teuthology.orchestra.run.smithi184.stderr:tar: /var/lib/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T00:50:28.268 INFO:teuthology.orchestra.run.smithi184.stderr:tar: Error is not recoverable: exiting now 2024-03-26T00:50:28.269 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-26T00:50:28.269 DEBUG:teuthology.orchestra.run.smithi133:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T00:50:28.296 INFO:teuthology.orchestra.run.smithi133.stdout:2024-03-26T00:38:35.934549+0000 mon.a (mon.0) 282 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T00:50:28.297 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-26T00:50:28.297 DEBUG:teuthology.orchestra.run.smithi133:> sudo egrep '\[SEC\]' /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T00:50:28.354 DEBUG:teuthology.orchestra.run.smithi133:> sudo egrep '\[ERR\]' /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T00:50:28.409 DEBUG:teuthology.orchestra.run.smithi133:> sudo egrep '\[WRN\]' /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T00:50:28.464 INFO:teuthology.orchestra.run.smithi133.stdout:2024-03-26T00:38:35.934549+0000 mon.a (mon.0) 282 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T00:50:28.465 INFO:tasks.cephadm:Compressing logs... 2024-03-26T00:50:28.465 DEBUG:teuthology.orchestra.run.smithi133:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-26T00:50:28.510 DEBUG:teuthology.orchestra.run.smithi171:> 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-26T00:50:28.513 DEBUG:teuthology.orchestra.run.smithi184:> 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-26T00:50:28.518 INFO:teuthology.orchestra.run.smithi133.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T00:50:28.523 INFO:teuthology.orchestra.run.smithi171.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T00:50:28.526 INFO:teuthology.orchestra.run.smithi184.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T00:50:28.530 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T00:50:28.530 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-osd.0.log 2024-03-26T00:50:28.534 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mon.a.log 2024-03-26T00:50:28.534 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T00:50:28.534 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log 2024-03-26T00:50:28.536 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T00:50:28.536 INFO:teuthology.orchestra.run.smithi133.stderr: 83.6% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T00:50:28.536 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T00:50:28.536 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mgr.a.log 2024-03-26T00:50:28.537 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-volume.log: /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.audit.log: /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mgr.a.log: 87.7% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T00:50:28.537 INFO:teuthology.orchestra.run.smithi133.stderr: 90.5% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T00:50:28.537 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T00:50:28.538 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-osd.2.log 2024-03-26T00:50:28.538 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T00:50:28.539 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log 2024-03-26T00:50:28.539 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T00:50:28.539 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.cephadm.log: /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mon.c.log 2024-03-26T00:50:28.540 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-volume.log: 82.6% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T00:50:28.541 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T00:50:28.541 INFO:teuthology.orchestra.run.smithi184.stderr: 87.7% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T00:50:28.542 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mon.c.log: /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.audit.log: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T00:50:28.543 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T00:50:28.543 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T00:50:28.543 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-osd.1.log 2024-03-26T00:50:28.543 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log 2024-03-26T00:50:28.543 INFO:teuthology.orchestra.run.smithi171.stderr: 82.6%gzip -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T00:50:28.543 INFO:teuthology.orchestra.run.smithi171.stderr: -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T00:50:28.543 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-osd.1.log: /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mgr.b.log 2024-03-26T00:50:28.544 INFO:teuthology.orchestra.run.smithi184.stderr: 90.6% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T00:50:28.545 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T00:50:28.545 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-volume.log: /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mgr.b.log: 87.7% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T00:50:28.545 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mon.b.log 2024-03-26T00:50:28.546 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.audit.log: /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mon.b.log: 82.6% 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T00:50:28.546 INFO:teuthology.orchestra.run.smithi171.stderr: -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T00:50:28.550 INFO:teuthology.orchestra.run.smithi171.stderr: 91.1% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mgr.b.log.gz 2024-03-26T00:50:28.553 INFO:teuthology.orchestra.run.smithi133.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T00:50:28.567 INFO:teuthology.orchestra.run.smithi184.stderr: 91.9% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T00:50:28.573 INFO:teuthology.orchestra.run.smithi133.stderr: 91.8% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T00:50:28.581 INFO:teuthology.orchestra.run.smithi171.stderr: 91.9% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T00:50:28.582 INFO:teuthology.orchestra.run.smithi184.stderr: 93.7% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-osd.2.log.gz 2024-03-26T00:50:28.596 INFO:teuthology.orchestra.run.smithi133.stderr: 93.6% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-osd.0.log.gz 2024-03-26T00:50:28.640 INFO:teuthology.orchestra.run.smithi171.stderr: 93.9% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-osd.1.log.gz 2024-03-26T00:50:28.657 INFO:teuthology.orchestra.run.smithi184.stderr: 93.2% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mon.c.log.gz 2024-03-26T00:50:28.658 INFO:teuthology.orchestra.run.smithi184.stderr: 2024-03-26T00:50:28.658 INFO:teuthology.orchestra.run.smithi184.stderr:real 0m0.141s 2024-03-26T00:50:28.659 INFO:teuthology.orchestra.run.smithi184.stderr:user 0m0.201s 2024-03-26T00:50:28.659 INFO:teuthology.orchestra.run.smithi184.stderr:sys 0m0.020s 2024-03-26T00:50:28.680 INFO:teuthology.orchestra.run.smithi171.stderr: 93.0% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mon.b.log.gz 2024-03-26T00:50:28.682 INFO:teuthology.orchestra.run.smithi171.stderr: 2024-03-26T00:50:28.682 INFO:teuthology.orchestra.run.smithi171.stderr:real 0m0.167s 2024-03-26T00:50:28.682 INFO:teuthology.orchestra.run.smithi171.stderr:user 0m0.291s 2024-03-26T00:50:28.682 INFO:teuthology.orchestra.run.smithi171.stderr:sys 0m0.020s 2024-03-26T00:50:28.701 INFO:teuthology.orchestra.run.smithi133.stderr: 88.7% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mgr.a.log.gz 2024-03-26T00:50:28.916 INFO:teuthology.orchestra.run.smithi133.stderr: 91.4% -- replaced with /var/log/ceph/8daa2be0-eb08-11ee-95d0-87774f69a715/ceph-mon.a.log.gz 2024-03-26T00:50:28.917 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-03-26T00:50:28.917 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m0.406s 2024-03-26T00:50:28.917 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m0.673s 2024-03-26T00:50:28.917 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.034s 2024-03-26T00:50:28.918 INFO:tasks.cephadm:Archiving logs... 2024-03-26T00:50:28.918 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798/remote/smithi133/log 2024-03-26T00:50:28.919 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T00:50:29.109 DEBUG:teuthology.misc:Transferring archived files from smithi171:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798/remote/smithi171/log 2024-03-26T00:50:29.110 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T00:50:29.185 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798/remote/smithi184/log 2024-03-26T00:50:29.186 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T00:50:29.235 INFO:tasks.cephadm:Removing cluster... 2024-03-26T00:50:29.236 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 --force 2024-03-26T00:50:29.401 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:50:30.737 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 --force 2024-03-26T00:50:30.905 INFO:teuthology.orchestra.run.smithi171.stdout:Deleting cluster with fsid: 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:50:32.258 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8daa2be0-eb08-11ee-95d0-87774f69a715 --force 2024-03-26T00:50:32.420 INFO:teuthology.orchestra.run.smithi184.stdout:Deleting cluster with fsid: 8daa2be0-eb08-11ee-95d0-87774f69a715 2024-03-26T00:50:33.748 INFO:tasks.cephadm:Removing cephadm ... 2024-03-26T00:50:33.749 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T00:50:33.755 DEBUG:teuthology.orchestra.run.smithi171:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T00:50:33.762 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T00:50:33.767 INFO:tasks.cephadm:Teardown complete 2024-03-26T00:50:33.767 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-26T00:50:33.777 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-26T00:50:33.777 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T00:50:33.798 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T00:50:33.804 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T00:50:33.893 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-26T00:50:33.902 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-26T00:50:33.902 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T00:50:33.905 DEBUG:teuthology.orchestra.run.smithi171:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T00:50:33.907 DEBUG:teuthology.orchestra.run.smithi184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T00:50:33.913 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T00:50:33.913 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-03-26T00:50:33.913 INFO:teuthology.orchestra.run.smithi133.stdout:*hv01.front.sepi 44.4.53.2 2 u 52 64 377 0.076 -5.334 1.708 2024-03-26T00:50:33.913 INFO:teuthology.orchestra.run.smithi133.stdout:+hv02.front.sepi 63.231.80.2 3 u 56 64 377 0.079 -3.505 1.247 2024-03-26T00:50:33.913 INFO:teuthology.orchestra.run.smithi133.stdout:+hv03.front.sepi 74.6.168.72 3 u 48 64 377 0.077 -1.795 2.254 2024-03-26T00:50:33.913 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-26T00:50:33.917 INFO:teuthology.orchestra.run.smithi171.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T00:50:33.917 INFO:teuthology.orchestra.run.smithi171.stdout:============================================================================== 2024-03-26T00:50:33.918 INFO:teuthology.orchestra.run.smithi171.stdout:*hv01.front.sepi 44.4.53.2 2 u 51 64 377 0.074 -2.253 1.800 2024-03-26T00:50:33.918 INFO:teuthology.orchestra.run.smithi171.stdout:+hv02.front.sepi 63.231.80.2 3 u 53 64 377 0.088 -4.168 2.105 2024-03-26T00:50:33.918 INFO:teuthology.orchestra.run.smithi171.stdout:+hv03.front.sepi 74.6.168.72 3 u 53 64 377 0.094 -4.190 1.655 2024-03-26T00:50:33.918 INFO:teuthology.orchestra.run.smithi171.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-26T00:50:33.919 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T00:50:33.919 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2024-03-26T00:50:33.920 INFO:teuthology.orchestra.run.smithi184.stdout:*hv01.front.sepi 44.4.53.2 2 u 51 64 377 0.061 -4.633 1.066 2024-03-26T00:50:33.920 INFO:teuthology.orchestra.run.smithi184.stdout:+hv02.front.sepi 63.231.80.2 3 u 55 64 377 0.099 -3.273 0.938 2024-03-26T00:50:33.920 INFO:teuthology.orchestra.run.smithi184.stdout:+hv03.front.sepi 74.6.168.72 3 u 47 64 377 0.113 -4.135 1.064 2024-03-26T00:50:33.920 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-26T00:50:33.920 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-26T00:50:33.934 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-26T00:50:33.935 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-26T00:50:33.959 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-26T00:50:33.992 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-26T00:50:34.113 INFO:teuthology.task.internal:Duration was 1533.512933 seconds 2024-03-26T00:50:34.113 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-26T00:50:34.143 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-26T00:50:34.143 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T00:50:34.146 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T00:50:34.149 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T00:50:34.186 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-26T00:50:34.186 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-03-26T00:50:34.187 DEBUG:teuthology.orchestra.run.smithi133:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-26T00:50:34.244 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi171.front.sepia.ceph.com 2024-03-26T00:50:34.244 DEBUG:teuthology.orchestra.run.smithi171:> 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-26T00:50:34.256 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2024-03-26T00:50:34.256 DEBUG:teuthology.orchestra.run.smithi184:> 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-26T00:50:34.268 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-26T00:50:34.268 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T00:50:34.291 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T00:50:34.303 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T00:50:34.354 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-26T00:50:34.355 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T00:50:34.379 DEBUG:teuthology.orchestra.run.smithi171:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T00:50:34.384 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T00:50:34.479 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-26T00:50:34.492 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-26T00:50:34.492 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T00:50:34.502 DEBUG:teuthology.orchestra.run.smithi171:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T00:50:34.515 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T00:50:34.528 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-26T00:50:34.538 DEBUG:teuthology.orchestra.run.smithi133:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-26T00:50:34.545 DEBUG:teuthology.orchestra.run.smithi171:> 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-26T00:50:34.553 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-03-26T00:50:34.564 DEBUG:teuthology.orchestra.run.smithi184:> 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-26T00:50:34.572 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = core 2024-03-26T00:50:34.583 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2024-03-26T00:50:34.613 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T00:50:34.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:50:34.620 DEBUG:teuthology.orchestra.run.smithi171:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T00:50:34.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:50:34.658 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T00:50:34.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:50:34.663 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-26T00:50:34.673 INFO:teuthology.task.internal:Transferring archived files... 2024-03-26T00:50:34.674 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798/remote/smithi133 2024-03-26T00:50:34.674 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T00:50:34.701 DEBUG:teuthology.misc:Transferring archived files from smithi171:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798/remote/smithi171 2024-03-26T00:50:34.701 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T00:50:34.724 DEBUG:teuthology.misc:Transferring archived files from smithi184:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798/remote/smithi184 2024-03-26T00:50:34.725 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T00:50:34.747 INFO:teuthology.task.internal:Removing archive directory... 2024-03-26T00:50:34.747 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T00:50:34.749 DEBUG:teuthology.orchestra.run.smithi171:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T00:50:34.768 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T00:50:34.790 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-26T00:50:34.801 INFO:teuthology.task.internal:Not uploading archives. 2024-03-26T00:50:34.801 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-26T00:50:34.817 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-26T00:50:34.818 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T00:50:34.820 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T00:50:34.822 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T00:50:34.824 INFO:teuthology.orchestra.run.smithi133.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 00:50 /home/ubuntu/cephtest 2024-03-26T00:50:34.826 INFO:teuthology.orchestra.run.smithi171.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 00:50 /home/ubuntu/cephtest 2024-03-26T00:50:34.837 INFO:teuthology.orchestra.run.smithi184.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 00:50 /home/ubuntu/cephtest 2024-03-26T00:50:34.839 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-26T00:50:34.850 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-26T00:50:34.918 INFO:teuthology.nuke:Checking targets against current locks 2024-03-26T00:50:34.943 DEBUG:teuthology.nuke:shortname: smithi133 2024-03-26T00:50:34.944 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T00:50:34.964 DEBUG:teuthology.nuke:shortname: smithi171 2024-03-26T00:50:34.965 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T00:50:34.969 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798', '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-26 00:16:30.716608', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNNGHnOJT4mDgBnf2kcx24sR09LxBDVhq4QCvdyTjxKQklsg1a3qtlkESjJ3GY0IX2FXRkhal2PArMwUpmzlrDU='} 2024-03-26T00:50:34.984 DEBUG:teuthology.nuke:shortname: smithi184 2024-03-26T00:50:34.984 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T00:50:34.988 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798', '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-26 00:16:30.717961', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBPv2MkJPhxztJ8/n7tWjTnQHWcC/aDdEWtdg5+ZUvSiwN7B+yLqHW3pH4qDXFRwXr1kpp3AwZg3YDPmxkghUMI='} 2024-03-26T00:50:35.009 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621798', '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-26 00:16:30.715016', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKosTjNGDKlhpso87tXxarGwUpZAVhQGftbrkxjcJahtG+dxCs99g+QRJaWAKUrT/3ANHt4s1VUzFkURcpvdgi0='} 2024-03-26T00:50:35.020 INFO:teuthology.orchestra.console.smithi133:Power off 2024-03-26T00:50:35.020 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T00:50:35.042 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-03-26T00:50:35.043 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:50:35.061 INFO:teuthology.orchestra.console.smithi171:Power off 2024-03-26T00:50:35.061 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T00:50:35.073 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-03-26T00:50:35.092 DEBUG:teuthology.orchestra.console.smithi171:power off output: Chassis Power Control: Down/Off 2024-03-26T00:50:35.092 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:50:35.108 INFO:teuthology.orchestra.console.smithi184:Power off 2024-03-26T00:50:35.108 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T00:50:35.117 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-03-26T00:50:35.132 DEBUG:teuthology.orchestra.console.smithi184:power off output: Chassis Power Control: Down/Off 2024-03-26T00:50:35.132 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:50:35.156 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-03-26T00:50:39.074 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:50:39.119 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:50:39.157 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:50:39.187 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-03-26T00:50:39.229 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-03-26T00:50:39.268 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-03-26T00:50:43.190 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:50:43.230 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:50:43.268 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:50:43.301 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-03-26T00:50:43.340 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is off 2024-03-26T00:50:43.380 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is off 2024-03-26T00:50:43.441 INFO:teuthology.orchestra.console.smithi171:Power off completed 2024-03-26T00:50:43.482 INFO:teuthology.orchestra.console.smithi184:Power off completed 2024-03-26T00:50:47.305 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:50:47.416 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-03-26T00:50:47.517 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-03-26T00:50:47.621 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1533.512933254242 failure_reason: '"2024-03-26T00:38:35.934549+0000 mon.a (mon.0) 282 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-03-26T00:50:47.621 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T00:50:47.706 INFO:teuthology.run:FAIL