2024-04-27T02:19:47.233 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-27T02:19:47.233 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi --description orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_monitoring_stack_basic} --verbose --archive /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570 --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570/orig.config.yaml 2024-04-27T02:19:47.262 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-27T02:19:47.340 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570 branch: squid description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7675570' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 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 log-only-match: - CEPHADM_ sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a workunit: branch: squid sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 4854 sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a sleep_before_teardown: 0 subset: 40/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a targets: smithi076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOnVsOWx1Ka2VcVmgisMjUqz1nNaFiK0V5y4TG7P2TuHCkbbbyiwDutVHexAnuDFqQ8TsuAHq/8moUS5osijBEA= smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBKiYRO6zDK50ZFfjKAkXLdSDU1hbZsIaPuOhEdSLbMyB5fBEvg7Su4d0tEAwXtb/uOma22oLRtqdXV8CeTH+bg= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFvVasSHwpjzij6trV/2/ORnB9ooQZlEvk4UeD4m6UPYgzQEAxCpz1oiX6n4ErR4bsQpZfnsqRHyh+jhWaDE4pQ= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-26_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-27T02:19:47.340 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa; will attempt to use it 2024-04-27T02:19:47.341 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa/tasks 2024-04-27T02:19:47.341 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-27T02:19:47.342 INFO:teuthology.task.internal:Checking packages... 2024-04-27T02:19:47.365 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'b22e2ebdeb24376882b7bda2a7329c8cccc2276a' 2024-04-27T02:19:47.365 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-27T02:19:47.366 INFO:teuthology.packaging:ref: None 2024-04-27T02:19:47.366 INFO:teuthology.packaging:tag: None 2024-04-27T02:19:47.366 INFO:teuthology.packaging:branch: squid 2024-04-27T02:19:47.366 INFO:teuthology.packaging:sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:19:47.366 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-04-27T02:19:47.653 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:19:47.655 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-27T02:19:47.661 INFO:teuthology.task.internal:no buildpackages task found 2024-04-27T02:19:47.661 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-27T02:19:47.685 INFO:teuthology.task.internal:Saving configuration 2024-04-27T02:19:47.699 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-27T02:19:47.705 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-27T02:19:47.731 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570', '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-04-27 02:13:48.681714', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJr7chafx3ilRmaOtIeGbYUbg5ekXgByDhuPbkH9YcUm'} 2024-04-27T02:19:47.755 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570', '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-04-27 02:13:48.684886', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIPpOomob89CSOgcqkBbqUXJaIN0z/jxYMGSPb2l4Cv9'} 2024-04-27T02:19:47.774 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570', '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-04-27 02:13:48.683617', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDxq8+AA9dgvkk2XM2mh4XShJ3/fXTVvQaWCQXgCWA3r'} 2024-04-27T02:19:47.774 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-27T02:19:47.781 INFO:teuthology.task.internal:roles: ubuntu@smithi076.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-27T02:19:47.782 INFO:teuthology.task.internal:roles: ubuntu@smithi115.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-27T02:19:47.782 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-27T02:19:47.782 INFO:teuthology.run_tasks:Running task console_log... 2024-04-27T02:19:47.882 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe0ab1d2280>, signals=[15]) 2024-04-27T02:19:47.882 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-27T02:19:47.889 INFO:teuthology.task.internal:Opening connections... 2024-04-27T02:19:47.889 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi076.front.sepia.ceph.com 2024-04-27T02:19:47.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:19:47.972 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2024-04-27T02:19:47.973 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:19:48.053 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-04-27T02:19:48.054 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:19:48.179 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-27T02:19:48.186 DEBUG:teuthology.orchestra.run.smithi076:> uname -m 2024-04-27T02:19:48.192 INFO:teuthology.orchestra.run.smithi076.stdout:x86_64 2024-04-27T02:19:48.192 DEBUG:teuthology.orchestra.run.smithi076:> cat /etc/os-release 2024-04-27T02:19:48.245 INFO:teuthology.orchestra.run.smithi076.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-27T02:19:48.245 INFO:teuthology.orchestra.run.smithi076.stdout:NAME="Ubuntu" 2024-04-27T02:19:48.245 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_ID="22.04" 2024-04-27T02:19:48.245 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-27T02:19:48.245 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_CODENAME=jammy 2024-04-27T02:19:48.245 INFO:teuthology.orchestra.run.smithi076.stdout:ID=ubuntu 2024-04-27T02:19:48.246 INFO:teuthology.orchestra.run.smithi076.stdout:ID_LIKE=debian 2024-04-27T02:19:48.246 INFO:teuthology.orchestra.run.smithi076.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-27T02:19:48.246 INFO:teuthology.orchestra.run.smithi076.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-27T02:19:48.246 INFO:teuthology.orchestra.run.smithi076.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-27T02:19:48.246 INFO:teuthology.orchestra.run.smithi076.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-27T02:19:48.246 INFO:teuthology.orchestra.run.smithi076.stdout:UBUNTU_CODENAME=jammy 2024-04-27T02:19:48.247 INFO:teuthology.lock.ops:Updating smithi076.front.sepia.ceph.com on lock server 2024-04-27T02:19:48.268 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2024-04-27T02:19:48.274 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2024-04-27T02:19:48.275 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2024-04-27T02:19:48.320 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-27T02:19:48.320 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="Ubuntu" 2024-04-27T02:19:48.320 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="22.04" 2024-04-27T02:19:48.320 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-27T02:19:48.320 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_CODENAME=jammy 2024-04-27T02:19:48.320 INFO:teuthology.orchestra.run.smithi115.stdout:ID=ubuntu 2024-04-27T02:19:48.321 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE=debian 2024-04-27T02:19:48.321 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-27T02:19:48.321 INFO:teuthology.orchestra.run.smithi115.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-27T02:19:48.321 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-27T02:19:48.321 INFO:teuthology.orchestra.run.smithi115.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-27T02:19:48.321 INFO:teuthology.orchestra.run.smithi115.stdout:UBUNTU_CODENAME=jammy 2024-04-27T02:19:48.321 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2024-04-27T02:19:48.342 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-04-27T02:19:48.348 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-04-27T02:19:48.348 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-04-27T02:19:48.394 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-27T02:19:48.394 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="Ubuntu" 2024-04-27T02:19:48.394 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="22.04" 2024-04-27T02:19:48.394 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-27T02:19:48.394 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_CODENAME=jammy 2024-04-27T02:19:48.394 INFO:teuthology.orchestra.run.smithi161.stdout:ID=ubuntu 2024-04-27T02:19:48.395 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE=debian 2024-04-27T02:19:48.395 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-27T02:19:48.395 INFO:teuthology.orchestra.run.smithi161.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-27T02:19:48.395 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-27T02:19:48.395 INFO:teuthology.orchestra.run.smithi161.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-27T02:19:48.395 INFO:teuthology.orchestra.run.smithi161.stdout:UBUNTU_CODENAME=jammy 2024-04-27T02:19:48.395 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-04-27T02:19:48.417 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-27T02:19:48.426 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-27T02:19:48.431 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-27T02:19:48.432 DEBUG:teuthology.orchestra.run.smithi076:> test '!' -e /home/ubuntu/cephtest 2024-04-27T02:19:48.434 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2024-04-27T02:19:48.437 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-04-27T02:19:48.441 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-27T02:19:48.447 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-27T02:19:48.448 DEBUG:teuthology.orchestra.run.smithi076:> test -z $(ls -A /var/lib/ceph) 2024-04-27T02:19:48.482 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2024-04-27T02:19:48.485 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-04-27T02:19:48.505 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-27T02:19:48.575 INFO:teuthology.run_tasks:Running task kernel... 2024-04-27T02:19:48.590 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-27T02:19:48.590 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-27T02:19:48.591 DEBUG:teuthology.orchestra.run.smithi076:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-27T02:19:48.591 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-27T02:19:48.592 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-27T02:19:48.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:19:48.596 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2024-04-27T02:19:48.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:19:48.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:19:48.598 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-27T02:19:48.599 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-04-27T02:19:48.644 INFO:teuthology.orchestra.run.smithi115.stdout:5.15.0-56-generic 2024-04-27T02:19:48.644 INFO:teuthology.task.kernel:Running kernel on smithi115: 5.15.0-56-generic 2024-04-27T02:19:48.644 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get clean 2024-04-27T02:19:48.645 INFO:teuthology.orchestra.run.smithi076.stdout:5.15.0-56-generic 2024-04-27T02:19:48.645 INFO:teuthology.task.kernel:Running kernel on smithi076: 5.15.0-56-generic 2024-04-27T02:19:48.645 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get clean 2024-04-27T02:19:48.646 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-56-generic 2024-04-27T02:19:48.646 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.15.0-56-generic 2024-04-27T02:19:48.646 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-27T02:19:48.776 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-04-27T02:19:48.780 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get update 2024-04-27T02:19:48.793 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-27T02:19:48.950 INFO:teuthology.orchestra.run.smithi076.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-27T02:19:48.955 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-27T02:19:49.033 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T02:19:49.045 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T02:19:49.073 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T02:19:49.073 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-27T02:19:49.115 INFO:teuthology.orchestra.run.smithi076.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-27T02:19:49.127 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-27T02:19:49.131 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-27T02:19:49.159 INFO:teuthology.orchestra.run.smithi076.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-04-27T02:19:49.177 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-27T02:19:49.265 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-04-27T02:19:49.291 INFO:teuthology.orchestra.run.smithi076.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-27T02:19:49.299 INFO:teuthology.orchestra.run.smithi076.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-27T02:19:49.304 INFO:teuthology.orchestra.run.smithi076.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-27T02:19:49.305 INFO:teuthology.orchestra.run.smithi076.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-04-27T02:19:49.334 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-27T02:19:49.336 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-27T02:19:49.336 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-04-27T02:19:49.347 INFO:teuthology.orchestra.run.smithi076.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-27T02:19:49.348 INFO:teuthology.orchestra.run.smithi076.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-04-27T02:19:49.353 INFO:teuthology.orchestra.run.smithi076.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-27T02:19:49.354 INFO:teuthology.orchestra.run.smithi076.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-27T02:19:49.372 INFO:teuthology.orchestra.run.smithi076.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-27T02:19:49.380 INFO:teuthology.orchestra.run.smithi076.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-27T02:19:49.382 INFO:teuthology.orchestra.run.smithi076.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-27T02:19:49.384 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-27T02:19:49.385 INFO:teuthology.orchestra.run.smithi161.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-04-27T02:19:49.390 INFO:teuthology.orchestra.run.smithi161.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-27T02:19:49.390 INFO:teuthology.orchestra.run.smithi161.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-27T02:19:49.396 INFO:teuthology.orchestra.run.smithi076.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-27T02:19:49.396 INFO:teuthology.orchestra.run.smithi076.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-27T02:19:49.401 INFO:teuthology.orchestra.run.smithi161.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-27T02:19:49.416 INFO:teuthology.orchestra.run.smithi161.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-27T02:19:49.444 INFO:teuthology.orchestra.run.smithi161.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-27T02:19:49.444 INFO:teuthology.orchestra.run.smithi161.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-27T02:19:49.444 INFO:teuthology.orchestra.run.smithi161.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-27T02:19:49.449 INFO:teuthology.orchestra.run.smithi161.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-27T02:19:49.449 INFO:teuthology.orchestra.run.smithi161.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-27T02:19:49.450 INFO:teuthology.orchestra.run.smithi076.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-27T02:19:49.451 INFO:teuthology.orchestra.run.smithi076.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-27T02:19:49.464 INFO:teuthology.orchestra.run.smithi076.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-27T02:19:49.479 INFO:teuthology.orchestra.run.smithi161.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-27T02:19:49.486 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-27T02:19:49.487 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-27T02:19:49.602 INFO:teuthology.orchestra.run.smithi076.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-27T02:19:49.617 INFO:teuthology.orchestra.run.smithi161.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-27T02:19:49.625 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-27T02:19:49.779 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-04-27T02:19:49.816 INFO:teuthology.orchestra.run.smithi161.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-27T02:19:49.825 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-27T02:19:49.913 INFO:teuthology.orchestra.run.smithi076.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-27T02:19:49.946 INFO:teuthology.orchestra.run.smithi115.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-27T02:19:49.952 INFO:teuthology.orchestra.run.smithi076.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-27T02:19:49.959 INFO:teuthology.orchestra.run.smithi115.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-27T02:19:49.960 INFO:teuthology.orchestra.run.smithi115.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-04-27T02:19:49.966 INFO:teuthology.orchestra.run.smithi161.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-27T02:19:49.967 INFO:teuthology.orchestra.run.smithi076.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-27T02:19:49.968 INFO:teuthology.orchestra.run.smithi076.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-27T02:19:49.975 INFO:teuthology.orchestra.run.smithi115.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-27T02:19:49.981 INFO:teuthology.orchestra.run.smithi161.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-27T02:19:49.982 INFO:teuthology.orchestra.run.smithi161.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-27T02:19:49.983 INFO:teuthology.orchestra.run.smithi161.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-27T02:19:49.990 INFO:teuthology.orchestra.run.smithi115.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-27T02:19:49.991 INFO:teuthology.orchestra.run.smithi115.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-27T02:19:49.993 INFO:teuthology.orchestra.run.smithi115.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-27T02:19:50.030 INFO:teuthology.orchestra.run.smithi076.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-27T02:19:50.031 INFO:teuthology.orchestra.run.smithi076.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-27T02:19:50.038 INFO:teuthology.orchestra.run.smithi076.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-27T02:19:50.041 INFO:teuthology.orchestra.run.smithi115.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-27T02:19:50.045 INFO:teuthology.orchestra.run.smithi161.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-27T02:19:50.052 INFO:teuthology.orchestra.run.smithi161.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-27T02:19:50.081 INFO:teuthology.orchestra.run.smithi115.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-27T02:19:50.081 INFO:teuthology.orchestra.run.smithi115.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-04-27T02:19:50.087 INFO:teuthology.orchestra.run.smithi115.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-27T02:19:50.087 INFO:teuthology.orchestra.run.smithi115.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-27T02:19:50.087 INFO:teuthology.orchestra.run.smithi115.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-27T02:19:50.097 INFO:teuthology.orchestra.run.smithi115.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-27T02:19:50.203 INFO:teuthology.orchestra.run.smithi076.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,071 kB] 2024-04-27T02:19:50.217 INFO:teuthology.orchestra.run.smithi161.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-27T02:19:50.251 INFO:teuthology.orchestra.run.smithi115.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-27T02:19:50.275 INFO:teuthology.orchestra.run.smithi115.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-27T02:19:50.679 INFO:teuthology.orchestra.run.smithi115.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-27T02:19:50.685 INFO:teuthology.orchestra.run.smithi115.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-27T02:19:50.699 INFO:teuthology.orchestra.run.smithi115.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-27T02:19:50.699 INFO:teuthology.orchestra.run.smithi115.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-27T02:19:50.702 INFO:teuthology.orchestra.run.smithi115.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-27T02:19:50.797 INFO:teuthology.orchestra.run.smithi161.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,071 kB] 2024-04-27T02:19:50.827 INFO:teuthology.orchestra.run.smithi115.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,071 kB] 2024-04-27T02:19:50.908 INFO:teuthology.orchestra.run.smithi161.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-27T02:19:50.928 INFO:teuthology.orchestra.run.smithi161.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-27T02:19:50.930 INFO:teuthology.orchestra.run.smithi161.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-27T02:19:50.930 INFO:teuthology.orchestra.run.smithi161.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-27T02:19:50.933 INFO:teuthology.orchestra.run.smithi161.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-27T02:19:50.934 INFO:teuthology.orchestra.run.smithi161.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-27T02:19:50.934 INFO:teuthology.orchestra.run.smithi161.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-27T02:19:50.938 INFO:teuthology.orchestra.run.smithi115.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-27T02:19:50.939 INFO:teuthology.orchestra.run.smithi161.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-04-27T02:19:50.943 INFO:teuthology.orchestra.run.smithi161.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-27T02:19:50.958 INFO:teuthology.orchestra.run.smithi115.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-27T02:19:50.960 INFO:teuthology.orchestra.run.smithi115.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-27T02:19:50.963 INFO:teuthology.orchestra.run.smithi115.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-27T02:19:50.964 INFO:teuthology.orchestra.run.smithi115.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-27T02:19:50.964 INFO:teuthology.orchestra.run.smithi115.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-27T02:19:50.965 INFO:teuthology.orchestra.run.smithi115.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-27T02:19:50.969 INFO:teuthology.orchestra.run.smithi115.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-04-27T02:19:50.973 INFO:teuthology.orchestra.run.smithi115.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-27T02:19:51.109 INFO:teuthology.orchestra.run.smithi161.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-27T02:19:51.138 INFO:teuthology.orchestra.run.smithi115.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-27T02:19:51.192 INFO:teuthology.orchestra.run.smithi161.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-04-27T02:19:51.223 INFO:teuthology.orchestra.run.smithi115.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-04-27T02:19:51.300 INFO:teuthology.orchestra.run.smithi161.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-04-27T02:19:51.304 INFO:teuthology.orchestra.run.smithi115.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-04-27T02:19:51.355 INFO:teuthology.orchestra.run.smithi161.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-27T02:19:51.358 INFO:teuthology.orchestra.run.smithi115.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-27T02:19:51.381 INFO:teuthology.orchestra.run.smithi076.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-27T02:19:51.386 INFO:teuthology.orchestra.run.smithi161.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-27T02:19:51.408 INFO:teuthology.orchestra.run.smithi115.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-27T02:19:52.607 INFO:teuthology.orchestra.run.smithi076.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-27T02:19:52.910 INFO:teuthology.orchestra.run.smithi076.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-27T02:19:52.958 INFO:teuthology.orchestra.run.smithi076.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-27T02:19:52.978 INFO:teuthology.orchestra.run.smithi076.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-27T02:19:52.984 INFO:teuthology.orchestra.run.smithi076.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-27T02:19:53.010 INFO:teuthology.orchestra.run.smithi076.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-27T02:19:53.017 INFO:teuthology.orchestra.run.smithi076.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-27T02:19:53.065 INFO:teuthology.orchestra.run.smithi076.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-04-27T02:19:53.140 INFO:teuthology.orchestra.run.smithi076.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-27T02:19:53.308 INFO:teuthology.orchestra.run.smithi076.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-27T02:19:53.391 INFO:teuthology.orchestra.run.smithi076.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-04-27T02:19:53.502 INFO:teuthology.orchestra.run.smithi076.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-04-27T02:19:53.554 INFO:teuthology.orchestra.run.smithi076.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-27T02:19:53.584 INFO:teuthology.orchestra.run.smithi076.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-27T02:19:55.666 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 13.2 MB in 3s (5,230 kB/s) 2024-04-27T02:19:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 13.2 MB in 3s (5,196 kB/s) 2024-04-27T02:19:57.013 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-27T02:19:57.030 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-27T02:19:57.092 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-27T02:19:57.254 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-27T02:19:57.271 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-27T02:19:57.291 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-27T02:19:57.291 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-27T02:19:57.324 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-27T02:19:57.467 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T02:19:57.468 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T02:19:57.468 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T02:19:57.468 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T02:19:57.468 INFO:teuthology.orchestra.run.smithi161.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-27T02:19:57.468 INFO:teuthology.orchestra.run.smithi161.stdout: python2.7-minimal 2024-04-27T02:19:57.469 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T02:19:57.470 INFO:teuthology.orchestra.run.smithi161.stdout:The following additional packages will be installed: 2024-04-27T02:19:57.470 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-27T02:19:57.470 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-27T02:19:57.470 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-27T02:19:57.471 INFO:teuthology.orchestra.run.smithi161.stdout:Suggested packages: 2024-04-27T02:19:57.471 INFO:teuthology.orchestra.run.smithi161.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-27T02:19:57.472 INFO:teuthology.orchestra.run.smithi161.stdout:Recommended packages: 2024-04-27T02:19:57.472 INFO:teuthology.orchestra.run.smithi161.stdout: thermald 2024-04-27T02:19:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-04-27T02:19:57.502 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-04-27T02:19:57.519 INFO:teuthology.orchestra.run.smithi161.stdout:The following NEW packages will be installed: 2024-04-27T02:19:57.519 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-27T02:19:57.519 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-27T02:19:57.519 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-27T02:19:57.520 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages will be upgraded: 2024-04-27T02:19:57.521 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-27T02:19:57.579 INFO:teuthology.orchestra.run.smithi161.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-27T02:19:57.579 INFO:teuthology.orchestra.run.smithi161.stdout:Need to get 113 MB of archives. 2024-04-27T02:19:57.579 INFO:teuthology.orchestra.run.smithi161.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-27T02:19:57.579 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-27T02:19:57.655 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T02:19:57.655 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T02:19:57.655 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T02:19:57.655 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T02:19:57.656 INFO:teuthology.orchestra.run.smithi115.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-27T02:19:57.656 INFO:teuthology.orchestra.run.smithi115.stdout: python2.7-minimal 2024-04-27T02:19:57.656 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T02:19:57.657 INFO:teuthology.orchestra.run.smithi115.stdout:The following additional packages will be installed: 2024-04-27T02:19:57.657 INFO:teuthology.orchestra.run.smithi115.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-27T02:19:57.657 INFO:teuthology.orchestra.run.smithi115.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-27T02:19:57.657 INFO:teuthology.orchestra.run.smithi115.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-27T02:19:57.658 INFO:teuthology.orchestra.run.smithi115.stdout:Suggested packages: 2024-04-27T02:19:57.658 INFO:teuthology.orchestra.run.smithi115.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-27T02:19:57.658 INFO:teuthology.orchestra.run.smithi115.stdout:Recommended packages: 2024-04-27T02:19:57.658 INFO:teuthology.orchestra.run.smithi115.stdout: thermald 2024-04-27T02:19:57.708 INFO:teuthology.orchestra.run.smithi115.stdout:The following NEW packages will be installed: 2024-04-27T02:19:57.708 INFO:teuthology.orchestra.run.smithi115.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-27T02:19:57.708 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-27T02:19:57.708 INFO:teuthology.orchestra.run.smithi115.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-27T02:19:57.709 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages will be upgraded: 2024-04-27T02:19:57.710 INFO:teuthology.orchestra.run.smithi115.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-27T02:19:57.769 INFO:teuthology.orchestra.run.smithi115.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-27T02:19:57.769 INFO:teuthology.orchestra.run.smithi115.stdout:Need to get 113 MB of archives. 2024-04-27T02:19:57.769 INFO:teuthology.orchestra.run.smithi115.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-27T02:19:57.769 INFO:teuthology.orchestra.run.smithi115.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-27T02:19:57.855 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 13.2 MB in 5s (2,797 kB/s) 2024-04-27T02:19:58.103 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-27T02:19:58.299 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-27T02:19:58.776 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-27T02:19:59.040 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-27T02:19:59.431 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-27T02:19:59.449 DEBUG:teuthology.orchestra.run.smithi076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-27T02:19:59.509 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-27T02:19:59.713 INFO:teuthology.orchestra.run.smithi076.stdout:Building dependency tree... 2024-04-27T02:19:59.714 INFO:teuthology.orchestra.run.smithi076.stdout:Reading state information... 2024-04-27T02:19:59.880 INFO:teuthology.orchestra.run.smithi076.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T02:19:59.880 INFO:teuthology.orchestra.run.smithi076.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T02:19:59.881 INFO:teuthology.orchestra.run.smithi076.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T02:19:59.881 INFO:teuthology.orchestra.run.smithi076.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T02:19:59.881 INFO:teuthology.orchestra.run.smithi076.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-27T02:19:59.881 INFO:teuthology.orchestra.run.smithi076.stdout: python2.7-minimal 2024-04-27T02:19:59.881 INFO:teuthology.orchestra.run.smithi076.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T02:19:59.882 INFO:teuthology.orchestra.run.smithi076.stdout:The following additional packages will be installed: 2024-04-27T02:19:59.882 INFO:teuthology.orchestra.run.smithi076.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-27T02:19:59.882 INFO:teuthology.orchestra.run.smithi076.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-27T02:19:59.883 INFO:teuthology.orchestra.run.smithi076.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-27T02:19:59.884 INFO:teuthology.orchestra.run.smithi076.stdout:Suggested packages: 2024-04-27T02:19:59.884 INFO:teuthology.orchestra.run.smithi076.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-27T02:19:59.884 INFO:teuthology.orchestra.run.smithi076.stdout:Recommended packages: 2024-04-27T02:19:59.884 INFO:teuthology.orchestra.run.smithi076.stdout: thermald 2024-04-27T02:19:59.933 INFO:teuthology.orchestra.run.smithi076.stdout:The following NEW packages will be installed: 2024-04-27T02:19:59.934 INFO:teuthology.orchestra.run.smithi076.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-27T02:19:59.934 INFO:teuthology.orchestra.run.smithi076.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-27T02:19:59.934 INFO:teuthology.orchestra.run.smithi076.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-27T02:19:59.935 INFO:teuthology.orchestra.run.smithi076.stdout:The following packages will be upgraded: 2024-04-27T02:19:59.936 INFO:teuthology.orchestra.run.smithi076.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-27T02:19:59.996 INFO:teuthology.orchestra.run.smithi076.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-27T02:19:59.996 INFO:teuthology.orchestra.run.smithi076.stdout:Need to get 113 MB of archives. 2024-04-27T02:19:59.996 INFO:teuthology.orchestra.run.smithi076.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-27T02:19:59.996 INFO:teuthology.orchestra.run.smithi076.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-27T02:20:00.430 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-27T02:20:00.430 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-27T02:20:00.430 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-27T02:20:00.456 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-27T02:20:00.456 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-27T02:20:00.456 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-27T02:20:00.574 INFO:teuthology.orchestra.run.smithi076.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-27T02:20:00.752 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-27T02:20:00.793 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-27T02:20:00.835 INFO:teuthology.orchestra.run.smithi076.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-27T02:20:00.861 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-27T02:20:00.868 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-27T02:20:01.252 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 113 MB in 3s (36.0 MB/s) 2024-04-27T02:20:01.274 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 113 MB in 3s (33.9 MB/s) 2024-04-27T02:20:01.438 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-27T02:20:01.448 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-27T02:20:02.223 INFO:teuthology.orchestra.run.smithi076.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-27T02:20:02.223 INFO:teuthology.orchestra.run.smithi076.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-27T02:20:02.223 INFO:teuthology.orchestra.run.smithi076.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-27T02:20:02.390 INFO:teuthology.orchestra.run.smithi076.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-27T02:20:02.429 INFO:teuthology.orchestra.run.smithi076.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-27T02:20:02.831 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 113 MB in 2s (45.6 MB/s) 2024-04-27T02:20:03.062 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-27T02:20:03.436 INFO:teuthology.orchestra.run.smithi161.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-04-27T02:20:03.440 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:03.483 INFO:teuthology.orchestra.run.smithi115.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-04-27T02:20:03.487 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:03.553 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:03.652 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:05.029 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:20:05.033 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:05.143 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:06.065 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-27T02:20:06.087 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:06.162 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-27T02:20:06.183 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:06.286 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:06.405 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:06.740 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-27T02:20:06.760 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:06.798 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:06.848 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-27T02:20:06.868 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:06.906 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:07.429 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-27T02:20:07.450 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:07.535 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:07.957 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-27T02:20:07.977 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:08.024 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:13.306 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T02:20:13.405 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T02:20:13.672 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T02:20:13.712 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T02:20:13.808 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T02:20:13.833 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T02:20:14.124 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T02:20:14.128 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-27T02:20:14.139 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-27T02:20:14.169 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-27T02:20:14.253 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T02:20:14.581 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-27T02:20:14.603 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-27T02:20:14.647 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-27T02:20:14.958 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T02:20:15.084 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T02:20:15.392 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T02:20:15.530 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T02:20:15.791 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-27T02:20:15.814 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-27T02:20:15.858 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-27T02:20:19.687 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-27T02:20:19.726 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:19.771 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:20.442 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-27T02:20:20.478 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:20.508 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:21.799 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-27T02:20:21.836 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-27T02:20:21.873 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:23.056 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T02:20:23.180 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T02:20:23.530 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-27T02:20:23.677 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:23.778 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T02:20:23.803 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-27T02:20:23.901 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T02:20:23.931 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:24.294 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-27T02:20:25.189 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:25.267 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-27T02:20:25.267 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-27T02:20:25.267 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-27T02:20:25.267 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:25.315 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-27T02:20:25.332 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-27T02:20:25.425 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:25.432 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-27T02:20:25.477 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:25.749 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-27T02:20:25.895 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:26.021 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-27T02:20:26.150 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:26.801 INFO:teuthology.orchestra.run.smithi115.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-27T02:20:26.801 INFO:teuthology.orchestra.run.smithi115.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-27T02:20:26.801 INFO:teuthology.orchestra.run.smithi115.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-27T02:20:26.801 INFO:teuthology.orchestra.run.smithi115.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:26.826 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:26.953 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:27.476 INFO:teuthology.orchestra.run.smithi076.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-27T02:20:27.476 INFO:teuthology.orchestra.run.smithi076.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-27T02:20:27.476 INFO:teuthology.orchestra.run.smithi076.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-27T02:20:27.476 INFO:teuthology.orchestra.run.smithi076.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:27.634 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:28.236 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-27T02:20:28.380 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:28.386 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-27T02:20:28.512 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:28.577 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-27T02:20:28.577 INFO:teuthology.orchestra.run.smithi161.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:29.028 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:29.756 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-27T02:20:29.907 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-27T02:20:30.041 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:30.106 INFO:teuthology.orchestra.run.smithi115.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-27T02:20:30.106 INFO:teuthology.orchestra.run.smithi115.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:31.204 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-27T02:20:31.330 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-27T02:20:31.456 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-27T02:20:31.518 INFO:teuthology.orchestra.run.smithi076.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-27T02:20:31.518 INFO:teuthology.orchestra.run.smithi076.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:42.600 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-27T02:20:42.601 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub' 2024-04-27T02:20:42.627 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-27T02:20:42.650 INFO:teuthology.orchestra.run.smithi161.stdout:Generating grub configuration file ... 2024-04-27T02:20:42.963 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-27T02:20:42.976 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:43.332 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-27T02:20:43.338 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-27T02:20:43.410 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-27T02:20:43.416 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-27T02:20:43.595 INFO:teuthology.orchestra.run.smithi161.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-27T02:20:43.595 INFO:teuthology.orchestra.run.smithi161.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-27T02:20:43.595 INFO:teuthology.orchestra.run.smithi161.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-27T02:20:43.648 INFO:teuthology.orchestra.run.smithi161.stdout:done 2024-04-27T02:20:44.053 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-27T02:20:44.080 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-27T02:20:44.080 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-27T02:20:44.080 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-27T02:20:44.080 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-27T02:20:44.080 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-27T02:20:44.080 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-27T02:20:44.080 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-27T02:20:44.080 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-27T02:20:44.080 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.105.102 2024-04-27T02:20:44.081 INFO:teuthology.orchestra.run.smithi161.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-27T02:20:44.081 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-27T02:20:44.081 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-27T02:20:44.081 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-27T02:20:44.081 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-27T02:20:44.081 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-27T02:20:44.081 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-27T02:20:44.081 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-27T02:20:44.081 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-27T02:20:44.082 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-27T02:20:44.082 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-04-27T02:20:44.082 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-27T02:20:44.253 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-27T02:20:44.399 INFO:teuthology.orchestra.run.smithi115.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-27T02:20:44.399 INFO:teuthology.orchestra.run.smithi115.stdout:Sourcing file `/etc/default/grub' 2024-04-27T02:20:44.400 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T02:20:44.412 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-27T02:20:44.415 INFO:teuthology.orchestra.run.smithi115.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-27T02:20:44.433 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-27T02:20:44.440 INFO:teuthology.orchestra.run.smithi115.stdout:Generating grub configuration file ... 2024-04-27T02:20:44.490 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-27T02:20:44.736 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-27T02:20:44.764 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:45.090 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-27T02:20:45.096 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-27T02:20:45.166 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-27T02:20:45.172 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-27T02:20:45.360 INFO:teuthology.orchestra.run.smithi115.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-27T02:20:45.360 INFO:teuthology.orchestra.run.smithi115.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-27T02:20:45.360 INFO:teuthology.orchestra.run.smithi115.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-27T02:20:45.394 INFO:teuthology.orchestra.run.smithi115.stdout:done 2024-04-27T02:20:45.473 INFO:teuthology.orchestra.run.smithi076.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-27T02:20:45.474 INFO:teuthology.orchestra.run.smithi076.stdout:Sourcing file `/etc/default/grub' 2024-04-27T02:20:45.500 INFO:teuthology.orchestra.run.smithi076.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-27T02:20:45.519 INFO:teuthology.orchestra.run.smithi076.stdout:Generating grub configuration file ... 2024-04-27T02:20:45.756 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-27T02:20:45.775 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-27T02:20:45.777 INFO:teuthology.orchestra.run.smithi076.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-27T02:20:45.797 INFO:teuthology.orchestra.run.smithi076.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:45.834 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-27T02:20:45.865 DEBUG:teuthology.orchestra.run.smithi115:> dpkg -s linux-image-generic 2024-04-27T02:20:45.884 INFO:teuthology.orchestra.run.smithi115.stdout:Package: linux-image-generic 2024-04-27T02:20:45.884 INFO:teuthology.orchestra.run.smithi115.stdout:Status: install ok installed 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout:Priority: optional 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout:Section: kernel 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout:Installed-Size: 21 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout:Maintainer: Ubuntu Kernel Team 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: amd64 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout:Source: linux-meta 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout:Version: 5.15.0.105.102 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout:Recommends: thermald 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout:Description: Generic Linux kernel image 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout: This package will always depend on the latest generic kernel image 2024-04-27T02:20:45.885 INFO:teuthology.orchestra.run.smithi115.stdout: available. 2024-04-27T02:20:45.886 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-27T02:20:45.886 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-27T02:20:45.886 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-27T02:20:45.886 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-27T02:20:45.886 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi115.front.sepia.ceph.com, path=None, version=distro) 2024-04-27T02:20:45.886 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get clean 2024-04-27T02:20:46.044 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-27T02:20:46.045 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-27T02:20:46.055 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-04-27T02:20:46.132 INFO:teuthology.orchestra.run.smithi076.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-27T02:20:46.137 INFO:teuthology.orchestra.run.smithi076.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-27T02:20:46.177 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T02:20:46.177 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-27T02:20:46.188 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-27T02:20:46.205 INFO:teuthology.orchestra.run.smithi076.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-27T02:20:46.207 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-27T02:20:46.211 INFO:teuthology.orchestra.run.smithi076.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-27T02:20:46.221 INFO:teuthology.orchestra.run.smithi161.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-27T02:20:46.221 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T02:20:46.221 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T02:20:46.221 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T02:20:46.221 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T02:20:46.222 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-27T02:20:46.222 INFO:teuthology.orchestra.run.smithi161.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-27T02:20:46.222 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T02:20:46.261 INFO:teuthology.orchestra.run.smithi161.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-27T02:20:46.262 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-27T02:20:46.278 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-27T02:20:46.278 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-27T02:20:46.278 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-27T02:20:46.278 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-27T02:20:46.278 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-27T02:20:46.279 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-27T02:20:46.279 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-27T02:20:46.279 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-27T02:20:46.279 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.105.102 2024-04-27T02:20:46.279 INFO:teuthology.orchestra.run.smithi161.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-27T02:20:46.279 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-27T02:20:46.279 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-27T02:20:46.279 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-27T02:20:46.279 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-27T02:20:46.279 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-27T02:20:46.279 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-04-27T02:20:46.324 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.smDdnlhZiP 2024-04-27T02:20:46.324 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub/grub.cfg /tmp/tmp.smDdnlhZiP 2024-04-27T02:20:46.373 INFO:teuthology.orchestra.run.smithi076.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-27T02:20:46.373 INFO:teuthology.orchestra.run.smithi076.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-27T02:20:46.373 INFO:teuthology.orchestra.run.smithi076.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-27T02:20:46.379 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.smDdnlhZiP 2024-04-27T02:20:46.414 INFO:teuthology.orchestra.run.smithi076.stdout:done 2024-04-27T02:20:46.504 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.smDdnlhZiP is 10KB 2024-04-27T02:20:46.517 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.smDdnlhZiP 2024-04-27T02:20:46.523 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-27T02:20:46.577 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:20:46.578 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-27T02:20:46.578 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-27T02:20:46.657 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-27T02:20:46.658 DEBUG:teuthology.orchestra.run.smithi161:> sudo update-grub 2024-04-27T02:20:46.907 DEBUG:teuthology.orchestra.run.smithi076:> dpkg -s linux-image-generic 2024-04-27T02:20:46.926 INFO:teuthology.orchestra.run.smithi076.stdout:Package: linux-image-generic 2024-04-27T02:20:46.927 INFO:teuthology.orchestra.run.smithi076.stdout:Status: install ok installed 2024-04-27T02:20:46.927 INFO:teuthology.orchestra.run.smithi076.stdout:Priority: optional 2024-04-27T02:20:46.927 INFO:teuthology.orchestra.run.smithi076.stdout:Section: kernel 2024-04-27T02:20:46.927 INFO:teuthology.orchestra.run.smithi076.stdout:Installed-Size: 21 2024-04-27T02:20:46.927 INFO:teuthology.orchestra.run.smithi076.stdout:Maintainer: Ubuntu Kernel Team 2024-04-27T02:20:46.927 INFO:teuthology.orchestra.run.smithi076.stdout:Architecture: amd64 2024-04-27T02:20:46.927 INFO:teuthology.orchestra.run.smithi076.stdout:Source: linux-meta 2024-04-27T02:20:46.927 INFO:teuthology.orchestra.run.smithi076.stdout:Version: 5.15.0.105.102 2024-04-27T02:20:46.927 INFO:teuthology.orchestra.run.smithi076.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-27T02:20:46.928 INFO:teuthology.orchestra.run.smithi076.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-27T02:20:46.928 INFO:teuthology.orchestra.run.smithi076.stdout:Recommends: thermald 2024-04-27T02:20:46.928 INFO:teuthology.orchestra.run.smithi076.stdout:Description: Generic Linux kernel image 2024-04-27T02:20:46.928 INFO:teuthology.orchestra.run.smithi076.stdout: This package will always depend on the latest generic kernel image 2024-04-27T02:20:46.928 INFO:teuthology.orchestra.run.smithi076.stdout: available. 2024-04-27T02:20:46.928 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-27T02:20:46.928 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-27T02:20:46.928 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-27T02:20:46.928 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-27T02:20:46.928 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi076.front.sepia.ceph.com, path=None, version=distro) 2024-04-27T02:20:46.929 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get clean 2024-04-27T02:20:47.118 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get update 2024-04-27T02:20:47.563 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-27T02:20:47.582 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-27T02:20:47.630 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-27T02:20:47.630 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T02:20:47.632 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-27T02:20:47.705 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-27T02:20:47.790 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-27T02:20:47.809 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-04-27T02:20:47.809 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-04-27T02:20:47.884 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub' 2024-04-27T02:20:47.885 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-27T02:20:47.892 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-04-27T02:20:47.967 INFO:teuthology.orchestra.run.smithi115.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-27T02:20:47.967 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T02:20:47.967 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T02:20:47.967 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T02:20:47.967 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T02:20:47.967 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-27T02:20:47.968 INFO:teuthology.orchestra.run.smithi115.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-27T02:20:47.968 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T02:20:48.006 INFO:teuthology.orchestra.run.smithi115.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-27T02:20:48.010 DEBUG:teuthology.orchestra.run.smithi115:> dpkg -s linux-image-generic 2024-04-27T02:20:48.066 INFO:teuthology.orchestra.run.smithi115.stdout:Package: linux-image-generic 2024-04-27T02:20:48.066 INFO:teuthology.orchestra.run.smithi115.stdout:Status: install ok installed 2024-04-27T02:20:48.066 INFO:teuthology.orchestra.run.smithi115.stdout:Priority: optional 2024-04-27T02:20:48.066 INFO:teuthology.orchestra.run.smithi115.stdout:Section: kernel 2024-04-27T02:20:48.066 INFO:teuthology.orchestra.run.smithi115.stdout:Installed-Size: 21 2024-04-27T02:20:48.066 INFO:teuthology.orchestra.run.smithi115.stdout:Maintainer: Ubuntu Kernel Team 2024-04-27T02:20:48.066 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: amd64 2024-04-27T02:20:48.066 INFO:teuthology.orchestra.run.smithi115.stdout:Source: linux-meta 2024-04-27T02:20:48.066 INFO:teuthology.orchestra.run.smithi115.stdout:Version: 5.15.0.105.102 2024-04-27T02:20:48.067 INFO:teuthology.orchestra.run.smithi115.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-27T02:20:48.067 INFO:teuthology.orchestra.run.smithi115.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-27T02:20:48.067 INFO:teuthology.orchestra.run.smithi115.stdout:Recommends: thermald 2024-04-27T02:20:48.067 INFO:teuthology.orchestra.run.smithi115.stdout:Description: Generic Linux kernel image 2024-04-27T02:20:48.067 INFO:teuthology.orchestra.run.smithi115.stdout: This package will always depend on the latest generic kernel image 2024-04-27T02:20:48.067 INFO:teuthology.orchestra.run.smithi115.stdout: available. 2024-04-27T02:20:48.067 DEBUG:teuthology.orchestra.run.smithi115:> mktemp 2024-04-27T02:20:48.068 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-27T02:20:48.071 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:48.110 INFO:teuthology.orchestra.run.smithi115.stdout:/tmp/tmp.nk9gy5qi7I 2024-04-27T02:20:48.111 DEBUG:teuthology.orchestra.run.smithi115:> sudo cp /boot/grub/grub.cfg /tmp/tmp.nk9gy5qi7I 2024-04-27T02:20:48.167 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0666 /tmp/tmp.nk9gy5qi7I 2024-04-27T02:20:48.280 DEBUG:teuthology.orchestra.remote:smithi115:/tmp/tmp.nk9gy5qi7I is 10KB 2024-04-27T02:20:48.293 DEBUG:teuthology.orchestra.run.smithi115:> rm -fr /tmp/tmp.nk9gy5qi7I 2024-04-27T02:20:48.295 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-27T02:20:48.299 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-27T02:20:48.300 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-27T02:20:48.342 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-27T02:20:48.348 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-27T02:20:48.354 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:20:48.354 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-27T02:20:48.354 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-27T02:20:48.439 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-27T02:20:48.439 DEBUG:teuthology.orchestra.run.smithi115:> sudo update-grub 2024-04-27T02:20:48.465 INFO:teuthology.orchestra.run.smithi161.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-27T02:20:48.465 INFO:teuthology.orchestra.run.smithi161.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-27T02:20:48.466 INFO:teuthology.orchestra.run.smithi161.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-27T02:20:48.476 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-04-27T02:20:48.491 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-04-27T02:20:49.020 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-27T02:20:49.036 DEBUG:teuthology.orchestra.run.smithi076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-27T02:20:49.088 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-27T02:20:49.264 INFO:teuthology.orchestra.run.smithi076.stdout:Building dependency tree... 2024-04-27T02:20:49.264 INFO:teuthology.orchestra.run.smithi076.stdout:Reading state information... 2024-04-27T02:20:49.418 INFO:teuthology.orchestra.run.smithi076.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-27T02:20:49.418 INFO:teuthology.orchestra.run.smithi076.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T02:20:49.418 INFO:teuthology.orchestra.run.smithi076.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T02:20:49.418 INFO:teuthology.orchestra.run.smithi076.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T02:20:49.418 INFO:teuthology.orchestra.run.smithi076.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T02:20:49.418 INFO:teuthology.orchestra.run.smithi076.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-27T02:20:49.419 INFO:teuthology.orchestra.run.smithi076.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-27T02:20:49.419 INFO:teuthology.orchestra.run.smithi076.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T02:20:49.456 INFO:teuthology.orchestra.run.smithi076.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-27T02:20:49.458 DEBUG:teuthology.orchestra.run.smithi076:> dpkg -s linux-image-generic 2024-04-27T02:20:49.511 INFO:teuthology.orchestra.run.smithi076.stdout:Package: linux-image-generic 2024-04-27T02:20:49.511 INFO:teuthology.orchestra.run.smithi076.stdout:Status: install ok installed 2024-04-27T02:20:49.511 INFO:teuthology.orchestra.run.smithi076.stdout:Priority: optional 2024-04-27T02:20:49.511 INFO:teuthology.orchestra.run.smithi076.stdout:Section: kernel 2024-04-27T02:20:49.511 INFO:teuthology.orchestra.run.smithi076.stdout:Installed-Size: 21 2024-04-27T02:20:49.511 INFO:teuthology.orchestra.run.smithi076.stdout:Maintainer: Ubuntu Kernel Team 2024-04-27T02:20:49.511 INFO:teuthology.orchestra.run.smithi076.stdout:Architecture: amd64 2024-04-27T02:20:49.511 INFO:teuthology.orchestra.run.smithi076.stdout:Source: linux-meta 2024-04-27T02:20:49.511 INFO:teuthology.orchestra.run.smithi076.stdout:Version: 5.15.0.105.102 2024-04-27T02:20:49.511 INFO:teuthology.orchestra.run.smithi076.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-27T02:20:49.511 INFO:teuthology.orchestra.run.smithi076.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-27T02:20:49.512 INFO:teuthology.orchestra.run.smithi076.stdout:Recommends: thermald 2024-04-27T02:20:49.512 INFO:teuthology.orchestra.run.smithi076.stdout:Description: Generic Linux kernel image 2024-04-27T02:20:49.512 INFO:teuthology.orchestra.run.smithi076.stdout: This package will always depend on the latest generic kernel image 2024-04-27T02:20:49.512 INFO:teuthology.orchestra.run.smithi076.stdout: available. 2024-04-27T02:20:49.512 DEBUG:teuthology.orchestra.run.smithi076:> mktemp 2024-04-27T02:20:49.563 INFO:teuthology.orchestra.run.smithi076.stdout:/tmp/tmp.OBQEzAOtdT 2024-04-27T02:20:49.564 DEBUG:teuthology.orchestra.run.smithi076:> sudo cp /boot/grub/grub.cfg /tmp/tmp.OBQEzAOtdT 2024-04-27T02:20:49.617 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 0666 /tmp/tmp.OBQEzAOtdT 2024-04-27T02:20:49.726 DEBUG:teuthology.orchestra.remote:smithi076:/tmp/tmp.OBQEzAOtdT is 10KB 2024-04-27T02:20:49.739 DEBUG:teuthology.orchestra.run.smithi076:> rm -fr /tmp/tmp.OBQEzAOtdT 2024-04-27T02:20:49.744 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-27T02:20:49.797 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:20:49.797 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-27T02:20:49.798 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-27T02:20:49.822 INFO:teuthology.orchestra.run.smithi115.stderr:Sourcing file `/etc/default/grub' 2024-04-27T02:20:49.823 INFO:teuthology.orchestra.run.smithi115.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-27T02:20:49.826 INFO:teuthology.orchestra.run.smithi115.stderr:Generating grub configuration file ... 2024-04-27T02:20:49.862 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-27T02:20:49.862 DEBUG:teuthology.orchestra.run.smithi076:> sudo update-grub 2024-04-27T02:20:50.034 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-27T02:20:50.040 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:50.290 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-27T02:20:50.295 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-27T02:20:50.337 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-27T02:20:50.342 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-27T02:20:50.482 INFO:teuthology.orchestra.run.smithi115.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-27T02:20:50.482 INFO:teuthology.orchestra.run.smithi115.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-27T02:20:50.482 INFO:teuthology.orchestra.run.smithi115.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-27T02:20:50.494 INFO:teuthology.orchestra.run.smithi115.stderr:done 2024-04-27T02:20:50.499 DEBUG:teuthology.orchestra.run.smithi115:> sudo shutdown -r now 2024-04-27T02:20:51.189 INFO:teuthology.orchestra.run.smithi076.stderr:Sourcing file `/etc/default/grub' 2024-04-27T02:20:51.190 INFO:teuthology.orchestra.run.smithi076.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-27T02:20:51.193 INFO:teuthology.orchestra.run.smithi076.stderr:Generating grub configuration file ... 2024-04-27T02:20:51.372 INFO:teuthology.orchestra.run.smithi076.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-27T02:20:51.378 INFO:teuthology.orchestra.run.smithi076.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-27T02:20:51.602 INFO:teuthology.orchestra.run.smithi076.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-27T02:20:51.607 INFO:teuthology.orchestra.run.smithi076.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-27T02:20:51.650 INFO:teuthology.orchestra.run.smithi076.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-27T02:20:51.655 INFO:teuthology.orchestra.run.smithi076.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-27T02:20:51.807 INFO:teuthology.orchestra.run.smithi076.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-27T02:20:51.807 INFO:teuthology.orchestra.run.smithi076.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-27T02:20:51.807 INFO:teuthology.orchestra.run.smithi076.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-27T02:20:51.820 INFO:teuthology.orchestra.run.smithi076.stderr:done 2024-04-27T02:20:51.836 DEBUG:teuthology.orchestra.run.smithi076:> sudo shutdown -r now 2024-04-27T02:21:18.507 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-27T02:21:18.507 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-27T02:21:18.508 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:21:20.503 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-27T02:21:20.503 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-27T02:21:20.504 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:21:21.840 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-27T02:21:21.840 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-27T02:21:21.841 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:21:36.927 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-27T02:21:38.974 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-04-27T02:21:40.258 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2024-04-27T02:21:45.933 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-27T02:21:45.933 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:21:47.975 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-27T02:21:47.976 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:21:48.990 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-27T02:21:49.260 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-27T02:21:49.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:21:51.038 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-04-27T02:21:52.318 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2024-04-27T02:22:00.998 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-27T02:22:00.999 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:22:03.041 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-27T02:22:03.043 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:22:04.062 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-27T02:22:04.320 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-27T02:22:04.320 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:22:07.390 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2024-04-27T02:22:19.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-27T02:22:19.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:22:21.470 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-04-27T02:22:22.392 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-27T02:22:22.392 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:22:36.484 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-27T02:22:36.485 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:22:37.008 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-04-27T02:22:37.696 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-27T02:22:37.696 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-27T02:22:37.696 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-04-27T02:22:37.742 INFO:teuthology.orchestra.run.smithi115.stdout:5.15.0-105-generic 2024-04-27T02:22:37.743 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-27T02:22:37.743 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-27T02:22:37.743 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-27T02:22:38.743 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-27T02:22:38.744 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-27T02:22:38.839 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2024-04-27T02:22:38.860 DEBUG:teuthology.parallel:result is None 2024-04-27T02:22:50.867 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-27T02:22:51.424 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-27T02:22:51.424 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-04-27T02:22:51.425 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-27T02:22:51.472 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-105-generic 2024-04-27T02:22:51.472 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-27T02:22:51.472 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-27T02:22:51.472 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-27T02:22:52.473 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-27T02:22:52.473 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-27T02:22:52.568 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-04-27T02:22:52.601 DEBUG:teuthology.parallel:result is None 2024-04-27T02:22:54.227 DEBUG:teuthology.orchestra.run.smithi076:> true 2024-04-27T02:22:54.802 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-27T02:22:54.802 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-27T02:22:54.802 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2024-04-27T02:22:54.848 INFO:teuthology.orchestra.run.smithi076.stdout:5.15.0-105-generic 2024-04-27T02:22:54.848 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-27T02:22:54.848 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-27T02:22:54.848 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-27T02:22:55.849 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-27T02:22:55.849 DEBUG:teuthology.orchestra.run.smithi076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-27T02:22:56.210 INFO:teuthology.orchestra.run.smithi076.stdout:ttyS1 2024-04-27T02:22:56.239 DEBUG:teuthology.parallel:result is None 2024-04-27T02:22:56.239 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-27T02:22:56.247 INFO:teuthology.task.internal:Creating test directory... 2024-04-27T02:22:56.247 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-27T02:22:56.250 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-27T02:22:56.252 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-27T02:22:56.259 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-27T02:22:56.297 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-27T02:22:56.307 INFO:teuthology.task.internal:Creating archive directory... 2024-04-27T02:22:56.307 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-27T02:22:56.310 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-27T02:22:56.312 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-27T02:22:56.595 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-27T02:22:56.602 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-27T02:22:56.603 DEBUG:teuthology.orchestra.run.smithi076:> 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-04-27T02:22:56.605 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-27T02:22:56.607 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-27T02:22:56.629 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T02:22:56.637 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T02:22:56.638 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T02:22:56.639 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T02:22:56.645 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T02:22:56.646 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T02:22:56.648 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-27T02:22:56.656 INFO:teuthology.task.internal:Configuring sudo... 2024-04-27T02:22:56.656 DEBUG:teuthology.orchestra.run.smithi076:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-27T02:22:56.694 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-27T02:22:56.696 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-27T02:22:56.729 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-27T02:22:56.739 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-27T02:22:56.739 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-27T02:22:56.749 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-27T02:22:56.752 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-27T02:22:56.776 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T02:22:56.800 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T02:22:56.850 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:22:56.850 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-27T02:22:56.906 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T02:22:56.911 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T02:22:56.958 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:22:56.958 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-27T02:22:57.028 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T02:22:57.034 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T02:22:57.080 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:22:57.080 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-27T02:22:57.136 DEBUG:teuthology.orchestra.run.smithi076:> sudo service rsyslog restart 2024-04-27T02:22:57.139 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2024-04-27T02:22:57.141 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-04-27T02:22:57.216 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-27T02:22:57.224 INFO:teuthology.task.internal:Starting timer... 2024-04-27T02:22:57.224 INFO:teuthology.run_tasks:Running task pcp... 2024-04-27T02:22:57.236 INFO:teuthology.run_tasks:Running task selinux... 2024-04-27T02:22:57.244 DEBUG:teuthology.task.selinux:Excluding smithi076: OS 'ubuntu' does not support SELinux 2024-04-27T02:22:57.244 DEBUG:teuthology.task.selinux:Excluding smithi115: OS 'ubuntu' does not support SELinux 2024-04-27T02:22:57.244 DEBUG:teuthology.task.selinux:Excluding smithi161: OS 'ubuntu' does not support SELinux 2024-04-27T02:22:57.245 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-27T02:22:57.245 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-27T02:22:57.245 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-27T02:22:57.245 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-27T02:22:57.254 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-27T02:22:57.262 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-27T02:22:57.386 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-27T02:22:57.403 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-04-27T02:22:57.405 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi076.front.sepia.ceph.com,smithi115.front.sepia.ceph.com,smithi161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-27T02:29:56.802 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi076.front.sepia.ceph.com'), Remote(name='ubuntu@smithi115.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2024-04-27T02:29:56.803 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-27T02:29:56.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:29:56.890 DEBUG:teuthology.orchestra.run.smithi076:> true 2024-04-27T02:29:56.963 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-27T02:29:56.963 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-27T02:29:56.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:29:57.053 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-04-27T02:29:57.130 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-27T02:29:57.130 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-27T02:29:57.131 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:29:57.258 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-27T02:29:57.338 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-27T02:29:57.339 INFO:teuthology.run_tasks:Running task clock... 2024-04-27T02:29:57.349 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-27T02:29:57.350 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-27T02:29:57.350 DEBUG:teuthology.orchestra.run.smithi076:> 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-04-27T02:29:57.352 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-27T02:29:57.352 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-27T02:29:57.355 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-27T02:29:57.355 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-27T02:29:57.379 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-27T02:29:57.379 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: Command line: ntpd -gq 2024-04-27T02:29:57.379 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: ---------------------------------------------------- 2024-04-27T02:29:57.379 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: ntp-4 is maintained by Network Time Foundation, 2024-04-27T02:29:57.379 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-27T02:29:57.380 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: corporation. Support and training for ntp-4 are 2024-04-27T02:29:57.380 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: available at https://www.nwtime.org/support 2024-04-27T02:29:57.380 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: ---------------------------------------------------- 2024-04-27T02:29:57.381 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: proto: precision = 0.046 usec (-24) 2024-04-27T02:29:57.381 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: basedate set to 2022-02-04 2024-04-27T02:29:57.381 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: gps base set to 2022-02-06 (week 2196) 2024-04-27T02:29:57.381 INFO:teuthology.orchestra.run.smithi076.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-27T02:29:57.382 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-27T02:29:57.382 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: Command line: ntpd -gq 2024-04-27T02:29:57.382 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: ---------------------------------------------------- 2024-04-27T02:29:57.382 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: ntp-4 is maintained by Network Time Foundation, 2024-04-27T02:29:57.382 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-27T02:29:57.382 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: corporation. Support and training for ntp-4 are 2024-04-27T02:29:57.382 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: available at https://www.nwtime.org/support 2024-04-27T02:29:57.382 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: ---------------------------------------------------- 2024-04-27T02:29:57.382 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: proto: precision = 0.045 usec (-24) 2024-04-27T02:29:57.382 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: basedate set to 2022-02-04 2024-04-27T02:29:57.382 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: gps base set to 2022-02-06 (week 2196) 2024-04-27T02:29:57.383 INFO:teuthology.orchestra.run.smithi115.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-27T02:29:57.383 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-27T02:29:57.383 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: restrict ::: KOD does nothing without LIMITED. 2024-04-27T02:29:57.383 INFO:teuthology.orchestra.run.smithi076.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-27T02:29:57.384 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-27T02:29:57.384 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: restrict ::: KOD does nothing without LIMITED. 2024-04-27T02:29:57.384 INFO:teuthology.orchestra.run.smithi115.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-27T02:29:57.385 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: Listen and drop on 0 v6wildcard [::]:123 2024-04-27T02:29:57.385 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-27T02:29:57.385 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: Listen normally on 2 lo 127.0.0.1:123 2024-04-27T02:29:57.385 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: Listen normally on 3 enp3s0f1 172.21.15.76:123 2024-04-27T02:29:57.385 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: Listen normally on 4 lo [::1]:123 2024-04-27T02:29:57.386 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:47e1%5]:123 2024-04-27T02:29:57.386 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:29:57 ntpd[17228]: Listening on routing socket on fd #22 for interface updates 2024-04-27T02:29:57.386 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: Listen and drop on 0 v6wildcard [::]:123 2024-04-27T02:29:57.386 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-27T02:29:57.386 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: Listen normally on 2 lo 127.0.0.1:123 2024-04-27T02:29:57.386 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: Listen normally on 3 enp3s0f1 172.21.15.115:123 2024-04-27T02:29:57.386 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: Listen normally on 4 lo [::1]:123 2024-04-27T02:29:57.386 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce8f%5]:123 2024-04-27T02:29:57.387 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:29:57 ntpd[17221]: Listening on routing socket on fd #22 for interface updates 2024-04-27T02:29:57.416 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-27T02:29:57.416 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: Command line: ntpd -gq 2024-04-27T02:29:57.416 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: ---------------------------------------------------- 2024-04-27T02:29:57.416 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: ntp-4 is maintained by Network Time Foundation, 2024-04-27T02:29:57.416 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-27T02:29:57.416 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: corporation. Support and training for ntp-4 are 2024-04-27T02:29:57.416 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: available at https://www.nwtime.org/support 2024-04-27T02:29:57.416 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: ---------------------------------------------------- 2024-04-27T02:29:57.417 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: proto: precision = 0.045 usec (-24) 2024-04-27T02:29:57.417 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: basedate set to 2022-02-04 2024-04-27T02:29:57.417 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: gps base set to 2022-02-06 (week 2196) 2024-04-27T02:29:57.417 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-27T02:29:57.418 INFO:teuthology.orchestra.run.smithi161.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-27T02:29:57.418 INFO:teuthology.orchestra.run.smithi161.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-27T02:29:57.419 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: restrict ::: KOD does nothing without LIMITED. 2024-04-27T02:29:57.419 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: Listen and drop on 0 v6wildcard [::]:123 2024-04-27T02:29:57.419 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-27T02:29:57.419 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: Listen normally on 2 lo 127.0.0.1:123 2024-04-27T02:29:57.419 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: Listen normally on 3 enp3s0f1 172.21.15.161:123 2024-04-27T02:29:57.419 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: Listen normally on 4 lo [::1]:123 2024-04-27T02:29:57.419 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7251%5]:123 2024-04-27T02:29:57.419 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:29:57 ntpd[17231]: Listening on routing socket on fd #22 for interface updates 2024-04-27T02:29:58.379 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:29:58 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:58.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:29:58 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:58.381 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:58 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:58.381 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:58 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:58.381 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:58 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:58.381 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:58 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:58.381 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:58 ntpd[17221]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:29:58.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:58 ntpd[17221]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:29:58.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:58 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:58.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:58 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:58.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:58 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:58.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:58 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:58.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:58 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:58.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:58 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:58.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:58 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:29:58.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:58 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:29:59.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:29:59 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:59.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:29:59 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:59.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:29:59 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:59.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:29:59 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:59.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:29:59 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:29:59.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:29:59 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:29:59.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:59.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:59.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:59.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:59.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:59.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:59.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:29:59.384 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:29:59.384 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:59.384 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:59.384 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:29:59.384 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:29:59 ntpd[17221]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:29:59.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:59 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:59.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:59 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:59.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:59 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:29:59.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:59 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:29:59.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:59 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:29:59.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:29:59 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:00.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:00 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:00.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:00 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:00.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:00 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:00.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:00 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:00.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:00 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:00.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:00 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:00.381 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:00 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:00.381 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:00 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:00.381 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:00 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:00.381 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:00 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:00.381 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:00 ntpd[17221]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:00.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:00 ntpd[17221]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:00.416 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:00 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:00.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:00 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:00.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:00 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:00.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:00 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:00.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:00 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:00.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:00 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:01.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:01 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:01.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:01 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:01.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:01 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:01.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:01 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:01.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:01 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:01.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:01 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:01.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:01.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:01.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:01.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:01.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:01.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:01.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:01.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:01.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:01.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:01.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:01.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:01 ntpd[17221]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:01.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:01.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:01.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:01.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:01.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:01.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:01.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:01.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:01.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:01.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:01.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:01.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:01 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:02.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:02.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:02.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:02.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:02.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:02.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:02.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:02.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:02.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:02.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:02.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:02.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:02 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:02.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:02 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:02.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:02 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:02.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:02 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:02.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:02 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:02.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:02 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:02.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:02 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:02.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:02 ntpd[17221]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:02.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:02 ntpd[17221]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:02.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:02 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:02.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:02 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:02.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:02 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:02.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:02 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:02.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:02 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:02.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:02 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:03.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:03 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:03.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:03 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:03.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:03 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:03.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:03 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:03.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:03 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:03.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:03 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:03.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:03.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:03.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:03.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:03.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:03.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:03.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:03.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:03.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:03.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:03.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:03.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:03 ntpd[17221]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:03.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:03.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:03.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:03.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:03.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:03.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:03.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:03.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:03.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:03.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:03.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:03.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:03 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:04.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:04.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:04.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:04.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:04.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:04.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:04.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:04.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:04.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:04.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:04.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:04.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:04 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:04.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:04 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:04.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:04 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:04.382 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:04 ntpd[17221]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:04.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:04 ntpd[17221]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:04.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:04 ntpd[17221]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:04.383 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:04 ntpd[17221]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:04.383 INFO:teuthology.orchestra.run.smithi115.stdout:27 Apr 02:30:04 ntpd[17221]: ntpd: time slew -0.000515 s 2024-04-27T02:30:04.383 INFO:teuthology.orchestra.run.smithi115.stdout:ntpd: time slew -0.000515s 2024-04-27T02:30:04.384 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:04 ntpd[17221]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-27T02:30:04.384 INFO:teuthology.orchestra.run.smithi115.stderr:27 Apr 02:30:04 ntpd[17221]: can't open /var/log/ntpstats/loopstats.20240427: Permission denied 2024-04-27T02:30:04.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:04 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:04.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:04 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:04.417 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:04 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:04.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:04 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:04.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:04 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:04.418 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:04 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:04.418 INFO:teuthology.orchestra.run.smithi161.stdout:27 Apr 02:30:04 ntpd[17231]: ntpd: time slew +0.001889 s 2024-04-27T02:30:04.419 INFO:teuthology.orchestra.run.smithi161.stdout:ntpd: time slew +0.001889s 2024-04-27T02:30:04.419 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:04 ntpd[17231]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-27T02:30:04.419 INFO:teuthology.orchestra.run.smithi161.stderr:27 Apr 02:30:04 ntpd[17231]: can't open /var/log/ntpstats/loopstats.20240427: Permission denied 2024-04-27T02:30:04.432 INFO:teuthology.orchestra.run.smithi115.stdout: remote refid st t when poll reach delay offset jitter 2024-04-27T02:30:04.432 INFO:teuthology.orchestra.run.smithi115.stdout:============================================================================== 2024-04-27T02:30:04.432 INFO:teuthology.orchestra.run.smithi115.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:04.432 INFO:teuthology.orchestra.run.smithi115.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:04.433 INFO:teuthology.orchestra.run.smithi115.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:04.433 INFO:teuthology.orchestra.run.smithi115.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:04.465 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-27T02:30:04.465 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-27T02:30:04.465 INFO:teuthology.orchestra.run.smithi161.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:04.465 INFO:teuthology.orchestra.run.smithi161.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:04.465 INFO:teuthology.orchestra.run.smithi161.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:04.465 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:05.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:05 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:05.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:05 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:05.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:05 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-27T02:30:05.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:05 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240427: Permission denied 2024-04-27T02:30:05.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:05 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-27T02:30:05.380 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:05 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240427: Permission denied 2024-04-27T02:30:05.381 INFO:teuthology.orchestra.run.smithi076.stdout:27 Apr 02:30:05 ntpd[17228]: ntpd: time slew -0.005182 s 2024-04-27T02:30:05.381 INFO:teuthology.orchestra.run.smithi076.stdout:ntpd: time slew -0.005182s 2024-04-27T02:30:05.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:05 ntpd[17228]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-27T02:30:05.381 INFO:teuthology.orchestra.run.smithi076.stderr:27 Apr 02:30:05 ntpd[17228]: can't open /var/log/ntpstats/loopstats.20240427: Permission denied 2024-04-27T02:30:05.425 INFO:teuthology.orchestra.run.smithi076.stdout: remote refid st t when poll reach delay offset jitter 2024-04-27T02:30:05.425 INFO:teuthology.orchestra.run.smithi076.stdout:============================================================================== 2024-04-27T02:30:05.426 INFO:teuthology.orchestra.run.smithi076.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:05.426 INFO:teuthology.orchestra.run.smithi076.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:05.426 INFO:teuthology.orchestra.run.smithi076.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:05.426 INFO:teuthology.orchestra.run.smithi076.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-27T02:30:05.426 INFO:teuthology.run_tasks:Running task install... 2024-04-27T02:30:05.438 DEBUG:teuthology.task.install:project ceph 2024-04-27T02:30:05.439 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b22e2ebdeb24376882b7bda2a7329c8cccc2276a'}} 2024-04-27T02:30:05.439 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'b22e2ebdeb24376882b7bda2a7329c8cccc2276a'} 2024-04-27T02:30:05.439 INFO:teuthology.task.install:Using flavor: default 2024-04-27T02:30:05.444 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-04-27T02:30:05.445 INFO:teuthology.task.install:extra packages: [] 2024-04-27T02:30:05.445 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-key list | grep Ceph 2024-04-27T02:30:05.446 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-key list | grep Ceph 2024-04-27T02:30:05.446 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-key list | grep Ceph 2024-04-27T02:30:05.512 INFO:teuthology.orchestra.run.smithi161.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-27T02:30:05.513 INFO:teuthology.orchestra.run.smithi115.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-27T02:30:05.522 INFO:teuthology.orchestra.run.smithi076.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-27T02:30:05.542 INFO:teuthology.orchestra.run.smithi161.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-27T02:30:05.543 INFO:teuthology.orchestra.run.smithi161.stdout:uid [ unknown] Ceph.com (release key) 2024-04-27T02:30:05.543 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-04-27T02:30:05.543 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:30:05.548 INFO:teuthology.orchestra.run.smithi115.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-27T02:30:05.548 INFO:teuthology.orchestra.run.smithi115.stdout:uid [ unknown] Ceph.com (release key) 2024-04-27T02:30:05.548 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-04-27T02:30:05.549 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:30:05.551 INFO:teuthology.orchestra.run.smithi076.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-27T02:30:05.552 INFO:teuthology.orchestra.run.smithi076.stdout:uid [ unknown] Ceph.com (release key) 2024-04-27T02:30:05.552 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-04-27T02:30:05.552 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:30:05.685 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default/ 2024-04-27T02:30:05.685 INFO:teuthology.task.install.deb:Package version is 19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:30:05.690 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default/ 2024-04-27T02:30:05.690 INFO:teuthology.task.install.deb:Package version is 19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:30:05.759 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default/ 2024-04-27T02:30:05.759 INFO:teuthology.task.install.deb:Package version is 19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:30:05.795 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:30:05.795 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-27T02:30:05.809 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-27T02:30:05.856 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:30:05.856 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-27T02:30:05.863 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:30:05.863 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-27T02:30:05.871 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get update 2024-04-27T02:30:05.877 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-04-27T02:30:05.982 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-27T02:30:06.029 INFO:teuthology.orchestra.run.smithi161.stdout:Ign:2 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy InRelease 2024-04-27T02:30:06.045 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-27T02:30:06.045 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T02:30:06.050 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-27T02:30:06.050 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-27T02:30:06.060 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-27T02:30:06.072 INFO:teuthology.orchestra.run.smithi161.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-27T02:30:06.081 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-27T02:30:06.093 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-04-27T02:30:06.093 INFO:teuthology.orchestra.run.smithi076.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy InRelease 2024-04-27T02:30:06.100 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T02:30:06.115 INFO:teuthology.orchestra.run.smithi076.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-27T02:30:06.121 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,412 B] 2024-04-27T02:30:06.136 INFO:teuthology.orchestra.run.smithi076.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-27T02:30:06.156 INFO:teuthology.orchestra.run.smithi115.stdout:Ign:2 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy InRelease 2024-04-27T02:30:06.157 INFO:teuthology.orchestra.run.smithi076.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,412 B] 2024-04-27T02:30:06.160 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-27T02:30:06.178 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-27T02:30:06.188 INFO:teuthology.orchestra.run.smithi076.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-04-27T02:30:06.193 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-27T02:30:06.230 INFO:teuthology.orchestra.run.smithi115.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-27T02:30:06.242 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-27T02:30:06.260 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-27T02:30:06.266 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-04-27T02:30:06.311 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,412 B] 2024-04-27T02:30:06.323 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-27T02:30:06.391 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 28.3 kB in 0s (83.1 kB/s) 2024-04-27T02:30:06.396 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 28.3 kB in 0s (69.0 kB/s) 2024-04-27T02:30:06.461 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 28.3 kB in 0s (69.5 kB/s) 2024-04-27T02:30:07.362 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-27T02:30:07.377 DEBUG:teuthology.orchestra.run.smithi076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2447-gb22e2ebd-1jammy cephadm=19.0.0-2447-gb22e2ebd-1jammy ceph-mds=19.0.0-2447-gb22e2ebd-1jammy ceph-mgr=19.0.0-2447-gb22e2ebd-1jammy ceph-common=19.0.0-2447-gb22e2ebd-1jammy ceph-fuse=19.0.0-2447-gb22e2ebd-1jammy ceph-test=19.0.0-2447-gb22e2ebd-1jammy ceph-volume=19.0.0-2447-gb22e2ebd-1jammy radosgw=19.0.0-2447-gb22e2ebd-1jammy python3-rados=19.0.0-2447-gb22e2ebd-1jammy python3-rgw=19.0.0-2447-gb22e2ebd-1jammy python3-cephfs=19.0.0-2447-gb22e2ebd-1jammy python3-rbd=19.0.0-2447-gb22e2ebd-1jammy libcephfs2=19.0.0-2447-gb22e2ebd-1jammy libcephfs-dev=19.0.0-2447-gb22e2ebd-1jammy librados2=19.0.0-2447-gb22e2ebd-1jammy librbd1=19.0.0-2447-gb22e2ebd-1jammy rbd-fuse=19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:30:07.378 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-27T02:30:07.393 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2447-gb22e2ebd-1jammy cephadm=19.0.0-2447-gb22e2ebd-1jammy ceph-mds=19.0.0-2447-gb22e2ebd-1jammy ceph-mgr=19.0.0-2447-gb22e2ebd-1jammy ceph-common=19.0.0-2447-gb22e2ebd-1jammy ceph-fuse=19.0.0-2447-gb22e2ebd-1jammy ceph-test=19.0.0-2447-gb22e2ebd-1jammy ceph-volume=19.0.0-2447-gb22e2ebd-1jammy radosgw=19.0.0-2447-gb22e2ebd-1jammy python3-rados=19.0.0-2447-gb22e2ebd-1jammy python3-rgw=19.0.0-2447-gb22e2ebd-1jammy python3-cephfs=19.0.0-2447-gb22e2ebd-1jammy python3-rbd=19.0.0-2447-gb22e2ebd-1jammy libcephfs2=19.0.0-2447-gb22e2ebd-1jammy libcephfs-dev=19.0.0-2447-gb22e2ebd-1jammy librados2=19.0.0-2447-gb22e2ebd-1jammy librbd1=19.0.0-2447-gb22e2ebd-1jammy rbd-fuse=19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:30:07.422 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-27T02:30:07.438 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2447-gb22e2ebd-1jammy cephadm=19.0.0-2447-gb22e2ebd-1jammy ceph-mds=19.0.0-2447-gb22e2ebd-1jammy ceph-mgr=19.0.0-2447-gb22e2ebd-1jammy ceph-common=19.0.0-2447-gb22e2ebd-1jammy ceph-fuse=19.0.0-2447-gb22e2ebd-1jammy ceph-test=19.0.0-2447-gb22e2ebd-1jammy ceph-volume=19.0.0-2447-gb22e2ebd-1jammy radosgw=19.0.0-2447-gb22e2ebd-1jammy python3-rados=19.0.0-2447-gb22e2ebd-1jammy python3-rgw=19.0.0-2447-gb22e2ebd-1jammy python3-cephfs=19.0.0-2447-gb22e2ebd-1jammy python3-rbd=19.0.0-2447-gb22e2ebd-1jammy libcephfs2=19.0.0-2447-gb22e2ebd-1jammy libcephfs-dev=19.0.0-2447-gb22e2ebd-1jammy librados2=19.0.0-2447-gb22e2ebd-1jammy librbd1=19.0.0-2447-gb22e2ebd-1jammy rbd-fuse=19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:30:07.439 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-27T02:30:07.455 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-27T02:30:07.501 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-27T02:30:07.625 INFO:teuthology.orchestra.run.smithi076.stdout:Building dependency tree... 2024-04-27T02:30:07.626 INFO:teuthology.orchestra.run.smithi076.stdout:Reading state information... 2024-04-27T02:30:07.655 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-27T02:30:07.656 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-27T02:30:07.699 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-04-27T02:30:07.699 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-04-27T02:30:07.798 INFO:teuthology.orchestra.run.smithi076.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T02:30:07.798 INFO:teuthology.orchestra.run.smithi076.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T02:30:07.798 INFO:teuthology.orchestra.run.smithi076.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T02:30:07.798 INFO:teuthology.orchestra.run.smithi076.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T02:30:07.798 INFO:teuthology.orchestra.run.smithi076.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-27T02:30:07.799 INFO:teuthology.orchestra.run.smithi076.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-27T02:30:07.799 INFO:teuthology.orchestra.run.smithi076.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T02:30:07.799 INFO:teuthology.orchestra.run.smithi076.stdout:The following additional packages will be installed: 2024-04-27T02:30:07.799 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-27T02:30:07.799 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-27T02:30:07.799 INFO:teuthology.orchestra.run.smithi076.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-27T02:30:07.799 INFO:teuthology.orchestra.run.smithi076.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-27T02:30:07.801 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-27T02:30:07.802 INFO:teuthology.orchestra.run.smithi076.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-27T02:30:07.802 INFO:teuthology.orchestra.run.smithi076.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-27T02:30:07.802 INFO:teuthology.orchestra.run.smithi076.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-27T02:30:07.802 INFO:teuthology.orchestra.run.smithi076.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-27T02:30:07.802 INFO:teuthology.orchestra.run.smithi076.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-27T02:30:07.802 INFO:teuthology.orchestra.run.smithi076.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-27T02:30:07.802 INFO:teuthology.orchestra.run.smithi076.stdout: xmlstarlet zip 2024-04-27T02:30:07.802 INFO:teuthology.orchestra.run.smithi076.stdout:Suggested packages: 2024-04-27T02:30:07.802 INFO:teuthology.orchestra.run.smithi076.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-27T02:30:07.802 INFO:teuthology.orchestra.run.smithi076.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-27T02:30:07.803 INFO:teuthology.orchestra.run.smithi076.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-27T02:30:07.803 INFO:teuthology.orchestra.run.smithi076.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-27T02:30:07.803 INFO:teuthology.orchestra.run.smithi076.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-27T02:30:07.803 INFO:teuthology.orchestra.run.smithi076.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-27T02:30:07.803 INFO:teuthology.orchestra.run.smithi076.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-27T02:30:07.803 INFO:teuthology.orchestra.run.smithi076.stdout:Recommended packages: 2024-04-27T02:30:07.803 INFO:teuthology.orchestra.run.smithi076.stdout: btrfs-tools 2024-04-27T02:30:07.850 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T02:30:07.850 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T02:30:07.850 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T02:30:07.850 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T02:30:07.851 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-27T02:30:07.851 INFO:teuthology.orchestra.run.smithi161.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-27T02:30:07.851 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T02:30:07.853 INFO:teuthology.orchestra.run.smithi161.stdout:The following additional packages will be installed: 2024-04-27T02:30:07.853 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-27T02:30:07.853 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-27T02:30:07.853 INFO:teuthology.orchestra.run.smithi161.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-27T02:30:07.853 INFO:teuthology.orchestra.run.smithi161.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-27T02:30:07.853 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-27T02:30:07.853 INFO:teuthology.orchestra.run.smithi161.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-27T02:30:07.853 INFO:teuthology.orchestra.run.smithi161.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-27T02:30:07.853 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-27T02:30:07.853 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-27T02:30:07.853 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-27T02:30:07.854 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-27T02:30:07.855 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet zip 2024-04-27T02:30:07.855 INFO:teuthology.orchestra.run.smithi161.stdout:Suggested packages: 2024-04-27T02:30:07.855 INFO:teuthology.orchestra.run.smithi161.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-27T02:30:07.855 INFO:teuthology.orchestra.run.smithi161.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-27T02:30:07.855 INFO:teuthology.orchestra.run.smithi161.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-27T02:30:07.855 INFO:teuthology.orchestra.run.smithi161.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-27T02:30:07.855 INFO:teuthology.orchestra.run.smithi161.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-27T02:30:07.855 INFO:teuthology.orchestra.run.smithi161.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-27T02:30:07.855 INFO:teuthology.orchestra.run.smithi161.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-27T02:30:07.855 INFO:teuthology.orchestra.run.smithi161.stdout:Recommended packages: 2024-04-27T02:30:07.856 INFO:teuthology.orchestra.run.smithi161.stdout: btrfs-tools 2024-04-27T02:30:07.896 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-04-27T02:30:07.896 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-27T02:30:07.896 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-27T02:30:07.896 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-27T02:30:07.897 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-27T02:30:07.897 INFO:teuthology.orchestra.run.smithi115.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-27T02:30:07.897 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-27T02:30:07.898 INFO:teuthology.orchestra.run.smithi115.stdout:The following additional packages will be installed: 2024-04-27T02:30:07.898 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-27T02:30:07.898 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-27T02:30:07.898 INFO:teuthology.orchestra.run.smithi115.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-27T02:30:07.898 INFO:teuthology.orchestra.run.smithi115.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-27T02:30:07.901 INFO:teuthology.orchestra.run.smithi115.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: xmlstarlet zip 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout:Suggested packages: 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-27T02:30:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-27T02:30:07.903 INFO:teuthology.orchestra.run.smithi115.stdout:Recommended packages: 2024-04-27T02:30:07.903 INFO:teuthology.orchestra.run.smithi115.stdout: btrfs-tools 2024-04-27T02:30:07.903 INFO:teuthology.orchestra.run.smithi076.stdout:The following NEW packages will be installed: 2024-04-27T02:30:07.903 INFO:teuthology.orchestra.run.smithi076.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-27T02:30:07.903 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-27T02:30:07.903 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-27T02:30:07.903 INFO:teuthology.orchestra.run.smithi076.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-27T02:30:07.903 INFO:teuthology.orchestra.run.smithi076.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-27T02:30:07.904 INFO:teuthology.orchestra.run.smithi076.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-27T02:30:07.905 INFO:teuthology.orchestra.run.smithi076.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-27T02:30:07.905 INFO:teuthology.orchestra.run.smithi076.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-27T02:30:07.905 INFO:teuthology.orchestra.run.smithi076.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-27T02:30:07.905 INFO:teuthology.orchestra.run.smithi076.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-27T02:30:07.905 INFO:teuthology.orchestra.run.smithi076.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-27T02:30:07.905 INFO:teuthology.orchestra.run.smithi076.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-27T02:30:07.955 INFO:teuthology.orchestra.run.smithi161.stdout:The following NEW packages will be installed: 2024-04-27T02:30:07.955 INFO:teuthology.orchestra.run.smithi161.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-27T02:30:07.955 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-27T02:30:07.955 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-27T02:30:07.955 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-27T02:30:07.955 INFO:teuthology.orchestra.run.smithi161.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-27T02:30:07.955 INFO:teuthology.orchestra.run.smithi161.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-27T02:30:07.957 INFO:teuthology.orchestra.run.smithi161.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-27T02:30:07.957 INFO:teuthology.orchestra.run.smithi161.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-27T02:30:07.957 INFO:teuthology.orchestra.run.smithi161.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-27T02:30:07.957 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-27T02:30:07.957 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-27T02:30:07.957 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-27T02:30:07.957 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-27T02:30:07.957 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-27T02:30:07.957 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-27T02:30:07.957 INFO:teuthology.orchestra.run.smithi161.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-27T02:30:07.958 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-27T02:30:07.958 INFO:teuthology.orchestra.run.smithi161.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-27T02:30:07.958 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-27T02:30:07.958 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-27T02:30:07.958 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-27T02:30:07.958 INFO:teuthology.orchestra.run.smithi161.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-27T02:30:07.958 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-27T02:30:07.958 INFO:teuthology.orchestra.run.smithi161.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-27T02:30:07.958 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-27T02:30:07.958 INFO:teuthology.orchestra.run.smithi161.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-27T02:30:08.000 INFO:teuthology.orchestra.run.smithi115.stdout:The following NEW packages will be installed: 2024-04-27T02:30:08.000 INFO:teuthology.orchestra.run.smithi115.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-27T02:30:08.000 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-27T02:30:08.000 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-27T02:30:08.000 INFO:teuthology.orchestra.run.smithi115.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-27T02:30:08.000 INFO:teuthology.orchestra.run.smithi115.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-27T02:30:08.000 INFO:teuthology.orchestra.run.smithi115.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-27T02:30:08.001 INFO:teuthology.orchestra.run.smithi115.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-27T02:30:08.001 INFO:teuthology.orchestra.run.smithi115.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-27T02:30:08.001 INFO:teuthology.orchestra.run.smithi115.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-27T02:30:08.001 INFO:teuthology.orchestra.run.smithi115.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-27T02:30:08.002 INFO:teuthology.orchestra.run.smithi115.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-27T02:30:08.003 INFO:teuthology.orchestra.run.smithi115.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-27T02:30:08.012 INFO:teuthology.orchestra.run.smithi076.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-27T02:30:08.012 INFO:teuthology.orchestra.run.smithi076.stdout:Need to get 179 MB of archives. 2024-04-27T02:30:08.012 INFO:teuthology.orchestra.run.smithi076.stdout:After this operation, 822 MB of additional disk space will be used. 2024-04-27T02:30:08.012 INFO:teuthology.orchestra.run.smithi076.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-27T02:30:08.110 INFO:teuthology.orchestra.run.smithi115.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-27T02:30:08.110 INFO:teuthology.orchestra.run.smithi115.stdout:Need to get 179 MB of archives. 2024-04-27T02:30:08.110 INFO:teuthology.orchestra.run.smithi115.stdout:After this operation, 822 MB of additional disk space will be used. 2024-04-27T02:30:08.110 INFO:teuthology.orchestra.run.smithi115.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-27T02:30:08.143 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2447-gb22e2ebd-1jammy [3,544 kB] 2024-04-27T02:30:08.146 INFO:teuthology.orchestra.run.smithi161.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-27T02:30:08.146 INFO:teuthology.orchestra.run.smithi161.stdout:Need to get 179 MB of archives. 2024-04-27T02:30:08.146 INFO:teuthology.orchestra.run.smithi161.stdout:After this operation, 822 MB of additional disk space will be used. 2024-04-27T02:30:08.146 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-27T02:30:08.225 INFO:teuthology.orchestra.run.smithi076.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2447-gb22e2ebd-1jammy [3,544 kB] 2024-04-27T02:30:08.228 INFO:teuthology.orchestra.run.smithi076.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-27T02:30:08.234 INFO:teuthology.orchestra.run.smithi076.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-27T02:30:08.275 INFO:teuthology.orchestra.run.smithi076.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-27T02:30:08.281 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2447-gb22e2ebd-1jammy [3,544 kB] 2024-04-27T02:30:08.320 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-27T02:30:08.328 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-27T02:30:08.359 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2447-gb22e2ebd-1jammy [3,218 kB] 2024-04-27T02:30:08.373 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-27T02:30:08.403 INFO:teuthology.orchestra.run.smithi076.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-27T02:30:08.408 INFO:teuthology.orchestra.run.smithi076.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-27T02:30:08.429 INFO:teuthology.orchestra.run.smithi076.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-27T02:30:08.435 INFO:teuthology.orchestra.run.smithi076.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-27T02:30:08.463 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2447-gb22e2ebd-1jammy [712 kB] 2024-04-27T02:30:08.494 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2447-gb22e2ebd-1jammy [356 kB] 2024-04-27T02:30:08.505 INFO:teuthology.orchestra.run.smithi115.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-27T02:30:08.505 INFO:teuthology.orchestra.run.smithi115.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2447-gb22e2ebd-1jammy [32.8 kB] 2024-04-27T02:30:08.506 INFO:teuthology.orchestra.run.smithi115.stdout:Get:11 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2447-gb22e2ebd-1jammy [180 kB] 2024-04-27T02:30:08.514 INFO:teuthology.orchestra.run.smithi115.stdout:Get:12 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2447-gb22e2ebd-1jammy [65.7 kB] 2024-04-27T02:30:08.514 INFO:teuthology.orchestra.run.smithi115.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-27T02:30:08.515 INFO:teuthology.orchestra.run.smithi115.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2447-gb22e2ebd-1jammy [330 kB] 2024-04-27T02:30:08.524 INFO:teuthology.orchestra.run.smithi115.stdout:Get:15 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2447-gb22e2ebd-1jammy [6,775 kB] 2024-04-27T02:30:08.528 INFO:teuthology.orchestra.run.smithi076.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-27T02:30:08.535 INFO:teuthology.orchestra.run.smithi115.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-27T02:30:08.541 INFO:teuthology.orchestra.run.smithi115.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-27T02:30:08.542 INFO:teuthology.orchestra.run.smithi115.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-27T02:30:08.543 INFO:teuthology.orchestra.run.smithi115.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-27T02:30:08.556 INFO:teuthology.orchestra.run.smithi115.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-27T02:30:08.559 INFO:teuthology.orchestra.run.smithi115.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-27T02:30:08.562 INFO:teuthology.orchestra.run.smithi115.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-27T02:30:08.564 INFO:teuthology.orchestra.run.smithi115.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-27T02:30:08.567 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-27T02:30:08.579 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-27T02:30:08.587 INFO:teuthology.orchestra.run.smithi076.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-27T02:30:08.601 INFO:teuthology.orchestra.run.smithi115.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-27T02:30:08.605 INFO:teuthology.orchestra.run.smithi115.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-27T02:30:08.608 INFO:teuthology.orchestra.run.smithi115.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-27T02:30:08.610 INFO:teuthology.orchestra.run.smithi115.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-27T02:30:08.611 INFO:teuthology.orchestra.run.smithi115.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-27T02:30:08.611 INFO:teuthology.orchestra.run.smithi115.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-04-27T02:30:08.640 INFO:teuthology.orchestra.run.smithi115.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-27T02:30:08.641 INFO:teuthology.orchestra.run.smithi115.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-27T02:30:08.641 INFO:teuthology.orchestra.run.smithi115.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-27T02:30:08.642 INFO:teuthology.orchestra.run.smithi115.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-27T02:30:08.661 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-27T02:30:08.661 INFO:teuthology.orchestra.run.smithi115.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-27T02:30:08.661 INFO:teuthology.orchestra.run.smithi115.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-27T02:30:08.662 INFO:teuthology.orchestra.run.smithi115.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-27T02:30:08.667 INFO:teuthology.orchestra.run.smithi115.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-27T02:30:08.668 INFO:teuthology.orchestra.run.smithi115.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-27T02:30:08.669 INFO:teuthology.orchestra.run.smithi115.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-27T02:30:08.681 INFO:teuthology.orchestra.run.smithi115.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-04-27T02:30:08.684 INFO:teuthology.orchestra.run.smithi115.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-27T02:30:08.684 INFO:teuthology.orchestra.run.smithi115.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-27T02:30:08.684 INFO:teuthology.orchestra.run.smithi115.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-27T02:30:08.702 INFO:teuthology.orchestra.run.smithi115.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-27T02:30:08.703 INFO:teuthology.orchestra.run.smithi115.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-27T02:30:08.704 INFO:teuthology.orchestra.run.smithi115.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-27T02:30:08.714 INFO:teuthology.orchestra.run.smithi115.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-27T02:30:08.714 INFO:teuthology.orchestra.run.smithi115.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-27T02:30:08.715 INFO:teuthology.orchestra.run.smithi115.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-27T02:30:08.722 INFO:teuthology.orchestra.run.smithi115.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-27T02:30:08.725 INFO:teuthology.orchestra.run.smithi115.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-27T02:30:08.728 INFO:teuthology.orchestra.run.smithi115.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-27T02:30:08.729 INFO:teuthology.orchestra.run.smithi115.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-27T02:30:08.743 INFO:teuthology.orchestra.run.smithi115.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-27T02:30:08.744 INFO:teuthology.orchestra.run.smithi076.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-27T02:30:08.744 INFO:teuthology.orchestra.run.smithi115.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-27T02:30:08.749 INFO:teuthology.orchestra.run.smithi115.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-27T02:30:08.750 INFO:teuthology.orchestra.run.smithi115.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-27T02:30:08.751 INFO:teuthology.orchestra.run.smithi115.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-27T02:30:08.754 INFO:teuthology.orchestra.run.smithi076.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-27T02:30:08.755 INFO:teuthology.orchestra.run.smithi115.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-27T02:30:08.761 INFO:teuthology.orchestra.run.smithi076.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-27T02:30:08.765 INFO:teuthology.orchestra.run.smithi076.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-27T02:30:08.766 INFO:teuthology.orchestra.run.smithi076.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-27T02:30:08.774 INFO:teuthology.orchestra.run.smithi076.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-27T02:30:08.774 INFO:teuthology.orchestra.run.smithi115.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2447-gb22e2ebd-1jammy [112 kB] 2024-04-27T02:30:08.777 INFO:teuthology.orchestra.run.smithi115.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2447-gb22e2ebd-1jammy [466 kB] 2024-04-27T02:30:08.780 INFO:teuthology.orchestra.run.smithi076.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-27T02:30:08.785 INFO:teuthology.orchestra.run.smithi076.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-27T02:30:08.786 INFO:teuthology.orchestra.run.smithi076.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-27T02:30:08.787 INFO:teuthology.orchestra.run.smithi076.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-27T02:30:08.799 INFO:teuthology.orchestra.run.smithi115.stdout:Get:62 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2447-gb22e2ebd-1jammy [25.6 MB] 2024-04-27T02:30:08.800 INFO:teuthology.orchestra.run.smithi076.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-27T02:30:08.801 INFO:teuthology.orchestra.run.smithi076.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-27T02:30:08.801 INFO:teuthology.orchestra.run.smithi076.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-27T02:30:08.802 INFO:teuthology.orchestra.run.smithi076.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-27T02:30:08.824 INFO:teuthology.orchestra.run.smithi115.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-27T02:30:08.825 INFO:teuthology.orchestra.run.smithi115.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-27T02:30:08.826 INFO:teuthology.orchestra.run.smithi115.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-27T02:30:08.827 INFO:teuthology.orchestra.run.smithi115.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-27T02:30:08.827 INFO:teuthology.orchestra.run.smithi115.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-27T02:30:08.828 INFO:teuthology.orchestra.run.smithi076.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-27T02:30:08.829 INFO:teuthology.orchestra.run.smithi076.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-27T02:30:08.829 INFO:teuthology.orchestra.run.smithi076.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-27T02:30:08.835 INFO:teuthology.orchestra.run.smithi076.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-27T02:30:08.836 INFO:teuthology.orchestra.run.smithi076.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-27T02:30:08.837 INFO:teuthology.orchestra.run.smithi076.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-27T02:30:08.844 INFO:teuthology.orchestra.run.smithi115.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-27T02:30:08.846 INFO:teuthology.orchestra.run.smithi115.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-27T02:30:08.847 INFO:teuthology.orchestra.run.smithi115.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-27T02:30:08.863 INFO:teuthology.orchestra.run.smithi076.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-27T02:30:08.864 INFO:teuthology.orchestra.run.smithi076.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-27T02:30:08.865 INFO:teuthology.orchestra.run.smithi076.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-27T02:30:08.866 INFO:teuthology.orchestra.run.smithi076.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-27T02:30:08.874 INFO:teuthology.orchestra.run.smithi115.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-27T02:30:08.874 INFO:teuthology.orchestra.run.smithi115.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-27T02:30:08.885 INFO:teuthology.orchestra.run.smithi115.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-27T02:30:08.886 INFO:teuthology.orchestra.run.smithi115.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-27T02:30:08.886 INFO:teuthology.orchestra.run.smithi115.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-27T02:30:08.887 INFO:teuthology.orchestra.run.smithi115.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-04-27T02:30:08.887 INFO:teuthology.orchestra.run.smithi115.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-27T02:30:08.888 INFO:teuthology.orchestra.run.smithi076.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-27T02:30:08.888 INFO:teuthology.orchestra.run.smithi115.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-27T02:30:08.890 INFO:teuthology.orchestra.run.smithi076.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-27T02:30:08.890 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-27T02:30:08.890 INFO:teuthology.orchestra.run.smithi076.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-27T02:30:08.895 INFO:teuthology.orchestra.run.smithi115.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-27T02:30:08.902 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-27T02:30:08.903 INFO:teuthology.orchestra.run.smithi076.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-27T02:30:08.903 INFO:teuthology.orchestra.run.smithi076.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-27T02:30:08.904 INFO:teuthology.orchestra.run.smithi076.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-27T02:30:08.917 INFO:teuthology.orchestra.run.smithi115.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-27T02:30:08.919 INFO:teuthology.orchestra.run.smithi115.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-27T02:30:08.920 INFO:teuthology.orchestra.run.smithi115.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-27T02:30:08.921 INFO:teuthology.orchestra.run.smithi076.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-27T02:30:08.925 INFO:teuthology.orchestra.run.smithi076.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-27T02:30:08.927 INFO:teuthology.orchestra.run.smithi076.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-27T02:30:08.929 INFO:teuthology.orchestra.run.smithi076.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-27T02:30:08.932 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-27T02:30:08.941 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-27T02:30:08.942 INFO:teuthology.orchestra.run.smithi161.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-27T02:30:08.943 INFO:teuthology.orchestra.run.smithi161.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-27T02:30:08.950 INFO:teuthology.orchestra.run.smithi115.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-27T02:30:08.954 INFO:teuthology.orchestra.run.smithi115.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-27T02:30:08.956 INFO:teuthology.orchestra.run.smithi115.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-27T02:30:08.956 INFO:teuthology.orchestra.run.smithi076.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-27T02:30:08.957 INFO:teuthology.orchestra.run.smithi115.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-27T02:30:08.958 INFO:teuthology.orchestra.run.smithi076.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-27T02:30:08.962 INFO:teuthology.orchestra.run.smithi161.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-27T02:30:08.962 INFO:teuthology.orchestra.run.smithi076.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-27T02:30:08.965 INFO:teuthology.orchestra.run.smithi076.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-27T02:30:08.967 INFO:teuthology.orchestra.run.smithi076.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-27T02:30:08.969 INFO:teuthology.orchestra.run.smithi115.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-27T02:30:08.971 INFO:teuthology.orchestra.run.smithi115.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-27T02:30:08.973 INFO:teuthology.orchestra.run.smithi076.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-27T02:30:08.982 INFO:teuthology.orchestra.run.smithi115.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-27T02:30:09.006 INFO:teuthology.orchestra.run.smithi115.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-27T02:30:09.008 INFO:teuthology.orchestra.run.smithi115.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-27T02:30:09.009 INFO:teuthology.orchestra.run.smithi115.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-27T02:30:09.060 INFO:teuthology.orchestra.run.smithi115.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-27T02:30:09.062 INFO:teuthology.orchestra.run.smithi115.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-27T02:30:09.079 INFO:teuthology.orchestra.run.smithi115.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-27T02:30:09.080 INFO:teuthology.orchestra.run.smithi115.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-27T02:30:09.081 INFO:teuthology.orchestra.run.smithi115.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-27T02:30:09.086 INFO:teuthology.orchestra.run.smithi115.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-27T02:30:09.088 INFO:teuthology.orchestra.run.smithi115.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-27T02:30:09.131 INFO:teuthology.orchestra.run.smithi161.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-27T02:30:09.173 INFO:teuthology.orchestra.run.smithi076.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-27T02:30:09.176 INFO:teuthology.orchestra.run.smithi076.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-27T02:30:09.179 INFO:teuthology.orchestra.run.smithi076.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-27T02:30:09.179 INFO:teuthology.orchestra.run.smithi076.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-27T02:30:09.182 INFO:teuthology.orchestra.run.smithi076.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-27T02:30:09.214 INFO:teuthology.orchestra.run.smithi076.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-27T02:30:09.217 INFO:teuthology.orchestra.run.smithi076.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-27T02:30:09.217 INFO:teuthology.orchestra.run.smithi076.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-27T02:30:09.240 INFO:teuthology.orchestra.run.smithi076.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-27T02:30:09.240 INFO:teuthology.orchestra.run.smithi076.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-27T02:30:09.241 INFO:teuthology.orchestra.run.smithi076.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-27T02:30:09.243 INFO:teuthology.orchestra.run.smithi076.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-27T02:30:09.244 INFO:teuthology.orchestra.run.smithi076.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-27T02:30:09.245 INFO:teuthology.orchestra.run.smithi076.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-27T02:30:09.254 INFO:teuthology.orchestra.run.smithi076.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-27T02:30:09.255 INFO:teuthology.orchestra.run.smithi076.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-27T02:30:09.262 INFO:teuthology.orchestra.run.smithi076.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-27T02:30:09.289 INFO:teuthology.orchestra.run.smithi076.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-27T02:30:09.292 INFO:teuthology.orchestra.run.smithi076.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-27T02:30:09.294 INFO:teuthology.orchestra.run.smithi076.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-27T02:30:09.305 INFO:teuthology.orchestra.run.smithi076.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-27T02:30:09.311 INFO:teuthology.orchestra.run.smithi076.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-27T02:30:09.314 INFO:teuthology.orchestra.run.smithi076.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-27T02:30:09.315 INFO:teuthology.orchestra.run.smithi076.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-27T02:30:09.337 INFO:teuthology.orchestra.run.smithi076.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-27T02:30:09.338 INFO:teuthology.orchestra.run.smithi076.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-27T02:30:09.345 INFO:teuthology.orchestra.run.smithi076.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-27T02:30:09.379 INFO:teuthology.orchestra.run.smithi076.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-27T02:30:09.380 INFO:teuthology.orchestra.run.smithi076.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-27T02:30:09.381 INFO:teuthology.orchestra.run.smithi076.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-27T02:30:09.384 INFO:teuthology.orchestra.run.smithi076.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-27T02:30:09.386 INFO:teuthology.orchestra.run.smithi076.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-27T02:30:09.402 INFO:teuthology.orchestra.run.smithi076.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-27T02:30:09.403 INFO:teuthology.orchestra.run.smithi076.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-27T02:30:09.424 INFO:teuthology.orchestra.run.smithi076.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-27T02:30:09.429 INFO:teuthology.orchestra.run.smithi076.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-27T02:30:09.430 INFO:teuthology.orchestra.run.smithi076.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-27T02:30:09.532 INFO:teuthology.orchestra.run.smithi161.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-27T02:30:09.566 INFO:teuthology.orchestra.run.smithi161.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-27T02:30:09.568 INFO:teuthology.orchestra.run.smithi161.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-27T02:30:09.648 INFO:teuthology.orchestra.run.smithi161.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-27T02:30:09.699 INFO:teuthology.orchestra.run.smithi161.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-27T02:30:09.723 INFO:teuthology.orchestra.run.smithi161.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-27T02:30:09.730 INFO:teuthology.orchestra.run.smithi161.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-27T02:30:09.732 INFO:teuthology.orchestra.run.smithi161.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-27T02:30:09.741 INFO:teuthology.orchestra.run.smithi161.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-27T02:30:09.747 INFO:teuthology.orchestra.run.smithi161.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-27T02:30:09.816 INFO:teuthology.orchestra.run.smithi115.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2447-gb22e2ebd-1jammy [5,084 kB] 2024-04-27T02:30:09.915 INFO:teuthology.orchestra.run.smithi161.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-27T02:30:09.920 INFO:teuthology.orchestra.run.smithi115.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2447-gb22e2ebd-1jammy [244 kB] 2024-04-27T02:30:09.929 INFO:teuthology.orchestra.run.smithi115.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2447-gb22e2ebd-1jammy [124 kB] 2024-04-27T02:30:09.933 INFO:teuthology.orchestra.run.smithi115.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2447-gb22e2ebd-1jammy [1,526 kB] 2024-04-27T02:30:09.993 INFO:teuthology.orchestra.run.smithi115.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2447-gb22e2ebd-1jammy [6,246 kB] 2024-04-27T02:30:09.998 INFO:teuthology.orchestra.run.smithi161.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-27T02:30:10.026 INFO:teuthology.orchestra.run.smithi161.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-27T02:30:10.043 INFO:teuthology.orchestra.run.smithi161.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-27T02:30:10.088 INFO:teuthology.orchestra.run.smithi161.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-27T02:30:10.130 INFO:teuthology.orchestra.run.smithi076.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2447-gb22e2ebd-1jammy [3,218 kB] 2024-04-27T02:30:10.226 INFO:teuthology.orchestra.run.smithi115.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2447-gb22e2ebd-1jammy [22.7 MB] 2024-04-27T02:30:10.298 INFO:teuthology.orchestra.run.smithi161.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-27T02:30:10.314 INFO:teuthology.orchestra.run.smithi161.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-27T02:30:10.321 INFO:teuthology.orchestra.run.smithi161.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-27T02:30:10.325 INFO:teuthology.orchestra.run.smithi161.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-27T02:30:10.347 INFO:teuthology.orchestra.run.smithi161.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-27T02:30:10.351 INFO:teuthology.orchestra.run.smithi161.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-27T02:30:10.516 INFO:teuthology.orchestra.run.smithi161.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-27T02:30:10.834 INFO:teuthology.orchestra.run.smithi161.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-27T02:30:10.873 INFO:teuthology.orchestra.run.smithi161.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-27T02:30:10.884 INFO:teuthology.orchestra.run.smithi161.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-27T02:30:10.963 INFO:teuthology.orchestra.run.smithi161.stdout:Get:39 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2447-gb22e2ebd-1jammy [3,218 kB] 2024-04-27T02:30:11.089 INFO:teuthology.orchestra.run.smithi161.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-27T02:30:11.090 INFO:teuthology.orchestra.run.smithi161.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-27T02:30:11.096 INFO:teuthology.orchestra.run.smithi161.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-27T02:30:11.101 INFO:teuthology.orchestra.run.smithi161.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-27T02:30:11.117 INFO:teuthology.orchestra.run.smithi161.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-27T02:30:11.138 INFO:teuthology.orchestra.run.smithi161.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-27T02:30:11.143 INFO:teuthology.orchestra.run.smithi161.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-27T02:30:11.187 INFO:teuthology.orchestra.run.smithi115.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2447-gb22e2ebd-1jammy [14.0 kB] 2024-04-27T02:30:11.188 INFO:teuthology.orchestra.run.smithi115.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2447-gb22e2ebd-1jammy [869 kB] 2024-04-27T02:30:11.204 INFO:teuthology.orchestra.run.smithi115.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2447-gb22e2ebd-1jammy [2,437 kB] 2024-04-27T02:30:11.246 INFO:teuthology.orchestra.run.smithi115.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2447-gb22e2ebd-1jammy [791 kB] 2024-04-27T02:30:11.255 INFO:teuthology.orchestra.run.smithi115.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2447-gb22e2ebd-1jammy [147 kB] 2024-04-27T02:30:11.257 INFO:teuthology.orchestra.run.smithi115.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2447-gb22e2ebd-1jammy [2,292 kB] 2024-04-27T02:30:11.318 INFO:teuthology.orchestra.run.smithi161.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-27T02:30:11.337 INFO:teuthology.orchestra.run.smithi115.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2447-gb22e2ebd-1jammy [8,625 kB] 2024-04-27T02:30:11.387 INFO:teuthology.orchestra.run.smithi076.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2447-gb22e2ebd-1jammy [712 kB] 2024-04-27T02:30:11.582 INFO:teuthology.orchestra.run.smithi161.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-27T02:30:11.665 INFO:teuthology.orchestra.run.smithi115.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2447-gb22e2ebd-1jammy [14.2 kB] 2024-04-27T02:30:11.665 INFO:teuthology.orchestra.run.smithi115.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2447-gb22e2ebd-1jammy [50.7 MB] 2024-04-27T02:30:11.675 INFO:teuthology.orchestra.run.smithi076.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2447-gb22e2ebd-1jammy [356 kB] 2024-04-27T02:30:11.760 INFO:teuthology.orchestra.run.smithi161.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-27T02:30:11.774 INFO:teuthology.orchestra.run.smithi161.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-27T02:30:11.793 INFO:teuthology.orchestra.run.smithi161.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-27T02:30:11.826 INFO:teuthology.orchestra.run.smithi076.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2447-gb22e2ebd-1jammy [32.8 kB] 2024-04-27T02:30:11.837 INFO:teuthology.orchestra.run.smithi076.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2447-gb22e2ebd-1jammy [180 kB] 2024-04-27T02:30:11.858 INFO:teuthology.orchestra.run.smithi161.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-27T02:30:11.913 INFO:teuthology.orchestra.run.smithi076.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2447-gb22e2ebd-1jammy [65.7 kB] 2024-04-27T02:30:11.942 INFO:teuthology.orchestra.run.smithi076.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2447-gb22e2ebd-1jammy [330 kB] 2024-04-27T02:30:12.081 INFO:teuthology.orchestra.run.smithi076.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2447-gb22e2ebd-1jammy [6,775 kB] 2024-04-27T02:30:12.147 INFO:teuthology.orchestra.run.smithi161.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-27T02:30:12.149 INFO:teuthology.orchestra.run.smithi161.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-27T02:30:12.151 INFO:teuthology.orchestra.run.smithi161.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-27T02:30:12.152 INFO:teuthology.orchestra.run.smithi161.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-27T02:30:12.154 INFO:teuthology.orchestra.run.smithi161.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-27T02:30:12.371 INFO:teuthology.orchestra.run.smithi161.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-27T02:30:12.802 INFO:teuthology.orchestra.run.smithi161.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-27T02:30:12.808 INFO:teuthology.orchestra.run.smithi161.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-27T02:30:12.897 INFO:teuthology.orchestra.run.smithi161.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2447-gb22e2ebd-1jammy [712 kB] 2024-04-27T02:30:13.098 INFO:teuthology.orchestra.run.smithi161.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-27T02:30:13.098 INFO:teuthology.orchestra.run.smithi161.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-27T02:30:13.101 INFO:teuthology.orchestra.run.smithi161.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-27T02:30:13.102 INFO:teuthology.orchestra.run.smithi161.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-27T02:30:13.104 INFO:teuthology.orchestra.run.smithi161.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-27T02:30:13.106 INFO:teuthology.orchestra.run.smithi161.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-27T02:30:13.107 INFO:teuthology.orchestra.run.smithi161.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-27T02:30:13.108 INFO:teuthology.orchestra.run.smithi161.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-27T02:30:13.291 INFO:teuthology.orchestra.run.smithi161.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-27T02:30:13.345 INFO:teuthology.orchestra.run.smithi161.stdout:Get:71 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2447-gb22e2ebd-1jammy [356 kB] 2024-04-27T02:30:13.562 INFO:teuthology.orchestra.run.smithi161.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2447-gb22e2ebd-1jammy [32.8 kB] 2024-04-27T02:30:13.609 INFO:teuthology.orchestra.run.smithi161.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2447-gb22e2ebd-1jammy [180 kB] 2024-04-27T02:30:13.700 INFO:teuthology.orchestra.run.smithi161.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2447-gb22e2ebd-1jammy [65.7 kB] 2024-04-27T02:30:13.703 INFO:teuthology.orchestra.run.smithi161.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-27T02:30:13.725 INFO:teuthology.orchestra.run.smithi161.stdout:Get:76 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2447-gb22e2ebd-1jammy [330 kB] 2024-04-27T02:30:13.748 INFO:teuthology.orchestra.run.smithi161.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-27T02:30:13.785 INFO:teuthology.orchestra.run.smithi161.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-27T02:30:13.812 INFO:teuthology.orchestra.run.smithi161.stdout:Get:79 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2447-gb22e2ebd-1jammy [6,775 kB] 2024-04-27T02:30:13.833 INFO:teuthology.orchestra.run.smithi115.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2447-gb22e2ebd-1jammy [121 kB] 2024-04-27T02:30:13.835 INFO:teuthology.orchestra.run.smithi115.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2447-gb22e2ebd-1jammy [38.9 kB] 2024-04-27T02:30:13.836 INFO:teuthology.orchestra.run.smithi115.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2447-gb22e2ebd-1jammy [13.4 MB] 2024-04-27T02:30:13.881 INFO:teuthology.orchestra.run.smithi161.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-27T02:30:13.921 INFO:teuthology.orchestra.run.smithi161.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-27T02:30:13.932 INFO:teuthology.orchestra.run.smithi161.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-27T02:30:13.938 INFO:teuthology.orchestra.run.smithi161.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-27T02:30:13.985 INFO:teuthology.orchestra.run.smithi161.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-27T02:30:13.988 INFO:teuthology.orchestra.run.smithi161.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-27T02:30:14.009 INFO:teuthology.orchestra.run.smithi161.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-27T02:30:14.174 INFO:teuthology.orchestra.run.smithi161.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-27T02:30:14.214 INFO:teuthology.orchestra.run.smithi115.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2447-gb22e2ebd-1jammy [91.2 kB] 2024-04-27T02:30:14.401 INFO:teuthology.orchestra.run.smithi076.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2447-gb22e2ebd-1jammy [112 kB] 2024-04-27T02:30:14.415 INFO:teuthology.orchestra.run.smithi076.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2447-gb22e2ebd-1jammy [466 kB] 2024-04-27T02:30:14.440 INFO:teuthology.orchestra.run.smithi161.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-27T02:30:14.458 INFO:teuthology.orchestra.run.smithi161.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-27T02:30:14.494 INFO:teuthology.orchestra.run.smithi076.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2447-gb22e2ebd-1jammy [25.6 MB] 2024-04-27T02:30:14.610 INFO:teuthology.orchestra.run.smithi161.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-27T02:30:14.639 INFO:teuthology.orchestra.run.smithi161.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-27T02:30:14.773 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 179 MB in 6s (28.9 MB/s) 2024-04-27T02:30:14.796 INFO:teuthology.orchestra.run.smithi161.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-27T02:30:14.798 INFO:teuthology.orchestra.run.smithi161.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-27T02:30:14.800 INFO:teuthology.orchestra.run.smithi161.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-27T02:30:14.823 INFO:teuthology.orchestra.run.smithi161.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-27T02:30:14.828 INFO:teuthology.orchestra.run.smithi161.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-27T02:30:14.930 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-27T02:30:15.030 INFO:teuthology.orchestra.run.smithi115.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 ... 165995 files and directories currently installed.) 2024-04-27T02:30:15.036 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-27T02:30:15.120 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-27T02:30:15.457 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-27T02:30:15.484 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-27T02:30:15.523 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-27T02:30:15.598 INFO:teuthology.orchestra.run.smithi161.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2447-gb22e2ebd-1jammy [112 kB] 2024-04-27T02:30:15.637 INFO:teuthology.orchestra.run.smithi161.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2447-gb22e2ebd-1jammy [466 kB] 2024-04-27T02:30:15.743 INFO:teuthology.orchestra.run.smithi161.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2447-gb22e2ebd-1jammy [25.6 MB] 2024-04-27T02:30:15.860 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-27T02:30:15.887 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-27T02:30:15.918 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-27T02:30:16.347 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-27T02:30:16.373 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-27T02:30:16.422 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:30:16.767 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-27T02:30:16.793 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-27T02:30:16.833 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:30:17.128 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-27T02:30:17.154 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-27T02:30:17.186 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:30:17.540 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-27T02:30:17.566 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-27T02:30:17.606 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-27T02:30:17.934 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librados2. 2024-04-27T02:30:17.961 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../007-librados2_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:18.001 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librados2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:18.428 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librbd1. 2024-04-27T02:30:18.443 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../008-librbd1_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:18.478 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librbd1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:18.663 INFO:teuthology.orchestra.run.smithi076.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2447-gb22e2ebd-1jammy [5,084 kB] 2024-04-27T02:30:18.915 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libcephfs2. 2024-04-27T02:30:18.941 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:18.981 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libcephfs2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:19.274 INFO:teuthology.orchestra.run.smithi076.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2447-gb22e2ebd-1jammy [244 kB] 2024-04-27T02:30:19.275 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rados. 2024-04-27T02:30:19.300 INFO:teuthology.orchestra.run.smithi076.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2447-gb22e2ebd-1jammy [124 kB] 2024-04-27T02:30:19.302 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:19.312 INFO:teuthology.orchestra.run.smithi076.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2447-gb22e2ebd-1jammy [1,526 kB] 2024-04-27T02:30:19.342 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rados (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:19.498 INFO:teuthology.orchestra.run.smithi076.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2447-gb22e2ebd-1jammy [6,246 kB] 2024-04-27T02:30:19.695 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-27T02:30:19.722 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:19.761 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-ceph-argparse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:19.981 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cephfs. 2024-04-27T02:30:19.996 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:20.030 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cephfs (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:20.241 INFO:teuthology.orchestra.run.smithi076.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2447-gb22e2ebd-1jammy [22.7 MB] 2024-04-27T02:30:20.285 INFO:teuthology.orchestra.run.smithi161.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2447-gb22e2ebd-1jammy [5,084 kB] 2024-04-27T02:30:20.359 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-27T02:30:20.385 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:20.425 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:20.745 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-27T02:30:20.772 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-27T02:30:20.811 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-27T02:30:20.845 INFO:teuthology.orchestra.run.smithi161.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2447-gb22e2ebd-1jammy [244 kB] 2024-04-27T02:30:20.879 INFO:teuthology.orchestra.run.smithi161.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2447-gb22e2ebd-1jammy [124 kB] 2024-04-27T02:30:20.884 INFO:teuthology.orchestra.run.smithi161.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2447-gb22e2ebd-1jammy [1,526 kB] 2024-04-27T02:30:21.037 INFO:teuthology.orchestra.run.smithi161.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2447-gb22e2ebd-1jammy [6,246 kB] 2024-04-27T02:30:21.131 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-prettytable. 2024-04-27T02:30:21.157 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-27T02:30:21.198 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-27T02:30:21.442 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rbd. 2024-04-27T02:30:21.458 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:21.500 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rbd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:21.641 INFO:teuthology.orchestra.run.smithi161.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2447-gb22e2ebd-1jammy [22.7 MB] 2024-04-27T02:30:21.795 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-27T02:30:21.822 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-27T02:30:21.853 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-27T02:30:22.130 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-27T02:30:22.146 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-27T02:30:22.189 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-27T02:30:22.384 INFO:teuthology.orchestra.run.smithi076.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2447-gb22e2ebd-1jammy [14.0 kB] 2024-04-27T02:30:22.385 INFO:teuthology.orchestra.run.smithi076.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2447-gb22e2ebd-1jammy [869 kB] 2024-04-27T02:30:22.402 INFO:teuthology.orchestra.run.smithi076.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2447-gb22e2ebd-1jammy [2,437 kB] 2024-04-27T02:30:22.509 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-27T02:30:22.535 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-27T02:30:22.571 INFO:teuthology.orchestra.run.smithi076.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2447-gb22e2ebd-1jammy [791 kB] 2024-04-27T02:30:22.575 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-27T02:30:22.612 INFO:teuthology.orchestra.run.smithi076.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2447-gb22e2ebd-1jammy [147 kB] 2024-04-27T02:30:22.636 INFO:teuthology.orchestra.run.smithi076.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2447-gb22e2ebd-1jammy [2,292 kB] 2024-04-27T02:30:22.814 INFO:teuthology.orchestra.run.smithi076.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2447-gb22e2ebd-1jammy [8,625 kB] 2024-04-27T02:30:22.878 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua5.1. 2024-04-27T02:30:22.894 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-27T02:30:22.928 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-27T02:30:23.248 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-any. 2024-04-27T02:30:23.275 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-27T02:30:23.315 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-27T02:30:23.376 INFO:teuthology.orchestra.run.smithi076.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2447-gb22e2ebd-1jammy [14.2 kB] 2024-04-27T02:30:23.377 INFO:teuthology.orchestra.run.smithi076.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2447-gb22e2ebd-1jammy [50.7 MB] 2024-04-27T02:30:23.458 INFO:teuthology.orchestra.run.smithi161.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2447-gb22e2ebd-1jammy [14.0 kB] 2024-04-27T02:30:23.459 INFO:teuthology.orchestra.run.smithi161.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2447-gb22e2ebd-1jammy [869 kB] 2024-04-27T02:30:23.475 INFO:teuthology.orchestra.run.smithi161.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2447-gb22e2ebd-1jammy [2,437 kB] 2024-04-27T02:30:23.567 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package zip. 2024-04-27T02:30:23.583 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-27T02:30:23.594 INFO:teuthology.orchestra.run.smithi161.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2447-gb22e2ebd-1jammy [791 kB] 2024-04-27T02:30:23.626 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking zip (3.0-12build2) ... 2024-04-27T02:30:23.641 INFO:teuthology.orchestra.run.smithi161.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2447-gb22e2ebd-1jammy [147 kB] 2024-04-27T02:30:23.664 INFO:teuthology.orchestra.run.smithi161.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2447-gb22e2ebd-1jammy [2,292 kB] 2024-04-27T02:30:23.809 INFO:teuthology.orchestra.run.smithi161.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2447-gb22e2ebd-1jammy [8,625 kB] 2024-04-27T02:30:23.895 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package unzip. 2024-04-27T02:30:23.911 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-27T02:30:23.945 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-27T02:30:24.274 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package luarocks. 2024-04-27T02:30:24.287 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-27T02:30:24.324 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-27T02:30:24.375 INFO:teuthology.orchestra.run.smithi161.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2447-gb22e2ebd-1jammy [14.2 kB] 2024-04-27T02:30:24.375 INFO:teuthology.orchestra.run.smithi161.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2447-gb22e2ebd-1jammy [50.7 MB] 2024-04-27T02:30:24.932 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librgw2. 2024-04-27T02:30:24.959 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../025-librgw2_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:24.998 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librgw2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:25.551 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rgw. 2024-04-27T02:30:25.567 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:25.610 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:25.946 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-27T02:30:25.972 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-27T02:30:26.012 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-27T02:30:26.290 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libradosstriper1. 2024-04-27T02:30:26.306 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:26.340 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libradosstriper1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:26.811 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-common. 2024-04-27T02:30:26.837 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:26.877 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:27.047 INFO:teuthology.orchestra.run.smithi076.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2447-gb22e2ebd-1jammy [121 kB] 2024-04-27T02:30:27.049 INFO:teuthology.orchestra.run.smithi076.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2447-gb22e2ebd-1jammy [38.9 kB] 2024-04-27T02:30:27.050 INFO:teuthology.orchestra.run.smithi076.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2447-gb22e2ebd-1jammy [13.4 MB] 2024-04-27T02:30:27.787 INFO:teuthology.orchestra.run.smithi076.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2447-gb22e2ebd-1jammy [91.2 kB] 2024-04-27T02:30:27.803 INFO:teuthology.orchestra.run.smithi161.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2447-gb22e2ebd-1jammy [121 kB] 2024-04-27T02:30:27.805 INFO:teuthology.orchestra.run.smithi161.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2447-gb22e2ebd-1jammy [38.9 kB] 2024-04-27T02:30:27.806 INFO:teuthology.orchestra.run.smithi161.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2447-gb22e2ebd-1jammy [13.4 MB] 2024-04-27T02:30:28.153 INFO:teuthology.orchestra.run.smithi161.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2447-gb22e2ebd-1jammy [91.2 kB] 2024-04-27T02:30:28.332 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-base. 2024-04-27T02:30:28.336 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 179 MB in 20s (9,031 kB/s) 2024-04-27T02:30:28.359 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:28.408 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-base (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:28.495 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-27T02:30:28.595 INFO:teuthology.orchestra.run.smithi076.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 ... 165995 files and directories currently installed.) 2024-04-27T02:30:28.600 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-27T02:30:28.677 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-27T02:30:28.705 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 179 MB in 20s (8,890 kB/s) 2024-04-27T02:30:28.867 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-27T02:30:28.966 INFO:teuthology.orchestra.run.smithi161.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 ... 165995 files and directories currently installed.) 2024-04-27T02:30:28.971 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-27T02:30:28.978 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-27T02:30:28.993 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-27T02:30:28.997 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-27T02:30:29.023 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-27T02:30:29.028 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-27T02:30:29.041 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-27T02:30:29.064 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-27T02:30:29.306 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cheroot. 2024-04-27T02:30:29.333 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-27T02:30:29.336 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-27T02:30:29.363 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-27T02:30:29.372 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-27T02:30:29.394 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-27T02:30:29.400 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-27T02:30:29.427 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-27T02:30:29.467 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-27T02:30:29.701 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-27T02:30:29.727 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-27T02:30:29.767 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-27T02:30:29.846 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-27T02:30:29.872 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-27T02:30:29.921 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:30:29.922 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-27T02:30:29.949 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-27T02:30:29.988 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-27T02:30:30.087 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-27T02:30:30.102 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-27T02:30:30.145 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-27T02:30:30.425 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-27T02:30:30.431 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-27T02:30:30.452 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-27T02:30:30.455 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-27T02:30:30.489 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-27T02:30:30.508 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-27T02:30:30.525 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:30:30.534 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-27T02:30:30.574 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:30:30.793 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-tempora. 2024-04-27T02:30:30.819 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-27T02:30:30.859 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-27T02:30:30.895 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-27T02:30:30.895 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-27T02:30:30.921 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-27T02:30:30.922 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-27T02:30:30.953 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:30:30.953 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:30:31.162 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-portend. 2024-04-27T02:30:31.188 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-27T02:30:31.228 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-27T02:30:31.290 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-27T02:30:31.298 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-27T02:30:31.316 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-27T02:30:31.324 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-27T02:30:31.356 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-27T02:30:31.364 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:30:31.506 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-27T02:30:31.532 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-27T02:30:31.564 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-27T02:30:31.652 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package librados2. 2024-04-27T02:30:31.678 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../007-librados2_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:31.718 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librados2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:31.734 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-27T02:30:31.760 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-27T02:30:31.800 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-27T02:30:31.844 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-27T02:30:31.871 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-27T02:30:31.911 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-27T02:30:32.095 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librados2. 2024-04-27T02:30:32.121 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../007-librados2_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:32.153 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librados2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:32.154 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package librbd1. 2024-04-27T02:30:32.180 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../008-librbd1_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:32.221 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librbd1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:32.257 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-natsort. 2024-04-27T02:30:32.283 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-27T02:30:32.322 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-27T02:30:32.572 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librbd1. 2024-04-27T02:30:32.599 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../008-librbd1_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:32.600 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-logutils. 2024-04-27T02:30:32.627 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-27T02:30:32.633 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libcephfs2. 2024-04-27T02:30:32.641 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librbd1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:32.659 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-27T02:30:32.659 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:32.724 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libcephfs2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:32.928 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-27T02:30:32.955 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-27T02:30:32.995 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-27T02:30:33.002 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rados. 2024-04-27T02:30:33.017 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:33.060 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rados (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:33.083 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libcephfs2. 2024-04-27T02:30:33.110 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:33.150 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libcephfs2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:33.298 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-mako. 2024-04-27T02:30:33.324 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-27T02:30:33.364 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-27T02:30:33.389 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-27T02:30:33.414 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:33.435 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rados. 2024-04-27T02:30:33.451 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:33.455 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-ceph-argparse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:33.494 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rados (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:33.675 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cephfs. 2024-04-27T02:30:33.690 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:33.700 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-27T02:30:33.725 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cephfs (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:33.727 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-27T02:30:33.780 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-27T02:30:33.783 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-27T02:30:33.806 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:33.838 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-ceph-argparse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:34.036 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-27T02:30:34.037 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-27T02:30:34.040 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cephfs. 2024-04-27T02:30:34.062 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:34.063 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:34.063 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-27T02:30:34.095 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-27T02:30:34.098 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cephfs (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:34.103 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:34.397 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-webob. 2024-04-27T02:30:34.423 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-27T02:30:34.424 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-27T02:30:34.426 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-27T02:30:34.449 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-27T02:30:34.453 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:34.464 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-27T02:30:34.489 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-27T02:30:34.492 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:34.793 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-prettytable. 2024-04-27T02:30:34.817 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-waitress. 2024-04-27T02:30:34.819 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-27T02:30:34.829 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-27T02:30:34.843 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-27T02:30:34.856 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-27T02:30:34.859 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-27T02:30:34.896 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-27T02:30:34.903 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-27T02:30:35.098 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rbd. 2024-04-27T02:30:35.122 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:35.162 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rbd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:35.198 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-prettytable. 2024-04-27T02:30:35.211 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-tempita. 2024-04-27T02:30:35.225 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-27T02:30:35.238 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-27T02:30:35.257 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-27T02:30:35.278 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-27T02:30:35.501 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rbd. 2024-04-27T02:30:35.527 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:35.556 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-paste. 2024-04-27T02:30:35.567 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rbd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:35.582 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-27T02:30:35.616 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-27T02:30:35.622 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-27T02:30:35.643 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-27T02:30:35.683 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-27T02:30:35.920 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-27T02:30:35.942 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-27T02:30:35.947 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-27T02:30:35.957 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-27T02:30:35.960 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-27T02:30:35.975 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-27T02:30:35.986 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-27T02:30:36.000 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-27T02:30:36.018 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-27T02:30:36.247 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-27T02:30:36.263 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-27T02:30:36.286 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-27T02:30:36.305 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-27T02:30:36.306 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-27T02:30:36.313 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-27T02:30:36.322 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-27T02:30:36.352 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-27T02:30:36.355 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-27T02:30:36.583 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-27T02:30:36.599 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-27T02:30:36.614 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-webtest. 2024-04-27T02:30:36.633 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-27T02:30:36.641 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-27T02:30:36.672 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-27T02:30:36.684 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua5.1. 2024-04-27T02:30:36.710 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-27T02:30:36.751 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-27T02:30:36.941 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pecan. 2024-04-27T02:30:36.962 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua5.1. 2024-04-27T02:30:36.968 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-27T02:30:36.988 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-27T02:30:37.008 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-27T02:30:37.028 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-27T02:30:37.096 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua-any. 2024-04-27T02:30:37.122 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-27T02:30:37.162 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-27T02:30:37.339 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua-any. 2024-04-27T02:30:37.366 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-27T02:30:37.374 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package zip. 2024-04-27T02:30:37.388 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-certifi. 2024-04-27T02:30:37.389 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-27T02:30:37.406 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-27T02:30:37.415 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-27T02:30:37.432 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking zip (3.0-12build2) ... 2024-04-27T02:30:37.454 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-27T02:30:37.650 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package zip. 2024-04-27T02:30:37.676 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-27T02:30:37.716 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking zip (3.0-12build2) ... 2024-04-27T02:30:37.752 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package unzip. 2024-04-27T02:30:37.773 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-idna. 2024-04-27T02:30:37.778 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-27T02:30:37.800 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-27T02:30:37.819 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-27T02:30:37.840 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-27T02:30:37.995 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package unzip. 2024-04-27T02:30:38.010 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-27T02:30:38.044 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-27T02:30:38.151 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-urllib3. 2024-04-27T02:30:38.178 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-27T02:30:38.198 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package luarocks. 2024-04-27T02:30:38.224 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-27T02:30:38.226 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-27T02:30:38.265 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-27T02:30:38.473 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package luarocks. 2024-04-27T02:30:38.500 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-27T02:30:38.539 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-27T02:30:38.571 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-requests. 2024-04-27T02:30:38.598 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-27T02:30:38.637 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-27T02:30:38.657 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package librgw2. 2024-04-27T02:30:38.684 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../025-librgw2_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:38.723 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librgw2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:38.905 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librgw2. 2024-04-27T02:30:38.932 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../025-librgw2_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:38.948 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-27T02:30:38.972 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librgw2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:38.975 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-27T02:30:39.015 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-27T02:30:39.302 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rgw. 2024-04-27T02:30:39.310 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-27T02:30:39.326 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:39.328 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:39.368 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:39.368 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:39.499 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rgw. 2024-04-27T02:30:39.514 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:39.557 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:39.688 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-27T02:30:39.714 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-27T02:30:39.748 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-27T02:30:39.754 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-27T02:30:39.774 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:39.814 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:39.844 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-27T02:30:39.869 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-27T02:30:39.923 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-27T02:30:40.050 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libradosstriper1. 2024-04-27T02:30:40.075 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-27T02:30:40.076 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:40.102 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-27T02:30:40.116 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libradosstriper1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:40.133 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-27T02:30:40.421 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libradosstriper1. 2024-04-27T02:30:40.448 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:40.528 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-common. 2024-04-27T02:30:40.554 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:40.594 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:40.855 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libradosstriper1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:41.445 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-openssl. 2024-04-27T02:30:41.471 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-27T02:30:41.511 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-27T02:30:41.683 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-common. 2024-04-27T02:30:41.709 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:41.749 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:41.781 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr. 2024-04-27T02:30:41.807 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:41.848 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:42.242 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mon. 2024-04-27T02:30:42.269 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:42.309 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mon (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:42.726 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-base. 2024-04-27T02:30:42.753 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:42.801 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-base (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:42.954 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-osd. 2024-04-27T02:30:42.981 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:43.004 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-base. 2024-04-27T02:30:43.020 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-osd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:43.031 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:43.072 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-base (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:43.373 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-27T02:30:43.399 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-27T02:30:43.439 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-27T02:30:43.709 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-27T02:30:43.726 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cheroot. 2024-04-27T02:30:43.735 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-27T02:30:43.752 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-27T02:30:43.775 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-27T02:30:43.792 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-27T02:30:44.065 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph. 2024-04-27T02:30:44.078 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cheroot. 2024-04-27T02:30:44.080 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../066-ceph_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:44.104 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-27T02:30:44.112 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-27T02:30:44.114 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:44.139 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-27T02:30:44.144 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-27T02:30:44.179 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-27T02:30:44.417 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-fuse. 2024-04-27T02:30:44.444 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:44.481 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-27T02:30:44.482 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-27T02:30:44.484 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:44.507 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-27T02:30:44.508 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-27T02:30:44.547 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-27T02:30:44.548 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-27T02:30:44.808 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-27T02:30:44.827 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-27T02:30:44.831 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-27T02:30:44.842 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-27T02:30:44.866 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-27T02:30:44.870 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mds. 2024-04-27T02:30:44.877 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-27T02:30:44.897 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:44.937 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mds (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:45.169 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-27T02:30:45.195 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-27T02:30:45.197 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-tempora. 2024-04-27T02:30:45.223 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-27T02:30:45.236 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-27T02:30:45.263 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-27T02:30:45.298 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package cephadm. 2024-04-27T02:30:45.325 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../069-cephadm_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:45.364 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:45.522 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-tempora. 2024-04-27T02:30:45.548 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-27T02:30:45.567 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-portend. 2024-04-27T02:30:45.588 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-27T02:30:45.593 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-27T02:30:45.626 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-27T02:30:45.633 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-27T02:30:45.652 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-27T02:30:45.692 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-27T02:30:45.903 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-27T02:30:45.916 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-portend. 2024-04-27T02:30:45.930 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-27T02:30:45.942 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-27T02:30:45.961 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-27T02:30:45.982 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-27T02:30:46.011 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-27T02:30:46.027 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-27T02:30:46.070 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-27T02:30:46.210 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-27T02:30:46.236 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-27T02:30:46.265 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-27T02:30:46.277 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-27T02:30:46.291 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-27T02:30:46.331 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-27T02:30:46.580 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-27T02:30:46.606 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-27T02:30:46.646 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-27T02:30:46.677 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-natsort. 2024-04-27T02:30:46.704 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-27T02:30:46.744 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-27T02:30:47.000 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-natsort. 2024-04-27T02:30:47.026 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-27T02:30:47.041 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-babel. 2024-04-27T02:30:47.056 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-logutils. 2024-04-27T02:30:47.066 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-27T02:30:47.068 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-27T02:30:47.082 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-27T02:30:47.099 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-27T02:30:47.122 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-27T02:30:47.378 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-logutils. 2024-04-27T02:30:47.402 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jinja2. 2024-04-27T02:30:47.404 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-27T02:30:47.429 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-27T02:30:47.444 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-27T02:30:47.468 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-27T02:30:47.618 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-27T02:30:47.644 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-27T02:30:47.684 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-27T02:30:47.713 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-27T02:30:47.740 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-27T02:30:47.771 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-27T02:30:47.796 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-27T02:30:47.823 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:47.863 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:47.962 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-mako. 2024-04-27T02:30:47.989 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-27T02:30:48.028 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-27T02:30:48.033 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-mako. 2024-04-27T02:30:48.059 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-27T02:30:48.091 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-27T02:30:48.191 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-27T02:30:48.218 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-27T02:30:48.249 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-27T02:30:48.349 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-27T02:30:48.376 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-27T02:30:48.394 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-27T02:30:48.415 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-27T02:30:48.421 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-27T02:30:48.469 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-27T02:30:48.544 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-routes. 2024-04-27T02:30:48.570 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-27T02:30:48.610 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-27T02:30:48.727 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-27T02:30:48.742 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-27T02:30:48.755 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-27T02:30:48.782 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-27T02:30:48.785 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-27T02:30:48.821 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-27T02:30:48.922 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-27T02:30:48.948 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:48.988 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:49.055 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-webob. 2024-04-27T02:30:49.070 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-27T02:30:49.116 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-webob. 2024-04-27T02:30:49.121 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-27T02:30:49.143 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-27T02:30:49.182 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-27T02:30:49.459 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-waitress. 2024-04-27T02:30:49.485 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-27T02:30:49.528 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-27T02:30:49.535 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-waitress. 2024-04-27T02:30:49.562 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-27T02:30:49.604 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-27T02:30:49.837 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-tempita. 2024-04-27T02:30:49.864 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-27T02:30:49.895 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-27T02:30:49.930 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-tempita. 2024-04-27T02:30:49.957 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-27T02:30:49.996 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-27T02:30:50.165 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-paste. 2024-04-27T02:30:50.192 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-27T02:30:50.231 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-27T02:30:50.299 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-paste. 2024-04-27T02:30:50.326 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-27T02:30:50.343 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-27T02:30:50.365 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-27T02:30:50.370 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-27T02:30:50.409 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-27T02:30:50.519 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-27T02:30:50.534 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-27T02:30:50.568 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-27T02:30:50.685 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-27T02:30:50.700 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-27T02:30:50.743 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-27T02:30:50.872 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-27T02:30:50.899 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-27T02:30:50.929 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-joblib. 2024-04-27T02:30:50.938 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-27T02:30:50.956 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-27T02:30:50.996 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-27T02:30:51.004 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-27T02:30:51.020 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-27T02:30:51.054 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-27T02:30:51.208 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-webtest. 2024-04-27T02:30:51.235 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-27T02:30:51.267 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-27T02:30:51.324 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-webtest. 2024-04-27T02:30:51.351 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-27T02:30:51.357 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-27T02:30:51.384 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-27T02:30:51.390 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-27T02:30:51.424 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-27T02:30:51.553 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pecan. 2024-04-27T02:30:51.579 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-27T02:30:51.620 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-27T02:30:51.701 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pecan. 2024-04-27T02:30:51.728 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-27T02:30:51.760 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-sklearn. 2024-04-27T02:30:51.768 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-27T02:30:51.787 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-27T02:30:51.826 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-27T02:30:51.975 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-certifi. 2024-04-27T02:30:52.002 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-27T02:30:52.042 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-27T02:30:52.131 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-certifi. 2024-04-27T02:30:52.158 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-27T02:30:52.197 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-27T02:30:52.353 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-idna. 2024-04-27T02:30:52.380 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-27T02:30:52.420 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-27T02:30:52.501 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-27T02:30:52.525 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-idna. 2024-04-27T02:30:52.529 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:52.552 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-27T02:30:52.591 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-27T02:30:52.645 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:52.707 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-urllib3. 2024-04-27T02:30:52.733 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-27T02:30:52.773 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-27T02:30:52.880 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-urllib3. 2024-04-27T02:30:52.906 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-27T02:30:52.946 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-27T02:30:53.069 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-requests. 2024-04-27T02:30:53.096 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-27T02:30:53.135 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-27T02:30:53.249 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-requests. 2024-04-27T02:30:53.276 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-27T02:30:53.317 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-27T02:30:53.447 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-27T02:30:53.474 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-27T02:30:53.513 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-27T02:30:53.652 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-27T02:30:53.664 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cachetools. 2024-04-27T02:30:53.678 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-27T02:30:53.680 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-27T02:30:53.718 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-27T02:30:53.722 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-27T02:30:53.783 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-27T02:30:53.799 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:53.833 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:53.997 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-27T02:30:54.012 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:54.034 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-27T02:30:54.055 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:54.061 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-27T02:30:54.100 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-27T02:30:54.222 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-27T02:30:54.250 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:54.289 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:54.412 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-27T02:30:54.418 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-27T02:30:54.439 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-27T02:30:54.445 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:54.478 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-27T02:30:54.484 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:54.576 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-27T02:30:54.603 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-27T02:30:54.642 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-27T02:30:54.779 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-27T02:30:54.781 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rsa. 2024-04-27T02:30:54.805 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-27T02:30:54.808 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-27T02:30:54.846 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-27T02:30:54.848 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-27T02:30:54.945 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-openssl. 2024-04-27T02:30:54.972 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-27T02:30:55.012 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-27T02:30:55.126 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-google-auth. 2024-04-27T02:30:55.149 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-openssl. 2024-04-27T02:30:55.154 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-27T02:30:55.175 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-27T02:30:55.193 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-27T02:30:55.215 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-27T02:30:55.357 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr. 2024-04-27T02:30:55.384 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:55.423 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:55.802 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr. 2024-04-27T02:30:55.802 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mon. 2024-04-27T02:30:55.815 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-27T02:30:55.828 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:55.829 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:55.842 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-27T02:30:55.868 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:55.868 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mon (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:55.879 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-27T02:30:56.165 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-websocket. 2024-04-27T02:30:56.192 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-27T02:30:56.221 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mon. 2024-04-27T02:30:56.232 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-27T02:30:56.247 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:56.279 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mon (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:56.465 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-osd. 2024-04-27T02:30:56.492 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:56.531 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-osd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:56.536 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-27T02:30:56.563 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-27T02:30:56.593 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-27T02:30:56.908 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-osd. 2024-04-27T02:30:56.935 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:56.974 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-osd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:57.240 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-27T02:30:57.256 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:30:57.298 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:57.585 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph. 2024-04-27T02:30:57.601 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../066-ceph_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:57.635 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-27T02:30:57.643 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:57.662 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-27T02:30:57.701 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-27T02:30:57.971 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-27T02:30:57.998 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-27T02:30:58.029 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-27T02:30:58.044 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph. 2024-04-27T02:30:58.060 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../066-ceph_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:58.103 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:58.130 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-fuse. 2024-04-27T02:30:58.157 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:58.196 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:58.298 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package jq. 2024-04-27T02:30:58.314 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-27T02:30:58.356 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-27T02:30:58.380 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-fuse. 2024-04-27T02:30:58.407 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:58.439 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:58.575 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mds. 2024-04-27T02:30:58.601 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:58.617 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package socat. 2024-04-27T02:30:58.641 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mds (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:58.644 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-27T02:30:58.684 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-27T02:30:58.784 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mds. 2024-04-27T02:30:58.810 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:58.850 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mds (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:59.029 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package xmlstarlet. 2024-04-27T02:30:59.053 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package cephadm. 2024-04-27T02:30:59.056 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-27T02:30:59.080 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../069-cephadm_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:59.095 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-27T02:30:59.119 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:59.236 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package cephadm. 2024-04-27T02:30:59.263 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../069-cephadm_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:59.302 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:59.414 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-27T02:30:59.429 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-27T02:30:59.457 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-test. 2024-04-27T02:30:59.472 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-27T02:30:59.473 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:30:59.515 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-test (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:30:59.622 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-27T02:30:59.649 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-27T02:30:59.688 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-27T02:30:59.776 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-27T02:30:59.790 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-27T02:30:59.825 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-27T02:31:00.016 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-27T02:31:00.032 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-27T02:31:00.074 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-27T02:31:00.823 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-babel. 2024-04-27T02:31:00.850 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-27T02:31:00.889 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-27T02:31:01.138 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-babel. 2024-04-27T02:31:01.165 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-27T02:31:01.193 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jinja2. 2024-04-27T02:31:01.219 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-27T02:31:01.221 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-27T02:31:01.259 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-27T02:31:01.549 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jinja2. 2024-04-27T02:31:01.576 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-27T02:31:01.596 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-27T02:31:01.615 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-27T02:31:01.623 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:31:01.779 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:01.912 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-volume. 2024-04-27T02:31:01.939 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:31:01.978 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-volume (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:02.058 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-27T02:31:02.073 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-27T02:31:02.116 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-27T02:31:02.227 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-27T02:31:02.253 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:31:02.273 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-27T02:31:02.289 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:31:02.293 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:02.331 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libcephfs-dev (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:02.411 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-routes. 2024-04-27T02:31:02.438 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-27T02:31:02.478 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-27T02:31:02.639 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-27T02:31:02.665 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-27T02:31:02.684 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-27T02:31:02.705 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-27T02:31:02.712 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-27T02:31:02.750 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-27T02:31:02.840 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-27T02:31:02.866 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:31:02.906 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:03.008 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-routes. 2024-04-27T02:31:03.034 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-27T02:31:03.055 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-27T02:31:03.074 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-27T02:31:03.082 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-27T02:31:03.113 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-27T02:31:03.419 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-27T02:31:03.446 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:31:03.483 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package nvme-cli. 2024-04-27T02:31:03.485 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:03.511 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-27T02:31:03.558 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-27T02:31:03.972 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package pkg-config. 2024-04-27T02:31:03.999 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-27T02:31:04.038 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-27T02:31:04.147 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-27T02:31:04.163 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-27T02:31:04.205 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-27T02:31:04.299 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-27T02:31:04.315 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-27T02:31:04.357 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-27T02:31:04.682 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-27T02:31:04.692 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-joblib. 2024-04-27T02:31:04.698 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-27T02:31:04.719 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-27T02:31:04.741 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-27T02:31:04.758 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-27T02:31:04.785 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-27T02:31:04.813 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-27T02:31:04.851 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-27T02:31:05.103 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-27T02:31:05.118 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-27T02:31:05.137 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pastescript. 2024-04-27T02:31:05.152 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-27T02:31:05.165 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-27T02:31:05.204 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-27T02:31:05.303 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-joblib. 2024-04-27T02:31:05.329 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-27T02:31:05.369 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-27T02:31:05.505 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-sklearn. 2024-04-27T02:31:05.532 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pluggy. 2024-04-27T02:31:05.533 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-27T02:31:05.560 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-27T02:31:05.572 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-27T02:31:05.598 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-27T02:31:05.715 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-27T02:31:05.741 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-27T02:31:05.781 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-27T02:31:05.918 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-psutil. 2024-04-27T02:31:05.946 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-27T02:31:05.985 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-27T02:31:06.092 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-sklearn. 2024-04-27T02:31:06.119 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-27T02:31:06.158 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-27T02:31:06.280 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-27T02:31:06.307 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:31:06.338 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-py. 2024-04-27T02:31:06.365 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-27T02:31:06.404 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-27T02:31:06.431 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:06.715 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pygments. 2024-04-27T02:31:06.743 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-27T02:31:06.790 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-27T02:31:06.942 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-27T02:31:06.969 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:31:07.093 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:07.278 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-27T02:31:07.305 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-27T02:31:07.344 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-27T02:31:07.359 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cachetools. 2024-04-27T02:31:07.387 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-27T02:31:07.426 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-27T02:31:07.605 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-toml. 2024-04-27T02:31:07.621 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-27T02:31:07.655 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-27T02:31:07.695 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-27T02:31:07.719 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-27T02:31:07.762 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-27T02:31:07.924 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pytest. 2024-04-27T02:31:07.952 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-27T02:31:07.990 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-27T02:31:08.090 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-27T02:31:08.097 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cachetools. 2024-04-27T02:31:08.117 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-27T02:31:08.124 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-27T02:31:08.156 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-27T02:31:08.163 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-27T02:31:08.302 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-simplejson. 2024-04-27T02:31:08.330 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-27T02:31:08.360 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-27T02:31:08.466 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-27T02:31:08.493 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-27T02:31:08.533 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-27T02:31:08.613 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-27T02:31:08.629 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-27T02:31:08.659 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rsa. 2024-04-27T02:31:08.662 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-27T02:31:08.675 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-27T02:31:08.717 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-27T02:31:08.903 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-27T02:31:08.931 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-27T02:31:08.969 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-27T02:31:09.038 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-google-auth. 2024-04-27T02:31:09.065 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-27T02:31:09.104 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-27T02:31:09.264 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rsa. 2024-04-27T02:31:09.292 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-27T02:31:09.331 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-27T02:31:09.383 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package radosgw. 2024-04-27T02:31:09.410 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../116-radosgw_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:31:09.424 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-27T02:31:09.441 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking radosgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:09.451 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-27T02:31:09.490 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-27T02:31:09.626 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-google-auth. 2024-04-27T02:31:09.653 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-27T02:31:09.692 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-27T02:31:09.835 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-websocket. 2024-04-27T02:31:09.862 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-27T02:31:09.901 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-27T02:31:10.013 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-27T02:31:10.040 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-27T02:31:10.079 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-27T02:31:10.213 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-27T02:31:10.236 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package rbd-fuse. 2024-04-27T02:31:10.240 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-27T02:31:10.263 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:31:10.279 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-27T02:31:10.302 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking rbd-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:10.399 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-websocket. 2024-04-27T02:31:10.426 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-27T02:31:10.465 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-27T02:31:10.623 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-27T02:31:10.777 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-27T02:31:10.804 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-27T02:31:10.843 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-27T02:31:10.865 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-27T02:31:10.892 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-27T02:31:10.909 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:31:10.950 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:10.977 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-27T02:31:11.239 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-27T02:31:11.270 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-27T02:31:11.298 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-27T02:31:11.336 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-27T02:31:11.611 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-27T02:31:11.623 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-27T02:31:11.651 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-27T02:31:11.689 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-27T02:31:11.699 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-27T02:31:11.715 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:31:11.757 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:11.950 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package jq. 2024-04-27T02:31:11.978 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-27T02:31:12.016 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-27T02:31:12.049 INFO:teuthology.orchestra.run.smithi115.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-27T02:31:12.068 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-27T02:31:12.095 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-27T02:31:12.134 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-27T02:31:12.145 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:12.269 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package socat. 2024-04-27T02:31:12.285 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-27T02:31:12.327 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-27T02:31:12.413 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-27T02:31:12.440 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-27T02:31:12.479 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-27T02:31:12.647 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package xmlstarlet. 2024-04-27T02:31:12.675 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-27T02:31:12.712 INFO:teuthology.orchestra.run.smithi115.stdout:Adding system user cephadm....done 2024-04-27T02:31:12.713 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-27T02:31:12.765 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package jq. 2024-04-27T02:31:12.793 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-27T02:31:12.832 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-27T02:31:12.911 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-27T02:31:13.034 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-test. 2024-04-27T02:31:13.050 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:31:13.084 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package socat. 2024-04-27T02:31:13.092 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-test (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:13.100 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-27T02:31:13.142 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-27T02:31:13.388 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-27T02:31:13.454 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package xmlstarlet. 2024-04-27T02:31:13.470 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-27T02:31:13.504 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-27T02:31:13.656 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-27T02:31:13.757 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-27T02:31:13.866 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-test. 2024-04-27T02:31:13.883 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:31:13.924 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-test (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:14.024 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-27T02:31:14.284 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-27T02:31:14.418 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-27T02:31:14.745 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-27T02:31:15.113 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-27T02:31:15.365 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-27T02:31:15.388 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-volume. 2024-04-27T02:31:15.416 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:31:15.454 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-volume (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:15.632 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-27T02:31:15.750 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-27T02:31:15.777 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:31:15.817 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libcephfs-dev (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:15.867 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-27T02:31:16.119 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-27T02:31:16.135 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-27T02:31:16.162 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-volume. 2024-04-27T02:31:16.163 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-27T02:31:16.190 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2447-gb22e2ebd-1jammy_all.deb ... 2024-04-27T02:31:16.202 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-27T02:31:16.237 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-volume (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:16.378 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-27T02:31:16.531 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-27T02:31:16.559 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-27T02:31:16.574 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-27T02:31:16.598 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-27T02:31:16.602 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:31:16.649 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libcephfs-dev (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:16.671 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-ceph-argparse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:16.910 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package nvme-cli. 2024-04-27T02:31:16.938 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-27T02:31:16.946 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-27T02:31:16.968 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-27T02:31:17.019 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-27T02:31:17.046 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-27T02:31:17.047 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-27T02:31:17.093 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-27T02:31:17.157 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-27T02:31:17.283 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-27T02:31:17.339 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package pkg-config. 2024-04-27T02:31:17.367 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-27T02:31:17.397 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-27T02:31:17.490 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-27T02:31:17.517 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-27T02:31:17.534 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-27T02:31:17.564 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-27T02:31:17.658 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-27T02:31:17.675 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-27T02:31:17.716 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-27T02:31:17.907 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-27T02:31:17.935 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package nvme-cli. 2024-04-27T02:31:17.939 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-27T02:31:17.963 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-27T02:31:18.002 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-27T02:31:18.004 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-27T02:31:18.128 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-27T02:31:18.130 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-27T02:31:18.155 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-27T02:31:18.194 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-27T02:31:18.432 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package pkg-config. 2024-04-27T02:31:18.460 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-27T02:31:18.481 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-27T02:31:18.498 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-27T02:31:18.505 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pastescript. 2024-04-27T02:31:18.533 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-27T02:31:18.572 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-27T02:31:18.582 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-27T02:31:18.718 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-27T02:31:18.734 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-27T02:31:18.768 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-27T02:31:18.858 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-27T02:31:18.892 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pluggy. 2024-04-27T02:31:18.919 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-27T02:31:18.958 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-27T02:31:19.126 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-27T02:31:19.163 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-27T02:31:19.190 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-27T02:31:19.229 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-27T02:31:19.252 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-psutil. 2024-04-27T02:31:19.280 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-27T02:31:19.319 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-27T02:31:19.452 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up zip (3.0-12build2) ... 2024-04-27T02:31:19.515 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pastescript. 2024-04-27T02:31:19.543 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-27T02:31:19.578 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-27T02:31:19.581 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-27T02:31:19.663 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-py. 2024-04-27T02:31:19.691 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-27T02:31:19.730 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-27T02:31:19.885 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pluggy. 2024-04-27T02:31:19.912 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-27T02:31:19.951 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-27T02:31:20.050 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pygments. 2024-04-27T02:31:20.077 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-27T02:31:20.116 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-27T02:31:20.238 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-psutil. 2024-04-27T02:31:20.255 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-27T02:31:20.265 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-27T02:31:20.296 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-27T02:31:20.489 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-27T02:31:20.511 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-27T02:31:20.530 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-27T02:31:20.561 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-27T02:31:20.607 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-27T02:31:20.632 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-py. 2024-04-27T02:31:20.660 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-27T02:31:20.698 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-27T02:31:20.734 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-27T02:31:20.872 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-toml. 2024-04-27T02:31:20.900 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-27T02:31:20.938 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-27T02:31:21.019 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pygments. 2024-04-27T02:31:21.025 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-27T02:31:21.046 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-27T02:31:21.077 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-27T02:31:21.241 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pytest. 2024-04-27T02:31:21.268 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-27T02:31:21.307 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-27T02:31:21.410 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-27T02:31:21.556 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-27T02:31:21.583 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-27T02:31:21.631 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-27T02:31:21.661 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-simplejson. 2024-04-27T02:31:21.661 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-27T02:31:21.688 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-27T02:31:21.727 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-27T02:31:22.038 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-27T02:31:22.038 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-27T02:31:22.066 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-27T02:31:22.105 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-27T02:31:22.167 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-toml. 2024-04-27T02:31:22.194 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-27T02:31:22.233 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-27T02:31:22.306 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-27T02:31:22.519 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pytest. 2024-04-27T02:31:22.547 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-27T02:31:22.585 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-27T02:31:22.615 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-27T02:31:22.808 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package radosgw. 2024-04-27T02:31:22.836 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../116-radosgw_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:31:22.866 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking radosgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:22.866 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-27T02:31:22.939 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-simplejson. 2024-04-27T02:31:22.967 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-27T02:31:22.993 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:23.006 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-27T02:31:23.275 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-27T02:31:23.277 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-idna (3.3-1) ... 2024-04-27T02:31:23.302 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-27T02:31:23.341 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-27T02:31:23.595 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-27T02:31:23.669 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package rbd-fuse. 2024-04-27T02:31:23.685 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:31:23.727 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking rbd-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:24.031 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-27T02:31:24.095 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package radosgw. 2024-04-27T02:31:24.123 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../116-radosgw_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:31:24.161 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking radosgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:24.407 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-27T02:31:24.533 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-27T02:31:24.717 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-27T02:31:24.799 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-27T02:31:24.965 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package rbd-fuse. 2024-04-27T02:31:24.977 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:31:24.981 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2447-gb22e2ebd-1jammy_amd64.deb ... 2024-04-27T02:31:25.023 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking rbd-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:25.136 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-27T02:31:25.183 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-27T02:31:25.352 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-27T02:31:25.412 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-27T02:31:25.513 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-27T02:31:25.603 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-27T02:31:25.604 INFO:teuthology.orchestra.run.smithi076.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-27T02:31:25.614 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-27T02:31:25.668 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:25.729 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-27T02:31:25.891 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-27T02:31:25.995 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-27T02:31:26.150 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-27T02:31:26.201 INFO:teuthology.orchestra.run.smithi076.stdout:Adding system user cephadm....done 2024-04-27T02:31:26.335 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-27T02:31:26.340 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-27T02:31:26.410 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:31:26.536 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-27T02:31:26.624 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-27T02:31:26.772 INFO:teuthology.orchestra.run.smithi161.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-27T02:31:26.837 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-27T02:31:26.839 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:26.867 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-27T02:31:26.976 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-27T02:31:27.071 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-27T02:31:27.244 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-27T02:31:27.306 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-27T02:31:27.330 INFO:teuthology.orchestra.run.smithi161.stdout:Adding system user cephadm....done 2024-04-27T02:31:27.453 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-27T02:31:27.478 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-27T02:31:27.557 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-27T02:31:27.605 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-27T02:31:27.755 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-27T02:31:27.807 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-27T02:31:27.906 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-27T02:31:28.023 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-27T02:31:28.067 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-27T02:31:28.166 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-27T02:31:28.193 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-27T02:31:28.266 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-27T02:31:28.417 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-27T02:31:28.486 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-27T02:31:28.517 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-27T02:31:28.604 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-27T02:31:28.684 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-27T02:31:28.768 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-27T02:31:28.794 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-27T02:31:28.896 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-27T02:31:29.078 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-27T02:31:29.104 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-27T02:31:29.181 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-27T02:31:29.314 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-27T02:31:29.432 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-27T02:31:29.472 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-27T02:31:29.558 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-27T02:31:29.571 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-27T02:31:29.692 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-27T02:31:29.724 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-27T02:31:29.782 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-27T02:31:29.822 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-ceph-argparse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:29.983 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-27T02:31:30.027 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-27T02:31:30.153 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-27T02:31:30.182 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-27T02:31:30.236 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-27T02:31:30.308 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-27T02:31:30.434 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-27T02:31:30.469 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-27T02:31:30.534 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-27T02:31:30.546 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-27T02:31:30.737 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-27T02:31:30.780 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-27T02:31:30.785 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-27T02:31:30.907 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-27T02:31:30.996 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-ceph-argparse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:31.166 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:31:31.264 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-27T02:31:31.290 INFO:teuthology.orchestra.run.smithi076.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-27T02:31:31.300 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-27T02:31:31.318 INFO:teuthology.orchestra.run.smithi076.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-27T02:31:31.365 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-27T02:31:31.380 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-27T02:31:31.466 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-27T02:31:31.506 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-27T02:31:31.583 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-27T02:31:31.618 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-27T02:31:31.835 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-27T02:31:31.874 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-27T02:31:31.911 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-27T02:31:32.000 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-27T02:31:32.173 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-27T02:31:32.223 INFO:teuthology.orchestra.run.smithi161.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-27T02:31:32.248 INFO:teuthology.orchestra.run.smithi161.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-27T02:31:32.259 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-27T02:31:32.296 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-27T02:31:32.313 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-27T02:31:32.439 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-27T02:31:32.502 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-27T02:31:32.556 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-27T02:31:32.786 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up zip (3.0-12build2) ... 2024-04-27T02:31:32.799 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-27T02:31:32.832 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-27T02:31:32.899 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-27T02:31:32.912 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-27T02:31:33.167 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-27T02:31:33.194 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-27T02:31:33.410 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-27T02:31:33.587 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-27T02:31:33.614 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-27T02:31:33.711 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up zip (3.0-12build2) ... 2024-04-27T02:31:33.837 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-27T02:31:33.847 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-27T02:31:33.874 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-27T02:31:33.999 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-27T02:31:34.145 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-27T02:31:34.182 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-27T02:31:34.317 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librados2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:34.443 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:34.489 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-27T02:31:34.569 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-27T02:31:34.685 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-27T02:31:34.749 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-27T02:31:34.864 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libcephfs2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:34.874 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-27T02:31:34.975 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-27T02:31:34.989 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libradosstriper1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:35.052 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-27T02:31:35.116 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-27T02:31:35.251 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-27T02:31:35.287 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-27T02:31:35.392 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librbd1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:35.502 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-modules-core (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:35.611 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:35.627 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-27T02:31:35.647 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-27T02:31:35.804 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-27T02:31:35.804 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-27T02:31:35.878 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-27T02:31:35.939 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-27T02:31:36.280 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-27T02:31:36.282 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-27T02:31:36.287 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libcephfs-dev (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:36.413 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rados (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:36.539 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librgw2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:36.542 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-27T02:31:36.565 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-27T02:31:36.651 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:36.665 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-27T02:31:36.891 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-27T02:31:36.927 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-idna (3.3-1) ... 2024-04-27T02:31:37.125 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-27T02:31:37.236 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-27T02:31:37.251 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:37.578 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-idna (3.3-1) ... 2024-04-27T02:31:37.886 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rbd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:37.897 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-27T02:31:38.003 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up rbd-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:38.104 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:38.214 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cephfs (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:38.350 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-27T02:31:38.356 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:38.593 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:31:38.702 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-27T02:31:38.874 INFO:teuthology.orchestra.run.smithi115.stdout:Adding group ceph....done 2024-04-27T02:31:38.945 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-27T02:31:39.080 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-27T02:31:39.111 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-27T02:31:39.205 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-27T02:31:39.217 INFO:teuthology.orchestra.run.smithi115.stdout:Adding system user ceph....done 2024-04-27T02:31:39.355 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:31:39.386 INFO:teuthology.orchestra.run.smithi115.stdout:Setting system user ceph properties....done 2024-04-27T02:31:39.404 INFO:teuthology.orchestra.run.smithi115.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-27T02:31:39.481 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-27T02:31:39.499 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-27T02:31:39.542 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-27T02:31:39.723 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-27T02:31:39.758 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-27T02:31:39.841 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-27T02:31:39.885 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-27T02:31:39.993 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-27T02:31:40.000 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:31:40.126 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-27T02:31:40.277 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-27T02:31:40.357 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-test (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:40.419 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-27T02:31:40.484 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up radosgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:40.528 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-27T02:31:40.654 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-27T02:31:40.779 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:31:40.905 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-27T02:31:40.913 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-27T02:31:40.953 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-27T02:31:40.953 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-27T02:31:41.165 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-27T02:31:41.190 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-27T02:31:41.419 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-base (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:41.423 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-27T02:31:41.449 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-27T02:31:41.699 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-27T02:31:41.700 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-27T02:31:41.742 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-27T02:31:41.825 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-27T02:31:41.943 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-27T02:31:42.093 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-27T02:31:42.185 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-27T02:31:42.194 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-27T02:31:42.212 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mds (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:42.439 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-27T02:31:42.440 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-27T02:31:42.478 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-27T02:31:42.763 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-27T02:31:42.790 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-27T02:31:42.921 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-27T02:31:42.922 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:43.014 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-27T02:31:43.140 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-27T02:31:43.140 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-27T02:31:43.140 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-27T02:31:43.205 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-27T02:31:43.266 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-27T02:31:43.331 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-27T02:31:43.355 INFO:teuthology.orchestra.run.smithi076.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-27T02:31:43.592 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-27T02:31:43.615 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-osd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:43.641 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-27T02:31:43.701 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-27T02:31:43.890 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-27T02:31:43.890 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-27T02:31:43.917 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-27T02:31:44.078 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-27T02:31:44.159 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-27T02:31:44.286 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-27T02:31:44.320 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-27T02:31:44.367 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:44.412 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-27T02:31:44.455 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-27T02:31:44.493 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:44.500 INFO:teuthology.orchestra.run.smithi161.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-27T02:31:44.644 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mon (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:44.714 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:31:44.731 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-27T02:31:44.831 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-27T02:31:44.840 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-27T02:31:44.858 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-27T02:31:44.858 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-27T02:31:45.166 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-27T02:31:45.216 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-27T02:31:45.353 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:45.459 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-27T02:31:45.459 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-27T02:31:45.488 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:45.585 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-27T02:31:45.605 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-dashboard (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:45.710 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-27T02:31:45.756 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-volume (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:45.836 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-27T02:31:45.844 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-27T02:31:45.970 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-27T02:31:46.103 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-27T02:31:46.118 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-27T02:31:46.278 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-27T02:31:46.288 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-27T02:31:46.363 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-27T02:31:46.554 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-27T02:31:46.580 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-27T02:31:46.724 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-27T02:31:46.840 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-27T02:31:46.966 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-27T02:31:47.101 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-27T02:31:47.234 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-27T02:31:47.385 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-27T02:31:47.544 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-27T02:31:47.713 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-27T02:31:47.839 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librados2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:47.888 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-27T02:31:47.965 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:48.069 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-27T02:31:48.090 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-27T02:31:48.265 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-27T02:31:48.426 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libcephfs2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:48.535 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libradosstriper1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:48.541 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-27T02:31:48.636 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-27T02:31:48.706 INFO:teuthology.orchestra.run.smithi115.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-27T02:31:48.711 DEBUG:teuthology.parallel:result is None 2024-04-27T02:31:48.886 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-27T02:31:48.904 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librbd1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:49.012 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librados2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:49.030 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-modules-core (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:49.138 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:49.156 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:49.264 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-27T02:31:49.368 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-27T02:31:49.368 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-27T02:31:49.584 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libcephfs2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:49.685 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libradosstriper1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:49.802 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-27T02:31:49.833 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libcephfs-dev (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:49.958 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rados (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:50.084 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librgw2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:50.087 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librbd1 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:50.205 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-modules-core (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:50.210 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-27T02:31:50.306 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:50.505 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-27T02:31:50.505 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-27T02:31:50.982 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libcephfs-dev (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:51.133 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rados (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:51.259 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librgw2 (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:51.358 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rbd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:51.385 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-27T02:31:51.483 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up rbd-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:51.610 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:51.719 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cephfs (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:51.820 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:52.313 INFO:teuthology.orchestra.run.smithi076.stdout:Adding group ceph....done 2024-04-27T02:31:52.597 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rbd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:52.674 INFO:teuthology.orchestra.run.smithi076.stdout:Adding system user ceph....done 2024-04-27T02:31:52.739 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up rbd-fuse (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:52.800 INFO:teuthology.orchestra.run.smithi076.stdout:Setting system user ceph properties....done 2024-04-27T02:31:52.812 INFO:teuthology.orchestra.run.smithi076.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-27T02:31:52.866 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:52.947 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-27T02:31:52.992 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cephfs (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:53.093 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-common (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:53.299 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-27T02:31:53.627 INFO:teuthology.orchestra.run.smithi161.stdout:Adding group ceph....done 2024-04-27T02:31:53.772 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-test (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:53.907 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up radosgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:53.978 INFO:teuthology.orchestra.run.smithi161.stdout:Adding system user ceph....done 2024-04-27T02:31:54.105 INFO:teuthology.orchestra.run.smithi161.stdout:Setting system user ceph properties....done 2024-04-27T02:31:54.124 INFO:teuthology.orchestra.run.smithi161.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-27T02:31:54.257 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-27T02:31:54.389 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-27T02:31:54.390 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-27T02:31:54.573 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-27T02:31:54.875 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-base (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:55.052 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-test (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:55.178 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up radosgw (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:55.236 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-27T02:31:55.652 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-27T02:31:55.652 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-27T02:31:55.710 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mds (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:55.942 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-27T02:31:55.942 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-27T02:31:56.381 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-base (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:56.563 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:56.729 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-27T02:31:56.773 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-27T02:31:56.773 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-27T02:31:57.191 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mds (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:57.215 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-osd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:57.404 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-27T02:31:57.404 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-27T02:31:57.489 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-27T02:31:57.489 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-27T02:31:57.893 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:57.975 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:58.084 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:58.101 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-27T02:31:58.102 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-27T02:31:58.235 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mon (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:58.448 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-27T02:31:58.448 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-27T02:31:58.577 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-osd (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:58.860 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-27T02:31:58.860 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-27T02:31:58.911 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:59.062 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:59.188 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-dashboard (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:59.339 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-volume (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:59.354 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:59.455 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:59.581 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mon (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:31:59.675 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-27T02:31:59.851 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-27T02:31:59.851 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-27T02:31:59.885 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-27T02:32:00.341 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-cephadm (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:32:00.431 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-27T02:32:00.483 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:32:00.584 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-dashboard (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:32:00.718 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-volume (19.0.0-2447-gb22e2ebd-1jammy) ... 2024-04-27T02:32:01.063 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-27T02:32:01.305 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-27T02:32:01.458 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-27T02:32:01.548 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-27T02:32:02.185 INFO:teuthology.orchestra.run.smithi076.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-27T02:32:02.189 DEBUG:teuthology.parallel:result is None 2024-04-27T02:32:02.584 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-27T02:32:03.267 INFO:teuthology.orchestra.run.smithi161.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-27T02:32:03.271 DEBUG:teuthology.parallel:result is None 2024-04-27T02:32:03.272 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:32:03.493 DEBUG:teuthology.orchestra.run.smithi076:> dpkg-query -W -f '${Version}' ceph 2024-04-27T02:32:03.512 INFO:teuthology.orchestra.run.smithi076.stdout:19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:32:03.512 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:32:03.512 INFO:teuthology.task.install:The correct ceph version 19.0.0-2447-gb22e2ebd-1jammy is installed. 2024-04-27T02:32:03.514 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:32:03.739 DEBUG:teuthology.orchestra.run.smithi115:> dpkg-query -W -f '${Version}' ceph 2024-04-27T02:32:03.759 INFO:teuthology.orchestra.run.smithi115.stdout:19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:32:03.759 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:32:03.759 INFO:teuthology.task.install:The correct ceph version 19.0.0-2447-gb22e2ebd-1jammy is installed. 2024-04-27T02:32:03.761 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:32:03.974 DEBUG:teuthology.orchestra.run.smithi161:> dpkg-query -W -f '${Version}' ceph 2024-04-27T02:32:03.993 INFO:teuthology.orchestra.run.smithi161.stdout:19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:32:03.993 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2447-gb22e2ebd-1jammy 2024-04-27T02:32:03.993 INFO:teuthology.task.install:The correct ceph version 19.0.0-2447-gb22e2ebd-1jammy is installed. 2024-04-27T02:32:03.995 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-27T02:32:03.995 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:32:03.995 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-27T02:32:04.009 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:32:04.009 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-27T02:32:04.023 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:32:04.023 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-27T02:32:04.046 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-27T02:32:04.046 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:32:04.046 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/daemon-helper 2024-04-27T02:32:04.064 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-27T02:32:04.117 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:32:04.117 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/daemon-helper 2024-04-27T02:32:04.130 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-27T02:32:04.184 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:32:04.184 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/daemon-helper 2024-04-27T02:32:04.198 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-27T02:32:04.253 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-27T02:32:04.254 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:32:04.254 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-27T02:32:04.267 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-27T02:32:04.320 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:32:04.321 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-27T02:32:04.334 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-27T02:32:04.388 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:32:04.388 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-27T02:32:04.401 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-27T02:32:04.453 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-27T02:32:04.454 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:32:04.454 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/stdin-killer 2024-04-27T02:32:04.467 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-27T02:32:04.520 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:32:04.520 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/stdin-killer 2024-04-27T02:32:04.534 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-27T02:32:04.588 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:32:04.588 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/stdin-killer 2024-04-27T02:32:04.601 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-27T02:32:04.654 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-27T02:32:04.755 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, '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'], 'log-only-match': ['CEPHADM_'], 'sha1': 'b22e2ebdeb24376882b7bda2a7329c8cccc2276a'} 2024-04-27T02:32:04.756 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:32:04.756 INFO:tasks.cephadm:Cluster fsid is 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:32:04.756 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-27T02:32:04.757 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.76', 'mon.b': '172.21.15.115', 'mon.c': '172.21.15.161'} 2024-04-27T02:32:04.757 INFO:tasks.cephadm:First mon is mon.a on smithi076 2024-04-27T02:32:04.757 INFO:tasks.cephadm:First mgr is a 2024-04-27T02:32:04.757 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-27T02:32:04.757 DEBUG:teuthology.orchestra.run.smithi076:> sudo hostname $(hostname -s) 2024-04-27T02:32:04.772 DEBUG:teuthology.orchestra.run.smithi115:> sudo hostname $(hostname -s) 2024-04-27T02:32:04.786 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-04-27T02:32:04.799 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-27T02:32:04.800 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:32:05.017 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'b22e2ebdeb24376882b7bda2a7329c8cccc2276a', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/54991/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2447-gb22e2ebd', 'node_name': '172.21.5.38+adami08', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2447-gb22e2ebd-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-25 18:21:42.497168', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-27T02:32:05.228 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 b22e2ebdeb24376882b7bda2a7329c8cccc2276a from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:32:05.229 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-27T02:32:05.229 DEBUG:teuthology.orchestra.run.smithi076:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-27T02:32:05.687 INFO:teuthology.orchestra.run.smithi076.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788753 Apr 27 02:32 /home/ubuntu/cephtest/cephadm 2024-04-27T02:32:05.688 DEBUG:teuthology.orchestra.run.smithi115:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-27T02:32:06.343 INFO:teuthology.orchestra.run.smithi115.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788753 Apr 27 02:32 /home/ubuntu/cephtest/cephadm 2024-04-27T02:32:06.343 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-27T02:32:06.791 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788753 Apr 27 02:32 /home/ubuntu/cephtest/cephadm 2024-04-27T02:32:06.792 DEBUG:teuthology.orchestra.run.smithi076:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-27T02:32:06.799 DEBUG:teuthology.orchestra.run.smithi115:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-27T02:32:06.806 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-27T02:32:06.824 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a on all hosts... 2024-04-27T02:32:06.824 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a pull 2024-04-27T02:32:06.843 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a pull 2024-04-27T02:32:06.850 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a pull 2024-04-27T02:32:07.010 INFO:teuthology.orchestra.run.smithi076.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a... 2024-04-27T02:32:07.013 INFO:teuthology.orchestra.run.smithi115.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a... 2024-04-27T02:32:07.024 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a... 2024-04-27T02:33:02.470 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-04-27T02:33:02.470 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)", 2024-04-27T02:33:02.471 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "87e5280d5ae87e34552d9b448225db981ca5313b28020853b569ec2cb8ee53ae", 2024-04-27T02:33:02.471 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2024-04-27T02:33:02.471 INFO:teuthology.orchestra.run.smithi161.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6" 2024-04-27T02:33:02.471 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2024-04-27T02:33:02.471 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-04-27T02:33:14.620 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-04-27T02:33:14.621 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph_version": "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)", 2024-04-27T02:33:14.621 INFO:teuthology.orchestra.run.smithi115.stdout: "image_id": "87e5280d5ae87e34552d9b448225db981ca5313b28020853b569ec2cb8ee53ae", 2024-04-27T02:33:14.621 INFO:teuthology.orchestra.run.smithi115.stdout: "repo_digests": [ 2024-04-27T02:33:14.621 INFO:teuthology.orchestra.run.smithi115.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6" 2024-04-27T02:33:14.621 INFO:teuthology.orchestra.run.smithi115.stdout: ] 2024-04-27T02:33:14.621 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-04-27T02:33:20.221 INFO:teuthology.orchestra.run.smithi076.stdout:{ 2024-04-27T02:33:20.221 INFO:teuthology.orchestra.run.smithi076.stdout: "ceph_version": "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)", 2024-04-27T02:33:20.221 INFO:teuthology.orchestra.run.smithi076.stdout: "image_id": "87e5280d5ae87e34552d9b448225db981ca5313b28020853b569ec2cb8ee53ae", 2024-04-27T02:33:20.221 INFO:teuthology.orchestra.run.smithi076.stdout: "repo_digests": [ 2024-04-27T02:33:20.221 INFO:teuthology.orchestra.run.smithi076.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6" 2024-04-27T02:33:20.221 INFO:teuthology.orchestra.run.smithi076.stdout: ] 2024-04-27T02:33:20.221 INFO:teuthology.orchestra.run.smithi076.stdout:} 2024-04-27T02:33:20.267 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /etc/ceph 2024-04-27T02:33:20.280 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /etc/ceph 2024-04-27T02:33:20.293 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2024-04-27T02:33:20.307 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 777 /etc/ceph 2024-04-27T02:33:20.335 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 777 /etc/ceph 2024-04-27T02:33:20.351 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2024-04-27T02:33:20.363 INFO:tasks.cephadm:Writing seed config... 2024-04-27T02:33:20.364 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-27T02:33:20.364 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-27T02:33:20.364 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-27T02:33:20.364 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-27T02:33:20.364 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-27T02:33:20.364 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-27T02:33:20.364 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-27T02:33:20.364 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-27T02:33:20.364 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-27T02:33:20.365 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:33:20.365 DEBUG:teuthology.orchestra.run.smithi076:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-27T02:33:20.384 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 = 55e8a228-043e-11ef-bc93-c7b262605968 mon election default strategy = 1 [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-04-27T02:33:20.384 DEBUG:teuthology.orchestra.run.smithi076:mon.a> sudo journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.a.service 2024-04-27T02:33:20.433 DEBUG:teuthology.orchestra.run.smithi076:mgr.a> sudo journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@mgr.a.service 2024-04-27T02:33:20.477 INFO:tasks.cephadm:Bootstrapping... 2024-04-27T02:33:20.477 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a -v bootstrap --fsid 55e8a228-043e-11ef-bc93-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.76 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:33:20.686 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-04-27T02:33:20.686 INFO:teuthology.orchestra.run.smithi076.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a', '-v', 'bootstrap', '--fsid', '55e8a228-043e-11ef-bc93-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.76', '--skip-admin-label'] 2024-04-27T02:33:20.686 INFO:teuthology.orchestra.run.smithi076.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-27T02:33:20.687 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying podman|docker is present... 2024-04-27T02:33:20.687 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying lvm2 is present... 2024-04-27T02:33:20.687 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying time synchronization is in place... 2024-04-27T02:33:20.692 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-27T02:33:20.693 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-27T02:33:20.697 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-27T02:33:20.697 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-04-27T02:33:20.701 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-27T02:33:20.701 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-27T02:33:20.705 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-27T02:33:20.705 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-04-27T02:33:20.710 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-27T02:33:20.710 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout masked 2024-04-27T02:33:20.713 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-27T02:33:20.713 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-04-27T02:33:20.717 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-27T02:33:20.717 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-27T02:33:20.721 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-27T02:33:20.721 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-04-27T02:33:20.725 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout enabled 2024-04-27T02:33:20.729 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout active 2024-04-27T02:33:20.729 INFO:teuthology.orchestra.run.smithi076.stdout:Unit ntp.service is enabled and running 2024-04-27T02:33:20.729 INFO:teuthology.orchestra.run.smithi076.stdout:Repeating the final host check... 2024-04-27T02:33:20.729 INFO:teuthology.orchestra.run.smithi076.stdout:docker (/usr/bin/docker) is present 2024-04-27T02:33:20.729 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl is present 2024-04-27T02:33:20.730 INFO:teuthology.orchestra.run.smithi076.stdout:lvcreate is present 2024-04-27T02:33:20.732 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-27T02:33:20.732 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-27T02:33:20.736 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-27T02:33:20.736 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-04-27T02:33:20.739 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-27T02:33:20.739 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-27T02:33:20.742 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-27T02:33:20.742 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-04-27T02:33:20.745 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-27T02:33:20.746 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout masked 2024-04-27T02:33:20.749 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-27T02:33:20.749 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-04-27T02:33:20.752 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-27T02:33:20.752 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-27T02:33:20.755 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-27T02:33:20.755 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout inactive 2024-04-27T02:33:20.759 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout enabled 2024-04-27T02:33:20.763 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stdout active 2024-04-27T02:33:20.763 INFO:teuthology.orchestra.run.smithi076.stdout:Unit ntp.service is enabled and running 2024-04-27T02:33:20.763 INFO:teuthology.orchestra.run.smithi076.stdout:Host looks OK 2024-04-27T02:33:20.763 INFO:teuthology.orchestra.run.smithi076.stdout:Cluster fsid: 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:20.763 INFO:teuthology.orchestra.run.smithi076.stdout:Acquiring lock 140207027054448 on /run/cephadm/55e8a228-043e-11ef-bc93-c7b262605968.lock 2024-04-27T02:33:20.763 INFO:teuthology.orchestra.run.smithi076.stdout:Lock 140207027054448 acquired on /run/cephadm/55e8a228-043e-11ef-bc93-c7b262605968.lock 2024-04-27T02:33:20.763 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying IP 172.21.15.76 port 3300 ... 2024-04-27T02:33:20.763 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying IP 172.21.15.76 port 6789 ... 2024-04-27T02:33:20.764 INFO:teuthology.orchestra.run.smithi076.stdout:Base mon IP(s) is [172.21.15.76:3300, 172.21.15.76:6789], mon addrv is [v2:172.21.15.76:3300,v1:172.21.15.76:6789] 2024-04-27T02:33:20.766 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-27T02:33:20.766 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.76 metric 100 2024-04-27T02:33:20.766 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.76 metric 100 2024-04-27T02:33:20.766 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-27T02:33:20.766 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.76 metric 100 2024-04-27T02:33:20.766 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.76 metric 100 2024-04-27T02:33:20.766 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.76 metric 100 2024-04-27T02:33:20.766 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.76 metric 100 2024-04-27T02:33:20.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-27T02:33:20.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-27T02:33:20.768 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1738sec pref medium 2024-04-27T02:33:20.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-27T02:33:20.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-27T02:33:20.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-27T02:33:20.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-27T02:33:20.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:47e1/64 scope link 2024-04-27T02:33:20.770 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-27T02:33:20.771 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.0.0/20` 2024-04-27T02:33:20.771 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.0.0/20` 2024-04-27T02:33:20.771 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.0.1/32` 2024-04-27T02:33:20.772 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.0.1/32` 2024-04-27T02:33:20.772 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.0.2/32` 2024-04-27T02:33:20.772 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.0.2/32` 2024-04-27T02:33:20.772 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.15.254/32` 2024-04-27T02:33:20.772 INFO:teuthology.orchestra.run.smithi076.stdout:Mon IP `172.21.15.76` is in CIDR network `172.21.15.254/32` 2024-04-27T02:33:20.772 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:20.772 INFO:teuthology.orchestra.run.smithi076.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-27T02:33:20.772 INFO:teuthology.orchestra.run.smithi076.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a... 2024-04-27T02:33:21.022 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/docker: stdout b22e2ebdeb24376882b7bda2a7329c8cccc2276a: Pulling from ceph-ci/ceph 2024-04-27T02:33:21.023 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/docker: stdout Digest: sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6 2024-04-27T02:33:21.023 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:33:21.023 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:33:22.474 INFO:teuthology.orchestra.run.smithi076.stdout:ceph: stdout ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev) 2024-04-27T02:33:22.474 INFO:teuthology.orchestra.run.smithi076.stdout:Ceph version: ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev) 2024-04-27T02:33:22.475 INFO:teuthology.orchestra.run.smithi076.stdout:Extracting ceph user uid/gid from container image... 2024-04-27T02:33:23.764 INFO:teuthology.orchestra.run.smithi076.stdout:stat: stdout 167 167 2024-04-27T02:33:23.764 INFO:teuthology.orchestra.run.smithi076.stdout:Creating initial keys... 2024-04-27T02:33:25.219 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-authtool: stdout AQD0Yyxm9BsxIBAAS9+LjL1W8hVw+p4MNUkt8w== 2024-04-27T02:33:26.432 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-authtool: stdout AQD1YyxmRwMmOBAAsz6DvHTDp1hD3ZivZUo3yw== 2024-04-27T02:33:27.729 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-authtool: stdout AQD3YyxmF+e3CxAAgosK9HKnJfwL45Z/jzXwNg== 2024-04-27T02:33:27.730 INFO:teuthology.orchestra.run.smithi076.stdout:Creating initial monmap... 2024-04-27T02:33:28.967 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-27T02:33:28.967 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-27T02:33:28.967 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:28.967 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-27T02:33:28.967 INFO:teuthology.orchestra.run.smithi076.stdout:monmaptool for a [v2:172.21.15.76:3300,v1:172.21.15.76:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-27T02:33:28.967 INFO:teuthology.orchestra.run.smithi076.stdout:setting min_mon_release = quincy 2024-04-27T02:33:28.968 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: set fsid to 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:28.968 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-27T02:33:28.968 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:33:28.968 INFO:teuthology.orchestra.run.smithi076.stdout:Creating mon... 2024-04-27T02:33:30.335 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 1 imported monmap: 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-27T02:33:28.471387+0000 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr created 2024-04-27T02:33:28.471387+0000 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 0 /usr/bin/ceph-mon: set fsid to 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.336 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Git sha 0 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Compile date 2024-04-25 16:43:49 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: DB SUMMARY 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: DB Session ID: PS8CQQCPOCCH2S22HA1I 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.error_if_exists: 0 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.create_if_missing: 1 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-27T02:33:30.337 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.env: 0x560c2c6a6c60 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.info_log: 0x560c2d270d20 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.statistics: (nil) 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.use_fsync: 0 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-27T02:33:30.338 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.db_log_dir: 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.wal_dir: 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-27T02:33:30.339 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.write_buffer_manager: 0x560c2d245360 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.unordered_write: 0 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-27T02:33:30.340 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.row_cache: None 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.wal_filter: None 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.two_write_queues: 0 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.wal_compression: 0 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.atomic_flush: 0 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-27T02:33:30.341 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-27T02:33:30.342 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.max_open_files: -1 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Compression algorithms supported: 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: kZSTD supported: 0 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: kXpressCompression supported: 0 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: kZlibCompression supported: 1 2024-04-27T02:33:30.343 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.734+0000 7fec696b8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.merge_operator: 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_filter: None 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-27T02:33:30.344 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560c2d270e20) 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-27T02:33:30.345 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x560c2d275090 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-27T02:33:30.346 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compression: NoCompression 2024-04-27T02:33:30.347 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.num_levels: 7 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-27T02:33:30.348 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-27T02:33:30.349 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-27T02:33:30.350 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.table_properties_collectors: 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-27T02:33:30.351 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.bloom_locality: 0 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.ttl: 2592000 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-27T02:33:30.352 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.enable_blob_files: false 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.min_blob_size: 0 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 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-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7f6f2489-d1c6-4cc0-b7f6-6e4fea6a7d9b 2024-04-27T02:33:30.353 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.738+0000 7fec696b8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.742+0000 7fec696b8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560c2d340000 2024-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.742+0000 7fec696b8c80 4 rocksdb: DB pointer 0x560c2d330000 2024-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.742+0000 7fec59823700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.742+0000 7fec59823700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.354 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T02:33:30.355 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.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-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x560c2d275090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.742+0000 7fec696b8c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.742+0000 7fec696b8c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-27T02:33:29.742+0000 7fec696b8c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-27T02:33:30.356 INFO:teuthology.orchestra.run.smithi076.stdout:create mon.a on 2024-04-27T02:33:30.617 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-27T02:33:30.816 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-27T02:33:31.047 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-55e8a228-043e-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968.target. 2024-04-27T02:33:31.047 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-55e8a228-043e-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968.target. 2024-04-27T02:33:31.318 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.a 2024-04-27T02:33:31.318 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to reset failed state of unit ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-27T02:33:31.515 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968.target.wants/ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service. 2024-04-27T02:33:31.523 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld does not appear to be present 2024-04-27T02:33:31.523 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to enable service . firewalld.service is not available 2024-04-27T02:33:31.523 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mon to start... 2024-04-27T02:33:31.523 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mon... 2024-04-27T02:33:33.075 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:32 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.836858+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-27T02:33:33.726 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout cluster: 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout id: 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout services: 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.250872s) 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout data: 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-27T02:33:33.727 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-27T02:33:33.728 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout pgs: 2024-04-27T02:33:33.728 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:33.728 INFO:teuthology.orchestra.run.smithi076.stdout:mon is available 2024-04-27T02:33:33.728 INFO:teuthology.orchestra.run.smithi076.stdout:Assimilating anything we can from ceph.conf... 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.840176+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.840383+0000 mon.a (mon.0) 3 : cluster 0 monmap epoch 1 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.840402+0000 mon.a (mon.0) 4 : cluster 0 fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.840411+0000 mon.a (mon.0) 5 : cluster 0 last_changed 2024-04-27T02:33:28.471387+0000 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.840420+0000 mon.a (mon.0) 6 : cluster 0 created 2024-04-27T02:33:28.471387+0000 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.840429+0000 mon.a (mon.0) 7 : cluster 0 min_mon_release 19 (squid) 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.840437+0000 mon.a (mon.0) 8 : cluster 0 election_strategy: 1 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.840447+0000 mon.a (mon.0) 9 : cluster 0 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.842657+0000 mon.a (mon.0) 10 : cluster 0 fsmap 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.845414+0000 mon.a (mon.0) 11 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: cluster 2024-04-27T02:33:32.845990+0000 mon.a (mon.0) 12 : cluster 0 mgrmap e1: no daemons active 2024-04-27T02:33:34.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:33 smithi076 bash[21087]: audit 2024-04-27T02:33:33.090964+0000 mon.a (mon.0) 13 : audit 0 from='client.? 172.21.15.76:0/1448605811' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-27T02:33:35.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:34 smithi076 bash[21087]: audit 2024-04-27T02:33:34.704712+0000 mon.a (mon.0) 14 : audit 1 from='client.? 172.21.15.76:0/1372238231' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-27T02:33:35.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:34 smithi076 bash[21087]: audit 2024-04-27T02:33:34.708600+0000 mon.a (mon.0) 15 : audit 1 from='client.? 172.21.15.76:0/1372238231' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-27T02:33:35.280 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:35.280 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [global] 2024-04-27T02:33:35.280 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout fsid = 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:35.280 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.76:3300,v1:172.21.15.76:6789] 2024-04-27T02:33:35.280 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-27T02:33:35.280 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-27T02:33:35.281 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-27T02:33:35.282 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-27T02:33:35.282 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:35.282 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-27T02:33:35.282 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-27T02:33:35.282 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-27T02:33:35.282 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:35.282 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [osd] 2024-04-27T02:33:35.282 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-27T02:33:35.282 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-27T02:33:35.282 INFO:teuthology.orchestra.run.smithi076.stdout:Generating new minimal ceph.conf... 2024-04-27T02:33:36.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:36 smithi076 bash[21087]: audit 2024-04-27T02:33:36.257423+0000 mon.a (mon.0) 16 : audit 0 from='client.? 172.21.15.76:0/2777274439' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:33:36.809 INFO:teuthology.orchestra.run.smithi076.stdout:Restarting the monitor... 2024-04-27T02:33:37.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:36 smithi076 systemd[1]: Stopping Ceph mon.a for 55e8a228-043e-11ef-bc93-c7b262605968... 2024-04-27T02:33:37.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:36 smithi076 bash[21087]: debug 2024-04-27T02:33:36.949+0000 7faa92320700 -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-04-27T02:33:37.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:36 smithi076 bash[21087]: debug 2024-04-27T02:33:36.949+0000 7faa92320700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-27T02:33:37.833 INFO:teuthology.orchestra.run.smithi076.stdout:Setting public_network to 172.21.0.2/32,172.21.15.254/32,172.21.0.0/20,172.21.0.1/32 in mon config section 2024-04-27T02:33:38.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:37 smithi076 bash[21475]: ceph-55e8a228-043e-11ef-bc93-c7b262605968-mon-a 2024-04-27T02:33:38.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:37 smithi076 bash[21537]: Error response from daemon: No such container: ceph-55e8a228-043e-11ef-bc93-c7b262605968-mon-a 2024-04-27T02:33:38.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:37 smithi076 systemd[1]: ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-27T02:33:38.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:37 smithi076 systemd[1]: Stopped Ceph mon.a for 55e8a228-043e-11ef-bc93-c7b262605968. 2024-04-27T02:33:38.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:37 smithi076 systemd[1]: Started Ceph mon.a for 55e8a228-043e-11ef-bc93-c7b262605968. 2024-04-27T02:33:39.083 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.889+0000 7faefc883c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-27T02:33:39.083 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.889+0000 7faefc883c80 0 ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev), process ceph-mon, pid 7 2024-04-27T02:33:39.083 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.889+0000 7faefc883c80 0 pidfile_write: ignore empty --pid-file 2024-04-27T02:33:39.083 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.893+0000 7faefc883c80 0 load: jerasure load: lrc 2024-04-27T02:33:39.083 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-27T02:33:39.083 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Git sha 0 2024-04-27T02:33:39.083 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Compile date 2024-04-25 16:43:49 2024-04-27T02:33:39.083 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: DB SUMMARY 2024-04-27T02:33:39.083 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: DB Session ID: SBEYN4VEOO8XPU2MZ6JQ 2024-04-27T02:33:39.083 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: CURRENT file: CURRENT 2024-04-27T02:33:39.083 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88765 ; 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.error_if_exists: 0 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.create_if_missing: 0 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.env: 0x5581db126c60 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.info_log: 0x5581dc139ae0 2024-04-27T02:33:39.084 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.statistics: (nil) 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.use_fsync: 0 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-27T02:33:39.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.db_log_dir: 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.wal_dir: 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.write_buffer_manager: 0x5581dc10c1e0 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-27T02:33:39.086 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.unordered_write: 0 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.row_cache: None 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.wal_filter: None 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-27T02:33:39.087 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.two_write_queues: 0 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.wal_compression: 0 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.atomic_flush: 0 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-27T02:33:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-27T02:33:39.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_open_files: -1 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Compression algorithms supported: 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: kZSTD supported: 0 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: kXpressCompression supported: 0 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: kZlibCompression supported: 1 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-27T02:33:39.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-27T02:33:39.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-27T02:33:39.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.merge_operator: 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_filter: None 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5581dc139be0) 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cache_index_and_filter_blocks: 1 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-27T02:33:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: pin_top_level_index_and_filter: 1 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: index_type: 0 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: data_block_index_type: 0 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: index_shortening: 1 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: data_block_hash_table_util_ratio: 0.750000 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: checksum: 4 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: no_block_cache: 0 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: block_cache: 0x5581dc13b090 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: block_cache_name: BinnedLRUCache 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: block_cache_options: 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: capacity : 536870912 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: num_shard_bits : 4 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: strict_capacity_limit : 0 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: high_pri_pool_ratio: 0.000 2024-04-27T02:33:39.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: block_cache_compressed: (nil) 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: persistent_cache: (nil) 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: block_size: 4096 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: block_size_deviation: 10 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: block_restart_interval: 16 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: index_block_restart_interval: 1 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: metadata_block_size: 4096 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: partition_filters: 0 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: use_delta_encoding: 1 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: filter_policy: bloomfilter 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: whole_key_filtering: 1 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: verify_compression: 0 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: read_amp_bytes_per_bit: 0 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: format_version: 5 2024-04-27T02:33:39.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: enable_index_compression: 1 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: block_align: 0 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: max_auto_readahead_size: 262144 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: prepopulate_block_cache: 0 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: initial_auto_readahead_size: 8192 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: num_file_reads_for_auto_readahead: 2 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compression: NoCompression 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.num_levels: 7 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-27T02:33:39.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-27T02:33:39.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-27T02:33:39.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-27T02:33:39.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.table_properties_collectors: 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.bloom_locality: 0 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-27T02:33:39.099 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.ttl: 2592000 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.enable_blob_files: false 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.min_blob_size: 0 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-27T02:33:39.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 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-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7f6f2489-d1c6-4cc0-b7f6-6e4fea6a7d9b 2024-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714185218902202, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714185218903454, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85356, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83529, "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": 77736, "raw_average_value_size": 358, "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": 1714185218, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7f6f2489-d1c6-4cc0-b7f6-6e4fea6a7d9b", "db_session_id": "SBEYN4VEOO8XPU2MZ6JQ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714185218903563, "job": 1, "event": "recovery_finished"} 2024-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.897+0000 7faefc883c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 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-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5581dc230000 2024-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 4 rocksdb: DB pointer 0x5581dc21a000 2024-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faeeafe6700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faeeafe6700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-27T02:33:39.101 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: ** DB Stats ** 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: ** Compaction Stats [default] ** 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: 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-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: L0 2/0 85.19 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Sum 2/0 85.19 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T02:33:39.102 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: ** Compaction Stats [default] ** 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: 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-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 108.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: AddFile(Keys): cumulative 0, interval 0 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Cumulative compaction: 0.00 GB write, 22.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Interval compaction: 0.00 GB write, 22.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: 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-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: Block cache BinnedLRUCache@0x5581dc13b090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-04-27T02:33:39.103 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: 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-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: ** File Read Latency Histogram By Level [default] ** 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] at bind addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 1 mon.a@-1(???) e1 preinit fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 0 mon.a@-1(???).mds e1 new map 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 0 mon.a@-1(???).mds e1 print_map 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: e1 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: 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-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: legacy client fscid: -1 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: No filesystems configured 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:33:39.104 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: debug 2024-04-27T02:33:38.901+0000 7faefc883c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cluster 2024-04-27T02:33:38.928744+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cluster 2024-04-27T02:33:38.928812+0000 mon.a (mon.0) 2 : cluster 0 monmap epoch 1 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cluster 2024-04-27T02:33:38.928822+0000 mon.a (mon.0) 3 : cluster 0 fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cluster 2024-04-27T02:33:38.928829+0000 mon.a (mon.0) 4 : cluster 0 last_changed 2024-04-27T02:33:28.471387+0000 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cluster 2024-04-27T02:33:38.928836+0000 mon.a (mon.0) 5 : cluster 0 created 2024-04-27T02:33:28.471387+0000 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cluster 2024-04-27T02:33:38.928851+0000 mon.a (mon.0) 6 : cluster 0 min_mon_release 19 (squid) 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cluster 2024-04-27T02:33:38.928859+0000 mon.a (mon.0) 7 : cluster 0 election_strategy: 1 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cluster 2024-04-27T02:33:38.928870+0000 mon.a (mon.0) 8 : cluster 0 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cluster 2024-04-27T02:33:38.929268+0000 mon.a (mon.0) 9 : cluster 0 fsmap 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cluster 2024-04-27T02:33:38.929294+0000 mon.a (mon.0) 10 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-04-27T02:33:39.105 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:38 smithi076 bash[21577]: cluster 2024-04-27T02:33:38.929724+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e1: no daemons active 2024-04-27T02:33:39.679 INFO:teuthology.orchestra.run.smithi076.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-27T02:33:39.705 INFO:teuthology.orchestra.run.smithi076.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:33:39.705 INFO:teuthology.orchestra.run.smithi076.stdout:Creating mgr... 2024-04-27T02:33:39.705 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-27T02:33:39.705 INFO:teuthology.orchestra.run.smithi076.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-27T02:33:40.038 INFO:teuthology.orchestra.run.smithi076.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-55e8a228-043e-11ef-bc93-c7b262605968@mgr.a 2024-04-27T02:33:40.039 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Failed to reset failed state of unit ceph-55e8a228-043e-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-55e8a228-043e-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-27T02:33:40.043 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:39 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:33:40.043 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:40 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:33:40.221 INFO:teuthology.orchestra.run.smithi076.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968.target.wants/ceph-55e8a228-043e-11ef-bc93-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service. 2024-04-27T02:33:40.230 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld does not appear to be present 2024-04-27T02:33:40.231 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to enable service . firewalld.service is not available 2024-04-27T02:33:40.231 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld does not appear to be present 2024-04-27T02:33:40.231 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-27T02:33:40.231 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr to start... 2024-04-27T02:33:40.231 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr... 2024-04-27T02:33:40.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:40 smithi076 bash[21577]: audit 2024-04-27T02:33:39.097955+0000 mon.a (mon.0) 12 : audit 1 from='client.? 172.21.15.76:0/1427424384' entity='client.admin' 2024-04-27T02:33:40.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:40 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:33:40.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:40 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:33:40.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:40 smithi076 systemd[1]: Started Ceph mgr.a for 55e8a228-043e-11ef-bc93-c7b262605968. 2024-04-27T02:33:41.591 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:41 smithi076 bash[21834]: debug 2024-04-27T02:33:41.521+0000 7f3f05671200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T02:33:42.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:41 smithi076 bash[21577]: audit 2024-04-27T02:33:41.660363+0000 mon.a (mon.0) 13 : audit 0 from='client.? 172.21.15.76:0/12258754' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-27T02:33:42.236 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:42.236 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:33:42.236 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsid": "55e8a228-043e-11ef-bc93-c7b262605968", 2024-04-27T02:33:42.236 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "health": { 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 0 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "a" 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-27T02:33:42.237 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-27T02:33:42.238 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:42.238 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-27T02:33:42.238 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:42.238 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-27T02:33:42.238 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-27T02:33:42.238 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-27T02:33:42.238 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-27T02:33:42.238 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-27T02:33:42.238 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-27T02:33:42.242 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "restful" 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-27T02:33:42.243 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:42.244 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modified": "2024-04-27T02:33:32.841651+0000", 2024-04-27T02:33:42.244 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:33:42.244 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:42.244 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-27T02:33:42.244 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:33:42.244 INFO:teuthology.orchestra.run.smithi076.stdout:mgr not available, waiting (1/15)... 2024-04-27T02:33:43.341 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:43 smithi076 bash[21834]: debug 2024-04-27T02:33:43.089+0000 7f3f05671200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T02:33:43.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:43 smithi076 bash[21834]: debug 2024-04-27T02:33:43.181+0000 7f3f05671200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T02:33:43.841 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:43 smithi076 bash[21834]: debug 2024-04-27T02:33:43.425+0000 7f3f05671200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T02:33:44.594 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:44 smithi076 bash[21834]: debug 2024-04-27T02:33:44.213+0000 7f3f05671200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T02:33:44.594 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:44 smithi076 bash[21834]: debug 2024-04-27T02:33:44.321+0000 7f3f05671200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T02:33:44.594 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:44 smithi076 bash[21834]: debug 2024-04-27T02:33:44.425+0000 7f3f05671200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T02:33:45.091 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:44 smithi076 bash[21834]: debug 2024-04-27T02:33:44.777+0000 7f3f05671200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T02:33:45.092 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:44 smithi076 bash[21834]: debug 2024-04-27T02:33:44.889+0000 7f3f05671200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T02:33:45.092 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:44 smithi076 bash[21834]: debug 2024-04-27T02:33:44.993+0000 7f3f05671200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T02:33:45.569 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:45 smithi076 bash[21834]: debug 2024-04-27T02:33:45.353+0000 7f3f05671200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T02:33:45.569 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:45 smithi076 bash[21577]: audit 2024-04-27T02:33:45.303534+0000 mon.a (mon.0) 14 : audit 0 from='client.? 172.21.15.76:0/1542967127' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-27T02:33:45.827 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:45 smithi076 bash[21834]: debug 2024-04-27T02:33:45.593+0000 7f3f05671200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T02:33:45.895 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:45.895 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:33:45.895 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsid": "55e8a228-043e-11ef-bc93-c7b262605968", 2024-04-27T02:33:45.895 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "health": { 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 0 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "a" 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-27T02:33:45.896 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:45.897 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-27T02:33:45.897 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-27T02:33:45.897 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:45.897 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-27T02:33:45.897 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:45.897 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-27T02:33:45.897 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-27T02:33:45.897 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-27T02:33:45.897 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-27T02:33:45.897 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-27T02:33:45.897 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-27T02:33:45.900 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:45.901 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "restful" 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modified": "2024-04-27T02:33:32.841651+0000", 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-27T02:33:45.902 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:33:45.903 INFO:teuthology.orchestra.run.smithi076.stdout:mgr not available, waiting (2/15)... 2024-04-27T02:33:46.092 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:45 smithi076 bash[21834]: debug 2024-04-27T02:33:45.849+0000 7f3f05671200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T02:33:46.092 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:45 smithi076 bash[21834]: debug 2024-04-27T02:33:45.961+0000 7f3f05671200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T02:33:46.592 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:46 smithi076 bash[21834]: debug 2024-04-27T02:33:46.229+0000 7f3f05671200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T02:33:46.961 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:46 smithi076 bash[21834]: debug 2024-04-27T02:33:46.633+0000 7f3f05671200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:33:46.961 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:46 smithi076 bash[21834]: debug 2024-04-27T02:33:46.865+0000 7f3f05671200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T02:33:46.961 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:46 smithi076 bash[21834]: debug 2024-04-27T02:33:46.985+0000 7f3f05671200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T02:33:47.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:47 smithi076 bash[21834]: debug 2024-04-27T02:33:47.229+0000 7f3f05671200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:33:48.580 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:48 smithi076 bash[21834]: debug 2024-04-27T02:33:48.233+0000 7f3f05671200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T02:33:48.580 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:48 smithi076 bash[21834]: debug 2024-04-27T02:33:48.345+0000 7f3f05671200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T02:33:48.842 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:48 smithi076 bash[21834]: debug 2024-04-27T02:33:48.645+0000 7f3f05671200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T02:33:48.842 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:48 smithi076 bash[21834]: debug 2024-04-27T02:33:48.761+0000 7f3f05671200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T02:33:49.188 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:48 smithi076 bash[21577]: audit 2024-04-27T02:33:48.938770+0000 mon.a (mon.0) 15 : audit 0 from='client.? 172.21.15.76:0/1111099013' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-27T02:33:49.492 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsid": "55e8a228-043e-11ef-bc93-c7b262605968", 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "health": { 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 0 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "a" 2024-04-27T02:33:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-27T02:33:49.494 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-27T02:33:49.498 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:49.498 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-27T02:33:49.498 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-27T02:33:49.498 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-27T02:33:49.498 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-27T02:33:49.498 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-27T02:33:49.498 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-27T02:33:49.498 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-27T02:33:49.498 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-27T02:33:49.498 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "restful" 2024-04-27T02:33:49.499 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:49.500 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:33:49.500 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:49.500 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-27T02:33:49.500 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:49.500 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modified": "2024-04-27T02:33:32.841651+0000", 2024-04-27T02:33:49.500 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:33:49.500 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:49.500 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-27T02:33:49.500 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:33:49.500 INFO:teuthology.orchestra.run.smithi076.stdout:mgr not available, waiting (3/15)... 2024-04-27T02:33:49.592 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21834]: debug 2024-04-27T02:33:49.209+0000 7f3f05671200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T02:33:49.592 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21834]: debug 2024-04-27T02:33:49.329+0000 7f3f05671200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T02:33:50.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: cluster 2024-04-27T02:33:49.354254+0000 mon.a (mon.0) 16 : cluster 1 Activating manager daemon a 2024-04-27T02:33:50.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: cluster 2024-04-27T02:33:49.358946+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e2: a(active, starting, since 0.00488845s) 2024-04-27T02:33:50.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: audit 2024-04-27T02:33:49.360641+0000 mon.a (mon.0) 18 : audit 0 from='mgr.14100 172.21.15.76:0/3584176752' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T02:33:50.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: audit 2024-04-27T02:33:49.360814+0000 mon.a (mon.0) 19 : audit 0 from='mgr.14100 172.21.15.76:0/3584176752' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T02:33:50.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: audit 2024-04-27T02:33:49.360962+0000 mon.a (mon.0) 20 : audit 0 from='mgr.14100 172.21.15.76:0/3584176752' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T02:33:50.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: audit 2024-04-27T02:33:49.361112+0000 mon.a (mon.0) 21 : audit 0 from='mgr.14100 172.21.15.76:0/3584176752' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:33:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: audit 2024-04-27T02:33:49.361927+0000 mon.a (mon.0) 22 : audit 0 from='mgr.14100 172.21.15.76:0/3584176752' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-27T02:33:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: cluster 2024-04-27T02:33:49.386636+0000 mon.a (mon.0) 23 : cluster 1 Manager daemon a is now available 2024-04-27T02:33:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: audit 2024-04-27T02:33:49.398122+0000 mon.a (mon.0) 24 : audit 1 from='mgr.14100 172.21.15.76:0/3584176752' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-27T02:33:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: audit 2024-04-27T02:33:49.401021+0000 mon.a (mon.0) 25 : audit 1 from='mgr.14100 172.21.15.76:0/3584176752' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-27T02:33:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: audit 2024-04-27T02:33:49.407053+0000 mon.a (mon.0) 26 : audit 1 from='mgr.14100 172.21.15.76:0/3584176752' entity='mgr.a' 2024-04-27T02:33:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: audit 2024-04-27T02:33:49.412358+0000 mon.a (mon.0) 27 : audit 1 from='mgr.14100 172.21.15.76:0/3584176752' entity='mgr.a' 2024-04-27T02:33:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:49 smithi076 bash[21577]: audit 2024-04-27T02:33:49.417377+0000 mon.a (mon.0) 28 : audit 1 from='mgr.14100 172.21.15.76:0/3584176752' entity='mgr.a' 2024-04-27T02:33:51.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:51 smithi076 bash[21577]: cluster 2024-04-27T02:33:50.369478+0000 mon.a (mon.0) 29 : cluster 0 mgrmap e3: a(active, since 1.01541s) 2024-04-27T02:33:53.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:53 smithi076 bash[21577]: cluster 2024-04-27T02:33:52.365452+0000 mon.a (mon.0) 30 : cluster 0 mgrmap e4: a(active, since 3s) 2024-04-27T02:33:53.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:53 smithi076 bash[21577]: audit 2024-04-27T02:33:52.974618+0000 mon.a (mon.0) 31 : audit 0 from='client.? 172.21.15.76:0/1948777212' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-27T02:33:53.624 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:53.624 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsid": "55e8a228-043e-11ef-bc93-c7b262605968", 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "health": { 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 0 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "a" 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:53.625 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-27T02:33:53.626 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-27T02:33:53.626 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:53.626 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-27T02:33:53.626 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:53.626 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-27T02:33:53.626 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-27T02:33:53.626 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-27T02:33:53.626 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-27T02:33:53.626 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-27T02:33:53.626 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-27T02:33:53.629 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:53.629 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-27T02:33:53.629 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-27T02:33:53.629 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-27T02:33:53.629 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-27T02:33:53.630 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "restful" 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "modified": "2024-04-27T02:33:32.841651+0000", 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:33:53.631 INFO:teuthology.orchestra.run.smithi076.stdout:mgr is available 2024-04-27T02:33:55.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:55 smithi076 bash[21577]: audit 2024-04-27T02:33:54.978293+0000 mon.a (mon.0) 32 : audit 1 from='client.? 172.21.15.76:0/1379213850' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-27T02:33:55.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:55 smithi076 bash[21577]: audit 2024-04-27T02:33:54.980760+0000 mon.a (mon.0) 33 : audit 1 from='client.? 172.21.15.76:0/1379213850' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [global] 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout fsid = 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout [osd] 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-27T02:33:55.528 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-27T02:33:55.529 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling cephadm module... 2024-04-27T02:33:57.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:56 smithi076 bash[21577]: audit 2024-04-27T02:33:56.890863+0000 mon.a (mon.0) 34 : audit 1 from='client.? 172.21.15.76:0/4246999188' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-27T02:33:57.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:56 smithi076 bash[21834]: ignoring --setuser ceph since I am not root 2024-04-27T02:33:57.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:56 smithi076 bash[21834]: ignoring --setgroup ceph since I am not root 2024-04-27T02:33:57.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:57 smithi076 bash[21834]: debug 2024-04-27T02:33:57.121+0000 7fc67cc44200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T02:33:58.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:57 smithi076 bash[21577]: audit 2024-04-27T02:33:56.942677+0000 mon.a (mon.0) 35 : audit 1 from='client.? 172.21.15.76:0/4246999188' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-27T02:33:58.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:57 smithi076 bash[21577]: cluster 2024-04-27T02:33:56.947212+0000 mon.a (mon.0) 36 : cluster 0 mgrmap e5: a(active, since 7s) 2024-04-27T02:33:58.966 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:33:58 smithi076 bash[21577]: audit 2024-04-27T02:33:58.798775+0000 mon.a (mon.0) 37 : audit 0 from='client.? 172.21.15.76:0/4282283181' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-27T02:33:58.966 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:58 smithi076 bash[21834]: debug 2024-04-27T02:33:58.701+0000 7fc67cc44200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T02:33:58.966 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:58 smithi076 bash[21834]: debug 2024-04-27T02:33:58.801+0000 7fc67cc44200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T02:33:59.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:59 smithi076 bash[21834]: debug 2024-04-27T02:33:59.049+0000 7fc67cc44200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T02:33:59.379 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:33:59.379 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-27T02:33:59.379 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-27T02:33:59.379 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-27T02:33:59.379 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-27T02:33:59.379 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:33:59.379 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for the mgr to restart... 2024-04-27T02:33:59.380 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr epoch 5... 2024-04-27T02:34:00.088 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:59 smithi076 bash[21834]: debug 2024-04-27T02:33:59.853+0000 7fc67cc44200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T02:34:00.089 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:33:59 smithi076 bash[21834]: debug 2024-04-27T02:33:59.965+0000 7fc67cc44200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T02:34:00.089 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:00 smithi076 bash[21834]: debug 2024-04-27T02:34:00.073+0000 7fc67cc44200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T02:34:00.841 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:00 smithi076 bash[21834]: debug 2024-04-27T02:34:00.433+0000 7fc67cc44200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T02:34:00.842 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:00 smithi076 bash[21834]: debug 2024-04-27T02:34:00.545+0000 7fc67cc44200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T02:34:00.842 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:00 smithi076 bash[21834]: debug 2024-04-27T02:34:00.649+0000 7fc67cc44200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T02:34:01.341 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:01 smithi076 bash[21834]: debug 2024-04-27T02:34:01.004+0000 7fc67cc44200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T02:34:01.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:01 smithi076 bash[21834]: debug 2024-04-27T02:34:01.244+0000 7fc67cc44200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T02:34:01.841 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:01 smithi076 bash[21834]: debug 2024-04-27T02:34:01.504+0000 7fc67cc44200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T02:34:01.842 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:01 smithi076 bash[21834]: debug 2024-04-27T02:34:01.616+0000 7fc67cc44200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T02:34:02.291 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:01 smithi076 bash[21834]: debug 2024-04-27T02:34:01.892+0000 7fc67cc44200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T02:34:02.592 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:02 smithi076 bash[21834]: debug 2024-04-27T02:34:02.312+0000 7fc67cc44200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:34:02.592 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:02 smithi076 bash[21834]: debug 2024-04-27T02:34:02.552+0000 7fc67cc44200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T02:34:03.092 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:02 smithi076 bash[21834]: debug 2024-04-27T02:34:02.668+0000 7fc67cc44200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T02:34:03.092 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:02 smithi076 bash[21834]: debug 2024-04-27T02:34:02.916+0000 7fc67cc44200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:34:04.312 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:03 smithi076 bash[21834]: debug 2024-04-27T02:34:03.924+0000 7fc67cc44200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T02:34:04.312 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:04 smithi076 bash[21834]: debug 2024-04-27T02:34:04.040+0000 7fc67cc44200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T02:34:04.591 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:04 smithi076 bash[21834]: debug 2024-04-27T02:34:04.332+0000 7fc67cc44200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T02:34:04.592 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:04 smithi076 bash[21834]: debug 2024-04-27T02:34:04.448+0000 7fc67cc44200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T02:34:05.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:04 smithi076 bash[21834]: debug 2024-04-27T02:34:04.896+0000 7fc67cc44200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T02:34:05.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:05 smithi076 bash[21834]: debug 2024-04-27T02:34:05.016+0000 7fc67cc44200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T02:34:05.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:05 smithi076 bash[21577]: cluster 2024-04-27T02:34:05.041722+0000 mon.a (mon.0) 38 : cluster 1 Active manager daemon a restarted 2024-04-27T02:34:05.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:05 smithi076 bash[21577]: cluster 2024-04-27T02:34:05.042505+0000 mon.a (mon.0) 39 : cluster 1 Activating manager daemon a 2024-04-27T02:34:05.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:05 smithi076 bash[21577]: cluster 2024-04-27T02:34:05.048866+0000 mon.a (mon.0) 40 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-04-27T02:34:05.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:05 smithi076 bash[21577]: cluster 2024-04-27T02:34:05.049045+0000 mon.a (mon.0) 41 : cluster 0 mgrmap e6: a(active, starting, since 0.00690035s) 2024-04-27T02:34:05.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:05 smithi076 bash[21577]: audit 2024-04-27T02:34:05.053040+0000 mon.a (mon.0) 42 : audit 0 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:34:05.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:05 smithi076 bash[21577]: audit 2024-04-27T02:34:05.054673+0000 mon.a (mon.0) 43 : audit 0 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-27T02:34:05.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:05 smithi076 bash[21577]: audit 2024-04-27T02:34:05.055703+0000 mon.a (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T02:34:05.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:05 smithi076 bash[21577]: audit 2024-04-27T02:34:05.055864+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T02:34:05.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:05 smithi076 bash[21577]: audit 2024-04-27T02:34:05.056017+0000 mon.a (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T02:34:05.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:05 smithi076 bash[21577]: cluster 2024-04-27T02:34:05.087213+0000 mon.a (mon.0) 47 : cluster 1 Manager daemon a is now available 2024-04-27T02:34:06.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:06 smithi076 bash[21577]: cephadm 2024-04-27T02:34:05.105319+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-04-27T02:34:06.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:06 smithi076 bash[21577]: audit 2024-04-27T02:34:05.107479+0000 mon.a (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:06.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:06 smithi076 bash[21577]: audit 2024-04-27T02:34:05.109916+0000 mon.a (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:06.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:06 smithi076 bash[21577]: audit 2024-04-27T02:34:05.112930+0000 mon.a (mon.0) 50 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:06.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:06 smithi076 bash[21577]: audit 2024-04-27T02:34:05.116647+0000 mon.a (mon.0) 51 : audit 0 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:34:06.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:06 smithi076 bash[21577]: audit 2024-04-27T02:34:05.121282+0000 mon.a (mon.0) 52 : audit 0 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:34:06.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:06 smithi076 bash[21577]: audit 2024-04-27T02:34:05.130912+0000 mon.a (mon.0) 53 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-27T02:34:06.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:06 smithi076 bash[21577]: audit 2024-04-27T02:34:05.133941+0000 mon.a (mon.0) 54 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-27T02:34:06.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:06 smithi076 bash[21577]: audit 2024-04-27T02:34:05.863925+0000 mon.a (mon.0) 55 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:06.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:06 smithi076 bash[21577]: audit 2024-04-27T02:34:05.869567+0000 mon.a (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:06.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:06 smithi076 bash[21577]: cluster 2024-04-27T02:34:06.054350+0000 mon.a (mon.0) 57 : cluster 0 mgrmap e7: a(active, since 1.0122s) 2024-04-27T02:34:06.701 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:34:06.702 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-27T02:34:06.702 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-27T02:34:06.702 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:34:06.702 INFO:teuthology.orchestra.run.smithi076.stdout:mgr epoch 5 is available 2024-04-27T02:34:06.702 INFO:teuthology.orchestra.run.smithi076.stdout:Setting orchestrator backend to cephadm... 2024-04-27T02:34:07.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:07 smithi076 bash[21577]: audit 2024-04-27T02:34:06.053314+0000 mgr.a (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-27T02:34:07.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:07 smithi076 bash[21577]: audit 2024-04-27T02:34:06.065094+0000 mgr.a (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-27T02:34:08.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:08 smithi076 bash[21577]: cluster 2024-04-27T02:34:07.114499+0000 mon.a (mon.0) 58 : cluster 0 mgrmap e8: a(active, since 2s) 2024-04-27T02:34:08.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:08 smithi076 bash[21577]: cephadm 2024-04-27T02:34:07.136861+0000 mgr.a (mgr.14120) 4 : cephadm 1 [27/Apr/2024:02:34:07] ENGINE Bus STARTING 2024-04-27T02:34:08.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:08 smithi076 bash[21577]: cephadm 2024-04-27T02:34:07.238941+0000 mgr.a (mgr.14120) 5 : cephadm 1 [27/Apr/2024:02:34:07] ENGINE Serving on http://172.21.15.76:8765 2024-04-27T02:34:08.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:08 smithi076 bash[21577]: cephadm 2024-04-27T02:34:07.357671+0000 mgr.a (mgr.14120) 6 : cephadm 1 [27/Apr/2024:02:34:07] ENGINE Serving on https://172.21.15.76:7150 2024-04-27T02:34:08.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:08 smithi076 bash[21577]: cephadm 2024-04-27T02:34:07.357772+0000 mgr.a (mgr.14120) 7 : cephadm 1 [27/Apr/2024:02:34:07] ENGINE Bus STARTED 2024-04-27T02:34:08.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:08 smithi076 bash[21577]: audit 2024-04-27T02:34:07.396740+0000 mon.a (mon.0) 59 : audit 0 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:34:08.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:08 smithi076 bash[21577]: audit 2024-04-27T02:34:07.876502+0000 mgr.a (mgr.14120) 8 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:34:08.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:08 smithi076 bash[21577]: audit 2024-04-27T02:34:07.881894+0000 mon.a (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:08.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:08 smithi076 bash[21577]: audit 2024-04-27T02:34:07.913938+0000 mon.a (mon.0) 61 : audit 0 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:34:10.319 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-27T02:34:10.319 INFO:teuthology.orchestra.run.smithi076.stdout:Generating ssh key... 2024-04-27T02:34:10.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:10 smithi076 bash[21577]: audit 2024-04-27T02:34:09.692973+0000 mgr.a (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:34:12.092 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: Generating public/private rsa key pair. 2024-04-27T02:34:12.092 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: Your identification has been saved in /tmp/tmpbz5yqfux/key. 2024-04-27T02:34:12.093 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: Your public key has been saved in /tmp/tmpbz5yqfux/key.pub. 2024-04-27T02:34:12.093 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: The key fingerprint is: 2024-04-27T02:34:12.093 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: SHA256:fkGsykvpwISdkt8RUR0uVLX3HS7dwq+fM2e3bFWCgRc ceph-55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:34:12.093 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: The key's randomart image is: 2024-04-27T02:34:12.093 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: +---[RSA 3072]----+ 2024-04-27T02:34:12.093 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: | ..ooo+E. | 2024-04-27T02:34:12.093 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: | o oo o. | 2024-04-27T02:34:12.094 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: | . . +..o.. | 2024-04-27T02:34:12.094 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: | + . . + .o+.=| 2024-04-27T02:34:12.094 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: | + + . S . .o+=| 2024-04-27T02:34:12.094 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: | = o = . .o.| 2024-04-27T02:34:12.094 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: | + * . . o| 2024-04-27T02:34:12.094 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: | + . . .==| 2024-04-27T02:34:12.094 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: | o o*B| 2024-04-27T02:34:12.094 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:11 smithi076 bash[21834]: +----[SHA256]-----+ 2024-04-27T02:34:13.016 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:12 smithi076 bash[21577]: audit 2024-04-27T02:34:11.575792+0000 mgr.a (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:34:13.016 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:12 smithi076 bash[21577]: cephadm 2024-04-27T02:34:11.575986+0000 mgr.a (mgr.14120) 11 : cephadm 1 Generating ssh key... 2024-04-27T02:34:13.016 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:12 smithi076 bash[21577]: audit 2024-04-27T02:34:11.777596+0000 mon.a (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:13.016 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:12 smithi076 bash[21577]: audit 2024-04-27T02:34:11.781974+0000 mon.a (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:14.124 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVwmVhRbyxzYbW2q/Kd0+Gt0eZwNLQPU3U+Kk4hjW3Zrl815p0zjhbhAun8O7+nwtXFLbArtuteZxyWqEUY7qjldD5tT2G5KpBl5+jU9df6HeXZoPqj/8jpfQm+QRLjEEbSfIn4+8ckK+jkJN9w4InpnsT5063lrQPITU6+IY+41YaMO82cFX0hw2zsC/LhdNEmj+wKyh4qXlHEdWWKEUnJ/mjYPnNPXmIAQs4a54WWhp9iF3iBc9muAc7bAeAdS4tN42qm1PfB/UuaLrSqzB6g+6BBh/j3P8nXUkiQV1uNf2xt8YX2oVulffEIV0tfU+x9rqUVBL2KksrkGS5Zi+S3X2pWqmQIXj1N57gr1Jek40KKxJa+f8oNG8EE7dlylCZAqObbWGrv0w3/19Lg+F7guflpjBgkuTbCWkeRA2tzbNLU601nXuTcEVhh2V9p7lkTWo9xmAiTGb1/zR1ds7yuOdIkgLxeO4tiOvLLEFnw2S7PJCKg+crgaoov0r5iRU= ceph-55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:34:14.125 INFO:teuthology.orchestra.run.smithi076.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-27T02:34:14.125 INFO:teuthology.orchestra.run.smithi076.stdout:Adding key to root@localhost authorized_keys... 2024-04-27T02:34:14.125 INFO:teuthology.orchestra.run.smithi076.stdout:Adding host smithi076... 2024-04-27T02:34:14.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:14 smithi076 bash[21577]: audit 2024-04-27T02:34:13.599287+0000 mgr.a (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:34:16.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:16 smithi076 bash[21577]: audit 2024-04-27T02:34:15.460654+0000 mgr.a (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi076", "addr": "172.21.15.76", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:34:17.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:17 smithi076 bash[21577]: cephadm 2024-04-27T02:34:16.068628+0000 mgr.a (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi076 2024-04-27T02:34:21.675 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Added host 'smithi076' with addr '172.21.15.76' 2024-04-27T02:34:21.675 INFO:teuthology.orchestra.run.smithi076.stdout:Deploying unmanaged mon service... 2024-04-27T02:34:22.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:22 smithi076 bash[21577]: audit 2024-04-27T02:34:20.994107+0000 mon.a (mon.0) 64 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:22.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:22 smithi076 bash[21577]: cephadm 2024-04-27T02:34:20.994569+0000 mgr.a (mgr.14120) 15 : cephadm 1 Added host smithi076 2024-04-27T02:34:22.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:22 smithi076 bash[21577]: audit 2024-04-27T02:34:21.022176+0000 mon.a (mon.0) 65 : audit 0 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:34:24.250 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-27T02:34:24.251 INFO:teuthology.orchestra.run.smithi076.stdout:Deploying unmanaged mgr service... 2024-04-27T02:34:24.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:24 smithi076 bash[21577]: audit 2024-04-27T02:34:23.601351+0000 mgr.a (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:34:24.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:24 smithi076 bash[21577]: cephadm 2024-04-27T02:34:23.604697+0000 mgr.a (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2024-04-27T02:34:24.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:24 smithi076 bash[21577]: audit 2024-04-27T02:34:23.607799+0000 mon.a (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:24.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:24 smithi076 bash[21577]: audit 2024-04-27T02:34:23.998235+0000 mon.a (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:24.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:24 smithi076 bash[21577]: audit 2024-04-27T02:34:24.540766+0000 mon.a (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:26.140 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-27T02:34:26.837 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:26 smithi076 bash[21577]: cluster 2024-04-27T02:34:25.056972+0000 mgr.a (mgr.14120) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:34:26.837 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:26 smithi076 bash[21577]: audit 2024-04-27T02:34:25.531574+0000 mgr.a (mgr.14120) 19 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:34:26.837 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:26 smithi076 bash[21577]: cephadm 2024-04-27T02:34:25.533146+0000 mgr.a (mgr.14120) 20 : cephadm 1 Saving service mgr spec with placement count:2 2024-04-27T02:34:26.837 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:26 smithi076 bash[21577]: audit 2024-04-27T02:34:25.537505+0000 mon.a (mon.0) 69 : audit 1 from='mgr.14120 172.21.15.76:0/1524216395' entity='mgr.a' 2024-04-27T02:34:28.669 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:28 smithi076 bash[21577]: cluster 2024-04-27T02:34:27.057332+0000 mgr.a (mgr.14120) 21 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:34:28.669 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:28 smithi076 bash[21577]: audit 2024-04-27T02:34:27.447751+0000 mon.a (mon.0) 70 : audit 1 from='client.? 172.21.15.76:0/1412476386' entity='client.admin' 2024-04-27T02:34:29.901 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling the dashboard module... 2024-04-27T02:34:30.553 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:30 smithi076 bash[21577]: cluster 2024-04-27T02:34:29.057629+0000 mgr.a (mgr.14120) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:34:30.553 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:30 smithi076 bash[21577]: audit 2024-04-27T02:34:29.289741+0000 mon.a (mon.0) 71 : audit 1 from='client.? 172.21.15.76:0/3841827419' entity='client.admin' 2024-04-27T02:34:31.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:31 smithi076 bash[21577]: audit 2024-04-27T02:34:31.274188+0000 mon.a (mon.0) 72 : audit 1 from='client.? 172.21.15.76:0/3301313225' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-27T02:34:31.592 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:31 smithi076 bash[21834]: ignoring --setuser ceph since I am not root 2024-04-27T02:34:31.592 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:31 smithi076 bash[21834]: ignoring --setgroup ceph since I am not root 2024-04-27T02:34:31.592 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:31 smithi076 bash[21834]: debug 2024-04-27T02:34:31.504+0000 7fe034771200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T02:34:32.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:32 smithi076 bash[21577]: audit 2024-04-27T02:34:31.293819+0000 mon.a (mon.0) 73 : audit 1 from='client.? 172.21.15.76:0/3301313225' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-27T02:34:32.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:32 smithi076 bash[21577]: cluster 2024-04-27T02:34:31.299562+0000 mon.a (mon.0) 74 : cluster 0 mgrmap e9: a(active, since 26s) 2024-04-27T02:34:33.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:33 smithi076 bash[21577]: audit 2024-04-27T02:34:33.299005+0000 mon.a (mon.0) 75 : audit 0 from='client.? 172.21.15.76:0/1526637088' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-27T02:34:33.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:33 smithi076 bash[21834]: debug 2024-04-27T02:34:33.112+0000 7fe034771200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T02:34:33.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:33 smithi076 bash[21834]: debug 2024-04-27T02:34:33.208+0000 7fe034771200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T02:34:33.841 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:33 smithi076 bash[21834]: debug 2024-04-27T02:34:33.460+0000 7fe034771200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T02:34:33.947 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:34:33.947 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-27T02:34:33.947 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-27T02:34:33.947 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-27T02:34:33.947 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-27T02:34:33.947 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:34:33.948 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for the mgr to restart... 2024-04-27T02:34:33.948 INFO:teuthology.orchestra.run.smithi076.stdout:Waiting for mgr epoch 9... 2024-04-27T02:34:34.584 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:34 smithi076 bash[21834]: debug 2024-04-27T02:34:34.260+0000 7fe034771200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T02:34:34.584 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:34 smithi076 bash[21834]: debug 2024-04-27T02:34:34.371+0000 7fe034771200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T02:34:34.584 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:34 smithi076 bash[21834]: debug 2024-04-27T02:34:34.475+0000 7fe034771200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T02:34:34.841 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:34 smithi076 bash[21834]: debug 2024-04-27T02:34:34.847+0000 7fe034771200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T02:34:35.341 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:34 smithi076 bash[21834]: debug 2024-04-27T02:34:34.959+0000 7fe034771200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T02:34:35.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:35 smithi076 bash[21834]: debug 2024-04-27T02:34:35.063+0000 7fe034771200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T02:34:35.841 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:35 smithi076 bash[21834]: debug 2024-04-27T02:34:35.419+0000 7fe034771200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T02:34:35.841 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:35 smithi076 bash[21834]: debug 2024-04-27T02:34:35.659+0000 7fe034771200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T02:34:36.282 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:35 smithi076 bash[21834]: debug 2024-04-27T02:34:35.919+0000 7fe034771200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T02:34:36.282 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:36 smithi076 bash[21834]: debug 2024-04-27T02:34:36.031+0000 7fe034771200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T02:34:37.059 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:36 smithi076 bash[21834]: debug 2024-04-27T02:34:36.307+0000 7fe034771200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T02:34:37.059 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:36 smithi076 bash[21834]: debug 2024-04-27T02:34:36.723+0000 7fe034771200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:34:37.059 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:36 smithi076 bash[21834]: debug 2024-04-27T02:34:36.967+0000 7fe034771200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T02:34:37.341 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:37 smithi076 bash[21834]: debug 2024-04-27T02:34:37.083+0000 7fe034771200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T02:34:37.342 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:37 smithi076 bash[21834]: debug 2024-04-27T02:34:37.331+0000 7fe034771200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:34:38.592 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:38 smithi076 bash[21834]: debug 2024-04-27T02:34:38.363+0000 7fe034771200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T02:34:38.592 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:38 smithi076 bash[21834]: debug 2024-04-27T02:34:38.479+0000 7fe034771200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T02:34:39.092 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:38 smithi076 bash[21834]: debug 2024-04-27T02:34:38.771+0000 7fe034771200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T02:34:39.092 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:38 smithi076 bash[21834]: debug 2024-04-27T02:34:38.883+0000 7fe034771200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T02:34:39.582 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21834]: debug 2024-04-27T02:34:39.331+0000 7fe034771200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T02:34:39.582 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21834]: debug 2024-04-27T02:34:39.451+0000 7fe034771200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T02:34:39.583 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21577]: cluster 2024-04-27T02:34:39.474574+0000 mon.a (mon.0) 76 : cluster 1 Active manager daemon a restarted 2024-04-27T02:34:39.583 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21577]: cluster 2024-04-27T02:34:39.475080+0000 mon.a (mon.0) 77 : cluster 1 Activating manager daemon a 2024-04-27T02:34:39.583 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21577]: cluster 2024-04-27T02:34:39.481806+0000 mon.a (mon.0) 78 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-04-27T02:34:39.583 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21577]: cluster 2024-04-27T02:34:39.482081+0000 mon.a (mon.0) 79 : cluster 0 mgrmap e10: a(active, starting, since 0.00720059s) 2024-04-27T02:34:39.583 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21577]: audit 2024-04-27T02:34:39.484166+0000 mon.a (mon.0) 80 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:34:39.583 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21577]: audit 2024-04-27T02:34:39.486072+0000 mon.a (mon.0) 81 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-27T02:34:39.583 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21577]: audit 2024-04-27T02:34:39.487171+0000 mon.a (mon.0) 82 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T02:34:39.583 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21577]: audit 2024-04-27T02:34:39.487478+0000 mon.a (mon.0) 83 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T02:34:39.583 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21577]: audit 2024-04-27T02:34:39.487672+0000 mon.a (mon.0) 84 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T02:34:39.583 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:39 smithi076 bash[21577]: cluster 2024-04-27T02:34:39.510286+0000 mon.a (mon.0) 85 : cluster 1 Manager daemon a is now available 2024-04-27T02:34:40.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:40 smithi076 bash[21577]: audit 2024-04-27T02:34:39.533028+0000 mon.a (mon.0) 86 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:40.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:40 smithi076 bash[21577]: audit 2024-04-27T02:34:39.536465+0000 mon.a (mon.0) 87 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:34:40.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:40 smithi076 bash[21577]: audit 2024-04-27T02:34:39.557445+0000 mon.a (mon.0) 88 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-27T02:34:40.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:40 smithi076 bash[21577]: audit 2024-04-27T02:34:39.559934+0000 mon.a (mon.0) 89 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-27T02:34:40.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:40 smithi076 bash[21577]: cephadm 2024-04-27T02:34:39.929590+0000 mgr.a (mgr.14152) 1 : cephadm 1 [27/Apr/2024:02:34:39] ENGINE Bus STARTING 2024-04-27T02:34:40.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:40 smithi076 bash[21577]: cephadm 2024-04-27T02:34:40.047516+0000 mgr.a (mgr.14152) 2 : cephadm 1 [27/Apr/2024:02:34:40] ENGINE Serving on https://172.21.15.76:7150 2024-04-27T02:34:40.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:40 smithi076 bash[21577]: cephadm 2024-04-27T02:34:40.148777+0000 mgr.a (mgr.14152) 3 : cephadm 1 [27/Apr/2024:02:34:40] ENGINE Serving on http://172.21.15.76:8765 2024-04-27T02:34:40.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:40 smithi076 bash[21577]: cephadm 2024-04-27T02:34:40.148919+0000 mgr.a (mgr.14152) 4 : cephadm 1 [27/Apr/2024:02:34:40] ENGINE Bus STARTED 2024-04-27T02:34:40.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:40 smithi076 bash[21577]: cluster 2024-04-27T02:34:40.487935+0000 mon.a (mon.0) 90 : cluster 0 mgrmap e11: a(active, since 1.01305s) 2024-04-27T02:34:41.203 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:34:41.203 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-27T02:34:41.203 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-27T02:34:41.204 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:34:41.204 INFO:teuthology.orchestra.run.smithi076.stdout:mgr epoch 9 is available 2024-04-27T02:34:41.204 INFO:teuthology.orchestra.run.smithi076.stdout:Generating a dashboard self-signed certificate... 2024-04-27T02:34:41.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:41 smithi076 bash[21577]: audit 2024-04-27T02:34:40.485966+0000 mgr.a (mgr.14152) 5 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-27T02:34:41.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:41 smithi076 bash[21577]: audit 2024-04-27T02:34:40.498872+0000 mgr.a (mgr.14152) 6 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-27T02:34:42.835 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:42 smithi076 bash[21577]: cluster 2024-04-27T02:34:41.540895+0000 mon.a (mon.0) 91 : cluster 0 mgrmap e12: a(active, since 2s) 2024-04-27T02:34:43.282 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-27T02:34:43.282 INFO:teuthology.orchestra.run.smithi076.stdout:Creating initial admin user... 2024-04-27T02:34:43.942 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:43 smithi076 bash[21577]: audit 2024-04-27T02:34:42.476430+0000 mgr.a (mgr.14152) 7 : audit 0 from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:34:43.942 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:43 smithi076 bash[21577]: audit 2024-04-27T02:34:42.635006+0000 mon.a (mon.0) 92 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:43.942 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:43 smithi076 bash[21577]: audit 2024-04-27T02:34:42.640365+0000 mon.a (mon.0) 93 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:45.413 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$bDHmB1wOGPOdKR8eeQVrzuWyZCxi9sEGdKAmAFoj.sbos3jPEeOfS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714185284, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-27T02:34:45.413 INFO:teuthology.orchestra.run.smithi076.stdout:Fetching dashboard port number... 2024-04-27T02:34:46.082 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:45 smithi076 bash[21577]: audit 2024-04-27T02:34:44.575046+0000 mgr.a (mgr.14152) 8 : audit 0 from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:34:46.082 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:45 smithi076 bash[21577]: audit 2024-04-27T02:34:44.850762+0000 mon.a (mon.0) 94 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:47.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:46 smithi076 bash[21577]: cluster 2024-04-27T02:34:45.861466+0000 mon.a (mon.0) 95 : cluster 0 mgrmap e13: a(active, since 6s) 2024-04-27T02:34:47.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:46 smithi076 bash[21577]: audit 2024-04-27T02:34:46.216401+0000 mon.a (mon.0) 96 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:47.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:46 smithi076 bash[21577]: audit 2024-04-27T02:34:46.217364+0000 mon.a (mon.0) 97 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:34:47.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:46 smithi076 bash[21577]: audit 2024-04-27T02:34:46.221209+0000 mon.a (mon.0) 98 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:47.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:46 smithi076 bash[21577]: audit 2024-04-27T02:34:46.222860+0000 mon.a (mon.0) 99 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-27T02:34:47.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:46 smithi076 bash[21577]: audit 2024-04-27T02:34:46.223525+0000 mon.a (mon.0) 100 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]': finished 2024-04-27T02:34:47.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:46 smithi076 bash[21577]: audit 2024-04-27T02:34:46.686556+0000 mon.a (mon.0) 101 : audit 0 from='client.? 172.21.15.76:0/184574739' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-27T02:34:47.360 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stdout 8443 2024-04-27T02:34:47.360 INFO:teuthology.orchestra.run.smithi076.stdout:firewalld does not appear to be present 2024-04-27T02:34:47.360 INFO:teuthology.orchestra.run.smithi076.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-27T02:34:47.362 INFO:teuthology.orchestra.run.smithi076.stdout:Ceph Dashboard is now available at: 2024-04-27T02:34:47.362 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:34:47.362 INFO:teuthology.orchestra.run.smithi076.stdout: URL: https://smithi076.front.sepia.ceph.com:8443/ 2024-04-27T02:34:47.362 INFO:teuthology.orchestra.run.smithi076.stdout: User: admin 2024-04-27T02:34:47.362 INFO:teuthology.orchestra.run.smithi076.stdout: Password: nksg0717s1 2024-04-27T02:34:47.362 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:34:47.363 INFO:teuthology.orchestra.run.smithi076.stdout:Saving cluster configuration to /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config directory 2024-04-27T02:34:47.363 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling autotune for osd_memory_target 2024-04-27T02:34:48.085 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:47 smithi076 bash[21577]: cephadm 2024-04-27T02:34:46.489329+0000 mgr.a (mgr.14152) 9 : cephadm 1 Deploying daemon agent.smithi076 on smithi076 2024-04-27T02:34:51.281 INFO:teuthology.orchestra.run.smithi076.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-27T02:34:51.281 INFO:teuthology.orchestra.run.smithi076.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-27T02:34:51.281 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:34:51.281 INFO:teuthology.orchestra.run.smithi076.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:34:51.281 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:34:51.281 INFO:teuthology.orchestra.run.smithi076.stdout:Or, if you are only running a single cluster on this host: 2024-04-27T02:34:51.281 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:34:51.281 INFO:teuthology.orchestra.run.smithi076.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-27T02:34:51.281 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:34:51.281 INFO:teuthology.orchestra.run.smithi076.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-27T02:34:51.281 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:34:51.282 INFO:teuthology.orchestra.run.smithi076.stdout: ceph telemetry on 2024-04-27T02:34:51.282 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:34:51.282 INFO:teuthology.orchestra.run.smithi076.stdout:For more information see: 2024-04-27T02:34:51.282 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:34:51.282 INFO:teuthology.orchestra.run.smithi076.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-27T02:34:51.282 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:34:51.282 INFO:teuthology.orchestra.run.smithi076.stdout:Bootstrap complete. 2024-04-27T02:34:51.341 INFO:tasks.cephadm:Fetching config... 2024-04-27T02:34:51.341 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:34:51.341 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-27T02:34:51.347 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-27T02:34:51.347 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:34:51.347 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-27T02:34:51.392 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-27T02:34:51.392 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:34:51.392 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-27T02:34:51.448 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-27T02:34:51.448 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:34:51.448 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-27T02:34:51.500 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-27T02:34:51.500 DEBUG:teuthology.orchestra.run.smithi076:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVwmVhRbyxzYbW2q/Kd0+Gt0eZwNLQPU3U+Kk4hjW3Zrl815p0zjhbhAun8O7+nwtXFLbArtuteZxyWqEUY7qjldD5tT2G5KpBl5+jU9df6HeXZoPqj/8jpfQm+QRLjEEbSfIn4+8ckK+jkJN9w4InpnsT5063lrQPITU6+IY+41YaMO82cFX0hw2zsC/LhdNEmj+wKyh4qXlHEdWWKEUnJ/mjYPnNPXmIAQs4a54WWhp9iF3iBc9muAc7bAeAdS4tN42qm1PfB/UuaLrSqzB6g+6BBh/j3P8nXUkiQV1uNf2xt8YX2oVulffEIV0tfU+x9rqUVBL2KksrkGS5Zi+S3X2pWqmQIXj1N57gr1Jek40KKxJa+f8oNG8EE7dlylCZAqObbWGrv0w3/19Lg+F7guflpjBgkuTbCWkeRA2tzbNLU601nXuTcEVhh2V9p7lkTWo9xmAiTGb1/zR1ds7yuOdIkgLxeO4tiOvLLEFnw2S7PJCKg+crgaoov0r5iRU= ceph-55e8a228-043e-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-27T02:34:51.559 INFO:teuthology.orchestra.run.smithi076.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVwmVhRbyxzYbW2q/Kd0+Gt0eZwNLQPU3U+Kk4hjW3Zrl815p0zjhbhAun8O7+nwtXFLbArtuteZxyWqEUY7qjldD5tT2G5KpBl5+jU9df6HeXZoPqj/8jpfQm+QRLjEEbSfIn4+8ckK+jkJN9w4InpnsT5063lrQPITU6+IY+41YaMO82cFX0hw2zsC/LhdNEmj+wKyh4qXlHEdWWKEUnJ/mjYPnNPXmIAQs4a54WWhp9iF3iBc9muAc7bAeAdS4tN42qm1PfB/UuaLrSqzB6g+6BBh/j3P8nXUkiQV1uNf2xt8YX2oVulffEIV0tfU+x9rqUVBL2KksrkGS5Zi+S3X2pWqmQIXj1N57gr1Jek40KKxJa+f8oNG8EE7dlylCZAqObbWGrv0w3/19Lg+F7guflpjBgkuTbCWkeRA2tzbNLU601nXuTcEVhh2V9p7lkTWo9xmAiTGb1/zR1ds7yuOdIkgLxeO4tiOvLLEFnw2S7PJCKg+crgaoov0r5iRU= ceph-55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:34:51.566 DEBUG:teuthology.orchestra.run.smithi115:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVwmVhRbyxzYbW2q/Kd0+Gt0eZwNLQPU3U+Kk4hjW3Zrl815p0zjhbhAun8O7+nwtXFLbArtuteZxyWqEUY7qjldD5tT2G5KpBl5+jU9df6HeXZoPqj/8jpfQm+QRLjEEbSfIn4+8ckK+jkJN9w4InpnsT5063lrQPITU6+IY+41YaMO82cFX0hw2zsC/LhdNEmj+wKyh4qXlHEdWWKEUnJ/mjYPnNPXmIAQs4a54WWhp9iF3iBc9muAc7bAeAdS4tN42qm1PfB/UuaLrSqzB6g+6BBh/j3P8nXUkiQV1uNf2xt8YX2oVulffEIV0tfU+x9rqUVBL2KksrkGS5Zi+S3X2pWqmQIXj1N57gr1Jek40KKxJa+f8oNG8EE7dlylCZAqObbWGrv0w3/19Lg+F7guflpjBgkuTbCWkeRA2tzbNLU601nXuTcEVhh2V9p7lkTWo9xmAiTGb1/zR1ds7yuOdIkgLxeO4tiOvLLEFnw2S7PJCKg+crgaoov0r5iRU= ceph-55e8a228-043e-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-27T02:34:51.588 INFO:teuthology.orchestra.run.smithi115.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVwmVhRbyxzYbW2q/Kd0+Gt0eZwNLQPU3U+Kk4hjW3Zrl815p0zjhbhAun8O7+nwtXFLbArtuteZxyWqEUY7qjldD5tT2G5KpBl5+jU9df6HeXZoPqj/8jpfQm+QRLjEEbSfIn4+8ckK+jkJN9w4InpnsT5063lrQPITU6+IY+41YaMO82cFX0hw2zsC/LhdNEmj+wKyh4qXlHEdWWKEUnJ/mjYPnNPXmIAQs4a54WWhp9iF3iBc9muAc7bAeAdS4tN42qm1PfB/UuaLrSqzB6g+6BBh/j3P8nXUkiQV1uNf2xt8YX2oVulffEIV0tfU+x9rqUVBL2KksrkGS5Zi+S3X2pWqmQIXj1N57gr1Jek40KKxJa+f8oNG8EE7dlylCZAqObbWGrv0w3/19Lg+F7guflpjBgkuTbCWkeRA2tzbNLU601nXuTcEVhh2V9p7lkTWo9xmAiTGb1/zR1ds7yuOdIkgLxeO4tiOvLLEFnw2S7PJCKg+crgaoov0r5iRU= ceph-55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:34:51.597 DEBUG:teuthology.orchestra.run.smithi161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVwmVhRbyxzYbW2q/Kd0+Gt0eZwNLQPU3U+Kk4hjW3Zrl815p0zjhbhAun8O7+nwtXFLbArtuteZxyWqEUY7qjldD5tT2G5KpBl5+jU9df6HeXZoPqj/8jpfQm+QRLjEEbSfIn4+8ckK+jkJN9w4InpnsT5063lrQPITU6+IY+41YaMO82cFX0hw2zsC/LhdNEmj+wKyh4qXlHEdWWKEUnJ/mjYPnNPXmIAQs4a54WWhp9iF3iBc9muAc7bAeAdS4tN42qm1PfB/UuaLrSqzB6g+6BBh/j3P8nXUkiQV1uNf2xt8YX2oVulffEIV0tfU+x9rqUVBL2KksrkGS5Zi+S3X2pWqmQIXj1N57gr1Jek40KKxJa+f8oNG8EE7dlylCZAqObbWGrv0w3/19Lg+F7guflpjBgkuTbCWkeRA2tzbNLU601nXuTcEVhh2V9p7lkTWo9xmAiTGb1/zR1ds7yuOdIkgLxeO4tiOvLLEFnw2S7PJCKg+crgaoov0r5iRU= ceph-55e8a228-043e-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-27T02:34:51.622 INFO:teuthology.orchestra.run.smithi161.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVwmVhRbyxzYbW2q/Kd0+Gt0eZwNLQPU3U+Kk4hjW3Zrl815p0zjhbhAun8O7+nwtXFLbArtuteZxyWqEUY7qjldD5tT2G5KpBl5+jU9df6HeXZoPqj/8jpfQm+QRLjEEbSfIn4+8ckK+jkJN9w4InpnsT5063lrQPITU6+IY+41YaMO82cFX0hw2zsC/LhdNEmj+wKyh4qXlHEdWWKEUnJ/mjYPnNPXmIAQs4a54WWhp9iF3iBc9muAc7bAeAdS4tN42qm1PfB/UuaLrSqzB6g+6BBh/j3P8nXUkiQV1uNf2xt8YX2oVulffEIV0tfU+x9rqUVBL2KksrkGS5Zi+S3X2pWqmQIXj1N57gr1Jek40KKxJa+f8oNG8EE7dlylCZAqObbWGrv0w3/19Lg+F7guflpjBgkuTbCWkeRA2tzbNLU601nXuTcEVhh2V9p7lkTWo9xmAiTGb1/zR1ds7yuOdIkgLxeO4tiOvLLEFnw2S7PJCKg+crgaoov0r5iRU= ceph-55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:34:51.631 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-27T02:34:51.677 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:51 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:34:51.677 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:51 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:34:51.922 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:51 smithi076 bash[21577]: audit 2024-04-27T02:34:50.705827+0000 mon.a (mon.0) 102 : audit 1 from='client.? 172.21.15.76:0/4148774927' entity='client.admin' 2024-04-27T02:34:51.922 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:51 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:34:51.923 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:34:51 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:34:53.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:51.992377+0000 mon.a (mon.0) 103 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:53.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:52.023090+0000 mon.a (mon.0) 104 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:53.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:52.029077+0000 mon.a (mon.0) 105 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:53.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:52.062516+0000 mon.a (mon.0) 106 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:34:53.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:52.069112+0000 mon.a (mon.0) 107 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:53.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:52.073195+0000 mon.a (mon.0) 108 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:53.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:52.077220+0000 mon.a (mon.0) 109 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:53.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:52.081223+0000 mon.a (mon.0) 110 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:53.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:52.086352+0000 mon.a (mon.0) 111 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:53.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:52.121705+0000 mon.a (mon.0) 112 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:34:53.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:52.127428+0000 mon.a (mon.0) 113 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:53.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:52 smithi076 bash[21577]: audit 2024-04-27T02:34:52.451694+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:55.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:55 smithi076 bash[21577]: audit 2024-04-27T02:34:54.557285+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:56.349 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:34:58.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:57 smithi076 bash[21577]: audit 2024-04-27T02:34:56.722761+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:58.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:34:57 smithi076 bash[21577]: audit 2024-04-27T02:34:56.725871+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:34:59.914 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-27T02:34:59.915 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-27T02:35:00.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:00 smithi076 bash[21577]: audit 2024-04-27T02:34:59.209091+0000 mon.a (mon.0) 118 : audit 1 from='client.? 172.21.15.76:0/1262414011' entity='client.admin' 2024-04-27T02:35:00.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:00 smithi076 bash[21577]: audit 2024-04-27T02:34:59.241944+0000 mon.a (mon.0) 119 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:35:00.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:00 smithi076 bash[21577]: audit 2024-04-27T02:34:59.247105+0000 mon.a (mon.0) 120 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:01.507 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:01 smithi076 bash[21577]: cluster 2024-04-27T02:34:59.488940+0000 mgr.a (mgr.14152) 10 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:03.575 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:03 smithi076 bash[21577]: cluster 2024-04-27T02:35:01.489361+0000 mgr.a (mgr.14152) 11 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:04.467 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:35:05.488 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:05 smithi076 bash[21577]: cluster 2024-04-27T02:35:03.489823+0000 mgr.a (mgr.14152) 12 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:05.488 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:05 smithi076 bash[21577]: audit 2024-04-27T02:35:04.203249+0000 mon.a (mon.0) 121 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:05.488 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:05 smithi076 bash[21577]: audit 2024-04-27T02:35:04.208324+0000 mon.a (mon.0) 122 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:07.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:07 smithi076 bash[21577]: cluster 2024-04-27T02:35:05.490262+0000 mgr.a (mgr.14152) 13 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:07.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:07 smithi076 bash[21577]: audit 2024-04-27T02:35:07.137216+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:07.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:07 smithi076 bash[21577]: audit 2024-04-27T02:35:07.146733+0000 mon.a (mon.0) 124 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:35:07.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:07 smithi076 bash[21577]: audit 2024-04-27T02:35:07.148775+0000 mon.a (mon.0) 125 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:35:07.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:07 smithi076 bash[21577]: audit 2024-04-27T02:35:07.149610+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:35:07.850 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi115 2024-04-27T02:35:07.850 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:35:07.850 DEBUG:teuthology.orchestra.run.smithi115:> dd of=/etc/ceph/ceph.conf 2024-04-27T02:35:07.856 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:35:07.856 DEBUG:teuthology.orchestra.run.smithi115:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:35:07.905 INFO:tasks.cephadm:Adding host smithi115 to orchestrator... 2024-04-27T02:35:07.905 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph orch host add smithi115 2024-04-27T02:35:08.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:08 smithi076 bash[21577]: audit 2024-04-27T02:35:07.132133+0000 mgr.a (mgr.14152) 14 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:35:08.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:08 smithi076 bash[21577]: cephadm 2024-04-27T02:35:07.150697+0000 mgr.a (mgr.14152) 15 : cephadm 1 Updating smithi076:/etc/ceph/ceph.conf 2024-04-27T02:35:08.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:08 smithi076 bash[21577]: cephadm 2024-04-27T02:35:07.264563+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:35:08.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:08 smithi076 bash[21577]: audit 2024-04-27T02:35:07.613573+0000 mon.a (mon.0) 127 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:08.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:08 smithi076 bash[21577]: audit 2024-04-27T02:35:07.618837+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:08.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:08 smithi076 bash[21577]: audit 2024-04-27T02:35:07.624004+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:09.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:09 smithi076 bash[21577]: cephadm 2024-04-27T02:35:07.378541+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:35:09.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:09 smithi076 bash[21577]: cluster 2024-04-27T02:35:07.490691+0000 mgr.a (mgr.14152) 18 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:09.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:09 smithi076 bash[21577]: cephadm 2024-04-27T02:35:07.493431+0000 mgr.a (mgr.14152) 19 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:35:11.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:11 smithi076 bash[21577]: cluster 2024-04-27T02:35:09.491104+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:12.616 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:35:13.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:13 smithi076 bash[21577]: cluster 2024-04-27T02:35:11.491553+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:15.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:15 smithi076 bash[21577]: cluster 2024-04-27T02:35:13.492008+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:17.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:16 smithi076 bash[21577]: cluster 2024-04-27T02:35:15.492386+0000 mgr.a (mgr.14152) 23 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:17.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:16 smithi076 bash[21577]: audit 2024-04-27T02:35:15.686186+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:17.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:16 smithi076 bash[21577]: audit 2024-04-27T02:35:15.689588+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:17.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:16 smithi076 bash[21577]: audit 2024-04-27T02:35:15.693477+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:18.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:17 smithi076 bash[21577]: audit 2024-04-27T02:35:16.720729+0000 mgr.a (mgr.14152) 24 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi115", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:35:19.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:18 smithi076 bash[21577]: cephadm 2024-04-27T02:35:17.429496+0000 mgr.a (mgr.14152) 25 : cephadm 1 Deploying cephadm binary to smithi115 2024-04-27T02:35:19.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:18 smithi076 bash[21577]: cluster 2024-04-27T02:35:17.492755+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:21.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:20 smithi076 bash[21577]: cluster 2024-04-27T02:35:19.493200+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:22.650 INFO:teuthology.orchestra.run.smithi076.stdout:Added host 'smithi115' with addr '172.21.15.115' 2024-04-27T02:35:23.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:22 smithi076 bash[21577]: cluster 2024-04-27T02:35:21.493535+0000 mgr.a (mgr.14152) 28 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:23.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:22 smithi076 bash[21577]: audit 2024-04-27T02:35:22.676847+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:23.389 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-27T02:35:24.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:23 smithi076 bash[21577]: cephadm 2024-04-27T02:35:22.677693+0000 mgr.a (mgr.14152) 29 : cephadm 1 Added host smithi115 2024-04-27T02:35:24.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:23 smithi076 bash[21577]: audit 2024-04-27T02:35:22.695117+0000 mon.a (mon.0) 134 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:35:24.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:23 smithi076 bash[21577]: audit 2024-04-27T02:35:23.172059+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:25 smithi076 bash[21577]: cluster 2024-04-27T02:35:23.493962+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:25 smithi076 bash[21577]: audit 2024-04-27T02:35:24.696883+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:25 smithi076 bash[21577]: audit 2024-04-27T02:35:24.702984+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:25 smithi076 bash[21577]: audit 2024-04-27T02:35:24.704398+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:35:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:25 smithi076 bash[21577]: audit 2024-04-27T02:35:24.706609+0000 mon.a (mon.0) 139 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:35:25.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:25 smithi076 bash[21577]: audit 2024-04-27T02:35:24.708525+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:35:26.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:26 smithi076 bash[21577]: cephadm 2024-04-27T02:35:24.711351+0000 mgr.a (mgr.14152) 31 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-27T02:35:26.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:26 smithi076 bash[21577]: cephadm 2024-04-27T02:35:24.927247+0000 mgr.a (mgr.14152) 32 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:35:26.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:26 smithi076 bash[21577]: cephadm 2024-04-27T02:35:25.092452+0000 mgr.a (mgr.14152) 33 : cephadm 1 Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:35:26.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:26 smithi076 bash[21577]: cephadm 2024-04-27T02:35:25.257815+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:35:26.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:26 smithi076 bash[21577]: audit 2024-04-27T02:35:25.428604+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:26.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:26 smithi076 bash[21577]: audit 2024-04-27T02:35:25.435028+0000 mon.a (mon.0) 142 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:26.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:26 smithi076 bash[21577]: audit 2024-04-27T02:35:25.438536+0000 mon.a (mon.0) 143 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-27T02:35:26.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:26 smithi076 bash[21577]: audit 2024-04-27T02:35:25.440524+0000 mon.a (mon.0) 144 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]': finished 2024-04-27T02:35:27.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: cluster 2024-04-27T02:35:25.494377+0000 mgr.a (mgr.14152) 35 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:27.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: cephadm 2024-04-27T02:35:25.634446+0000 mgr.a (mgr.14152) 36 : cephadm 1 Deploying daemon agent.smithi115 on smithi115 2024-04-27T02:35:27.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:26.610817+0000 mon.a (mon.0) 145 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:26.658402+0000 mon.a (mon.0) 146 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:26.666847+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:26.733893+0000 mon.a (mon.0) 148 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:35:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:26.738202+0000 mon.a (mon.0) 149 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:35:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:26.739874+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:35:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:26.750043+0000 mon.a (mon.0) 151 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:26.819380+0000 mon.a (mon.0) 152 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:35:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:26.823511+0000 mon.a (mon.0) 153 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:35:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:26.825295+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:35:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:26.835597+0000 mon.a (mon.0) 155 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:27 smithi076 bash[21577]: audit 2024-04-27T02:35:27.064779+0000 mon.a (mon.0) 156 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:28.103 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:35:29.271 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:29 smithi076 bash[21577]: cluster 2024-04-27T02:35:27.494761+0000 mgr.a (mgr.14152) 37 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:29.271 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:29 smithi076 bash[21577]: audit 2024-04-27T02:35:28.132545+0000 mon.a (mon.0) 157 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:29.271 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:29 smithi076 bash[21577]: audit 2024-04-27T02:35:28.139193+0000 mon.a (mon.0) 158 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:30.801 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:30 smithi076 bash[21577]: cluster 2024-04-27T02:35:29.495247+0000 mgr.a (mgr.14152) 38 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:30.801 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:30 smithi076 bash[21577]: audit 2024-04-27T02:35:29.566241+0000 mon.a (mon.0) 159 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:31.110 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:35:31.110 INFO:teuthology.orchestra.run.smithi076.stdout:[{"addr": "172.21.15.76", "hostname": "smithi076", "labels": [], "status": ""}, {"addr": "172.21.15.115", "hostname": "smithi115", "labels": [], "status": ""}] 2024-04-27T02:35:31.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:31 smithi076 bash[21577]: audit 2024-04-27T02:35:31.137172+0000 mgr.a (mgr.14152) 39 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:35:32.491 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi161 2024-04-27T02:35:32.492 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:35:32.492 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.conf 2024-04-27T02:35:32.498 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:35:32.498 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:35:32.546 INFO:tasks.cephadm:Adding host smithi161 to orchestrator... 2024-04-27T02:35:32.546 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph orch host add smithi161 2024-04-27T02:35:32.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:32 smithi076 bash[21577]: cluster 2024-04-27T02:35:31.495689+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:34.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:34 smithi076 bash[21577]: cluster 2024-04-27T02:35:33.496155+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:37.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:36 smithi076 bash[21577]: cluster 2024-04-27T02:35:35.496554+0000 mgr.a (mgr.14152) 42 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:37.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:36 smithi076 bash[21577]: audit 2024-04-27T02:35:35.847666+0000 mon.a (mon.0) 160 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:37.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:36 smithi076 bash[21577]: audit 2024-04-27T02:35:35.850892+0000 mon.a (mon.0) 161 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:37.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:36 smithi076 bash[21577]: audit 2024-04-27T02:35:35.854664+0000 mon.a (mon.0) 162 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:37.774 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:35:39.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:38 smithi076 bash[21577]: cluster 2024-04-27T02:35:37.497027+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:41.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:40 smithi076 bash[21577]: cluster 2024-04-27T02:35:39.497488+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:41.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:40 smithi076 bash[21577]: audit 2024-04-27T02:35:40.334600+0000 mgr.a (mgr.14152) 45 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:35:42.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:41 smithi076 bash[21577]: audit 2024-04-27T02:35:40.865048+0000 mon.a (mon.0) 163 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:42.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:41 smithi076 bash[21577]: audit 2024-04-27T02:35:40.873547+0000 mon.a (mon.0) 164 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:42.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:41 smithi076 bash[21577]: cephadm 2024-04-27T02:35:41.094059+0000 mgr.a (mgr.14152) 46 : cephadm 1 Deploying cephadm binary to smithi161 2024-04-27T02:35:43.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:42 smithi076 bash[21577]: cluster 2024-04-27T02:35:41.497866+0000 mgr.a (mgr.14152) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:45.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:44 smithi076 bash[21577]: cluster 2024-04-27T02:35:43.498253+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:46.269 INFO:teuthology.orchestra.run.smithi076.stdout:Added host 'smithi161' with addr '172.21.15.161' 2024-04-27T02:35:46.976 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-27T02:35:47.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:47 smithi076 bash[21577]: cluster 2024-04-27T02:35:45.498634+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:47.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:47 smithi076 bash[21577]: audit 2024-04-27T02:35:46.295693+0000 mon.a (mon.0) 165 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:47.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:47 smithi076 bash[21577]: cephadm 2024-04-27T02:35:46.296565+0000 mgr.a (mgr.14152) 50 : cephadm 1 Added host smithi161 2024-04-27T02:35:47.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:47 smithi076 bash[21577]: audit 2024-04-27T02:35:46.309854+0000 mon.a (mon.0) 166 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:35:47.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:47 smithi076 bash[21577]: audit 2024-04-27T02:35:46.736130+0000 mon.a (mon.0) 167 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:49.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:48 smithi076 bash[21577]: cluster 2024-04-27T02:35:47.499024+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:49.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:48 smithi076 bash[21577]: audit 2024-04-27T02:35:47.704853+0000 mon.a (mon.0) 168 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:49.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:48 smithi076 bash[21577]: audit 2024-04-27T02:35:47.713391+0000 mon.a (mon.0) 169 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:49.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:48 smithi076 bash[21577]: audit 2024-04-27T02:35:47.721511+0000 mon.a (mon.0) 170 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:49.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:48 smithi076 bash[21577]: audit 2024-04-27T02:35:48.210886+0000 mon.a (mon.0) 171 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:49.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:48 smithi076 bash[21577]: audit 2024-04-27T02:35:48.216075+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:49.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:48 smithi076 bash[21577]: audit 2024-04-27T02:35:48.217479+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:35:49.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:48 smithi076 bash[21577]: audit 2024-04-27T02:35:48.219618+0000 mon.a (mon.0) 174 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:35:49.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:48 smithi076 bash[21577]: audit 2024-04-27T02:35:48.221547+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:35:49.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:48 smithi076 bash[21577]: cephadm 2024-04-27T02:35:48.224408+0000 mgr.a (mgr.14152) 52 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-27T02:35:50.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:50 smithi076 bash[21577]: cephadm 2024-04-27T02:35:48.390600+0000 mgr.a (mgr.14152) 53 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:35:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:50 smithi076 bash[21577]: cephadm 2024-04-27T02:35:48.555384+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:35:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:50 smithi076 bash[21577]: cephadm 2024-04-27T02:35:49.037414+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:35:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:50 smithi076 bash[21577]: audit 2024-04-27T02:35:49.204769+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:50 smithi076 bash[21577]: audit 2024-04-27T02:35:49.208030+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:50 smithi076 bash[21577]: audit 2024-04-27T02:35:49.209644+0000 mon.a (mon.0) 178 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-27T02:35:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:50 smithi076 bash[21577]: audit 2024-04-27T02:35:49.210376+0000 mon.a (mon.0) 179 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]': finished 2024-04-27T02:35:50.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:50 smithi076 bash[21577]: cephadm 2024-04-27T02:35:49.327831+0000 mgr.a (mgr.14152) 56 : cephadm 1 Deploying daemon agent.smithi161 on smithi161 2024-04-27T02:35:51.535 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: cluster 2024-04-27T02:35:49.499411+0000 mgr.a (mgr.14152) 57 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:51.535 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.280073+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:51.535 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.300391+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:51.535 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.306462+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:51.535 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.406374+0000 mon.a (mon.0) 183 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:35:51.536 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.410534+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:35:51.536 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.411693+0000 mon.a (mon.0) 185 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:35:51.536 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.416939+0000 mon.a (mon.0) 186 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:51.536 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.516753+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:35:51.536 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.522106+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:35:51.536 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.523707+0000 mon.a (mon.0) 189 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:35:51.536 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.532485+0000 mon.a (mon.0) 190 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:51.536 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:51 smithi076 bash[21577]: audit 2024-04-27T02:35:50.736096+0000 mon.a (mon.0) 191 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:52.435 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:35:53.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:52 smithi076 bash[21577]: cluster 2024-04-27T02:35:51.499847+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:53.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:52 smithi076 bash[21577]: audit 2024-04-27T02:35:51.828361+0000 mon.a (mon.0) 192 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:53.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:52 smithi076 bash[21577]: audit 2024-04-27T02:35:51.838763+0000 mon.a (mon.0) 193 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:55.078 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:35:55.078 INFO:teuthology.orchestra.run.smithi076.stdout:[{"addr": "172.21.15.76", "hostname": "smithi076", "labels": [], "status": ""}, {"addr": "172.21.15.115", "hostname": "smithi115", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}] 2024-04-27T02:35:55.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:54 smithi076 bash[21577]: cluster 2024-04-27T02:35:53.500286+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:55.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:54 smithi076 bash[21577]: audit 2024-04-27T02:35:54.578426+0000 mon.a (mon.0) 194 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:55.764 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-27T02:35:55.764 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-27T02:35:56.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:55 smithi076 bash[21577]: audit 2024-04-27T02:35:55.104786+0000 mgr.a (mgr.14152) 60 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:35:57.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:56 smithi076 bash[21577]: cluster 2024-04-27T02:35:55.500651+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:35:57.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:56 smithi076 bash[21577]: audit 2024-04-27T02:35:55.999076+0000 mon.a (mon.0) 195 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:57.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:56 smithi076 bash[21577]: audit 2024-04-27T02:35:56.004151+0000 mon.a (mon.0) 196 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:57.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:56 smithi076 bash[21577]: audit 2024-04-27T02:35:56.007568+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:35:59.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:35:59 smithi076 bash[21577]: cluster 2024-04-27T02:35:57.501040+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:00.476 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:36:01.248 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:01 smithi076 bash[21577]: cluster 2024-04-27T02:35:59.501443+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:03.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:03 smithi076 bash[21577]: cluster 2024-04-27T02:36:01.501883+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:03.987 INFO:teuthology.orchestra.run.smithi076.stderr:adjusted tunables profile to default 2024-04-27T02:36:04.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:04 smithi076 bash[21577]: audit 2024-04-27T02:36:03.048323+0000 mon.a (mon.0) 198 : audit 1 from='client.? 172.21.15.76:0/1022486219' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-27T02:36:04.699 INFO:tasks.cephadm:Adding mon.a on smithi076 2024-04-27T02:36:04.699 INFO:tasks.cephadm:Adding mon.b on smithi115 2024-04-27T02:36:04.699 INFO:tasks.cephadm:Adding mon.c on smithi161 2024-04-27T02:36:04.699 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi076:172.21.15.76=a;smithi115:172.21.15.115=b;smithi161:172.21.15.161=c' 2024-04-27T02:36:05.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:05 smithi076 bash[21577]: cluster 2024-04-27T02:36:03.502407+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:05.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:05 smithi076 bash[21577]: audit 2024-04-27T02:36:04.009283+0000 mon.a (mon.0) 199 : audit 1 from='client.? 172.21.15.76:0/1022486219' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-27T02:36:05.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:05 smithi076 bash[21577]: cluster 2024-04-27T02:36:04.013478+0000 mon.a (mon.0) 200 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-27T02:36:05.913 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:06.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:06 smithi076 bash[21577]: audit 2024-04-27T02:36:05.110990+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:06.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:06 smithi076 bash[21577]: audit 2024-04-27T02:36:05.119304+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:07.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:07 smithi076 bash[21577]: cluster 2024-04-27T02:36:05.502846+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:08.637 INFO:teuthology.orchestra.run.smithi161.stdout:Scheduled mon update... 2024-04-27T02:36:09.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:08 smithi076 bash[21577]: cluster 2024-04-27T02:36:07.503232+0000 mgr.a (mgr.14152) 67 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:09.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:08 smithi076 bash[21577]: audit 2024-04-27T02:36:07.916696+0000 mon.a (mon.0) 203 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:09.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:08 smithi076 bash[21577]: audit 2024-04-27T02:36:07.922813+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:09.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:08 smithi076 bash[21577]: audit 2024-04-27T02:36:07.931017+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:09.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:08 smithi076 bash[21577]: audit 2024-04-27T02:36:08.663254+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:09.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:08 smithi076 bash[21577]: audit 2024-04-27T02:36:08.692521+0000 mon.a (mon.0) 207 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:09.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:08 smithi076 bash[21577]: audit 2024-04-27T02:36:08.697795+0000 mon.a (mon.0) 208 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:09.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:08 smithi076 bash[21577]: audit 2024-04-27T02:36:08.699438+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:09.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:08 smithi076 bash[21577]: audit 2024-04-27T02:36:08.707756+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:09.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:08 smithi076 bash[21577]: audit 2024-04-27T02:36:08.712875+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:09.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:08 smithi076 bash[21577]: audit 2024-04-27T02:36:08.714457+0000 mon.a (mon.0) 212 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:09.538 DEBUG:teuthology.orchestra.run.smithi115:mon.b> sudo journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.b.service 2024-04-27T02:36:09.541 DEBUG:teuthology.orchestra.run.smithi161:mon.c> sudo journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.c.service 2024-04-27T02:36:09.543 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-27T02:36:09.543 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:36:10.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:09 smithi076 bash[21577]: audit 2024-04-27T02:36:08.652445+0000 mgr.a (mgr.14152) 68 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi076:172.21.15.76=a;smithi115:172.21.15.115=b;smithi161:172.21.15.161=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:36:10.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:09 smithi076 bash[21577]: cephadm 2024-04-27T02:36:08.657857+0000 mgr.a (mgr.14152) 69 : cephadm 1 Saving service mon spec with placement smithi076:172.21.15.76=a;smithi115:172.21.15.115=b;smithi161:172.21.15.161=c;count:3 2024-04-27T02:36:10.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:09 smithi076 bash[21577]: cephadm 2024-04-27T02:36:08.716413+0000 mgr.a (mgr.14152) 70 : cephadm 1 Deploying daemon mon.c on smithi161 2024-04-27T02:36:11.146 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:10 smithi076 bash[21577]: cluster 2024-04-27T02:36:09.503563+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:11.424 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:13.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:12 smithi076 bash[21577]: cluster 2024-04-27T02:36:11.503904+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:13.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:12 smithi076 bash[21577]: audit 2024-04-27T02:36:12.882691+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:13.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:12 smithi076 bash[21577]: audit 2024-04-27T02:36:12.891146+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:13.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:12 smithi076 bash[21577]: audit 2024-04-27T02:36:12.901768+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:15.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:14 smithi076 bash[21577]: cluster 2024-04-27T02:36:13.504360+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:15.964 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-27T02:36:15.964 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"55e8a228-043e-11ef-bc93-c7b262605968","modified":"2024-04-27T02:33:28.471387Z","created":"2024-04-27T02:33:28.471387Z","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.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:36:15.967 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-04-27T02:36:17.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:16 smithi076 bash[21577]: cluster 2024-04-27T02:36:15.504713+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:16 smithi076 bash[21577]: audit 2024-04-27T02:36:15.813666+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:16 smithi076 bash[21577]: audit 2024-04-27T02:36:15.818237+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:16 smithi076 bash[21577]: audit 2024-04-27T02:36:15.850846+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:16 smithi076 bash[21577]: audit 2024-04-27T02:36:15.851670+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:17.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:16 smithi076 bash[21577]: audit 2024-04-27T02:36:15.852619+0000 mon.a (mon.0) 220 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:17.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:16 smithi076 bash[21577]: cephadm 2024-04-27T02:36:15.853687+0000 mgr.a (mgr.14152) 75 : cephadm 1 Deploying daemon mon.b on smithi115 2024-04-27T02:36:17.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:16 smithi076 bash[21577]: audit 2024-04-27T02:36:15.991142+0000 mon.a (mon.0) 221 : audit 0 from='client.? 172.21.15.161:0/1454625060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:36:17.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:16 smithi076 bash[21577]: audit 2024-04-27T02:36:16.189783+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:16 smithi076 bash[21577]: audit 2024-04-27T02:36:16.195541+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:16 smithi076 bash[21577]: audit 2024-04-27T02:36:16.208452+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.507 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:35:50.736096+0000 mon.a (mon.0) 191 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.507 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:35:51.499847+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.507 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:35:51.828361+0000 mon.a (mon.0) 192 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.507 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:35:51.838763+0000 mon.a (mon.0) 193 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.507 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:35:53.500286+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.507 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:35:54.578426+0000 mon.a (mon.0) 194 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:35:55.104786+0000 mgr.a (mgr.14152) 60 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:36:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:35:55.500651+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:35:55.999076+0000 mon.a (mon.0) 195 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:35:56.004151+0000 mon.a (mon.0) 196 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:35:56.007568+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:35:57.501040+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:35:59.501443+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:36:01.501883+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:03.048323+0000 mon.a (mon.0) 198 : audit 1 from='client.? 172.21.15.76:0/1022486219' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-27T02:36:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:36:03.502407+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:04.009283+0000 mon.a (mon.0) 199 : audit 1 from='client.? 172.21.15.76:0/1022486219' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:36:04.013478+0000 mon.a (mon.0) 200 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:05.110990+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:05.119304+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:36:05.502846+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:36:07.503232+0000 mgr.a (mgr.14152) 67 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:07.916696+0000 mon.a (mon.0) 203 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:07.922813+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:07.931017+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:08.663254+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:08.692521+0000 mon.a (mon.0) 207 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:08.697795+0000 mon.a (mon.0) 208 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:08.699438+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:08.707756+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:08.712875+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:08.714457+0000 mon.a (mon.0) 212 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:08.652445+0000 mgr.a (mgr.14152) 68 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi076:172.21.15.76=a;smithi115:172.21.15.115=b;smithi161:172.21.15.161=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cephadm 2024-04-27T02:36:08.657857+0000 mgr.a (mgr.14152) 69 : cephadm 1 Saving service mon spec with placement smithi076:172.21.15.76=a;smithi115:172.21.15.115=b;smithi161:172.21.15.161=c;count:3 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cephadm 2024-04-27T02:36:08.716413+0000 mgr.a (mgr.14152) 70 : cephadm 1 Deploying daemon mon.c on smithi161 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:36:09.503563+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:36:11.503904+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:12.882691+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:12.891146+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:12.901768+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:36:13.504360+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cluster 2024-04-27T02:36:15.504713+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:17.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:15.813666+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:15.818237+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:15.850846+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:15.851670+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:17.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:15.852619+0000 mon.a (mon.0) 220 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:17.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: cephadm 2024-04-27T02:36:15.853687+0000 mgr.a (mgr.14152) 75 : cephadm 1 Deploying daemon mon.b on smithi115 2024-04-27T02:36:17.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:15.991142+0000 mon.a (mon.0) 221 : audit 0 from='client.? 172.21.15.161:0/1454625060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:36:17.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:16.189783+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:16.195541+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: audit 2024-04-27T02:36:16.208452+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:17.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:17 smithi161 bash[22361]: debug 2024-04-27T02:36:17.525+0000 7f8002e06700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-27T02:36:17.972 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-27T02:36:17.972 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:36:20.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:20 smithi115 systemd[1]: Started Ceph mon.b for 55e8a228-043e-11ef-bc93-c7b262605968. 2024-04-27T02:36:21.588 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.569+0000 7fc6e067cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-27T02:36:21.588 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.569+0000 7fc6e067cc80 0 ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev), process ceph-mon, pid 7 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.569+0000 7fc6e067cc80 0 pidfile_write: ignore empty --pid-file 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.573+0000 7fc6e067cc80 0 load: jerasure load: lrc 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Git sha 0 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Compile date 2024-04-25 16:43:49 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: DB SUMMARY 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: DB Session ID: NO0BPFI2B4AA0MUW9L4X 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: CURRENT file: CURRENT 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.error_if_exists: 0 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.create_if_missing: 0 2024-04-27T02:36:21.589 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-27T02:36:21.590 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-27T02:36:21.590 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-27T02:36:21.590 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-27T02:36:21.590 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.env: 0x56005c37fc60 2024-04-27T02:36:21.590 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-27T02:36:21.590 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.info_log: 0x56005dd15ae0 2024-04-27T02:36:21.590 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-27T02:36:21.590 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.statistics: (nil) 2024-04-27T02:36:21.590 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.use_fsync: 0 2024-04-27T02:36:21.590 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-27T02:36:21.591 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-27T02:36:21.591 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-27T02:36:21.591 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-27T02:36:21.591 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-27T02:36:21.591 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.db_log_dir: 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.wal_dir: 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-27T02:36:21.592 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.write_buffer_manager: 0x56005dce81e0 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.unordered_write: 0 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.row_cache: None 2024-04-27T02:36:21.593 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.wal_filter: None 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.two_write_queues: 0 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.wal_compression: 0 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.atomic_flush: 0 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-27T02:36:21.594 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-27T02:36:21.595 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_open_files: -1 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Compression algorithms supported: 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: kZSTD supported: 0 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: kXpressCompression supported: 0 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: kZlibCompression supported: 1 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-27T02:36:21.596 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.merge_operator: 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_filter: None 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56005dd15be0) 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cache_index_and_filter_blocks: 1 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: pin_top_level_index_and_filter: 1 2024-04-27T02:36:21.597 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: index_type: 0 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: data_block_index_type: 0 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: index_shortening: 1 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: data_block_hash_table_util_ratio: 0.750000 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: checksum: 4 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: no_block_cache: 0 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: block_cache: 0x56005dd17090 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: block_cache_name: BinnedLRUCache 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: block_cache_options: 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: capacity : 536870912 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: num_shard_bits : 4 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: strict_capacity_limit : 0 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: high_pri_pool_ratio: 0.000 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: block_cache_compressed: (nil) 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: persistent_cache: (nil) 2024-04-27T02:36:21.598 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: block_size: 4096 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: block_size_deviation: 10 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: block_restart_interval: 16 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: index_block_restart_interval: 1 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: metadata_block_size: 4096 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: partition_filters: 0 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: use_delta_encoding: 1 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: filter_policy: bloomfilter 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: whole_key_filtering: 1 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: verify_compression: 0 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: read_amp_bytes_per_bit: 0 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: format_version: 5 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: enable_index_compression: 1 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: block_align: 0 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: max_auto_readahead_size: 262144 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: prepopulate_block_cache: 0 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: initial_auto_readahead_size: 8192 2024-04-27T02:36:21.599 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: num_file_reads_for_auto_readahead: 2 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compression: NoCompression 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.num_levels: 7 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-27T02:36:21.600 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-27T02:36:21.601 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-27T02:36:21.603 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-27T02:36:21.603 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-27T02:36:21.603 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-27T02:36:21.603 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-27T02:36:21.604 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-27T02:36:21.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.table_properties_collectors: 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.bloom_locality: 0 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.ttl: 2592000 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-27T02:36:21.606 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.enable_blob_files: false 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.min_blob_size: 0 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 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-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3271d400-db28-436c-8b51-009eda204bc3 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714185381582632, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-27T02:36:21.607 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714185381583077, "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": 1714185381, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3271d400-db28-436c-8b51-009eda204bc3", "db_session_id": "NO0BPFI2B4AA0MUW9L4X", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714185381583181, "job": 1, "event": "recovery_finished"} 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.577+0000 7fc6e067cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.581+0000 7fc6e067cc80 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-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.581+0000 7fc6e067cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56005de0c000 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.581+0000 7fc6e067cc80 4 rocksdb: DB pointer 0x56005ddf6000 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.581+0000 7fc6ceddf700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.581+0000 7fc6ceddf700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: ** DB Stats ** 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T02:36:21.608 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: ** Compaction Stats [default] ** 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: 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-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: 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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: 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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: 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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: ** Compaction Stats [default] ** 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: 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-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: 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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-27T02:36:21.609 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: AddFile(Keys): cumulative 0, interval 0 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Cumulative compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Interval compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: 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-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: Block cache BinnedLRUCache@0x56005dd17090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: 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-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: ** File Read Latency Histogram By Level [default] ** 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.581+0000 7fc6e067cc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.581+0000 7fc6e067cc80 0 using public_addr v2:172.21.15.115:0/0 -> [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] 2024-04-27T02:36:21.610 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.581+0000 7fc6e067cc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] at bind addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.581+0000 7fc6e067cc80 1 mon.b@-1(???) e0 preinit fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.605+0000 7fc6d1de5700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.605+0000 7fc6d1de5700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: e1 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: 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-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: legacy client fscid: -1 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: No filesystems configured 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.605+0000 7fc6d1de5700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.605+0000 7fc6d1de5700 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-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.605+0000 7fc6d1de5700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.605+0000 7fc6d1de5700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.605+0000 7fc6d1de5700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-27T02:36:21.611 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.605+0000 7fc6d1de5700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.609+0000 7fc6d1de5700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.609+0000 7fc6d1de5700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.609+0000 7fc6d1de5700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.609+0000 7fc6d1de5700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:07.132133+0000 mgr.a (mgr.14152) 14 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:07.150697+0000 mgr.a (mgr.14152) 15 : cephadm 1 Updating smithi076:/etc/ceph/ceph.conf 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:07.264563+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:07.613573+0000 mon.a (mon.0) 127 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:07.618837+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:07.624004+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:07.378541+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:07.490691+0000 mgr.a (mgr.14152) 18 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:07.493431+0000 mgr.a (mgr.14152) 19 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:36:21.612 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:09.491104+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:11.491553+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:13.492008+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:15.492386+0000 mgr.a (mgr.14152) 23 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:15.686186+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:15.689588+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:15.693477+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:16.720729+0000 mgr.a (mgr.14152) 24 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi115", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:17.429496+0000 mgr.a (mgr.14152) 25 : cephadm 1 Deploying cephadm binary to smithi115 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:17.492755+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:19.493200+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:21.493535+0000 mgr.a (mgr.14152) 28 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:22.676847+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:22.677693+0000 mgr.a (mgr.14152) 29 : cephadm 1 Added host smithi115 2024-04-27T02:36:21.613 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:22.695117+0000 mon.a (mon.0) 134 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:23.172059+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:23.493962+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:24.696883+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:24.702984+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:24.704398+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:24.706609+0000 mon.a (mon.0) 139 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:24.708525+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:24.711351+0000 mgr.a (mgr.14152) 31 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:24.927247+0000 mgr.a (mgr.14152) 32 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:25.092452+0000 mgr.a (mgr.14152) 33 : cephadm 1 Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:25.257815+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:25.428604+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.614 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:25.435028+0000 mon.a (mon.0) 142 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:25.438536+0000 mon.a (mon.0) 143 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:25.440524+0000 mon.a (mon.0) 144 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]': finished 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:25.494377+0000 mgr.a (mgr.14152) 35 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:25.634446+0000 mgr.a (mgr.14152) 36 : cephadm 1 Deploying daemon agent.smithi115 on smithi115 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:26.610817+0000 mon.a (mon.0) 145 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:26.658402+0000 mon.a (mon.0) 146 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:26.666847+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:26.733893+0000 mon.a (mon.0) 148 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:26.738202+0000 mon.a (mon.0) 149 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:26.739874+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:26.750043+0000 mon.a (mon.0) 151 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:26.819380+0000 mon.a (mon.0) 152 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:26.823511+0000 mon.a (mon.0) 153 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:21.615 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:26.825295+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:26.835597+0000 mon.a (mon.0) 155 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:27.064779+0000 mon.a (mon.0) 156 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:27.494761+0000 mgr.a (mgr.14152) 37 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:28.132545+0000 mon.a (mon.0) 157 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:28.139193+0000 mon.a (mon.0) 158 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:29.495247+0000 mgr.a (mgr.14152) 38 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:29.566241+0000 mon.a (mon.0) 159 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:31.137172+0000 mgr.a (mgr.14152) 39 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:31.495689+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:33.496155+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:35.496554+0000 mgr.a (mgr.14152) 42 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:35.847666+0000 mon.a (mon.0) 160 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:35.850892+0000 mon.a (mon.0) 161 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:35.854664+0000 mon.a (mon.0) 162 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.616 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:37.497027+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:39.497488+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:40.334600+0000 mgr.a (mgr.14152) 45 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:40.865048+0000 mon.a (mon.0) 163 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:40.873547+0000 mon.a (mon.0) 164 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:41.094059+0000 mgr.a (mgr.14152) 46 : cephadm 1 Deploying cephadm binary to smithi161 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:41.497866+0000 mgr.a (mgr.14152) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:43.498253+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:45.498634+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:46.295693+0000 mon.a (mon.0) 165 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:46.296565+0000 mgr.a (mgr.14152) 50 : cephadm 1 Added host smithi161 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:46.309854+0000 mon.a (mon.0) 166 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:46.736130+0000 mon.a (mon.0) 167 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:47.499024+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.617 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:47.704853+0000 mon.a (mon.0) 168 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:47.713391+0000 mon.a (mon.0) 169 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:47.721511+0000 mon.a (mon.0) 170 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:48.210886+0000 mon.a (mon.0) 171 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:48.216075+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:48.217479+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:48.219618+0000 mon.a (mon.0) 174 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:48.221547+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:48.224408+0000 mgr.a (mgr.14152) 52 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:48.390600+0000 mgr.a (mgr.14152) 53 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:48.555384+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:49.037414+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:49.204769+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.618 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:49.208030+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:49.209644+0000 mon.a (mon.0) 178 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:49.210376+0000 mon.a (mon.0) 179 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]': finished 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:35:49.327831+0000 mgr.a (mgr.14152) 56 : cephadm 1 Deploying daemon agent.smithi161 on smithi161 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:49.499411+0000 mgr.a (mgr.14152) 57 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.280073+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.300391+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.306462+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.406374+0000 mon.a (mon.0) 183 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.410534+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.411693+0000 mon.a (mon.0) 185 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.416939+0000 mon.a (mon.0) 186 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.516753+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.522106+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.523707+0000 mon.a (mon.0) 189 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:21.619 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.532485+0000 mon.a (mon.0) 190 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:50.736096+0000 mon.a (mon.0) 191 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:51.499847+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:51.828361+0000 mon.a (mon.0) 192 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:51.838763+0000 mon.a (mon.0) 193 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:53.500286+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:54.578426+0000 mon.a (mon.0) 194 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:55.104786+0000 mgr.a (mgr.14152) 60 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:55.500651+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:55.999076+0000 mon.a (mon.0) 195 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:56.004151+0000 mon.a (mon.0) 196 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:35:56.007568+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:57.501040+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:35:59.501443+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:36:01.501883+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.620 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:03.048323+0000 mon.a (mon.0) 198 : audit 1 from='client.? 172.21.15.76:0/1022486219' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:36:03.502407+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:04.009283+0000 mon.a (mon.0) 199 : audit 1 from='client.? 172.21.15.76:0/1022486219' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:36:04.013478+0000 mon.a (mon.0) 200 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:05.110990+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:05.119304+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:36:05.502846+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:36:07.503232+0000 mgr.a (mgr.14152) 67 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:07.916696+0000 mon.a (mon.0) 203 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:07.922813+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:07.931017+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:08.663254+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:08.692521+0000 mon.a (mon.0) 207 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:08.697795+0000 mon.a (mon.0) 208 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:08.699438+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:21.621 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:08.707756+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:08.712875+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:08.714457+0000 mon.a (mon.0) 212 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:08.652445+0000 mgr.a (mgr.14152) 68 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi076:172.21.15.76=a;smithi115:172.21.15.115=b;smithi161:172.21.15.161=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:36:08.657857+0000 mgr.a (mgr.14152) 69 : cephadm 1 Saving service mon spec with placement smithi076:172.21.15.76=a;smithi115:172.21.15.115=b;smithi161:172.21.15.161=c;count:3 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:36:08.716413+0000 mgr.a (mgr.14152) 70 : cephadm 1 Deploying daemon mon.c on smithi161 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:36:09.503563+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:36:11.503904+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:12.882691+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:12.891146+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:12.901768+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:36:13.504360+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cluster 2024-04-27T02:36:15.504713+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:15.813666+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:15.818237+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.622 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:15.850846+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.623 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:15.851670+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:21.623 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:15.852619+0000 mon.a (mon.0) 220 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:21.623 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: cephadm 2024-04-27T02:36:15.853687+0000 mgr.a (mgr.14152) 75 : cephadm 1 Deploying daemon mon.b on smithi115 2024-04-27T02:36:21.623 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:15.991142+0000 mon.a (mon.0) 221 : audit 0 from='client.? 172.21.15.161:0/1454625060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:36:21.623 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:16.189783+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.625 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:16.195541+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.625 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: audit 2024-04-27T02:36:16.208452+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:21.625 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:21 smithi115 bash[22241]: debug 2024-04-27T02:36:21.613+0000 7fc6d1de5700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-27T02:36:22.671 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.c/config 2024-04-27T02:36:22.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:17.505083+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:17.541198+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:17.541567+0000 mon.a (mon.0) 227 : cluster 1 mon.a calling monitor election 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:17.565737+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:18.535861+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:19.505520+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:19.535906+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:19.538853+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:20.535890+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:21.505941+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:21.536184+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:21.621228+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:22.536500+0000 mon.a (mon.0) 234 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.587482+0000 mon.a (mon.0) 235 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-27T02:36:22.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.594662+0000 mon.a (mon.0) 236 : cluster 0 monmap epoch 2 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.594715+0000 mon.a (mon.0) 237 : cluster 0 fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.594757+0000 mon.a (mon.0) 238 : cluster 0 last_changed 2024-04-27T02:36:17.536197+0000 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.594795+0000 mon.a (mon.0) 239 : cluster 0 created 2024-04-27T02:33:28.471387+0000 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.594841+0000 mon.a (mon.0) 240 : cluster 0 min_mon_release 19 (squid) 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.594887+0000 mon.a (mon.0) 241 : cluster 0 election_strategy: 1 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.594933+0000 mon.a (mon.0) 242 : cluster 0 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.594973+0000 mon.a (mon.0) 243 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.613174+0000 mon.a (mon.0) 244 : cluster 0 fsmap 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.613266+0000 mon.a (mon.0) 245 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.613615+0000 mon.a (mon.0) 246 : cluster 0 mgrmap e13: a(active, since 103s) 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: cluster 2024-04-27T02:36:22.613947+0000 mon.a (mon.0) 247 : cluster 1 overall HEALTH_OK 2024-04-27T02:36:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:22.622368+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:22.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:22.624129+0000 mon.a (mon.0) 249 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:22.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:22.630099+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:22.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:22.642167+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:22.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:22 smithi161 bash[22361]: audit 2024-04-27T02:36:22.650911+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:23.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:17.505083+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:23.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:17.541198+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:36:23.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:17.541567+0000 mon.a (mon.0) 227 : cluster 1 mon.a calling monitor election 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:17.565737+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:18.535861+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:19.505520+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:19.535906+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:19.538853+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:20.535890+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:21.505941+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:21.536184+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:21.621228+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:22.536500+0000 mon.a (mon.0) 234 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.587482+0000 mon.a (mon.0) 235 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.594662+0000 mon.a (mon.0) 236 : cluster 0 monmap epoch 2 2024-04-27T02:36:23.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.594715+0000 mon.a (mon.0) 237 : cluster 0 fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.594757+0000 mon.a (mon.0) 238 : cluster 0 last_changed 2024-04-27T02:36:17.536197+0000 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.594795+0000 mon.a (mon.0) 239 : cluster 0 created 2024-04-27T02:33:28.471387+0000 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.594841+0000 mon.a (mon.0) 240 : cluster 0 min_mon_release 19 (squid) 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.594887+0000 mon.a (mon.0) 241 : cluster 0 election_strategy: 1 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.594933+0000 mon.a (mon.0) 242 : cluster 0 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.594973+0000 mon.a (mon.0) 243 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.613174+0000 mon.a (mon.0) 244 : cluster 0 fsmap 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.613266+0000 mon.a (mon.0) 245 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.613615+0000 mon.a (mon.0) 246 : cluster 0 mgrmap e13: a(active, since 103s) 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: cluster 2024-04-27T02:36:22.613947+0000 mon.a (mon.0) 247 : cluster 1 overall HEALTH_OK 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:22.622368+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:22.624129+0000 mon.a (mon.0) 249 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:22.630099+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:22.642167+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:23.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:22 smithi076 bash[21577]: audit 2024-04-27T02:36:22.650911+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:23.936 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:17.505083+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:23.936 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:17.541198+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:36:23.936 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:17.541567+0000 mon.a (mon.0) 227 : cluster 1 mon.a calling monitor election 2024-04-27T02:36:23.936 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:17.565737+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.936 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:18.535861+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.936 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:19.505520+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:23.936 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:19.535906+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.936 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:19.538853+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-27T02:36:23.936 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:20.535890+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.936 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:21.505941+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:21.536184+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:21.621228+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:22.536500+0000 mon.a (mon.0) 234 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.587482+0000 mon.a (mon.0) 235 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.594662+0000 mon.a (mon.0) 236 : cluster 0 monmap epoch 2 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.594715+0000 mon.a (mon.0) 237 : cluster 0 fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.594757+0000 mon.a (mon.0) 238 : cluster 0 last_changed 2024-04-27T02:36:17.536197+0000 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.594795+0000 mon.a (mon.0) 239 : cluster 0 created 2024-04-27T02:33:28.471387+0000 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.594841+0000 mon.a (mon.0) 240 : cluster 0 min_mon_release 19 (squid) 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.594887+0000 mon.a (mon.0) 241 : cluster 0 election_strategy: 1 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.594933+0000 mon.a (mon.0) 242 : cluster 0 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.594973+0000 mon.a (mon.0) 243 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.613174+0000 mon.a (mon.0) 244 : cluster 0 fsmap 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.613266+0000 mon.a (mon.0) 245 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-27T02:36:23.937 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.613615+0000 mon.a (mon.0) 246 : cluster 0 mgrmap e13: a(active, since 103s) 2024-04-27T02:36:23.938 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: cluster 2024-04-27T02:36:22.613947+0000 mon.a (mon.0) 247 : cluster 1 overall HEALTH_OK 2024-04-27T02:36:23.938 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:22.622368+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:23.938 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:22.624129+0000 mon.a (mon.0) 249 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:23.938 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:22.630099+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:23.938 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:22.642167+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:23.938 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:23 smithi115 bash[22241]: audit 2024-04-27T02:36:22.650911+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:28.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:23.506309+0000 mgr.a (mgr.14152) 88 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:28.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:23.633349+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:36:28.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:23.633738+0000 mon.a (mon.0) 269 : cluster 1 mon.a calling monitor election 2024-04-27T02:36:28.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:23.635560+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-27T02:36:28.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:23.653239+0000 mon.a (mon.0) 270 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:23.653356+0000 mon.a (mon.0) 271 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:24.621194+0000 mon.a (mon.0) 272 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:25.506696+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:25.621839+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:25.631392+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:26.621574+0000 mon.a (mon.0) 274 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:27.507094+0000 mgr.a (mgr.14152) 90 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:27.622138+0000 mon.a (mon.0) 275 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:28.621928+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.674918+0000 mon.a (mon.0) 277 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679067+0000 mon.a (mon.0) 278 : cluster 0 monmap epoch 3 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679083+0000 mon.a (mon.0) 279 : cluster 0 fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679092+0000 mon.a (mon.0) 280 : cluster 0 last_changed 2024-04-27T02:36:23.628634+0000 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679100+0000 mon.a (mon.0) 281 : cluster 0 created 2024-04-27T02:33:28.471387+0000 2024-04-27T02:36:28.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679113+0000 mon.a (mon.0) 282 : cluster 0 min_mon_release 19 (squid) 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679123+0000 mon.a (mon.0) 283 : cluster 0 election_strategy: 1 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679130+0000 mon.a (mon.0) 284 : cluster 0 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679139+0000 mon.a (mon.0) 285 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679147+0000 mon.a (mon.0) 286 : cluster 0 2: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.b 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679650+0000 mon.a (mon.0) 287 : cluster 0 fsmap 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679677+0000 mon.a (mon.0) 288 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679836+0000 mon.a (mon.0) 289 : cluster 0 mgrmap e13: a(active, since 109s) 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: cluster 2024-04-27T02:36:28.679952+0000 mon.a (mon.0) 290 : cluster 1 overall HEALTH_OK 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:28.703089+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:28.706655+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:28.710804+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:28.714756+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:28.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:28 smithi076 bash[21577]: audit 2024-04-27T02:36:28.718860+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:28.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:23.506309+0000 mgr.a (mgr.14152) 88 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:28.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:23.633349+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:36:28.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:23.633738+0000 mon.a (mon.0) 269 : cluster 1 mon.a calling monitor election 2024-04-27T02:36:28.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:23.635560+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-27T02:36:28.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:23.653239+0000 mon.a (mon.0) 270 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:23.653356+0000 mon.a (mon.0) 271 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:28.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:24.621194+0000 mon.a (mon.0) 272 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:25.506696+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:25.621839+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:25.631392+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:26.621574+0000 mon.a (mon.0) 274 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:27.507094+0000 mgr.a (mgr.14152) 90 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:27.622138+0000 mon.a (mon.0) 275 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:28.621928+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.674918+0000 mon.a (mon.0) 277 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679067+0000 mon.a (mon.0) 278 : cluster 0 monmap epoch 3 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679083+0000 mon.a (mon.0) 279 : cluster 0 fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679092+0000 mon.a (mon.0) 280 : cluster 0 last_changed 2024-04-27T02:36:23.628634+0000 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679100+0000 mon.a (mon.0) 281 : cluster 0 created 2024-04-27T02:33:28.471387+0000 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679113+0000 mon.a (mon.0) 282 : cluster 0 min_mon_release 19 (squid) 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679123+0000 mon.a (mon.0) 283 : cluster 0 election_strategy: 1 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679130+0000 mon.a (mon.0) 284 : cluster 0 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679139+0000 mon.a (mon.0) 285 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-27T02:36:28.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679147+0000 mon.a (mon.0) 286 : cluster 0 2: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.b 2024-04-27T02:36:28.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679650+0000 mon.a (mon.0) 287 : cluster 0 fsmap 2024-04-27T02:36:28.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679677+0000 mon.a (mon.0) 288 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-27T02:36:28.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679836+0000 mon.a (mon.0) 289 : cluster 0 mgrmap e13: a(active, since 109s) 2024-04-27T02:36:28.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: cluster 2024-04-27T02:36:28.679952+0000 mon.a (mon.0) 290 : cluster 1 overall HEALTH_OK 2024-04-27T02:36:28.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:28.703089+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:28.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:28.706655+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:28.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:28.710804+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:28.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:28.714756+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:28.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:28 smithi115 bash[22241]: audit 2024-04-27T02:36:28.718860+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:29.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:23.506309+0000 mgr.a (mgr.14152) 88 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:29.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:23.633349+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:36:29.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:23.633738+0000 mon.a (mon.0) 269 : cluster 1 mon.a calling monitor election 2024-04-27T02:36:29.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:23.635560+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-27T02:36:29.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:23.653239+0000 mon.a (mon.0) 270 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:29.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:23.653356+0000 mon.a (mon.0) 271 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:36:29.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:24.621194+0000 mon.a (mon.0) 272 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:29.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:25.506696+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:29.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:25.621839+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:29.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:25.631392+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-27T02:36:29.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:26.621574+0000 mon.a (mon.0) 274 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:27.507094+0000 mgr.a (mgr.14152) 90 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:27.622138+0000 mon.a (mon.0) 275 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:28.621928+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.674918+0000 mon.a (mon.0) 277 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679067+0000 mon.a (mon.0) 278 : cluster 0 monmap epoch 3 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679083+0000 mon.a (mon.0) 279 : cluster 0 fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679092+0000 mon.a (mon.0) 280 : cluster 0 last_changed 2024-04-27T02:36:23.628634+0000 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679100+0000 mon.a (mon.0) 281 : cluster 0 created 2024-04-27T02:33:28.471387+0000 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679113+0000 mon.a (mon.0) 282 : cluster 0 min_mon_release 19 (squid) 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679123+0000 mon.a (mon.0) 283 : cluster 0 election_strategy: 1 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679130+0000 mon.a (mon.0) 284 : cluster 0 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679139+0000 mon.a (mon.0) 285 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679147+0000 mon.a (mon.0) 286 : cluster 0 2: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.b 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679650+0000 mon.a (mon.0) 287 : cluster 0 fsmap 2024-04-27T02:36:29.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679677+0000 mon.a (mon.0) 288 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-27T02:36:29.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679836+0000 mon.a (mon.0) 289 : cluster 0 mgrmap e13: a(active, since 109s) 2024-04-27T02:36:29.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: cluster 2024-04-27T02:36:28.679952+0000 mon.a (mon.0) 290 : cluster 1 overall HEALTH_OK 2024-04-27T02:36:29.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:28.703089+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:29.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:28.706655+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:29.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:28.710804+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:29.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:28.714756+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:29.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:28 smithi161 bash[22361]: audit 2024-04-27T02:36:28.718860+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:29.819 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-27T02:36:29.819 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":3,"fsid":"55e8a228-043e-11ef-bc93-c7b262605968","modified":"2024-04-27T02:36:23.628634Z","created":"2024-04-27T02:33:28.471387Z","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.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-27T02:36:29.821 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 3 2024-04-27T02:36:30.074 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:29 smithi161 bash[22361]: cephadm 2024-04-27T02:36:28.742192+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-27T02:36:30.074 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:29 smithi161 bash[22361]: audit 2024-04-27T02:36:28.742570+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:30.074 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:29 smithi161 bash[22361]: audit 2024-04-27T02:36:28.743407+0000 mon.a (mon.0) 297 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:36:30.074 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:29 smithi161 bash[22361]: audit 2024-04-27T02:36:28.744119+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:30.074 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:29 smithi161 bash[22361]: cephadm 2024-04-27T02:36:28.745051+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring daemon mon.b on smithi115 2024-04-27T02:36:30.074 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:29 smithi161 bash[22361]: audit 2024-04-27T02:36:29.622291+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:30.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:29 smithi076 bash[21577]: cephadm 2024-04-27T02:36:28.742192+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-27T02:36:30.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:29 smithi076 bash[21577]: audit 2024-04-27T02:36:28.742570+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:30.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:29 smithi076 bash[21577]: audit 2024-04-27T02:36:28.743407+0000 mon.a (mon.0) 297 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:36:30.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:29 smithi076 bash[21577]: audit 2024-04-27T02:36:28.744119+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:30.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:29 smithi076 bash[21577]: cephadm 2024-04-27T02:36:28.745051+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring daemon mon.b on smithi115 2024-04-27T02:36:30.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:29 smithi076 bash[21577]: audit 2024-04-27T02:36:29.622291+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:30.113 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:29 smithi115 bash[22241]: cephadm 2024-04-27T02:36:28.742192+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-27T02:36:30.113 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:29 smithi115 bash[22241]: audit 2024-04-27T02:36:28.742570+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:30.114 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:29 smithi115 bash[22241]: audit 2024-04-27T02:36:28.743407+0000 mon.a (mon.0) 297 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:36:30.114 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:29 smithi115 bash[22241]: audit 2024-04-27T02:36:28.744119+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:30.114 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:29 smithi115 bash[22241]: cephadm 2024-04-27T02:36:28.745051+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring daemon mon.b on smithi115 2024-04-27T02:36:30.114 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:29 smithi115 bash[22241]: audit 2024-04-27T02:36:29.622291+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:36:30.520 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-27T02:36:30.520 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-27T02:36:30.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:30 smithi076 bash[21577]: cluster 2024-04-27T02:36:29.507510+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:30.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:30 smithi076 bash[21577]: audit 2024-04-27T02:36:29.845996+0000 mon.a (mon.0) 300 : audit 0 from='client.? 172.21.15.161:0/2153379747' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:36:30.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:30 smithi076 bash[21577]: audit 2024-04-27T02:36:30.128763+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:30.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:30 smithi076 bash[21577]: audit 2024-04-27T02:36:30.134053+0000 mon.a (mon.0) 302 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:30.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:30 smithi076 bash[21577]: audit 2024-04-27T02:36:30.140309+0000 mon.a (mon.0) 303 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:30.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:30 smithi076 bash[21577]: audit 2024-04-27T02:36:30.497650+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:30.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:30 smithi076 bash[21577]: audit 2024-04-27T02:36:30.504786+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:30.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:30 smithi076 bash[21577]: audit 2024-04-27T02:36:30.513488+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:30.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:30 smithi076 bash[21577]: audit 2024-04-27T02:36:30.514385+0000 mon.a (mon.0) 307 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:36:30.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:30 smithi076 bash[21577]: audit 2024-04-27T02:36:30.515317+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:30.891 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:30 smithi161 bash[22361]: cluster 2024-04-27T02:36:29.507510+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:30.891 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:30 smithi161 bash[22361]: audit 2024-04-27T02:36:29.845996+0000 mon.a (mon.0) 300 : audit 0 from='client.? 172.21.15.161:0/2153379747' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:36:30.891 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:30 smithi161 bash[22361]: audit 2024-04-27T02:36:30.128763+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:30.891 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:30 smithi161 bash[22361]: audit 2024-04-27T02:36:30.134053+0000 mon.a (mon.0) 302 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:30.891 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:30 smithi161 bash[22361]: audit 2024-04-27T02:36:30.140309+0000 mon.a (mon.0) 303 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:30.891 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:30 smithi161 bash[22361]: audit 2024-04-27T02:36:30.497650+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:30.892 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:30 smithi161 bash[22361]: audit 2024-04-27T02:36:30.504786+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:30.892 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:30 smithi161 bash[22361]: audit 2024-04-27T02:36:30.513488+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:30.892 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:30 smithi161 bash[22361]: audit 2024-04-27T02:36:30.514385+0000 mon.a (mon.0) 307 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:36:30.892 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:30 smithi161 bash[22361]: audit 2024-04-27T02:36:30.515317+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:31.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:30 smithi115 bash[22241]: cluster 2024-04-27T02:36:29.507510+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:31.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:30 smithi115 bash[22241]: audit 2024-04-27T02:36:29.845996+0000 mon.a (mon.0) 300 : audit 0 from='client.? 172.21.15.161:0/2153379747' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:36:31.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:30 smithi115 bash[22241]: audit 2024-04-27T02:36:30.128763+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:31.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:30 smithi115 bash[22241]: audit 2024-04-27T02:36:30.134053+0000 mon.a (mon.0) 302 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:31.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:30 smithi115 bash[22241]: audit 2024-04-27T02:36:30.140309+0000 mon.a (mon.0) 303 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:31.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:30 smithi115 bash[22241]: audit 2024-04-27T02:36:30.497650+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:31.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:30 smithi115 bash[22241]: audit 2024-04-27T02:36:30.504786+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:31.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:30 smithi115 bash[22241]: audit 2024-04-27T02:36:30.513488+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:31.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:30 smithi115 bash[22241]: audit 2024-04-27T02:36:30.514385+0000 mon.a (mon.0) 307 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:36:31.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:30 smithi115 bash[22241]: audit 2024-04-27T02:36:30.515317+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:32.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:31 smithi076 bash[21577]: cephadm 2024-04-27T02:36:30.513116+0000 mgr.a (mgr.14152) 94 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-27T02:36:32.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:31 smithi076 bash[21577]: cephadm 2024-04-27T02:36:30.516389+0000 mgr.a (mgr.14152) 95 : cephadm 1 Reconfiguring daemon mon.c on smithi161 2024-04-27T02:36:32.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:31 smithi076 bash[21577]: audit 2024-04-27T02:36:31.404407+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:32.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:31 smithi076 bash[21577]: audit 2024-04-27T02:36:31.413144+0000 mon.a (mon.0) 310 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:32.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:31 smithi076 bash[21577]: audit 2024-04-27T02:36:31.424181+0000 mon.a (mon.0) 311 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:32.113 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:31 smithi161 bash[22361]: cephadm 2024-04-27T02:36:30.513116+0000 mgr.a (mgr.14152) 94 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-27T02:36:32.113 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:31 smithi161 bash[22361]: cephadm 2024-04-27T02:36:30.516389+0000 mgr.a (mgr.14152) 95 : cephadm 1 Reconfiguring daemon mon.c on smithi161 2024-04-27T02:36:32.114 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:31 smithi161 bash[22361]: audit 2024-04-27T02:36:31.404407+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:32.114 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:31 smithi161 bash[22361]: audit 2024-04-27T02:36:31.413144+0000 mon.a (mon.0) 310 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:32.114 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:31 smithi161 bash[22361]: audit 2024-04-27T02:36:31.424181+0000 mon.a (mon.0) 311 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:32.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:31 smithi115 bash[22241]: cephadm 2024-04-27T02:36:30.513116+0000 mgr.a (mgr.14152) 94 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-27T02:36:32.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:31 smithi115 bash[22241]: cephadm 2024-04-27T02:36:30.516389+0000 mgr.a (mgr.14152) 95 : cephadm 1 Reconfiguring daemon mon.c on smithi161 2024-04-27T02:36:32.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:31 smithi115 bash[22241]: audit 2024-04-27T02:36:31.404407+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:32.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:31 smithi115 bash[22241]: audit 2024-04-27T02:36:31.413144+0000 mon.a (mon.0) 310 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:32.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:31 smithi115 bash[22241]: audit 2024-04-27T02:36:31.424181+0000 mon.a (mon.0) 311 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:33.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:32 smithi076 bash[21577]: cluster 2024-04-27T02:36:31.507914+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:33.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:32 smithi076 bash[21577]: audit 2024-04-27T02:36:32.464407+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:33.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:32 smithi076 bash[21577]: audit 2024-04-27T02:36:32.471599+0000 mon.a (mon.0) 313 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:33.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:32 smithi076 bash[21577]: audit 2024-04-27T02:36:32.486173+0000 mon.a (mon.0) 314 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:33.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:32 smithi076 bash[21577]: audit 2024-04-27T02:36:32.491888+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:33.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:32 smithi076 bash[21577]: audit 2024-04-27T02:36:32.493609+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:33.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:32 smithi161 bash[22361]: cluster 2024-04-27T02:36:31.507914+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:33.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:32 smithi161 bash[22361]: audit 2024-04-27T02:36:32.464407+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:33.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:32 smithi161 bash[22361]: audit 2024-04-27T02:36:32.471599+0000 mon.a (mon.0) 313 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:33.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:32 smithi161 bash[22361]: audit 2024-04-27T02:36:32.486173+0000 mon.a (mon.0) 314 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:33.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:32 smithi161 bash[22361]: audit 2024-04-27T02:36:32.491888+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:33.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:32 smithi161 bash[22361]: audit 2024-04-27T02:36:32.493609+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:33.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:32 smithi115 bash[22241]: cluster 2024-04-27T02:36:31.507914+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:33.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:32 smithi115 bash[22241]: audit 2024-04-27T02:36:32.464407+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:33.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:32 smithi115 bash[22241]: audit 2024-04-27T02:36:32.471599+0000 mon.a (mon.0) 313 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:33.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:32 smithi115 bash[22241]: audit 2024-04-27T02:36:32.486173+0000 mon.a (mon.0) 314 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:33.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:32 smithi115 bash[22241]: audit 2024-04-27T02:36:32.491888+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:33.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:32 smithi115 bash[22241]: audit 2024-04-27T02:36:32.493609+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: cephadm 2024-04-27T02:36:32.496250+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi076:/etc/ceph/ceph.conf 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: cephadm 2024-04-27T02:36:32.497014+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: cephadm 2024-04-27T02:36:32.497381+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: cephadm 2024-04-27T02:36:32.813915+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: cephadm 2024-04-27T02:36:32.814260+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: cephadm 2024-04-27T02:36:32.814549+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: audit 2024-04-27T02:36:33.033207+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: audit 2024-04-27T02:36:33.037310+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: audit 2024-04-27T02:36:33.044138+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: audit 2024-04-27T02:36:33.054730+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: audit 2024-04-27T02:36:33.058493+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: audit 2024-04-27T02:36:33.064065+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: audit 2024-04-27T02:36:33.068987+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: cephadm 2024-04-27T02:36:33.167353+0000 mgr.a (mgr.14152) 103 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: audit 2024-04-27T02:36:33.167954+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:34.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: audit 2024-04-27T02:36:33.169182+0000 mon.a (mon.0) 325 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:36:34.344 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: audit 2024-04-27T02:36:33.170460+0000 mon.a (mon.0) 326 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:34.344 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:34 smithi076 bash[21577]: cephadm 2024-04-27T02:36:33.171945+0000 mgr.a (mgr.14152) 104 : cephadm 1 Reconfiguring daemon mon.a on smithi076 2024-04-27T02:36:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: cephadm 2024-04-27T02:36:32.496250+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi076:/etc/ceph/ceph.conf 2024-04-27T02:36:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: cephadm 2024-04-27T02:36:32.497014+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-27T02:36:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: cephadm 2024-04-27T02:36:32.497381+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-27T02:36:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: cephadm 2024-04-27T02:36:32.813915+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: cephadm 2024-04-27T02:36:32.814260+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: cephadm 2024-04-27T02:36:32.814549+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: audit 2024-04-27T02:36:33.033207+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: audit 2024-04-27T02:36:33.037310+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: audit 2024-04-27T02:36:33.044138+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: audit 2024-04-27T02:36:33.054730+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: audit 2024-04-27T02:36:33.058493+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: audit 2024-04-27T02:36:33.064065+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: audit 2024-04-27T02:36:33.068987+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: cephadm 2024-04-27T02:36:33.167353+0000 mgr.a (mgr.14152) 103 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-04-27T02:36:34.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: audit 2024-04-27T02:36:33.167954+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:34.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: audit 2024-04-27T02:36:33.169182+0000 mon.a (mon.0) 325 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:36:34.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: audit 2024-04-27T02:36:33.170460+0000 mon.a (mon.0) 326 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:34.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:34 smithi161 bash[22361]: cephadm 2024-04-27T02:36:33.171945+0000 mgr.a (mgr.14152) 104 : cephadm 1 Reconfiguring daemon mon.a on smithi076 2024-04-27T02:36:34.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: cephadm 2024-04-27T02:36:32.496250+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi076:/etc/ceph/ceph.conf 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: cephadm 2024-04-27T02:36:32.497014+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: cephadm 2024-04-27T02:36:32.497381+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: cephadm 2024-04-27T02:36:32.813915+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: cephadm 2024-04-27T02:36:32.814260+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: cephadm 2024-04-27T02:36:32.814549+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: audit 2024-04-27T02:36:33.033207+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: audit 2024-04-27T02:36:33.037310+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: audit 2024-04-27T02:36:33.044138+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: audit 2024-04-27T02:36:33.054730+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: audit 2024-04-27T02:36:33.058493+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: audit 2024-04-27T02:36:33.064065+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: audit 2024-04-27T02:36:33.068987+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:34.471 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: cephadm 2024-04-27T02:36:33.167353+0000 mgr.a (mgr.14152) 103 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-04-27T02:36:34.471 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: audit 2024-04-27T02:36:33.167954+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:36:34.471 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: audit 2024-04-27T02:36:33.169182+0000 mon.a (mon.0) 325 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:36:34.471 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: audit 2024-04-27T02:36:33.170460+0000 mon.a (mon.0) 326 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:34.471 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:34 smithi115 bash[22241]: cephadm 2024-04-27T02:36:33.171945+0000 mgr.a (mgr.14152) 104 : cephadm 1 Reconfiguring daemon mon.a on smithi076 2024-04-27T02:36:35.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:35 smithi076 bash[21577]: cluster 2024-04-27T02:36:33.508313+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:35.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:35 smithi161 bash[22361]: cluster 2024-04-27T02:36:33.508313+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:35.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:35 smithi115 bash[22241]: cluster 2024-04-27T02:36:33.508313+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:35.662 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:36:36.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:36 smithi115 bash[22241]: audit 2024-04-27T02:36:35.236278+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:36.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:36 smithi115 bash[22241]: audit 2024-04-27T02:36:35.243350+0000 mon.a (mon.0) 328 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:36.536 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:36 smithi076 bash[21577]: audit 2024-04-27T02:36:35.236278+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:36.536 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:36 smithi076 bash[21577]: audit 2024-04-27T02:36:35.243350+0000 mon.a (mon.0) 328 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:36.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:36 smithi161 bash[22361]: audit 2024-04-27T02:36:35.236278+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:36.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:36 smithi161 bash[22361]: audit 2024-04-27T02:36:35.243350+0000 mon.a (mon.0) 328 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:37 smithi076 bash[21577]: cluster 2024-04-27T02:36:35.508701+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:37 smithi076 bash[21577]: audit 2024-04-27T02:36:36.357308+0000 mon.a (mon.0) 329 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:37 smithi076 bash[21577]: audit 2024-04-27T02:36:36.363011+0000 mon.a (mon.0) 330 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:37 smithi076 bash[21577]: audit 2024-04-27T02:36:36.370877+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:37.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:37 smithi161 bash[22361]: cluster 2024-04-27T02:36:35.508701+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:37 smithi161 bash[22361]: audit 2024-04-27T02:36:36.357308+0000 mon.a (mon.0) 329 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:37 smithi161 bash[22361]: audit 2024-04-27T02:36:36.363011+0000 mon.a (mon.0) 330 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:37 smithi161 bash[22361]: audit 2024-04-27T02:36:36.370877+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:37.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:37 smithi115 bash[22241]: cluster 2024-04-27T02:36:35.508701+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:37.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:37 smithi115 bash[22241]: audit 2024-04-27T02:36:36.357308+0000 mon.a (mon.0) 329 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:37.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:37 smithi115 bash[22241]: audit 2024-04-27T02:36:36.363011+0000 mon.a (mon.0) 330 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:37.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:37 smithi115 bash[22241]: audit 2024-04-27T02:36:36.370877+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:38.491 INFO:teuthology.orchestra.run.smithi076.stdout:# minimal ceph.conf for 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:36:38.491 INFO:teuthology.orchestra.run.smithi076.stdout:[global] 2024-04-27T02:36:38.491 INFO:teuthology.orchestra.run.smithi076.stdout: fsid = 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:36:38.491 INFO:teuthology.orchestra.run.smithi076.stdout: mon_host = [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2024-04-27T02:36:39.181 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-27T02:36:39.181 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:36:39.181 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.conf 2024-04-27T02:36:39.195 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:36:39.195 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:36:39.248 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:36:39.248 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.conf 2024-04-27T02:36:39.263 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:36:39.263 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:36:39.320 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:36:39.320 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.conf 2024-04-27T02:36:39.335 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:36:39.335 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:36:39.389 INFO:tasks.cephadm:Adding mgr.a on smithi076 2024-04-27T02:36:39.389 INFO:tasks.cephadm:Adding mgr.b on smithi115 2024-04-27T02:36:39.389 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi076=a;smithi115=b' 2024-04-27T02:36:39.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:39 smithi076 bash[21577]: cluster 2024-04-27T02:36:37.509064+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:39.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:39 smithi076 bash[21577]: audit 2024-04-27T02:36:38.518605+0000 mon.a (mon.0) 332 : audit 0 from='client.? 172.21.15.76:0/974032923' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:39.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:39 smithi161 bash[22361]: cluster 2024-04-27T02:36:37.509064+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:39.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:39 smithi161 bash[22361]: audit 2024-04-27T02:36:38.518605+0000 mon.a (mon.0) 332 : audit 0 from='client.? 172.21.15.76:0/974032923' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:39.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:39 smithi115 bash[22241]: cluster 2024-04-27T02:36:37.509064+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:39.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:39 smithi115 bash[22241]: audit 2024-04-27T02:36:38.518605+0000 mon.a (mon.0) 332 : audit 0 from='client.? 172.21.15.76:0/974032923' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:41.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:41 smithi076 bash[21577]: cluster 2024-04-27T02:36:39.509500+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:41.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:41 smithi161 bash[22361]: cluster 2024-04-27T02:36:39.509500+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:41.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:41 smithi115 bash[22241]: cluster 2024-04-27T02:36:39.509500+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:43.374 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.c/config 2024-04-27T02:36:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:43 smithi076 bash[21577]: cluster 2024-04-27T02:36:41.510002+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:43.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:43 smithi161 bash[22361]: cluster 2024-04-27T02:36:41.510002+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:43 smithi115 bash[22241]: cluster 2024-04-27T02:36:41.510002+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:45 smithi115 bash[22241]: cluster 2024-04-27T02:36:43.510418+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:45.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:45 smithi161 bash[22361]: cluster 2024-04-27T02:36:43.510418+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:45.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:45 smithi076 bash[21577]: cluster 2024-04-27T02:36:43.510418+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:46.132 INFO:teuthology.orchestra.run.smithi161.stdout:Scheduled mgr update... 2024-04-27T02:36:46.760 DEBUG:teuthology.orchestra.run.smithi115:mgr.b> sudo journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@mgr.b.service 2024-04-27T02:36:46.763 INFO:tasks.cephadm:Deploying OSDs... 2024-04-27T02:36:46.763 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-27T02:36:46.763 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2024-04-27T02:36:46.770 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-04-27T02:36:46.770 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_1 2024-04-27T02:36:46.817 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-27T02:36:46.817 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:46.817 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-04-27T02:36:46.817 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:46.817 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-04-27 02:26:38.732479410 +0000 2024-04-27T02:36:46.817 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-04-27 02:26:38.484481625 +0000 2024-04-27T02:36:46.817 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-04-27 02:26:38.484481625 +0000 2024-04-27T02:36:46.817 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-04-27T02:36:46.818 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-27T02:36:46.871 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-04-27T02:36:46.871 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-04-27T02:36:46.872 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000393307 s, 1.3 MB/s 2024-04-27T02:36:46.873 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-27T02:36:46.922 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_2 2024-04-27T02:36:46.968 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-27T02:36:46.968 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:46.968 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-04-27T02:36:46.968 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:46.969 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-04-27 02:26:39.240474872 +0000 2024-04-27T02:36:46.969 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-04-27 02:26:38.968477301 +0000 2024-04-27T02:36:46.969 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-04-27 02:26:38.968477301 +0000 2024-04-27T02:36:46.969 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-04-27T02:36:46.969 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-27T02:36:47.023 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-04-27T02:36:47.023 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-04-27T02:36:47.023 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000417028 s, 1.2 MB/s 2024-04-27T02:36:47.024 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-27T02:36:47.078 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_3 2024-04-27T02:36:47.124 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-27T02:36:47.124 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:47.124 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-04-27T02:36:47.124 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:47.124 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-04-27 02:26:39.764470192 +0000 2024-04-27T02:36:47.125 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-04-27 02:26:39.476472764 +0000 2024-04-27T02:36:47.125 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-04-27 02:26:39.476472764 +0000 2024-04-27T02:36:47.125 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-04-27T02:36:47.125 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-27T02:36:47.179 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-04-27T02:36:47.179 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-04-27T02:36:47.179 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000403946 s, 1.3 MB/s 2024-04-27T02:36:47.180 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-27T02:36:47.234 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_4 2024-04-27T02:36:47.280 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-27T02:36:47.280 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:47.280 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-04-27T02:36:47.281 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:47.281 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-04-27 02:26:39.996468120 +0000 2024-04-27T02:36:47.281 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-04-27 02:26:39.992468154 +0000 2024-04-27T02:36:47.281 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-04-27 02:26:39.992468154 +0000 2024-04-27T02:36:47.281 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-04-27T02:36:47.281 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-27T02:36:47.334 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-04-27T02:36:47.335 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-04-27T02:36:47.335 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000391597 s, 1.3 MB/s 2024-04-27T02:36:47.336 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-27T02:36:47.386 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-27T02:36:47.386 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/scratch_devs of=/dev/stdout 2024-04-27T02:36:47.392 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-04-27T02:36:47.392 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_1 2024-04-27T02:36:47.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: cluster 2024-04-27T02:36:45.510836+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:47.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: audit 2024-04-27T02:36:46.149049+0000 mgr.a (mgr.14152) 112 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi076=a;smithi115=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:36:47.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: cephadm 2024-04-27T02:36:46.152740+0000 mgr.a (mgr.14152) 113 : cephadm 1 Saving service mgr spec with placement smithi076=a;smithi115=b;count:2 2024-04-27T02:36:47.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: audit 2024-04-27T02:36:46.158936+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:47.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: audit 2024-04-27T02:36:46.185652+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:47.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: audit 2024-04-27T02:36:46.191137+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:47.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: audit 2024-04-27T02:36:46.192762+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:47.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: audit 2024-04-27T02:36:46.201730+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:47.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: audit 2024-04-27T02:36:46.206077+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T02:36:47.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: audit 2024-04-27T02:36:46.210298+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-27T02:36:47.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: audit 2024-04-27T02:36:46.214640+0000 mon.a (mon.0) 340 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T02:36:47.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: audit 2024-04-27T02:36:46.216446+0000 mon.a (mon.0) 341 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:47.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:47 smithi161 bash[22361]: cephadm 2024-04-27T02:36:46.218471+0000 mgr.a (mgr.14152) 114 : cephadm 1 Deploying daemon mgr.b on smithi115 2024-04-27T02:36:47.439 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-27T02:36:47.439 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:47.439 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-04-27T02:36:47.439 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:47.439 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-27 02:26:41.721878172 +0000 2024-04-27T02:36:47.439 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-27 02:26:41.469880419 +0000 2024-04-27T02:36:47.439 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-27 02:26:41.469880419 +0000 2024-04-27T02:36:47.439 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-27T02:36:47.440 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-27T02:36:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: cluster 2024-04-27T02:36:45.510836+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: audit 2024-04-27T02:36:46.149049+0000 mgr.a (mgr.14152) 112 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi076=a;smithi115=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:36:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: cephadm 2024-04-27T02:36:46.152740+0000 mgr.a (mgr.14152) 113 : cephadm 1 Saving service mgr spec with placement smithi076=a;smithi115=b;count:2 2024-04-27T02:36:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: audit 2024-04-27T02:36:46.158936+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: audit 2024-04-27T02:36:46.185652+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: audit 2024-04-27T02:36:46.191137+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: audit 2024-04-27T02:36:46.192762+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: audit 2024-04-27T02:36:46.201730+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: audit 2024-04-27T02:36:46.206077+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T02:36:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: audit 2024-04-27T02:36:46.210298+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-27T02:36:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: audit 2024-04-27T02:36:46.214640+0000 mon.a (mon.0) 340 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T02:36:47.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: audit 2024-04-27T02:36:46.216446+0000 mon.a (mon.0) 341 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:47.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:47 smithi115 bash[22241]: cephadm 2024-04-27T02:36:46.218471+0000 mgr.a (mgr.14152) 114 : cephadm 1 Deploying daemon mgr.b on smithi115 2024-04-27T02:36:47.479 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-27T02:36:47.480 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-27T02:36:47.480 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000299706 s, 1.7 MB/s 2024-04-27T02:36:47.481 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-27T02:36:47.529 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_2 2024-04-27T02:36:47.579 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-27T02:36:47.579 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:47.579 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-04-27T02:36:47.579 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:47.579 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-27 02:26:41.953876101 +0000 2024-04-27T02:36:47.579 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-27 02:26:41.949876137 +0000 2024-04-27T02:36:47.579 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-27 02:26:41.949876137 +0000 2024-04-27T02:36:47.579 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-27T02:36:47.580 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-27T02:36:47.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: cluster 2024-04-27T02:36:45.510836+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:47.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: audit 2024-04-27T02:36:46.149049+0000 mgr.a (mgr.14152) 112 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi076=a;smithi115=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:36:47.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: cephadm 2024-04-27T02:36:46.152740+0000 mgr.a (mgr.14152) 113 : cephadm 1 Saving service mgr spec with placement smithi076=a;smithi115=b;count:2 2024-04-27T02:36:47.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: audit 2024-04-27T02:36:46.158936+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:47.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: audit 2024-04-27T02:36:46.185652+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:47.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: audit 2024-04-27T02:36:46.191137+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:47.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: audit 2024-04-27T02:36:46.192762+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:47.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: audit 2024-04-27T02:36:46.201730+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:47.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: audit 2024-04-27T02:36:46.206077+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T02:36:47.595 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: audit 2024-04-27T02:36:46.210298+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-27T02:36:47.595 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: audit 2024-04-27T02:36:46.214640+0000 mon.a (mon.0) 340 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T02:36:47.595 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: audit 2024-04-27T02:36:46.216446+0000 mon.a (mon.0) 341 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:47.595 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:47 smithi076 bash[21577]: cephadm 2024-04-27T02:36:46.218471+0000 mgr.a (mgr.14152) 114 : cephadm 1 Deploying daemon mgr.b on smithi115 2024-04-27T02:36:47.633 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-27T02:36:47.633 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-27T02:36:47.633 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000270523 s, 1.9 MB/s 2024-04-27T02:36:47.634 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-27T02:36:47.684 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_3 2024-04-27T02:36:47.731 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-27T02:36:47.731 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:47.731 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-04-27T02:36:47.731 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:47.731 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-27 02:26:42.717869286 +0000 2024-04-27T02:36:47.731 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-27 02:26:42.473871463 +0000 2024-04-27T02:36:47.731 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-27 02:26:42.473871463 +0000 2024-04-27T02:36:47.731 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-27T02:36:47.731 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-27T02:36:47.783 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-27T02:36:47.783 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-27T02:36:47.783 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.00022219 s, 2.3 MB/s 2024-04-27T02:36:47.784 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-27T02:36:47.832 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_4 2024-04-27T02:36:47.879 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-27T02:36:47.879 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:47.879 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 936 Links: 1 2024-04-27T02:36:47.879 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:47.879 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-27 02:26:43.237864648 +0000 2024-04-27T02:36:47.879 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-27 02:26:42.953867181 +0000 2024-04-27T02:36:47.880 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-27 02:26:42.953867181 +0000 2024-04-27T02:36:47.880 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-27T02:36:47.880 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-27T02:36:47.936 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-27T02:36:47.936 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-27T02:36:47.936 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000228087 s, 2.2 MB/s 2024-04-27T02:36:47.937 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-27T02:36:47.983 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-27T02:36:47.984 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-04-27T02:36:47.990 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-04-27T02:36:47.990 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2024-04-27T02:36:48.038 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-27T02:36:48.038 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:48.038 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-04-27T02:36:48.038 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:48.038 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-27 02:26:43.573054231 +0000 2024-04-27T02:36:48.038 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-27 02:26:43.305056625 +0000 2024-04-27T02:36:48.038 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-27 02:26:43.305056625 +0000 2024-04-27T02:36:48.038 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-27T02:36:48.039 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-27T02:36:48.092 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-27T02:36:48.092 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-27T02:36:48.092 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000433039 s, 1.2 MB/s 2024-04-27T02:36:48.093 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-27T02:36:48.147 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2024-04-27T02:36:48.193 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-27T02:36:48.193 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:48.193 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-04-27T02:36:48.194 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:48.194 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-27 02:26:43.809052123 +0000 2024-04-27T02:36:48.194 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-27 02:26:43.805052159 +0000 2024-04-27T02:36:48.194 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-27 02:26:43.805052159 +0000 2024-04-27T02:36:48.194 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-27T02:36:48.194 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-27T02:36:48.246 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-27T02:36:48.246 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-27T02:36:48.246 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000300118 s, 1.7 MB/s 2024-04-27T02:36:48.247 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-27T02:36:48.294 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2024-04-27T02:36:48.346 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-27T02:36:48.347 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:48.347 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-04-27T02:36:48.347 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:48.347 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-27 02:26:44.557045442 +0000 2024-04-27T02:36:48.347 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-27 02:26:44.301047728 +0000 2024-04-27T02:36:48.347 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-27 02:26:44.301047728 +0000 2024-04-27T02:36:48.347 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-27T02:36:48.347 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-27T02:36:48.400 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-27T02:36:48.400 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-27T02:36:48.400 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000431223 s, 1.2 MB/s 2024-04-27T02:36:48.401 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-27T02:36:48.451 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2024-04-27T02:36:48.497 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-27T02:36:48.497 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:36:48.497 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-04-27T02:36:48.497 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:36:48.497 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-27 02:26:45.077040797 +0000 2024-04-27T02:36:48.498 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-27 02:26:44.793043334 +0000 2024-04-27T02:36:48.498 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-27 02:26:44.793043334 +0000 2024-04-27T02:36:48.498 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-27T02:36:48.498 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-27T02:36:48.551 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-27T02:36:48.551 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-27T02:36:48.551 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000373638 s, 1.4 MB/s 2024-04-27T02:36:48.553 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-27T02:36:48.602 INFO:tasks.cephadm:Deploying osd.0 on smithi076 with /dev/vg_nvme/lv_4... 2024-04-27T02:36:48.603 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-27T02:36:49.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:49 smithi161 bash[22361]: cluster 2024-04-27T02:36:47.511253+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:49.419 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:49 smithi115 bash[22241]: cluster 2024-04-27T02:36:47.511253+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:49.575 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:49 smithi076 bash[21577]: cluster 2024-04-27T02:36:47.511253+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:50.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:50 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:36:50.763 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:50 smithi115 systemd[1]: Started Ceph mgr.b for 55e8a228-043e-11ef-bc93-c7b262605968. 2024-04-27T02:36:50.764 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:50 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:36:50.764 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:50 smithi115 bash[22241]: cluster 2024-04-27T02:36:49.511662+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:50.764 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:50 smithi115 bash[22241]: audit 2024-04-27T02:36:49.662538+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.764 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:50 smithi115 bash[22241]: audit 2024-04-27T02:36:49.668005+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.764 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:50 smithi115 bash[22241]: audit 2024-04-27T02:36:49.674408+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.764 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:50 smithi115 bash[22241]: audit 2024-04-27T02:36:49.954485+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.764 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:50 smithi115 bash[22241]: audit 2024-04-27T02:36:49.963180+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.764 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:50 smithi115 bash[22241]: audit 2024-04-27T02:36:49.974112+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:50 smithi076 bash[21577]: cluster 2024-04-27T02:36:49.511662+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:50.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:50 smithi076 bash[21577]: audit 2024-04-27T02:36:49.662538+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:50 smithi076 bash[21577]: audit 2024-04-27T02:36:49.668005+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:50 smithi076 bash[21577]: audit 2024-04-27T02:36:49.674408+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:50 smithi076 bash[21577]: audit 2024-04-27T02:36:49.954485+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:50 smithi076 bash[21577]: audit 2024-04-27T02:36:49.963180+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:50 smithi076 bash[21577]: audit 2024-04-27T02:36:49.974112+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:50 smithi161 bash[22361]: cluster 2024-04-27T02:36:49.511662+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:50.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:50 smithi161 bash[22361]: audit 2024-04-27T02:36:49.662538+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:50 smithi161 bash[22361]: audit 2024-04-27T02:36:49.668005+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:50 smithi161 bash[22361]: audit 2024-04-27T02:36:49.674408+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:50 smithi161 bash[22361]: audit 2024-04-27T02:36:49.954485+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:50 smithi161 bash[22361]: audit 2024-04-27T02:36:49.963180+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:50.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:50 smithi161 bash[22361]: audit 2024-04-27T02:36:49.974112+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: audit 2024-04-27T02:36:50.803639+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: audit 2024-04-27T02:36:50.811649+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: audit 2024-04-27T02:36:50.854709+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: audit 2024-04-27T02:36:50.862090+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: audit 2024-04-27T02:36:50.962345+0000 mon.a (mon.0) 352 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:52.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: audit 2024-04-27T02:36:50.965044+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:52.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: audit 2024-04-27T02:36:50.965927+0000 mon.a (mon.0) 354 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:52.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: audit 2024-04-27T02:36:50.971373+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: cephadm 2024-04-27T02:36:50.971903+0000 mgr.a (mgr.14152) 117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:36:52.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: cephadm 2024-04-27T02:36:51.052209+0000 mgr.a (mgr.14152) 118 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-27T02:36:52.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: audit 2024-04-27T02:36:51.052638+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T02:36:52.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: audit 2024-04-27T02:36:51.053535+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T02:36:52.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: audit 2024-04-27T02:36:51.054229+0000 mon.a (mon.0) 358 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:52.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:51 smithi076 bash[21577]: cephadm 2024-04-27T02:36:51.054975+0000 mgr.a (mgr.14152) 119 : cephadm 1 Reconfiguring daemon mgr.a on smithi076 2024-04-27T02:36:52.114 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:52 smithi115 bash[23438]: debug 2024-04-27T02:36:52.000+0000 7fe971031700 1 -- 172.21.15.115:0/682365494 <== mon.2 v2:172.21.15.115:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5598d74ec5a0 con 0x5598d826c800 2024-04-27T02:36:52.114 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: audit 2024-04-27T02:36:50.803639+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.114 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: audit 2024-04-27T02:36:50.811649+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.114 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: audit 2024-04-27T02:36:50.854709+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.115 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: audit 2024-04-27T02:36:50.862090+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.115 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: audit 2024-04-27T02:36:50.962345+0000 mon.a (mon.0) 352 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:52.115 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: audit 2024-04-27T02:36:50.965044+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:52.115 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: audit 2024-04-27T02:36:50.965927+0000 mon.a (mon.0) 354 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:52.115 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: audit 2024-04-27T02:36:50.971373+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.115 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: cephadm 2024-04-27T02:36:50.971903+0000 mgr.a (mgr.14152) 117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:36:52.115 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: cephadm 2024-04-27T02:36:51.052209+0000 mgr.a (mgr.14152) 118 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-27T02:36:52.115 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: audit 2024-04-27T02:36:51.052638+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T02:36:52.115 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: audit 2024-04-27T02:36:51.053535+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T02:36:52.115 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: audit 2024-04-27T02:36:51.054229+0000 mon.a (mon.0) 358 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:52.115 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:51 smithi115 bash[22241]: cephadm 2024-04-27T02:36:51.054975+0000 mgr.a (mgr.14152) 119 : cephadm 1 Reconfiguring daemon mgr.a on smithi076 2024-04-27T02:36:52.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: audit 2024-04-27T02:36:50.803639+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: audit 2024-04-27T02:36:50.811649+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: audit 2024-04-27T02:36:50.854709+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: audit 2024-04-27T02:36:50.862090+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: audit 2024-04-27T02:36:50.962345+0000 mon.a (mon.0) 352 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: audit 2024-04-27T02:36:50.965044+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: audit 2024-04-27T02:36:50.965927+0000 mon.a (mon.0) 354 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: audit 2024-04-27T02:36:50.971373+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: cephadm 2024-04-27T02:36:50.971903+0000 mgr.a (mgr.14152) 117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:36:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: cephadm 2024-04-27T02:36:51.052209+0000 mgr.a (mgr.14152) 118 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-27T02:36:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: audit 2024-04-27T02:36:51.052638+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T02:36:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: audit 2024-04-27T02:36:51.053535+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T02:36:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: audit 2024-04-27T02:36:51.054229+0000 mon.a (mon.0) 358 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:51 smithi161 bash[22361]: cephadm 2024-04-27T02:36:51.054975+0000 mgr.a (mgr.14152) 119 : cephadm 1 Reconfiguring daemon mgr.a on smithi076 2024-04-27T02:36:52.469 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:52 smithi115 bash[23438]: debug 2024-04-27T02:36:52.148+0000 7fe97b238200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T02:36:53.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:52 smithi115 bash[22241]: cluster 2024-04-27T02:36:51.512011+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:53.316 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:52 smithi076 bash[21577]: cluster 2024-04-27T02:36:51.512011+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:53.319 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:36:53.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:52 smithi161 bash[22361]: cluster 2024-04-27T02:36:51.512011+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:53.969 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:53 smithi115 bash[23438]: debug 2024-04-27T02:36:53.728+0000 7fe97b238200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T02:36:53.969 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:53 smithi115 bash[23438]: debug 2024-04-27T02:36:53.832+0000 7fe97b238200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T02:36:54.448 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:54 smithi115 bash[23438]: debug 2024-04-27T02:36:54.092+0000 7fe97b238200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T02:36:54.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:54 smithi115 bash[22241]: cluster 2024-04-27T02:36:53.512425+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:54.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:54 smithi115 bash[22241]: audit 2024-04-27T02:36:53.711148+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:54.972 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:54 smithi076 bash[21577]: cluster 2024-04-27T02:36:53.512425+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:54.972 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:54 smithi076 bash[21577]: audit 2024-04-27T02:36:53.711148+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:55.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:54 smithi161 bash[22361]: cluster 2024-04-27T02:36:53.512425+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:55.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:54 smithi161 bash[22361]: audit 2024-04-27T02:36:53.711148+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:55.198 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:54 smithi115 bash[23438]: debug 2024-04-27T02:36:54.900+0000 7fe97b238200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T02:36:55.198 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[23438]: debug 2024-04-27T02:36:55.008+0000 7fe97b238200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T02:36:55.198 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[23438]: debug 2024-04-27T02:36:55.112+0000 7fe97b238200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T02:36:55.469 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[23438]: debug 2024-04-27T02:36:55.468+0000 7fe97b238200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T02:36:55.968 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[23438]: debug 2024-04-27T02:36:55.580+0000 7fe97b238200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T02:36:55.969 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[23438]: debug 2024-04-27T02:36:55.684+0000 7fe97b238200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T02:36:55.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[22241]: audit 2024-04-27T02:36:54.786097+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:55.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[22241]: audit 2024-04-27T02:36:54.793780+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:55.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[22241]: audit 2024-04-27T02:36:54.830451+0000 mon.a (mon.0) 362 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:55.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[22241]: audit 2024-04-27T02:36:54.834435+0000 mon.a (mon.0) 363 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:55.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[22241]: audit 2024-04-27T02:36:54.835462+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:55.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[22241]: audit 2024-04-27T02:36:54.841424+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:55.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[22241]: cephadm 2024-04-27T02:36:54.841983+0000 mgr.a (mgr.14152) 122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:36:55.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:55 smithi115 bash[22241]: audit 2024-04-27T02:36:55.223638+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:56.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:55 smithi076 bash[21577]: audit 2024-04-27T02:36:54.786097+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:56.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:55 smithi076 bash[21577]: audit 2024-04-27T02:36:54.793780+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:56.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:55 smithi076 bash[21577]: audit 2024-04-27T02:36:54.830451+0000 mon.a (mon.0) 362 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:56.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:55 smithi076 bash[21577]: audit 2024-04-27T02:36:54.834435+0000 mon.a (mon.0) 363 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:56.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:55 smithi076 bash[21577]: audit 2024-04-27T02:36:54.835462+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:56.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:55 smithi076 bash[21577]: audit 2024-04-27T02:36:54.841424+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:56.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:55 smithi076 bash[21577]: cephadm 2024-04-27T02:36:54.841983+0000 mgr.a (mgr.14152) 122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:36:56.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:55 smithi076 bash[21577]: audit 2024-04-27T02:36:55.223638+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:56.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:55 smithi161 bash[22361]: audit 2024-04-27T02:36:54.786097+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:56.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:55 smithi161 bash[22361]: audit 2024-04-27T02:36:54.793780+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:56.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:55 smithi161 bash[22361]: audit 2024-04-27T02:36:54.830451+0000 mon.a (mon.0) 362 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:56.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:55 smithi161 bash[22361]: audit 2024-04-27T02:36:54.834435+0000 mon.a (mon.0) 363 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:56.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:55 smithi161 bash[22361]: audit 2024-04-27T02:36:54.835462+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:56.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:55 smithi161 bash[22361]: audit 2024-04-27T02:36:54.841424+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:56.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:55 smithi161 bash[22361]: cephadm 2024-04-27T02:36:54.841983+0000 mgr.a (mgr.14152) 122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:36:56.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:55 smithi161 bash[22361]: audit 2024-04-27T02:36:55.223638+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:56.469 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:56 smithi115 bash[23438]: debug 2024-04-27T02:36:56.044+0000 7fe97b238200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T02:36:56.469 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:56 smithi115 bash[23438]: debug 2024-04-27T02:36:56.280+0000 7fe97b238200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T02:36:56.898 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:56 smithi115 bash[23438]: debug 2024-04-27T02:36:56.536+0000 7fe97b238200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T02:36:56.899 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:56 smithi115 bash[23438]: debug 2024-04-27T02:36:56.652+0000 7fe97b238200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T02:36:57.180 INFO:teuthology.orchestra.run.smithi076.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-27T02:36:57.180 INFO:teuthology.orchestra.run.smithi076.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-27T02:36:57.180 INFO:teuthology.orchestra.run.smithi076.stderr: stderr: 10+0 records in 2024-04-27T02:36:57.180 INFO:teuthology.orchestra.run.smithi076.stderr:10+0 records out 2024-04-27T02:36:57.180 INFO:teuthology.orchestra.run.smithi076.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0186863 s, 561 MB/s 2024-04-27T02:36:57.180 INFO:teuthology.orchestra.run.smithi076.stderr:--> Zapping successful for: 2024-04-27T02:36:57.196 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:56 smithi115 bash[23438]: debug 2024-04-27T02:36:56.920+0000 7fe97b238200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T02:36:57.469 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:57 smithi115 bash[23438]: debug 2024-04-27T02:36:57.332+0000 7fe97b238200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:36:57.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:57 smithi115 bash[22241]: cluster 2024-04-27T02:36:55.512789+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:57.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:57 smithi115 bash[22241]: audit 2024-04-27T02:36:56.570820+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:57.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:57 smithi115 bash[22241]: audit 2024-04-27T02:36:56.576165+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:57.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:57 smithi115 bash[22241]: audit 2024-04-27T02:36:56.584986+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:57.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:57 smithi076 bash[21577]: cluster 2024-04-27T02:36:55.512789+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:57.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:57 smithi076 bash[21577]: audit 2024-04-27T02:36:56.570820+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:57.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:57 smithi076 bash[21577]: audit 2024-04-27T02:36:56.576165+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:57.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:57 smithi076 bash[21577]: audit 2024-04-27T02:36:56.584986+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:57.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:57 smithi161 bash[22361]: cluster 2024-04-27T02:36:55.512789+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:57.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:57 smithi161 bash[22361]: audit 2024-04-27T02:36:56.570820+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:57.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:57 smithi161 bash[22361]: audit 2024-04-27T02:36:56.576165+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:57.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:57 smithi161 bash[22361]: audit 2024-04-27T02:36:56.584986+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:57.869 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:57 smithi115 bash[23438]: debug 2024-04-27T02:36:57.568+0000 7fe97b238200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T02:36:57.869 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:57 smithi115 bash[23438]: debug 2024-04-27T02:36:57.684+0000 7fe97b238200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T02:36:57.891 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi076:vg_nvme/lv_4 2024-04-27T02:36:58.218 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:57 smithi115 bash[23438]: debug 2024-04-27T02:36:57.932+0000 7fe97b238200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:36:59.218 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:58 smithi115 bash[23438]: debug 2024-04-27T02:36:58.948+0000 7fe97b238200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T02:36:59.219 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[23438]: debug 2024-04-27T02:36:59.064+0000 7fe97b238200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T02:36:59.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:59 smithi076 bash[21577]: cluster 2024-04-27T02:36:57.513169+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:59.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:59 smithi076 bash[21577]: audit 2024-04-27T02:36:58.262293+0000 mon.a (mon.0) 370 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:59.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:59 smithi076 bash[21577]: audit 2024-04-27T02:36:58.272456+0000 mon.a (mon.0) 371 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:59.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:59 smithi076 bash[21577]: audit 2024-04-27T02:36:58.284634+0000 mon.a (mon.0) 372 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:59.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:59 smithi076 bash[21577]: audit 2024-04-27T02:36:58.311623+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:59.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:59 smithi076 bash[21577]: audit 2024-04-27T02:36:58.317246+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:59.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:59 smithi076 bash[21577]: audit 2024-04-27T02:36:58.318997+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:59.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:36:59 smithi076 bash[21577]: audit 2024-04-27T02:36:58.327866+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:59.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:59 smithi161 bash[22361]: cluster 2024-04-27T02:36:57.513169+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:59.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:59 smithi161 bash[22361]: audit 2024-04-27T02:36:58.262293+0000 mon.a (mon.0) 370 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:59.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:59 smithi161 bash[22361]: audit 2024-04-27T02:36:58.272456+0000 mon.a (mon.0) 371 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:59.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:59 smithi161 bash[22361]: audit 2024-04-27T02:36:58.284634+0000 mon.a (mon.0) 372 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:59.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:59 smithi161 bash[22361]: audit 2024-04-27T02:36:58.311623+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:59.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:59 smithi161 bash[22361]: audit 2024-04-27T02:36:58.317246+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:59.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:59 smithi161 bash[22361]: audit 2024-04-27T02:36:58.318997+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:59.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:36:59 smithi161 bash[22361]: audit 2024-04-27T02:36:58.327866+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:59.719 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[23438]: debug 2024-04-27T02:36:59.352+0000 7fe97b238200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T02:36:59.719 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[23438]: debug 2024-04-27T02:36:59.468+0000 7fe97b238200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T02:36:59.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[22241]: cluster 2024-04-27T02:36:57.513169+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:36:59.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[22241]: audit 2024-04-27T02:36:58.262293+0000 mon.a (mon.0) 370 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:59.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[22241]: audit 2024-04-27T02:36:58.272456+0000 mon.a (mon.0) 371 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:59.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[22241]: audit 2024-04-27T02:36:58.284634+0000 mon.a (mon.0) 372 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:36:59.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[22241]: audit 2024-04-27T02:36:58.311623+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:36:59.720 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[22241]: audit 2024-04-27T02:36:58.317246+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:36:59.720 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[22241]: audit 2024-04-27T02:36:58.318997+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:36:59.720 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[22241]: audit 2024-04-27T02:36:58.327866+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:00.219 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:36:59 smithi115 bash[23438]: debug 2024-04-27T02:36:59.912+0000 7fe97b238200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T02:37:00.219 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:37:00 smithi115 bash[23438]: debug 2024-04-27T02:37:00.028+0000 7fe97b238200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T02:37:00.502 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:00 smithi161 bash[22361]: cluster 2024-04-27T02:37:00.055025+0000 mon.a (mon.0) 377 : cluster 0 Standby manager daemon b started 2024-04-27T02:37:00.502 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:00 smithi161 bash[22361]: audit 2024-04-27T02:37:00.056753+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-27T02:37:00.502 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:00 smithi161 bash[22361]: audit 2024-04-27T02:37:00.057383+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T02:37:00.502 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:00 smithi161 bash[22361]: audit 2024-04-27T02:37:00.058488+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-27T02:37:00.502 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:00 smithi161 bash[22361]: audit 2024-04-27T02:37:00.058959+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T02:37:00.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:00 smithi076 bash[21577]: cluster 2024-04-27T02:37:00.055025+0000 mon.a (mon.0) 377 : cluster 0 Standby manager daemon b started 2024-04-27T02:37:00.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:00 smithi076 bash[21577]: audit 2024-04-27T02:37:00.056753+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-27T02:37:00.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:00 smithi076 bash[21577]: audit 2024-04-27T02:37:00.057383+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T02:37:00.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:00 smithi076 bash[21577]: audit 2024-04-27T02:37:00.058488+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-27T02:37:00.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:00 smithi076 bash[21577]: audit 2024-04-27T02:37:00.058959+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T02:37:00.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:00 smithi115 bash[22241]: cluster 2024-04-27T02:37:00.055025+0000 mon.a (mon.0) 377 : cluster 0 Standby manager daemon b started 2024-04-27T02:37:00.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:00 smithi115 bash[22241]: audit 2024-04-27T02:37:00.056753+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-27T02:37:00.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:00 smithi115 bash[22241]: audit 2024-04-27T02:37:00.057383+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T02:37:00.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:00 smithi115 bash[22241]: audit 2024-04-27T02:37:00.058488+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-27T02:37:00.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:00 smithi115 bash[22241]: audit 2024-04-27T02:37:00.058959+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.115:0/843080160' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T02:37:01.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:01 smithi076 bash[21577]: cluster 2024-04-27T02:36:59.513565+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:01.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:01 smithi076 bash[21577]: cluster 2024-04-27T02:37:00.281542+0000 mon.a (mon.0) 378 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-27T02:37:01.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:01 smithi076 bash[21577]: audit 2024-04-27T02:37:00.281795+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-27T02:37:01.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:01 smithi161 bash[22361]: cluster 2024-04-27T02:36:59.513565+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:01.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:01 smithi161 bash[22361]: cluster 2024-04-27T02:37:00.281542+0000 mon.a (mon.0) 378 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-27T02:37:01.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:01 smithi161 bash[22361]: audit 2024-04-27T02:37:00.281795+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-27T02:37:01.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:01 smithi115 bash[22241]: cluster 2024-04-27T02:36:59.513565+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:01.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:01 smithi115 bash[22241]: cluster 2024-04-27T02:37:00.281542+0000 mon.a (mon.0) 378 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-27T02:37:01.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:01 smithi115 bash[22241]: audit 2024-04-27T02:37:00.281795+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-27T02:37:02.601 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:37:03.505 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:03 smithi076 bash[21577]: cluster 2024-04-27T02:37:01.513974+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:03.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:03 smithi161 bash[22361]: cluster 2024-04-27T02:37:01.513974+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:03.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:03 smithi115 bash[22241]: cluster 2024-04-27T02:37:01.513974+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:05.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:05 smithi076 bash[21577]: cluster 2024-04-27T02:37:03.514322+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:05.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:05 smithi161 bash[22361]: cluster 2024-04-27T02:37:03.514322+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:05.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:05 smithi115 bash[22241]: cluster 2024-04-27T02:37:03.514322+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:06.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:06 smithi076 bash[21577]: audit 2024-04-27T02:37:05.319558+0000 mgr.a (mgr.14152) 128 : audit 0 from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:37:06.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:06 smithi076 bash[21577]: audit 2024-04-27T02:37:05.326651+0000 mon.a (mon.0) 380 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:37:06.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:06 smithi076 bash[21577]: audit 2024-04-27T02:37:05.333275+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:37:06.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:06 smithi076 bash[21577]: audit 2024-04-27T02:37:05.334674+0000 mon.a (mon.0) 382 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:06.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:06 smithi161 bash[22361]: audit 2024-04-27T02:37:05.319558+0000 mgr.a (mgr.14152) 128 : audit 0 from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:37:06.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:06 smithi161 bash[22361]: audit 2024-04-27T02:37:05.326651+0000 mon.a (mon.0) 380 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:37:06.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:06 smithi161 bash[22361]: audit 2024-04-27T02:37:05.333275+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:37:06.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:06 smithi161 bash[22361]: audit 2024-04-27T02:37:05.334674+0000 mon.a (mon.0) 382 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:06.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:06 smithi115 bash[22241]: audit 2024-04-27T02:37:05.319558+0000 mgr.a (mgr.14152) 128 : audit 0 from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:37:06.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:06 smithi115 bash[22241]: audit 2024-04-27T02:37:05.326651+0000 mon.a (mon.0) 380 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:37:06.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:06 smithi115 bash[22241]: audit 2024-04-27T02:37:05.333275+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:37:06.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:06 smithi115 bash[22241]: audit 2024-04-27T02:37:05.334674+0000 mon.a (mon.0) 382 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:07.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:07 smithi076 bash[21577]: cluster 2024-04-27T02:37:05.514765+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:07.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:07 smithi161 bash[22361]: cluster 2024-04-27T02:37:05.514765+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:07.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:07 smithi115 bash[22241]: cluster 2024-04-27T02:37:05.514765+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:09.566 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:09 smithi076 bash[21577]: cluster 2024-04-27T02:37:07.515290+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:09.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:09 smithi161 bash[22361]: cluster 2024-04-27T02:37:07.515290+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:09.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:09 smithi115 bash[22241]: cluster 2024-04-27T02:37:07.515290+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:11.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:11 smithi076 bash[21577]: cluster 2024-04-27T02:37:09.515817+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:11.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:11 smithi076 bash[21577]: audit 2024-04-27T02:37:10.135404+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:11.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:11 smithi076 bash[21577]: audit 2024-04-27T02:37:10.140705+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:11.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:11 smithi076 bash[21577]: audit 2024-04-27T02:37:10.148439+0000 mon.a (mon.0) 385 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:11.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:11 smithi161 bash[22361]: cluster 2024-04-27T02:37:09.515817+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:11.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:11 smithi161 bash[22361]: audit 2024-04-27T02:37:10.135404+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:11.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:11 smithi161 bash[22361]: audit 2024-04-27T02:37:10.140705+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:11.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:11 smithi161 bash[22361]: audit 2024-04-27T02:37:10.148439+0000 mon.a (mon.0) 385 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:11.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:11 smithi115 bash[22241]: cluster 2024-04-27T02:37:09.515817+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:11.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:11 smithi115 bash[22241]: audit 2024-04-27T02:37:10.135404+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:11.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:11 smithi115 bash[22241]: audit 2024-04-27T02:37:10.140705+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:11.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:11 smithi115 bash[22241]: audit 2024-04-27T02:37:10.148439+0000 mon.a (mon.0) 385 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:13.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:13 smithi161 bash[22361]: cluster 2024-04-27T02:37:11.516302+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:13.431 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:13 smithi115 bash[22241]: cluster 2024-04-27T02:37:11.516302+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:13.439 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:13 smithi076 bash[21577]: cluster 2024-04-27T02:37:11.516302+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:15.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:15 smithi115 bash[22241]: cluster 2024-04-27T02:37:13.516611+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:15.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:15 smithi076 bash[21577]: cluster 2024-04-27T02:37:13.516611+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:15.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:15 smithi161 bash[22361]: cluster 2024-04-27T02:37:13.516611+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:16.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:16 smithi161 bash[22361]: audit 2024-04-27T02:37:15.925812+0000 mon.a (mon.0) 386 : audit 1 from='client.? 172.21.15.76:0/150243685' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e09c37c4-d2b3-4fb9-a7a8-91520272b763"}]: dispatch 2024-04-27T02:37:16.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:16 smithi161 bash[22361]: audit 2024-04-27T02:37:15.928405+0000 mon.a (mon.0) 387 : audit 1 from='client.? 172.21.15.76:0/150243685' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e09c37c4-d2b3-4fb9-a7a8-91520272b763"}]': finished 2024-04-27T02:37:16.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:16 smithi161 bash[22361]: cluster 2024-04-27T02:37:15.933276+0000 mon.a (mon.0) 388 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-27T02:37:16.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:16 smithi161 bash[22361]: audit 2024-04-27T02:37:15.933564+0000 mon.a (mon.0) 389 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:16.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:16 smithi115 bash[22241]: audit 2024-04-27T02:37:15.925812+0000 mon.a (mon.0) 386 : audit 1 from='client.? 172.21.15.76:0/150243685' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e09c37c4-d2b3-4fb9-a7a8-91520272b763"}]: dispatch 2024-04-27T02:37:16.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:16 smithi115 bash[22241]: audit 2024-04-27T02:37:15.928405+0000 mon.a (mon.0) 387 : audit 1 from='client.? 172.21.15.76:0/150243685' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e09c37c4-d2b3-4fb9-a7a8-91520272b763"}]': finished 2024-04-27T02:37:16.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:16 smithi115 bash[22241]: cluster 2024-04-27T02:37:15.933276+0000 mon.a (mon.0) 388 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-27T02:37:16.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:16 smithi115 bash[22241]: audit 2024-04-27T02:37:15.933564+0000 mon.a (mon.0) 389 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:16.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:16 smithi076 bash[21577]: audit 2024-04-27T02:37:15.925812+0000 mon.a (mon.0) 386 : audit 1 from='client.? 172.21.15.76:0/150243685' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e09c37c4-d2b3-4fb9-a7a8-91520272b763"}]: dispatch 2024-04-27T02:37:16.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:16 smithi076 bash[21577]: audit 2024-04-27T02:37:15.928405+0000 mon.a (mon.0) 387 : audit 1 from='client.? 172.21.15.76:0/150243685' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e09c37c4-d2b3-4fb9-a7a8-91520272b763"}]': finished 2024-04-27T02:37:16.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:16 smithi076 bash[21577]: cluster 2024-04-27T02:37:15.933276+0000 mon.a (mon.0) 388 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-27T02:37:16.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:16 smithi076 bash[21577]: audit 2024-04-27T02:37:15.933564+0000 mon.a (mon.0) 389 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:17.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:17 smithi115 bash[22241]: cluster 2024-04-27T02:37:15.516937+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:17.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:17 smithi115 bash[22241]: audit 2024-04-27T02:37:16.634114+0000 mon.a (mon.0) 390 : audit 0 from='client.? 172.21.15.76:0/1366127650' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:37:17.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:17 smithi115 bash[22241]: audit 2024-04-27T02:37:16.745237+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:17.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:17 smithi115 bash[22241]: audit 2024-04-27T02:37:16.750202+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:17.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:17 smithi115 bash[22241]: audit 2024-04-27T02:37:16.773712+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:17.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:17 smithi161 bash[22361]: cluster 2024-04-27T02:37:15.516937+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:17.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:17 smithi161 bash[22361]: audit 2024-04-27T02:37:16.634114+0000 mon.a (mon.0) 390 : audit 0 from='client.? 172.21.15.76:0/1366127650' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:37:17.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:17 smithi161 bash[22361]: audit 2024-04-27T02:37:16.745237+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:17.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:17 smithi161 bash[22361]: audit 2024-04-27T02:37:16.750202+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:17.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:17 smithi161 bash[22361]: audit 2024-04-27T02:37:16.773712+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:17.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:17 smithi076 bash[21577]: cluster 2024-04-27T02:37:15.516937+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:17.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:17 smithi076 bash[21577]: audit 2024-04-27T02:37:16.634114+0000 mon.a (mon.0) 390 : audit 0 from='client.? 172.21.15.76:0/1366127650' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:37:17.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:17 smithi076 bash[21577]: audit 2024-04-27T02:37:16.745237+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:17.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:17 smithi076 bash[21577]: audit 2024-04-27T02:37:16.750202+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:17.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:17 smithi076 bash[21577]: audit 2024-04-27T02:37:16.773712+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:18.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:18 smithi161 bash[22361]: audit 2024-04-27T02:37:17.166333+0000 mon.a (mon.0) 394 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:18.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:18 smithi161 bash[22361]: audit 2024-04-27T02:37:17.174387+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:18.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:18 smithi161 bash[22361]: audit 2024-04-27T02:37:17.184190+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:18.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:18 smithi115 bash[22241]: audit 2024-04-27T02:37:17.166333+0000 mon.a (mon.0) 394 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:18.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:18 smithi115 bash[22241]: audit 2024-04-27T02:37:17.174387+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:18.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:18 smithi115 bash[22241]: audit 2024-04-27T02:37:17.184190+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:18.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:18 smithi076 bash[21577]: audit 2024-04-27T02:37:17.166333+0000 mon.a (mon.0) 394 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:18.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:18 smithi076 bash[21577]: audit 2024-04-27T02:37:17.174387+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:18.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:18 smithi076 bash[21577]: audit 2024-04-27T02:37:17.184190+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:19.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:19 smithi076 bash[21577]: cluster 2024-04-27T02:37:17.517415+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:19.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:19 smithi161 bash[22361]: cluster 2024-04-27T02:37:17.517415+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:19.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:19 smithi115 bash[22241]: cluster 2024-04-27T02:37:17.517415+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:21.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:21 smithi161 bash[22361]: cluster 2024-04-27T02:37:19.517920+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:21.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:21 smithi115 bash[22241]: cluster 2024-04-27T02:37:19.517920+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:21.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:21 smithi076 bash[21577]: cluster 2024-04-27T02:37:19.517920+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:23.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:23 smithi115 bash[22241]: cluster 2024-04-27T02:37:21.518373+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:23.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:23 smithi076 bash[21577]: cluster 2024-04-27T02:37:21.518373+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:23.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:23 smithi161 bash[22361]: cluster 2024-04-27T02:37:21.518373+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:25.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:25 smithi115 bash[22241]: cluster 2024-04-27T02:37:23.518922+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:25.554 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:25 smithi076 bash[21577]: cluster 2024-04-27T02:37:23.518922+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:25.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:25 smithi161 bash[22361]: cluster 2024-04-27T02:37:23.518922+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:27.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:27 smithi076 bash[21577]: cluster 2024-04-27T02:37:25.519308+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:27.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:27 smithi115 bash[22241]: cluster 2024-04-27T02:37:25.519308+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:27.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:27 smithi161 bash[22361]: cluster 2024-04-27T02:37:25.519308+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:29.445 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:29 smithi076 bash[21577]: cluster 2024-04-27T02:37:27.519560+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:29.445 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:29 smithi076 bash[21577]: audit 2024-04-27T02:37:28.279360+0000 mon.a (mon.0) 397 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T02:37:29.445 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:29 smithi076 bash[21577]: audit 2024-04-27T02:37:28.281130+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:29.445 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:29 smithi076 bash[21577]: cephadm 2024-04-27T02:37:28.282726+0000 mgr.a (mgr.14152) 141 : cephadm 1 Deploying daemon osd.0 on smithi076 2024-04-27T02:37:29.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:29 smithi115 bash[22241]: cluster 2024-04-27T02:37:27.519560+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:29.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:29 smithi115 bash[22241]: audit 2024-04-27T02:37:28.279360+0000 mon.a (mon.0) 397 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T02:37:29.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:29 smithi115 bash[22241]: audit 2024-04-27T02:37:28.281130+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:29.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:29 smithi115 bash[22241]: cephadm 2024-04-27T02:37:28.282726+0000 mgr.a (mgr.14152) 141 : cephadm 1 Deploying daemon osd.0 on smithi076 2024-04-27T02:37:29.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:29 smithi161 bash[22361]: cluster 2024-04-27T02:37:27.519560+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:29.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:29 smithi161 bash[22361]: audit 2024-04-27T02:37:28.279360+0000 mon.a (mon.0) 397 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T02:37:29.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:29 smithi161 bash[22361]: audit 2024-04-27T02:37:28.281130+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:29.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:29 smithi161 bash[22361]: cephadm 2024-04-27T02:37:28.282726+0000 mgr.a (mgr.14152) 141 : cephadm 1 Deploying daemon osd.0 on smithi076 2024-04-27T02:37:31.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:31 smithi076 bash[21577]: cluster 2024-04-27T02:37:29.519863+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:31.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:31 smithi076 bash[21577]: audit 2024-04-27T02:37:30.341457+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:31.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:31 smithi076 bash[21577]: audit 2024-04-27T02:37:30.350357+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:31.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:31 smithi076 bash[21577]: audit 2024-04-27T02:37:30.360244+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:31.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:31 smithi161 bash[22361]: cluster 2024-04-27T02:37:29.519863+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:31.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:31 smithi161 bash[22361]: audit 2024-04-27T02:37:30.341457+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:31.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:31 smithi161 bash[22361]: audit 2024-04-27T02:37:30.350357+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:31.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:31 smithi161 bash[22361]: audit 2024-04-27T02:37:30.360244+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:31.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:31 smithi115 bash[22241]: cluster 2024-04-27T02:37:29.519863+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:31.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:31 smithi115 bash[22241]: audit 2024-04-27T02:37:30.341457+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:31.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:31 smithi115 bash[22241]: audit 2024-04-27T02:37:30.350357+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:31.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:31 smithi115 bash[22241]: audit 2024-04-27T02:37:30.360244+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:33.056 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:32 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:37:33.057 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:37:32 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:37:33.314 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:33 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:37:33.315 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:37:33 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:37:33.464 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:33 smithi115 bash[22241]: cluster 2024-04-27T02:37:31.520132+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:33.464 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:33 smithi115 bash[22241]: audit 2024-04-27T02:37:33.223609+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:33.464 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:33 smithi115 bash[22241]: audit 2024-04-27T02:37:33.228008+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:33.464 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:33 smithi115 bash[22241]: audit 2024-04-27T02:37:33.242164+0000 mon.a (mon.0) 404 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:33.464 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:33 smithi115 bash[22241]: audit 2024-04-27T02:37:33.246227+0000 mon.a (mon.0) 405 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:33.464 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:33 smithi115 bash[22241]: audit 2024-04-27T02:37:33.247481+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:33.464 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:33 smithi115 bash[22241]: audit 2024-04-27T02:37:33.253177+0000 mon.a (mon.0) 407 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:33.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:33 smithi076 bash[21577]: cluster 2024-04-27T02:37:31.520132+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:33.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:33 smithi076 bash[21577]: audit 2024-04-27T02:37:33.223609+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:33.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:33 smithi076 bash[21577]: audit 2024-04-27T02:37:33.228008+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:33.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:33 smithi076 bash[21577]: audit 2024-04-27T02:37:33.242164+0000 mon.a (mon.0) 404 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:33.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:33 smithi076 bash[21577]: audit 2024-04-27T02:37:33.246227+0000 mon.a (mon.0) 405 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:33.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:33 smithi076 bash[21577]: audit 2024-04-27T02:37:33.247481+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:33.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:33 smithi076 bash[21577]: audit 2024-04-27T02:37:33.253177+0000 mon.a (mon.0) 407 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:33.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:33 smithi161 bash[22361]: cluster 2024-04-27T02:37:31.520132+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:33.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:33 smithi161 bash[22361]: audit 2024-04-27T02:37:33.223609+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:33.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:33 smithi161 bash[22361]: audit 2024-04-27T02:37:33.228008+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:33.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:33 smithi161 bash[22361]: audit 2024-04-27T02:37:33.242164+0000 mon.a (mon.0) 404 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:33.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:33 smithi161 bash[22361]: audit 2024-04-27T02:37:33.246227+0000 mon.a (mon.0) 405 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:33.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:33 smithi161 bash[22361]: audit 2024-04-27T02:37:33.247481+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:33.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:33 smithi161 bash[22361]: audit 2024-04-27T02:37:33.253177+0000 mon.a (mon.0) 407 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:35.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:35 smithi076 bash[21577]: cluster 2024-04-27T02:37:33.520501+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:35.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:35 smithi161 bash[22361]: cluster 2024-04-27T02:37:33.520501+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:35.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:35 smithi115 bash[22241]: cluster 2024-04-27T02:37:33.520501+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:37 smithi076 bash[21577]: cluster 2024-04-27T02:37:35.520869+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:37 smithi076 bash[21577]: audit 2024-04-27T02:37:36.932474+0000 mon.a (mon.0) 408 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:37 smithi076 bash[21577]: audit 2024-04-27T02:37:36.937856+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:37 smithi076 bash[21577]: audit 2024-04-27T02:37:36.943248+0000 mon.a (mon.0) 410 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:37 smithi076 bash[21577]: audit 2024-04-27T02:37:36.943521+0000 mon.a (mon.0) 411 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:37 smithi076 bash[21577]: audit 2024-04-27T02:37:36.946140+0000 mon.a (mon.0) 412 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:37 smithi076 bash[21577]: audit 2024-04-27T02:37:36.946830+0000 mon.a (mon.0) 413 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:37.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:37 smithi076 bash[21577]: audit 2024-04-27T02:37:36.951328+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:37 smithi161 bash[22361]: cluster 2024-04-27T02:37:35.520869+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:37 smithi161 bash[22361]: audit 2024-04-27T02:37:36.932474+0000 mon.a (mon.0) 408 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:37 smithi161 bash[22361]: audit 2024-04-27T02:37:36.937856+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:37 smithi161 bash[22361]: audit 2024-04-27T02:37:36.943248+0000 mon.a (mon.0) 410 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:37 smithi161 bash[22361]: audit 2024-04-27T02:37:36.943521+0000 mon.a (mon.0) 411 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:37 smithi161 bash[22361]: audit 2024-04-27T02:37:36.946140+0000 mon.a (mon.0) 412 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:37 smithi161 bash[22361]: audit 2024-04-27T02:37:36.946830+0000 mon.a (mon.0) 413 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:37 smithi161 bash[22361]: audit 2024-04-27T02:37:36.951328+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:37.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:37 smithi115 bash[22241]: cluster 2024-04-27T02:37:35.520869+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:37.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:37 smithi115 bash[22241]: audit 2024-04-27T02:37:36.932474+0000 mon.a (mon.0) 408 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:37.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:37 smithi115 bash[22241]: audit 2024-04-27T02:37:36.937856+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:37.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:37 smithi115 bash[22241]: audit 2024-04-27T02:37:36.943248+0000 mon.a (mon.0) 410 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:37.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:37 smithi115 bash[22241]: audit 2024-04-27T02:37:36.943521+0000 mon.a (mon.0) 411 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:37.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:37 smithi115 bash[22241]: audit 2024-04-27T02:37:36.946140+0000 mon.a (mon.0) 412 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:37.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:37 smithi115 bash[22241]: audit 2024-04-27T02:37:36.946830+0000 mon.a (mon.0) 413 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:37.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:37 smithi115 bash[22241]: audit 2024-04-27T02:37:36.951328+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:38.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:38 smithi161 bash[22361]: cephadm 2024-04-27T02:37:36.939370+0000 mgr.a (mgr.14152) 146 : cephadm 1 Detected new or changed devices on smithi076 2024-04-27T02:37:38.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:38 smithi161 bash[22361]: audit 2024-04-27T02:37:37.387752+0000 mon.a (mon.0) 415 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:38.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:38 smithi161 bash[22361]: audit 2024-04-27T02:37:37.396013+0000 mon.a (mon.0) 416 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:38.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:38 smithi161 bash[22361]: audit 2024-04-27T02:37:37.407333+0000 mon.a (mon.0) 417 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:38.695 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:38 smithi076 bash[21577]: cephadm 2024-04-27T02:37:36.939370+0000 mgr.a (mgr.14152) 146 : cephadm 1 Detected new or changed devices on smithi076 2024-04-27T02:37:38.695 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:38 smithi076 bash[21577]: audit 2024-04-27T02:37:37.387752+0000 mon.a (mon.0) 415 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:38.695 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:38 smithi076 bash[21577]: audit 2024-04-27T02:37:37.396013+0000 mon.a (mon.0) 416 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:38.695 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:38 smithi076 bash[21577]: audit 2024-04-27T02:37:37.407333+0000 mon.a (mon.0) 417 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:38.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:38 smithi115 bash[22241]: cephadm 2024-04-27T02:37:36.939370+0000 mgr.a (mgr.14152) 146 : cephadm 1 Detected new or changed devices on smithi076 2024-04-27T02:37:38.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:38 smithi115 bash[22241]: audit 2024-04-27T02:37:37.387752+0000 mon.a (mon.0) 415 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:38.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:38 smithi115 bash[22241]: audit 2024-04-27T02:37:37.396013+0000 mon.a (mon.0) 416 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:38.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:38 smithi115 bash[22241]: audit 2024-04-27T02:37:37.407333+0000 mon.a (mon.0) 417 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:39.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:39 smithi161 bash[22361]: cluster 2024-04-27T02:37:37.521315+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:39.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:39 smithi115 bash[22241]: cluster 2024-04-27T02:37:37.521315+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:39.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:39 smithi076 bash[21577]: cluster 2024-04-27T02:37:37.521315+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:40.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:40 smithi161 bash[22361]: cluster 2024-04-27T02:37:39.521595+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:40.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:40 smithi115 bash[22241]: cluster 2024-04-27T02:37:39.521595+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:40.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:40 smithi076 bash[21577]: cluster 2024-04-27T02:37:39.521595+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:41.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:41 smithi076 bash[21577]: audit 2024-04-27T02:37:40.493546+0000 mon.a (mon.0) 418 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T02:37:41.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:41 smithi161 bash[22361]: audit 2024-04-27T02:37:40.493546+0000 mon.a (mon.0) 418 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T02:37:41.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:41 smithi115 bash[22241]: audit 2024-04-27T02:37:40.493546+0000 mon.a (mon.0) 418 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T02:37:42.710 INFO:teuthology.orchestra.run.smithi076.stdout:Created osd(s) 0 on host 'smithi076' 2024-04-27T02:37:42.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:42 smithi115 bash[22241]: audit 2024-04-27T02:37:41.422847+0000 mon.a (mon.0) 419 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-27T02:37:42.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:42 smithi115 bash[22241]: cluster 2024-04-27T02:37:41.425435+0000 mon.a (mon.0) 420 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-27T02:37:42.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:42 smithi115 bash[22241]: audit 2024-04-27T02:37:41.425654+0000 mon.a (mon.0) 421 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-27T02:37:42.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:42 smithi115 bash[22241]: audit 2024-04-27T02:37:41.425893+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:42.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:42 smithi115 bash[22241]: cluster 2024-04-27T02:37:41.521903+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:42.730 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:42 smithi076 bash[21577]: audit 2024-04-27T02:37:41.422847+0000 mon.a (mon.0) 419 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-27T02:37:42.730 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:42 smithi076 bash[21577]: cluster 2024-04-27T02:37:41.425435+0000 mon.a (mon.0) 420 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-27T02:37:42.730 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:42 smithi076 bash[21577]: audit 2024-04-27T02:37:41.425654+0000 mon.a (mon.0) 421 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-27T02:37:42.730 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:42 smithi076 bash[21577]: audit 2024-04-27T02:37:41.425893+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:42.730 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:42 smithi076 bash[21577]: cluster 2024-04-27T02:37:41.521903+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:42.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:42 smithi161 bash[22361]: audit 2024-04-27T02:37:41.422847+0000 mon.a (mon.0) 419 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-27T02:37:42.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:42 smithi161 bash[22361]: cluster 2024-04-27T02:37:41.425435+0000 mon.a (mon.0) 420 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-27T02:37:42.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:42 smithi161 bash[22361]: audit 2024-04-27T02:37:41.425654+0000 mon.a (mon.0) 421 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-27T02:37:42.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:42 smithi161 bash[22361]: audit 2024-04-27T02:37:41.425893+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:42.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:42 smithi161 bash[22361]: cluster 2024-04-27T02:37:41.521903+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:43.416 DEBUG:teuthology.orchestra.run.smithi076:osd.0> sudo journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@osd.0.service 2024-04-27T02:37:43.418 INFO:tasks.cephadm:Deploying osd.1 on smithi115 with /dev/vg_nvme/lv_4... 2024-04-27T02:37:43.418 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-27T02:37:43.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:42.425336+0000 mon.a (mon.0) 423 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: cluster 2024-04-27T02:37:42.430259+0000 mon.a (mon.0) 424 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:42.431925+0000 mon.a (mon.0) 425 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:42.439293+0000 mon.a (mon.0) 426 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:42.659959+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:42.684416+0000 mon.a (mon.0) 428 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:42.689704+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:42.711775+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:42.714299+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:42.715812+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:42.770934+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:42.907334+0000 mon.a (mon.0) 434 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' 2024-04-27T02:37:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:43 smithi076 bash[21577]: audit 2024-04-27T02:37:43.437255+0000 mon.a (mon.0) 435 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:42.425336+0000 mon.a (mon.0) 423 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: cluster 2024-04-27T02:37:42.430259+0000 mon.a (mon.0) 424 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:42.431925+0000 mon.a (mon.0) 425 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:42.439293+0000 mon.a (mon.0) 426 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:42.659959+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:42.684416+0000 mon.a (mon.0) 428 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:42.689704+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:42.711775+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:42.714299+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:42.715812+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:42.770934+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:42.907334+0000 mon.a (mon.0) 434 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' 2024-04-27T02:37:43.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:43 smithi115 bash[22241]: audit 2024-04-27T02:37:43.437255+0000 mon.a (mon.0) 435 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:43.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:42.425336+0000 mon.a (mon.0) 423 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-04-27T02:37:43.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: cluster 2024-04-27T02:37:42.430259+0000 mon.a (mon.0) 424 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-27T02:37:43.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:42.431925+0000 mon.a (mon.0) 425 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:43.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:42.439293+0000 mon.a (mon.0) 426 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:43.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:42.659959+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:43.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:42.684416+0000 mon.a (mon.0) 428 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:43.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:42.689704+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:37:43.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:42.711775+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:43.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:42.714299+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:43.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:42.715812+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:43.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:42.770934+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:43.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:42.907334+0000 mon.a (mon.0) 434 : audit 1 from='osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056]' entity='osd.0' 2024-04-27T02:37:43.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:43 smithi161 bash[22361]: audit 2024-04-27T02:37:43.437255+0000 mon.a (mon.0) 435 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:44.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: cluster 2024-04-27T02:37:41.447151+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-27T02:37:44.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: cluster 2024-04-27T02:37:41.447208+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-27T02:37:44.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: audit 2024-04-27T02:37:43.482401+0000 mon.a (mon.0) 436 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: audit 2024-04-27T02:37:43.488960+0000 mon.a (mon.0) 437 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: audit 2024-04-27T02:37:43.496199+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: audit 2024-04-27T02:37:43.519396+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:44.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: cluster 2024-04-27T02:37:43.522332+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:44.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: audit 2024-04-27T02:37:43.523144+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:44.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: audit 2024-04-27T02:37:43.524103+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:44.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: audit 2024-04-27T02:37:43.532059+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: cluster 2024-04-27T02:37:43.912456+0000 mon.a (mon.0) 443 : cluster 1 osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056] boot 2024-04-27T02:37:44.720 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: cluster 2024-04-27T02:37:43.912554+0000 mon.a (mon.0) 444 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-27T02:37:44.720 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:44 smithi115 bash[22241]: audit 2024-04-27T02:37:43.913263+0000 mon.a (mon.0) 445 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:44.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: cluster 2024-04-27T02:37:41.447151+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-27T02:37:44.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: cluster 2024-04-27T02:37:41.447208+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-27T02:37:44.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: audit 2024-04-27T02:37:43.482401+0000 mon.a (mon.0) 436 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: audit 2024-04-27T02:37:43.488960+0000 mon.a (mon.0) 437 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: audit 2024-04-27T02:37:43.496199+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: audit 2024-04-27T02:37:43.519396+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:44.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: cluster 2024-04-27T02:37:43.522332+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:44.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: audit 2024-04-27T02:37:43.523144+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:44.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: audit 2024-04-27T02:37:43.524103+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:44.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: audit 2024-04-27T02:37:43.532059+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: cluster 2024-04-27T02:37:43.912456+0000 mon.a (mon.0) 443 : cluster 1 osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056] boot 2024-04-27T02:37:44.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: cluster 2024-04-27T02:37:43.912554+0000 mon.a (mon.0) 444 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-27T02:37:44.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:44 smithi076 bash[21577]: audit 2024-04-27T02:37:43.913263+0000 mon.a (mon.0) 445 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:44.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: cluster 2024-04-27T02:37:41.447151+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-27T02:37:44.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: cluster 2024-04-27T02:37:41.447208+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-27T02:37:44.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: audit 2024-04-27T02:37:43.482401+0000 mon.a (mon.0) 436 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: audit 2024-04-27T02:37:43.488960+0000 mon.a (mon.0) 437 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: audit 2024-04-27T02:37:43.496199+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: audit 2024-04-27T02:37:43.519396+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:37:44.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: cluster 2024-04-27T02:37:43.522332+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:37:44.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: audit 2024-04-27T02:37:43.523144+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:37:44.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: audit 2024-04-27T02:37:43.524103+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:37:44.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: audit 2024-04-27T02:37:43.532059+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:44.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: cluster 2024-04-27T02:37:43.912456+0000 mon.a (mon.0) 443 : cluster 1 osd.0 [v2:172.21.15.76:6802/3690905056,v1:172.21.15.76:6803/3690905056] boot 2024-04-27T02:37:44.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: cluster 2024-04-27T02:37:43.912554+0000 mon.a (mon.0) 444 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-27T02:37:44.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:44 smithi161 bash[22361]: audit 2024-04-27T02:37:43.913263+0000 mon.a (mon.0) 445 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:37:46.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:46 smithi076 bash[21577]: cluster 2024-04-27T02:37:45.501346+0000 mon.a (mon.0) 446 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-27T02:37:46.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:46 smithi076 bash[21577]: cluster 2024-04-27T02:37:45.522794+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:46.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:46 smithi161 bash[22361]: cluster 2024-04-27T02:37:45.501346+0000 mon.a (mon.0) 446 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-27T02:37:46.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:46 smithi161 bash[22361]: cluster 2024-04-27T02:37:45.522794+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:46.968 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:46 smithi115 bash[22241]: cluster 2024-04-27T02:37:45.501346+0000 mon.a (mon.0) 446 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-27T02:37:46.968 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:46 smithi115 bash[22241]: cluster 2024-04-27T02:37:45.522794+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:48.133 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.b/config 2024-04-27T02:37:48.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:48 smithi076 bash[21577]: cluster 2024-04-27T02:37:47.523240+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:48.861 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:48 smithi115 bash[22241]: cluster 2024-04-27T02:37:47.523240+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:48.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:48 smithi161 bash[22361]: cluster 2024-04-27T02:37:47.523240+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:50.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:50 smithi076 bash[21577]: cluster 2024-04-27T02:37:49.523716+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:50.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:50 smithi076 bash[21577]: audit 2024-04-27T02:37:50.559119+0000 mon.a (mon.0) 447 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:50.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:50 smithi076 bash[21577]: audit 2024-04-27T02:37:50.567126+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:50.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:50 smithi076 bash[21577]: audit 2024-04-27T02:37:50.577075+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:50.872 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-27T02:37:50.872 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-27T02:37:50.872 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2024-04-27T02:37:50.873 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2024-04-27T02:37:50.873 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.014717 s, 712 MB/s 2024-04-27T02:37:50.873 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2024-04-27T02:37:50.896 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:50 smithi115 bash[22241]: cluster 2024-04-27T02:37:49.523716+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:50.896 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:50 smithi115 bash[22241]: audit 2024-04-27T02:37:50.559119+0000 mon.a (mon.0) 447 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:50.896 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:50 smithi115 bash[22241]: audit 2024-04-27T02:37:50.567126+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:50.896 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:50 smithi115 bash[22241]: audit 2024-04-27T02:37:50.577075+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:50.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:50 smithi161 bash[22361]: cluster 2024-04-27T02:37:49.523716+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:50.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:50 smithi161 bash[22361]: audit 2024-04-27T02:37:50.559119+0000 mon.a (mon.0) 447 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:50.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:50 smithi161 bash[22361]: audit 2024-04-27T02:37:50.567126+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:50.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:50 smithi161 bash[22361]: audit 2024-04-27T02:37:50.577075+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:51.526 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi115:vg_nvme/lv_4 2024-04-27T02:37:52.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:52 smithi076 bash[21577]: cluster 2024-04-27T02:37:51.524115+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:52.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:52 smithi161 bash[22361]: cluster 2024-04-27T02:37:51.524115+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:52.948 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:52 smithi115 bash[22241]: cluster 2024-04-27T02:37:51.524115+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:54.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:54 smithi115 bash[22241]: cluster 2024-04-27T02:37:53.524619+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:54.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:54 smithi076 bash[21577]: cluster 2024-04-27T02:37:53.524619+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:54.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:54 smithi161 bash[22361]: cluster 2024-04-27T02:37:53.524619+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:56.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:56 smithi076 bash[21577]: cluster 2024-04-27T02:37:55.525018+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:56.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:56 smithi161 bash[22361]: cluster 2024-04-27T02:37:55.525018+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:56.968 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:56 smithi115 bash[22241]: cluster 2024-04-27T02:37:55.525018+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:57.106 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.b/config 2024-04-27T02:37:58.580 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:58 smithi115 bash[22241]: cluster 2024-04-27T02:37:57.525419+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:58.580 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:58 smithi115 bash[22241]: audit 2024-04-27T02:37:57.607177+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:58.580 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:58 smithi115 bash[22241]: audit 2024-04-27T02:37:57.615335+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:58.580 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:37:58 smithi115 bash[22241]: audit 2024-04-27T02:37:57.625423+0000 mon.a (mon.0) 452 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:58.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:58 smithi076 bash[21577]: cluster 2024-04-27T02:37:57.525419+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:58.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:58 smithi076 bash[21577]: audit 2024-04-27T02:37:57.607177+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:58.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:58 smithi076 bash[21577]: audit 2024-04-27T02:37:57.615335+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:58.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:37:58 smithi076 bash[21577]: audit 2024-04-27T02:37:57.625423+0000 mon.a (mon.0) 452 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:58.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:58 smithi161 bash[22361]: cluster 2024-04-27T02:37:57.525419+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:37:58.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:58 smithi161 bash[22361]: audit 2024-04-27T02:37:57.607177+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:58.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:58 smithi161 bash[22361]: audit 2024-04-27T02:37:57.615335+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:37:58.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:37:58 smithi161 bash[22361]: audit 2024-04-27T02:37:57.625423+0000 mon.a (mon.0) 452 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:00.824 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:00 smithi161 bash[22361]: cluster 2024-04-27T02:37:59.525909+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:00.825 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:00 smithi161 bash[22361]: audit 2024-04-27T02:37:59.614442+0000 mgr.a (mgr.14152) 159 : audit 0 from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:38:00.825 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:00 smithi161 bash[22361]: audit 2024-04-27T02:37:59.621872+0000 mon.a (mon.0) 453 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:38:00.825 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:00 smithi161 bash[22361]: audit 2024-04-27T02:37:59.628175+0000 mon.a (mon.0) 454 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:38:00.825 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:00 smithi161 bash[22361]: audit 2024-04-27T02:37:59.629876+0000 mon.a (mon.0) 455 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:00.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:00 smithi076 bash[21577]: cluster 2024-04-27T02:37:59.525909+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:00.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:00 smithi076 bash[21577]: audit 2024-04-27T02:37:59.614442+0000 mgr.a (mgr.14152) 159 : audit 0 from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:38:00.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:00 smithi076 bash[21577]: audit 2024-04-27T02:37:59.621872+0000 mon.a (mon.0) 453 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:38:00.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:00 smithi076 bash[21577]: audit 2024-04-27T02:37:59.628175+0000 mon.a (mon.0) 454 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:38:00.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:00 smithi076 bash[21577]: audit 2024-04-27T02:37:59.629876+0000 mon.a (mon.0) 455 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:00.968 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:00 smithi115 bash[22241]: cluster 2024-04-27T02:37:59.525909+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:00.968 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:00 smithi115 bash[22241]: audit 2024-04-27T02:37:59.614442+0000 mgr.a (mgr.14152) 159 : audit 0 from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:38:00.968 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:00 smithi115 bash[22241]: audit 2024-04-27T02:37:59.621872+0000 mon.a (mon.0) 453 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:38:00.968 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:00 smithi115 bash[22241]: audit 2024-04-27T02:37:59.628175+0000 mon.a (mon.0) 454 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:38:00.968 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:00 smithi115 bash[22241]: audit 2024-04-27T02:37:59.629876+0000 mon.a (mon.0) 455 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:03.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:03 smithi076 bash[21577]: cluster 2024-04-27T02:38:01.526414+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:03.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:03 smithi076 bash[21577]: audit 2024-04-27T02:38:02.113597+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:03.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:03 smithi076 bash[21577]: audit 2024-04-27T02:38:02.118538+0000 mon.a (mon.0) 457 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:03.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:03 smithi076 bash[21577]: audit 2024-04-27T02:38:02.129343+0000 mon.a (mon.0) 458 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:03.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:03 smithi161 bash[22361]: cluster 2024-04-27T02:38:01.526414+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:03.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:03 smithi161 bash[22361]: audit 2024-04-27T02:38:02.113597+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:03.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:03 smithi161 bash[22361]: audit 2024-04-27T02:38:02.118538+0000 mon.a (mon.0) 457 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:03.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:03 smithi161 bash[22361]: audit 2024-04-27T02:38:02.129343+0000 mon.a (mon.0) 458 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:03.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:03 smithi115 bash[22241]: cluster 2024-04-27T02:38:01.526414+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:03.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:03 smithi115 bash[22241]: audit 2024-04-27T02:38:02.113597+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:03.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:03 smithi115 bash[22241]: audit 2024-04-27T02:38:02.118538+0000 mon.a (mon.0) 457 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:03.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:03 smithi115 bash[22241]: audit 2024-04-27T02:38:02.129343+0000 mon.a (mon.0) 458 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:05.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:05 smithi076 bash[21577]: cluster 2024-04-27T02:38:03.526953+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:05.342 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:05 smithi115 bash[22241]: cluster 2024-04-27T02:38:03.526953+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:05.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:05 smithi161 bash[22361]: cluster 2024-04-27T02:38:03.526953+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:07.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:07 smithi161 bash[22361]: cluster 2024-04-27T02:38:05.527514+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:07.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:07 smithi115 bash[22241]: cluster 2024-04-27T02:38:05.527514+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:07.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:07 smithi076 bash[21577]: cluster 2024-04-27T02:38:05.527514+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:08.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:08 smithi161 bash[22361]: audit 2024-04-27T02:38:07.571634+0000 mon.a (mon.0) 459 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2faba677-21ef-418a-8332-ec60509b264e"}]: dispatch 2024-04-27T02:38:08.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:08 smithi161 bash[22361]: audit 2024-04-27T02:38:07.572704+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.115:0/1610023595' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2faba677-21ef-418a-8332-ec60509b264e"}]: dispatch 2024-04-27T02:38:08.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:08 smithi161 bash[22361]: audit 2024-04-27T02:38:07.574916+0000 mon.a (mon.0) 460 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2faba677-21ef-418a-8332-ec60509b264e"}]': finished 2024-04-27T02:38:08.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:08 smithi161 bash[22361]: cluster 2024-04-27T02:38:07.579695+0000 mon.a (mon.0) 461 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-27T02:38:08.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:08 smithi161 bash[22361]: audit 2024-04-27T02:38:07.580139+0000 mon.a (mon.0) 462 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:08.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:08 smithi115 bash[22241]: audit 2024-04-27T02:38:07.571634+0000 mon.a (mon.0) 459 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2faba677-21ef-418a-8332-ec60509b264e"}]: dispatch 2024-04-27T02:38:08.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:08 smithi115 bash[22241]: audit 2024-04-27T02:38:07.572704+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.115:0/1610023595' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2faba677-21ef-418a-8332-ec60509b264e"}]: dispatch 2024-04-27T02:38:08.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:08 smithi115 bash[22241]: audit 2024-04-27T02:38:07.574916+0000 mon.a (mon.0) 460 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2faba677-21ef-418a-8332-ec60509b264e"}]': finished 2024-04-27T02:38:08.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:08 smithi115 bash[22241]: cluster 2024-04-27T02:38:07.579695+0000 mon.a (mon.0) 461 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-27T02:38:08.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:08 smithi115 bash[22241]: audit 2024-04-27T02:38:07.580139+0000 mon.a (mon.0) 462 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:08.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:08 smithi076 bash[21577]: audit 2024-04-27T02:38:07.571634+0000 mon.a (mon.0) 459 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2faba677-21ef-418a-8332-ec60509b264e"}]: dispatch 2024-04-27T02:38:08.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:08 smithi076 bash[21577]: audit 2024-04-27T02:38:07.572704+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.115:0/1610023595' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2faba677-21ef-418a-8332-ec60509b264e"}]: dispatch 2024-04-27T02:38:08.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:08 smithi076 bash[21577]: audit 2024-04-27T02:38:07.574916+0000 mon.a (mon.0) 460 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2faba677-21ef-418a-8332-ec60509b264e"}]': finished 2024-04-27T02:38:08.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:08 smithi076 bash[21577]: cluster 2024-04-27T02:38:07.579695+0000 mon.a (mon.0) 461 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-27T02:38:08.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:08 smithi076 bash[21577]: audit 2024-04-27T02:38:07.580139+0000 mon.a (mon.0) 462 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:09.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:09 smithi161 bash[22361]: cluster 2024-04-27T02:38:07.528071+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:09.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:09 smithi161 bash[22361]: audit 2024-04-27T02:38:08.251811+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.115:0/2116167890' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:38:09.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:09 smithi115 bash[22241]: cluster 2024-04-27T02:38:07.528071+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:09.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:09 smithi115 bash[22241]: audit 2024-04-27T02:38:08.251811+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.115:0/2116167890' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:38:09.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:09 smithi076 bash[21577]: cluster 2024-04-27T02:38:07.528071+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:09.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:09 smithi076 bash[21577]: audit 2024-04-27T02:38:08.251811+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.115:0/2116167890' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:38:11.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:11 smithi161 bash[22361]: cluster 2024-04-27T02:38:09.528615+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:11.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:11 smithi161 bash[22361]: audit 2024-04-27T02:38:10.779036+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:11.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:11 smithi161 bash[22361]: audit 2024-04-27T02:38:10.786891+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:11.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:11 smithi161 bash[22361]: audit 2024-04-27T02:38:10.796461+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:11.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:11 smithi115 bash[22241]: cluster 2024-04-27T02:38:09.528615+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:11.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:11 smithi115 bash[22241]: audit 2024-04-27T02:38:10.779036+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:11.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:11 smithi115 bash[22241]: audit 2024-04-27T02:38:10.786891+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:11.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:11 smithi115 bash[22241]: audit 2024-04-27T02:38:10.796461+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:11.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:11 smithi076 bash[21577]: cluster 2024-04-27T02:38:09.528615+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:11.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:11 smithi076 bash[21577]: audit 2024-04-27T02:38:10.779036+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:11.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:11 smithi076 bash[21577]: audit 2024-04-27T02:38:10.786891+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:11.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:11 smithi076 bash[21577]: audit 2024-04-27T02:38:10.796461+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:13.232 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:13 smithi076 bash[21577]: cluster 2024-04-27T02:38:11.529161+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:13.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:13 smithi161 bash[22361]: cluster 2024-04-27T02:38:11.529161+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:13.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:13 smithi115 bash[22241]: cluster 2024-04-27T02:38:11.529161+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:15.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:15 smithi161 bash[22361]: cluster 2024-04-27T02:38:13.529747+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:15.406 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:15 smithi076 bash[21577]: cluster 2024-04-27T02:38:13.529747+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:15.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:15 smithi115 bash[22241]: cluster 2024-04-27T02:38:13.529747+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:17.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:17 smithi161 bash[22361]: cluster 2024-04-27T02:38:15.530265+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:17.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:17 smithi115 bash[22241]: cluster 2024-04-27T02:38:15.530265+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:17.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:17 smithi076 bash[21577]: cluster 2024-04-27T02:38:15.530265+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:18.901 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:18 smithi115 bash[22241]: cluster 2024-04-27T02:38:17.530733+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:18.901 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:18 smithi115 bash[22241]: audit 2024-04-27T02:38:17.791067+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:18.901 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:18 smithi115 bash[22241]: audit 2024-04-27T02:38:17.799683+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:18.901 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:18 smithi115 bash[22241]: cephadm 2024-04-27T02:38:17.802846+0000 mgr.a (mgr.14152) 169 : cephadm 1 Detected new or changed devices on smithi115 2024-04-27T02:38:18.901 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:18 smithi115 bash[22241]: audit 2024-04-27T02:38:17.809773+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:19.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:18 smithi076 bash[21577]: cluster 2024-04-27T02:38:17.530733+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:19.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:18 smithi076 bash[21577]: audit 2024-04-27T02:38:17.791067+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:19.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:18 smithi076 bash[21577]: audit 2024-04-27T02:38:17.799683+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:19.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:18 smithi076 bash[21577]: cephadm 2024-04-27T02:38:17.802846+0000 mgr.a (mgr.14152) 169 : cephadm 1 Detected new or changed devices on smithi115 2024-04-27T02:38:19.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:18 smithi076 bash[21577]: audit 2024-04-27T02:38:17.809773+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:19.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:18 smithi161 bash[22361]: cluster 2024-04-27T02:38:17.530733+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:19.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:18 smithi161 bash[22361]: audit 2024-04-27T02:38:17.791067+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:19.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:18 smithi161 bash[22361]: audit 2024-04-27T02:38:17.799683+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:19.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:18 smithi161 bash[22361]: cephadm 2024-04-27T02:38:17.802846+0000 mgr.a (mgr.14152) 169 : cephadm 1 Detected new or changed devices on smithi115 2024-04-27T02:38:19.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:18 smithi161 bash[22361]: audit 2024-04-27T02:38:17.809773+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:20.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:20 smithi076 bash[21577]: cluster 2024-04-27T02:38:19.531163+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:20.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:20 smithi076 bash[21577]: audit 2024-04-27T02:38:20.569435+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T02:38:20.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:20 smithi076 bash[21577]: audit 2024-04-27T02:38:20.570428+0000 mon.a (mon.0) 470 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:20.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:20 smithi161 bash[22361]: cluster 2024-04-27T02:38:19.531163+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:20.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:20 smithi161 bash[22361]: audit 2024-04-27T02:38:20.569435+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T02:38:20.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:20 smithi161 bash[22361]: audit 2024-04-27T02:38:20.570428+0000 mon.a (mon.0) 470 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:21.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:20 smithi115 bash[22241]: cluster 2024-04-27T02:38:19.531163+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:21.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:20 smithi115 bash[22241]: audit 2024-04-27T02:38:20.569435+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T02:38:21.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:20 smithi115 bash[22241]: audit 2024-04-27T02:38:20.570428+0000 mon.a (mon.0) 470 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:22.041 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:21 smithi115 bash[22241]: cephadm 2024-04-27T02:38:20.571196+0000 mgr.a (mgr.14152) 171 : cephadm 1 Deploying daemon osd.1 on smithi115 2024-04-27T02:38:22.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:21 smithi076 bash[21577]: cephadm 2024-04-27T02:38:20.571196+0000 mgr.a (mgr.14152) 171 : cephadm 1 Deploying daemon osd.1 on smithi115 2024-04-27T02:38:22.104 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:21 smithi161 bash[22361]: cephadm 2024-04-27T02:38:20.571196+0000 mgr.a (mgr.14152) 171 : cephadm 1 Deploying daemon osd.1 on smithi115 2024-04-27T02:38:23.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:23 smithi115 bash[22241]: cluster 2024-04-27T02:38:21.531616+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:23.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:23 smithi115 bash[22241]: audit 2024-04-27T02:38:22.317760+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:23.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:23 smithi115 bash[22241]: audit 2024-04-27T02:38:22.326179+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:23.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:23 smithi115 bash[22241]: audit 2024-04-27T02:38:22.335817+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:23.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:23 smithi076 bash[21577]: cluster 2024-04-27T02:38:21.531616+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:23.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:23 smithi076 bash[21577]: audit 2024-04-27T02:38:22.317760+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:23.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:23 smithi076 bash[21577]: audit 2024-04-27T02:38:22.326179+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:23.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:23 smithi076 bash[21577]: audit 2024-04-27T02:38:22.335817+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:23.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:23 smithi161 bash[22361]: cluster 2024-04-27T02:38:21.531616+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:23.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:23 smithi161 bash[22361]: audit 2024-04-27T02:38:22.317760+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:23.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:23 smithi161 bash[22361]: audit 2024-04-27T02:38:22.326179+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:23.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:23 smithi161 bash[22361]: audit 2024-04-27T02:38:22.335817+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:24.679 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:24 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:38:24.679 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:38:24 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:38:24.968 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:24 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:38:24.968 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:38:24 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:38:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:25 smithi076 bash[21577]: cluster 2024-04-27T02:38:23.532051+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:25 smithi076 bash[21577]: audit 2024-04-27T02:38:24.864973+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:25 smithi076 bash[21577]: audit 2024-04-27T02:38:24.873473+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:25 smithi076 bash[21577]: audit 2024-04-27T02:38:24.904366+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:25 smithi076 bash[21577]: audit 2024-04-27T02:38:24.913992+0000 mon.a (mon.0) 477 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:25 smithi076 bash[21577]: audit 2024-04-27T02:38:24.916765+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:25.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:25 smithi076 bash[21577]: audit 2024-04-27T02:38:24.929016+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:25.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:25 smithi115 bash[22241]: cluster 2024-04-27T02:38:23.532051+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:25.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:25 smithi115 bash[22241]: audit 2024-04-27T02:38:24.864973+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:25.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:25 smithi115 bash[22241]: audit 2024-04-27T02:38:24.873473+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:25.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:25 smithi115 bash[22241]: audit 2024-04-27T02:38:24.904366+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:25.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:25 smithi115 bash[22241]: audit 2024-04-27T02:38:24.913992+0000 mon.a (mon.0) 477 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:25.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:25 smithi115 bash[22241]: audit 2024-04-27T02:38:24.916765+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:25.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:25 smithi115 bash[22241]: audit 2024-04-27T02:38:24.929016+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:25.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:25 smithi161 bash[22361]: cluster 2024-04-27T02:38:23.532051+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:25.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:25 smithi161 bash[22361]: audit 2024-04-27T02:38:24.864973+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:25.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:25 smithi161 bash[22361]: audit 2024-04-27T02:38:24.873473+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:25.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:25 smithi161 bash[22361]: audit 2024-04-27T02:38:24.904366+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:25.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:25 smithi161 bash[22361]: audit 2024-04-27T02:38:24.913992+0000 mon.a (mon.0) 477 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:25.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:25 smithi161 bash[22361]: audit 2024-04-27T02:38:24.916765+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:25.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:25 smithi161 bash[22361]: audit 2024-04-27T02:38:24.929016+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:27.567 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:27 smithi115 bash[22241]: cluster 2024-04-27T02:38:25.532534+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:27.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:27 smithi076 bash[21577]: cluster 2024-04-27T02:38:25.532534+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:27 smithi161 bash[22361]: cluster 2024-04-27T02:38:25.532534+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:29.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:29 smithi076 bash[21577]: cluster 2024-04-27T02:38:27.532962+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:29.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:29 smithi161 bash[22361]: cluster 2024-04-27T02:38:27.532962+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:29.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:29 smithi115 bash[22241]: cluster 2024-04-27T02:38:27.532962+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:31.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:31 smithi076 bash[21577]: cluster 2024-04-27T02:38:29.533386+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:31.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:31 smithi076 bash[21577]: audit 2024-04-27T02:38:31.003224+0000 mon.a (mon.0) 480 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:31.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:31 smithi076 bash[21577]: audit 2024-04-27T02:38:31.011677+0000 mon.a (mon.0) 481 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:31.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:31 smithi076 bash[21577]: audit 2024-04-27T02:38:31.023159+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:31.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:31 smithi076 bash[21577]: audit 2024-04-27T02:38:31.088121+0000 mon.a (mon.0) 483 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T02:38:31.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:31 smithi076 bash[21577]: audit 2024-04-27T02:38:31.089036+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.115:6800/545011914,v1:172.21.15.115:6801/545011914]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T02:38:31.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:31 smithi161 bash[22361]: cluster 2024-04-27T02:38:29.533386+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:31.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:31 smithi161 bash[22361]: audit 2024-04-27T02:38:31.003224+0000 mon.a (mon.0) 480 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:31.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:31 smithi161 bash[22361]: audit 2024-04-27T02:38:31.011677+0000 mon.a (mon.0) 481 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:31.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:31 smithi161 bash[22361]: audit 2024-04-27T02:38:31.023159+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:31.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:31 smithi161 bash[22361]: audit 2024-04-27T02:38:31.088121+0000 mon.a (mon.0) 483 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T02:38:31.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:31 smithi161 bash[22361]: audit 2024-04-27T02:38:31.089036+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.115:6800/545011914,v1:172.21.15.115:6801/545011914]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T02:38:31.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:31 smithi115 bash[22241]: cluster 2024-04-27T02:38:29.533386+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:31.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:31 smithi115 bash[22241]: audit 2024-04-27T02:38:31.003224+0000 mon.a (mon.0) 480 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:31.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:31 smithi115 bash[22241]: audit 2024-04-27T02:38:31.011677+0000 mon.a (mon.0) 481 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:31.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:31 smithi115 bash[22241]: audit 2024-04-27T02:38:31.023159+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:31.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:31 smithi115 bash[22241]: audit 2024-04-27T02:38:31.088121+0000 mon.a (mon.0) 483 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T02:38:31.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:31 smithi115 bash[22241]: audit 2024-04-27T02:38:31.089036+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.115:6800/545011914,v1:172.21.15.115:6801/545011914]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T02:38:33.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:33 smithi115 bash[22241]: cluster 2024-04-27T02:38:31.533823+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:33.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:33 smithi115 bash[22241]: audit 2024-04-27T02:38:32.022142+0000 mon.a (mon.0) 484 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-27T02:38:33.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:33 smithi115 bash[22241]: cluster 2024-04-27T02:38:32.027574+0000 mon.a (mon.0) 485 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-27T02:38:33.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:33 smithi115 bash[22241]: audit 2024-04-27T02:38:32.028341+0000 mon.a (mon.0) 486 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:33.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:33 smithi115 bash[22241]: audit 2024-04-27T02:38:32.029794+0000 mon.a (mon.0) 487 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-27T02:38:33.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:33 smithi115 bash[22241]: audit 2024-04-27T02:38:32.030894+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.115:6800/545011914,v1:172.21.15.115:6801/545011914]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-27T02:38:33.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:33 smithi076 bash[21577]: cluster 2024-04-27T02:38:31.533823+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:33.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:33 smithi076 bash[21577]: audit 2024-04-27T02:38:32.022142+0000 mon.a (mon.0) 484 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-27T02:38:33.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:33 smithi076 bash[21577]: cluster 2024-04-27T02:38:32.027574+0000 mon.a (mon.0) 485 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-27T02:38:33.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:33 smithi076 bash[21577]: audit 2024-04-27T02:38:32.028341+0000 mon.a (mon.0) 486 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:33.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:33 smithi076 bash[21577]: audit 2024-04-27T02:38:32.029794+0000 mon.a (mon.0) 487 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-27T02:38:33.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:33 smithi076 bash[21577]: audit 2024-04-27T02:38:32.030894+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.115:6800/545011914,v1:172.21.15.115:6801/545011914]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-27T02:38:33.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:33 smithi161 bash[22361]: cluster 2024-04-27T02:38:31.533823+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:33.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:33 smithi161 bash[22361]: audit 2024-04-27T02:38:32.022142+0000 mon.a (mon.0) 484 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-27T02:38:33.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:33 smithi161 bash[22361]: cluster 2024-04-27T02:38:32.027574+0000 mon.a (mon.0) 485 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-27T02:38:33.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:33 smithi161 bash[22361]: audit 2024-04-27T02:38:32.028341+0000 mon.a (mon.0) 486 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:33.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:33 smithi161 bash[22361]: audit 2024-04-27T02:38:32.029794+0000 mon.a (mon.0) 487 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-27T02:38:33.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:33 smithi161 bash[22361]: audit 2024-04-27T02:38:32.030894+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.115:6800/545011914,v1:172.21.15.115:6801/545011914]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-27T02:38:34.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:34 smithi076 bash[21577]: audit 2024-04-27T02:38:33.024631+0000 mon.a (mon.0) 488 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-04-27T02:38:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:34 smithi076 bash[21577]: cluster 2024-04-27T02:38:33.030589+0000 mon.a (mon.0) 489 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-27T02:38:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:34 smithi076 bash[21577]: audit 2024-04-27T02:38:33.031478+0000 mon.a (mon.0) 490 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:34 smithi076 bash[21577]: audit 2024-04-27T02:38:33.038472+0000 mon.a (mon.0) 491 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:34 smithi161 bash[22361]: audit 2024-04-27T02:38:33.024631+0000 mon.a (mon.0) 488 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-04-27T02:38:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:34 smithi161 bash[22361]: cluster 2024-04-27T02:38:33.030589+0000 mon.a (mon.0) 489 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-27T02:38:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:34 smithi161 bash[22361]: audit 2024-04-27T02:38:33.031478+0000 mon.a (mon.0) 490 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:34 smithi161 bash[22361]: audit 2024-04-27T02:38:33.038472+0000 mon.a (mon.0) 491 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:34.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:34 smithi115 bash[22241]: audit 2024-04-27T02:38:33.024631+0000 mon.a (mon.0) 488 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-04-27T02:38:34.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:34 smithi115 bash[22241]: cluster 2024-04-27T02:38:33.030589+0000 mon.a (mon.0) 489 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-27T02:38:34.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:34 smithi115 bash[22241]: audit 2024-04-27T02:38:33.031478+0000 mon.a (mon.0) 490 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:34.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:34 smithi115 bash[22241]: audit 2024-04-27T02:38:33.038472+0000 mon.a (mon.0) 491 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:35.208 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 1 on host 'smithi115' 2024-04-27T02:38:35.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:35 smithi115 bash[22241]: cluster 2024-04-27T02:38:32.073311+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-27T02:38:35.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:35 smithi115 bash[22241]: cluster 2024-04-27T02:38:32.073432+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-27T02:38:35.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:35 smithi115 bash[22241]: cluster 2024-04-27T02:38:33.534261+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:35.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:35 smithi115 bash[22241]: cluster 2024-04-27T02:38:34.040159+0000 mon.a (mon.0) 492 : cluster 1 osd.1 [v2:172.21.15.115:6800/545011914,v1:172.21.15.115:6801/545011914] boot 2024-04-27T02:38:35.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:35 smithi115 bash[22241]: cluster 2024-04-27T02:38:34.040245+0000 mon.a (mon.0) 493 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-27T02:38:35.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:35 smithi115 bash[22241]: audit 2024-04-27T02:38:34.041017+0000 mon.a (mon.0) 494 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:35.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:35 smithi076 bash[21577]: cluster 2024-04-27T02:38:32.073311+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-27T02:38:35.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:35 smithi076 bash[21577]: cluster 2024-04-27T02:38:32.073432+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-27T02:38:35.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:35 smithi076 bash[21577]: cluster 2024-04-27T02:38:33.534261+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:35.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:35 smithi076 bash[21577]: cluster 2024-04-27T02:38:34.040159+0000 mon.a (mon.0) 492 : cluster 1 osd.1 [v2:172.21.15.115:6800/545011914,v1:172.21.15.115:6801/545011914] boot 2024-04-27T02:38:35.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:35 smithi076 bash[21577]: cluster 2024-04-27T02:38:34.040245+0000 mon.a (mon.0) 493 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-27T02:38:35.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:35 smithi076 bash[21577]: audit 2024-04-27T02:38:34.041017+0000 mon.a (mon.0) 494 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:35.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:35 smithi161 bash[22361]: cluster 2024-04-27T02:38:32.073311+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-27T02:38:35.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:35 smithi161 bash[22361]: cluster 2024-04-27T02:38:32.073432+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-27T02:38:35.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:35 smithi161 bash[22361]: cluster 2024-04-27T02:38:33.534261+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:38:35.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:35 smithi161 bash[22361]: cluster 2024-04-27T02:38:34.040159+0000 mon.a (mon.0) 492 : cluster 1 osd.1 [v2:172.21.15.115:6800/545011914,v1:172.21.15.115:6801/545011914] boot 2024-04-27T02:38:35.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:35 smithi161 bash[22361]: cluster 2024-04-27T02:38:34.040245+0000 mon.a (mon.0) 493 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-27T02:38:35.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:35 smithi161 bash[22361]: audit 2024-04-27T02:38:34.041017+0000 mon.a (mon.0) 494 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:38:36.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:36 smithi076 bash[21577]: cluster 2024-04-27T02:38:35.053761+0000 mon.a (mon.0) 495 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-27T02:38:36.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:36 smithi076 bash[21577]: audit 2024-04-27T02:38:35.218695+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:36 smithi076 bash[21577]: audit 2024-04-27T02:38:35.227572+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:36 smithi076 bash[21577]: audit 2024-04-27T02:38:35.228521+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:36.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:36 smithi076 bash[21577]: audit 2024-04-27T02:38:35.234346+0000 mon.a (mon.0) 499 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:38:36.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:36 smithi076 bash[21577]: cephadm 2024-04-27T02:38:35.235765+0000 mgr.a (mgr.14152) 179 : cephadm 1 Adjusting osd_memory_target on smithi115 to 16241M 2024-04-27T02:38:36.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:36 smithi076 bash[21577]: audit 2024-04-27T02:38:35.244192+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:36 smithi076 bash[21577]: audit 2024-04-27T02:38:35.248598+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:36.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:36 smithi076 bash[21577]: audit 2024-04-27T02:38:35.250382+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:36.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:36 smithi076 bash[21577]: audit 2024-04-27T02:38:35.260160+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:36 smithi161 bash[22361]: cluster 2024-04-27T02:38:35.053761+0000 mon.a (mon.0) 495 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-27T02:38:36.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:36 smithi161 bash[22361]: audit 2024-04-27T02:38:35.218695+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:36 smithi161 bash[22361]: audit 2024-04-27T02:38:35.227572+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:36 smithi161 bash[22361]: audit 2024-04-27T02:38:35.228521+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:36.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:36 smithi161 bash[22361]: audit 2024-04-27T02:38:35.234346+0000 mon.a (mon.0) 499 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:38:36.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:36 smithi161 bash[22361]: cephadm 2024-04-27T02:38:35.235765+0000 mgr.a (mgr.14152) 179 : cephadm 1 Adjusting osd_memory_target on smithi115 to 16241M 2024-04-27T02:38:36.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:36 smithi161 bash[22361]: audit 2024-04-27T02:38:35.244192+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:36 smithi161 bash[22361]: audit 2024-04-27T02:38:35.248598+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:36.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:36 smithi161 bash[22361]: audit 2024-04-27T02:38:35.250382+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:36.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:36 smithi161 bash[22361]: audit 2024-04-27T02:38:35.260160+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.408 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:36 smithi115 bash[22241]: cluster 2024-04-27T02:38:35.053761+0000 mon.a (mon.0) 495 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-27T02:38:36.408 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:36 smithi115 bash[22241]: audit 2024-04-27T02:38:35.218695+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.408 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:36 smithi115 bash[22241]: audit 2024-04-27T02:38:35.227572+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.409 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:36 smithi115 bash[22241]: audit 2024-04-27T02:38:35.228521+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:36.409 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:36 smithi115 bash[22241]: audit 2024-04-27T02:38:35.234346+0000 mon.a (mon.0) 499 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:38:36.409 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:36 smithi115 bash[22241]: cephadm 2024-04-27T02:38:35.235765+0000 mgr.a (mgr.14152) 179 : cephadm 1 Adjusting osd_memory_target on smithi115 to 16241M 2024-04-27T02:38:36.409 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:36 smithi115 bash[22241]: audit 2024-04-27T02:38:35.244192+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.409 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:36 smithi115 bash[22241]: audit 2024-04-27T02:38:35.248598+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:36.409 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:36 smithi115 bash[22241]: audit 2024-04-27T02:38:35.250382+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:36.409 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:36 smithi115 bash[22241]: audit 2024-04-27T02:38:35.260160+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:36.410 DEBUG:teuthology.orchestra.run.smithi115:osd.1> sudo journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@osd.1.service 2024-04-27T02:38:36.413 INFO:tasks.cephadm:Deploying osd.2 on smithi161 with /dev/vg_nvme/lv_4... 2024-04-27T02:38:36.413 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-27T02:38:37.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:37 smithi076 bash[21577]: cluster 2024-04-27T02:38:35.534821+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:37.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:37 smithi161 bash[22361]: cluster 2024-04-27T02:38:35.534821+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:37.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:37 smithi115 bash[22241]: cluster 2024-04-27T02:38:35.534821+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:39.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:38 smithi115 bash[22241]: cluster 2024-04-27T02:38:37.535382+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:39.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:38 smithi115 bash[22241]: audit 2024-04-27T02:38:37.947666+0000 mon.a (mon.0) 504 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:38 smithi115 bash[22241]: audit 2024-04-27T02:38:37.956104+0000 mon.a (mon.0) 505 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:38 smithi115 bash[22241]: audit 2024-04-27T02:38:37.967714+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:38 smithi115 bash[22241]: audit 2024-04-27T02:38:37.990398+0000 mon.a (mon.0) 507 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:39.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:38 smithi115 bash[22241]: audit 2024-04-27T02:38:37.995949+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:39.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:38 smithi115 bash[22241]: audit 2024-04-27T02:38:37.997895+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:39.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:38 smithi115 bash[22241]: cluster 2024-04-27T02:38:38.001687+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:39.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:38 smithi115 bash[22241]: audit 2024-04-27T02:38:38.009412+0000 mon.a (mon.0) 510 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:38 smithi115 bash[22241]: cluster 2024-04-27T02:38:38.260716+0000 mon.a (mon.0) 511 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-27T02:38:39.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:38 smithi076 bash[21577]: cluster 2024-04-27T02:38:37.535382+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:39.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:38 smithi076 bash[21577]: audit 2024-04-27T02:38:37.947666+0000 mon.a (mon.0) 504 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:38 smithi076 bash[21577]: audit 2024-04-27T02:38:37.956104+0000 mon.a (mon.0) 505 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:38 smithi076 bash[21577]: audit 2024-04-27T02:38:37.967714+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:38 smithi076 bash[21577]: audit 2024-04-27T02:38:37.990398+0000 mon.a (mon.0) 507 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:39.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:38 smithi076 bash[21577]: audit 2024-04-27T02:38:37.995949+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:39.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:38 smithi076 bash[21577]: audit 2024-04-27T02:38:37.997895+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:39.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:38 smithi076 bash[21577]: cluster 2024-04-27T02:38:38.001687+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:39.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:38 smithi076 bash[21577]: audit 2024-04-27T02:38:38.009412+0000 mon.a (mon.0) 510 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:38 smithi076 bash[21577]: cluster 2024-04-27T02:38:38.260716+0000 mon.a (mon.0) 511 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-27T02:38:39.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:38 smithi161 bash[22361]: cluster 2024-04-27T02:38:37.535382+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:39.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:38 smithi161 bash[22361]: audit 2024-04-27T02:38:37.947666+0000 mon.a (mon.0) 504 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:38 smithi161 bash[22361]: audit 2024-04-27T02:38:37.956104+0000 mon.a (mon.0) 505 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:38 smithi161 bash[22361]: audit 2024-04-27T02:38:37.967714+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:38 smithi161 bash[22361]: audit 2024-04-27T02:38:37.990398+0000 mon.a (mon.0) 507 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:39.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:38 smithi161 bash[22361]: audit 2024-04-27T02:38:37.995949+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:39.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:38 smithi161 bash[22361]: audit 2024-04-27T02:38:37.997895+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:39.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:38 smithi161 bash[22361]: cluster 2024-04-27T02:38:38.001687+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:39.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:38 smithi161 bash[22361]: audit 2024-04-27T02:38:38.009412+0000 mon.a (mon.0) 510 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:39.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:38 smithi161 bash[22361]: cluster 2024-04-27T02:38:38.260716+0000 mon.a (mon.0) 511 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-27T02:38:40.112 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.c/config 2024-04-27T02:38:41.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:41 smithi161 bash[22361]: cluster 2024-04-27T02:38:40.002243+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:41.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:41 smithi161 bash[22361]: audit 2024-04-27T02:38:40.123926+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:41.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:41 smithi161 bash[22361]: audit 2024-04-27T02:38:40.133889+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:41.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:41 smithi161 bash[22361]: audit 2024-04-27T02:38:40.139693+0000 mon.a (mon.0) 514 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:41.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:41 smithi161 bash[22361]: audit 2024-04-27T02:38:40.146740+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:41.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:41 smithi161 bash[22361]: audit 2024-04-27T02:38:40.147454+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:41.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:41 smithi161 bash[22361]: audit 2024-04-27T02:38:40.149717+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:41.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:41 smithi161 bash[22361]: cluster 2024-04-27T02:38:40.153057+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:41.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:41 smithi161 bash[22361]: audit 2024-04-27T02:38:40.161021+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:41.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:41 smithi115 bash[22241]: cluster 2024-04-27T02:38:40.002243+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:41.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:41 smithi115 bash[22241]: audit 2024-04-27T02:38:40.123926+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:41.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:41 smithi115 bash[22241]: audit 2024-04-27T02:38:40.133889+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:41.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:41 smithi115 bash[22241]: audit 2024-04-27T02:38:40.139693+0000 mon.a (mon.0) 514 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:41.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:41 smithi115 bash[22241]: audit 2024-04-27T02:38:40.146740+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:41.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:41 smithi115 bash[22241]: audit 2024-04-27T02:38:40.147454+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:41.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:41 smithi115 bash[22241]: audit 2024-04-27T02:38:40.149717+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:41.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:41 smithi115 bash[22241]: cluster 2024-04-27T02:38:40.153057+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:41.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:41 smithi115 bash[22241]: audit 2024-04-27T02:38:40.161021+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:41.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:41 smithi076 bash[21577]: cluster 2024-04-27T02:38:40.002243+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:41.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:41 smithi076 bash[21577]: audit 2024-04-27T02:38:40.123926+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:41.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:41 smithi076 bash[21577]: audit 2024-04-27T02:38:40.133889+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:41.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:41 smithi076 bash[21577]: audit 2024-04-27T02:38:40.139693+0000 mon.a (mon.0) 514 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:38:41.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:41 smithi076 bash[21577]: audit 2024-04-27T02:38:40.146740+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:41.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:41 smithi076 bash[21577]: audit 2024-04-27T02:38:40.147454+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:41.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:41 smithi076 bash[21577]: audit 2024-04-27T02:38:40.149717+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:38:41.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:41 smithi076 bash[21577]: cluster 2024-04-27T02:38:40.153057+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:41.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:41 smithi076 bash[21577]: audit 2024-04-27T02:38:40.161021+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:42.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:42 smithi161 bash[22361]: cluster 2024-04-27T02:38:41.142360+0000 mon.a (mon.0) 519 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-27T02:38:42.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:42 smithi161 bash[22361]: cluster 2024-04-27T02:38:41.142414+0000 mon.a (mon.0) 520 : cluster 1 Cluster is now healthy 2024-04-27T02:38:42.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:42 smithi115 bash[22241]: cluster 2024-04-27T02:38:41.142360+0000 mon.a (mon.0) 519 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-27T02:38:42.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:42 smithi115 bash[22241]: cluster 2024-04-27T02:38:41.142414+0000 mon.a (mon.0) 520 : cluster 1 Cluster is now healthy 2024-04-27T02:38:42.527 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:42 smithi076 bash[21577]: cluster 2024-04-27T02:38:41.142360+0000 mon.a (mon.0) 519 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-27T02:38:42.528 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:42 smithi076 bash[21577]: cluster 2024-04-27T02:38:41.142414+0000 mon.a (mon.0) 520 : cluster 1 Cluster is now healthy 2024-04-27T02:38:43.386 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:43 smithi161 bash[22361]: cluster 2024-04-27T02:38:42.153570+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:43.386 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:43 smithi161 bash[22361]: audit 2024-04-27T02:38:42.536576+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:43.386 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:43 smithi161 bash[22361]: audit 2024-04-27T02:38:42.544142+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:43.386 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:43 smithi161 bash[22361]: audit 2024-04-27T02:38:42.553541+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:43.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:43 smithi115 bash[22241]: cluster 2024-04-27T02:38:42.153570+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:43.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:43 smithi115 bash[22241]: audit 2024-04-27T02:38:42.536576+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:43.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:43 smithi115 bash[22241]: audit 2024-04-27T02:38:42.544142+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:43.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:43 smithi115 bash[22241]: audit 2024-04-27T02:38:42.553541+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:43.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:43 smithi076 bash[21577]: cluster 2024-04-27T02:38:42.153570+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:43 smithi076 bash[21577]: audit 2024-04-27T02:38:42.536576+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:43 smithi076 bash[21577]: audit 2024-04-27T02:38:42.544142+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:43 smithi076 bash[21577]: audit 2024-04-27T02:38:42.553541+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:44.074 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-27T02:38:44.074 INFO:teuthology.orchestra.run.smithi161.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-27T02:38:44.074 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10+0 records in 2024-04-27T02:38:44.074 INFO:teuthology.orchestra.run.smithi161.stderr:10+0 records out 2024-04-27T02:38:44.074 INFO:teuthology.orchestra.run.smithi161.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0130351 s, 804 MB/s 2024-04-27T02:38:44.074 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping successful for: 2024-04-27T02:38:45.225 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi161:vg_nvme/lv_4 2024-04-27T02:38:45.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:45 smithi115 bash[22241]: cluster 2024-04-27T02:38:44.154048+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:45.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:45 smithi076 bash[21577]: cluster 2024-04-27T02:38:44.154048+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:45.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:45 smithi161 bash[22361]: cluster 2024-04-27T02:38:44.154048+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:47.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:47 smithi115 bash[22241]: cluster 2024-04-27T02:38:46.154555+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:47.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:47 smithi076 bash[21577]: cluster 2024-04-27T02:38:46.154555+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:47.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:47 smithi161 bash[22361]: cluster 2024-04-27T02:38:46.154555+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:48.924 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.c/config 2024-04-27T02:38:49.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:49 smithi161 bash[22361]: cluster 2024-04-27T02:38:48.155108+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:49.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:49 smithi115 bash[22241]: cluster 2024-04-27T02:38:48.155108+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:49.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:49 smithi076 bash[21577]: cluster 2024-04-27T02:38:48.155108+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:51.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:51 smithi115 bash[22241]: cluster 2024-04-27T02:38:50.155590+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:51.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:51 smithi076 bash[21577]: cluster 2024-04-27T02:38:50.155590+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:51.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:51 smithi161 bash[22361]: cluster 2024-04-27T02:38:50.155590+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:52.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:52 smithi115 bash[22241]: audit 2024-04-27T02:38:51.234980+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:52.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:52 smithi115 bash[22241]: audit 2024-04-27T02:38:51.244176+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:52.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:52 smithi115 bash[22241]: audit 2024-04-27T02:38:51.253936+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:52.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:52 smithi115 bash[22241]: audit 2024-04-27T02:38:51.628550+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:38:52.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:52 smithi115 bash[22241]: audit 2024-04-27T02:38:51.635009+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:38:52.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:52 smithi115 bash[22241]: audit 2024-04-27T02:38:51.636771+0000 mon.a (mon.0) 529 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:52.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:52 smithi076 bash[21577]: audit 2024-04-27T02:38:51.234980+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:52.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:52 smithi076 bash[21577]: audit 2024-04-27T02:38:51.244176+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:52.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:52 smithi076 bash[21577]: audit 2024-04-27T02:38:51.253936+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:52.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:52 smithi076 bash[21577]: audit 2024-04-27T02:38:51.628550+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:38:52.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:52 smithi076 bash[21577]: audit 2024-04-27T02:38:51.635009+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:38:52.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:52 smithi076 bash[21577]: audit 2024-04-27T02:38:51.636771+0000 mon.a (mon.0) 529 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:52.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:52 smithi161 bash[22361]: audit 2024-04-27T02:38:51.234980+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:52.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:52 smithi161 bash[22361]: audit 2024-04-27T02:38:51.244176+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:52.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:52 smithi161 bash[22361]: audit 2024-04-27T02:38:51.253936+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:38:52.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:52 smithi161 bash[22361]: audit 2024-04-27T02:38:51.628550+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:38:52.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:52 smithi161 bash[22361]: audit 2024-04-27T02:38:51.635009+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:38:52.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:52 smithi161 bash[22361]: audit 2024-04-27T02:38:51.636771+0000 mon.a (mon.0) 529 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:38:53.480 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:53 smithi076 bash[21577]: audit 2024-04-27T02:38:51.621087+0000 mgr.a (mgr.14152) 190 : audit 0 from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:38:53.480 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:53 smithi076 bash[21577]: cluster 2024-04-27T02:38:52.156020+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:53.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:53 smithi161 bash[22361]: audit 2024-04-27T02:38:51.621087+0000 mgr.a (mgr.14152) 190 : audit 0 from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:38:53.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:53 smithi161 bash[22361]: cluster 2024-04-27T02:38:52.156020+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:53.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:53 smithi115 bash[22241]: audit 2024-04-27T02:38:51.621087+0000 mgr.a (mgr.14152) 190 : audit 0 from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:38:53.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:53 smithi115 bash[22241]: cluster 2024-04-27T02:38:52.156020+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:55.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:55 smithi076 bash[21577]: cluster 2024-04-27T02:38:54.156500+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:55.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:55 smithi161 bash[22361]: cluster 2024-04-27T02:38:54.156500+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:55.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:55 smithi115 bash[22241]: cluster 2024-04-27T02:38:54.156500+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:57.506 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:57 smithi161 bash[22361]: cluster 2024-04-27T02:38:56.157004+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:57.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:57 smithi076 bash[21577]: cluster 2024-04-27T02:38:56.157004+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:57.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:57 smithi115 bash[22241]: cluster 2024-04-27T02:38:56.157004+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:59.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:38:59 smithi076 bash[21577]: cluster 2024-04-27T02:38:58.157474+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:59.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:38:59 smithi161 bash[22361]: cluster 2024-04-27T02:38:58.157474+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:38:59.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:38:59 smithi115 bash[22241]: cluster 2024-04-27T02:38:58.157474+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:00.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:00 smithi115 bash[22241]: audit 2024-04-27T02:39:00.155894+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.161:0/2863663759' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da6880ee-3bc6-4193-b202-bf6b5852d5f0"}]: dispatch 2024-04-27T02:39:00.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:00 smithi115 bash[22241]: audit 2024-04-27T02:39:00.157484+0000 mon.a (mon.0) 530 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da6880ee-3bc6-4193-b202-bf6b5852d5f0"}]: dispatch 2024-04-27T02:39:00.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:00 smithi115 bash[22241]: audit 2024-04-27T02:39:00.160756+0000 mon.a (mon.0) 531 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da6880ee-3bc6-4193-b202-bf6b5852d5f0"}]': finished 2024-04-27T02:39:00.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:00 smithi115 bash[22241]: cluster 2024-04-27T02:39:00.165775+0000 mon.a (mon.0) 532 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-27T02:39:00.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:00 smithi115 bash[22241]: audit 2024-04-27T02:39:00.166372+0000 mon.a (mon.0) 533 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:00.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:00 smithi076 bash[21577]: audit 2024-04-27T02:39:00.155894+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.161:0/2863663759' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da6880ee-3bc6-4193-b202-bf6b5852d5f0"}]: dispatch 2024-04-27T02:39:00.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:00 smithi076 bash[21577]: audit 2024-04-27T02:39:00.157484+0000 mon.a (mon.0) 530 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da6880ee-3bc6-4193-b202-bf6b5852d5f0"}]: dispatch 2024-04-27T02:39:00.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:00 smithi076 bash[21577]: audit 2024-04-27T02:39:00.160756+0000 mon.a (mon.0) 531 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da6880ee-3bc6-4193-b202-bf6b5852d5f0"}]': finished 2024-04-27T02:39:00.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:00 smithi076 bash[21577]: cluster 2024-04-27T02:39:00.165775+0000 mon.a (mon.0) 532 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-27T02:39:00.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:00 smithi076 bash[21577]: audit 2024-04-27T02:39:00.166372+0000 mon.a (mon.0) 533 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:00.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:00 smithi161 bash[22361]: audit 2024-04-27T02:39:00.155894+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.161:0/2863663759' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da6880ee-3bc6-4193-b202-bf6b5852d5f0"}]: dispatch 2024-04-27T02:39:00.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:00 smithi161 bash[22361]: audit 2024-04-27T02:39:00.157484+0000 mon.a (mon.0) 530 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da6880ee-3bc6-4193-b202-bf6b5852d5f0"}]: dispatch 2024-04-27T02:39:00.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:00 smithi161 bash[22361]: audit 2024-04-27T02:39:00.160756+0000 mon.a (mon.0) 531 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da6880ee-3bc6-4193-b202-bf6b5852d5f0"}]': finished 2024-04-27T02:39:00.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:00 smithi161 bash[22361]: cluster 2024-04-27T02:39:00.165775+0000 mon.a (mon.0) 532 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-27T02:39:00.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:00 smithi161 bash[22361]: audit 2024-04-27T02:39:00.166372+0000 mon.a (mon.0) 533 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:01.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:01 smithi076 bash[21577]: cluster 2024-04-27T02:39:00.157943+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:01.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:01 smithi076 bash[21577]: audit 2024-04-27T02:39:00.291833+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:01 smithi076 bash[21577]: audit 2024-04-27T02:39:00.300721+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:01 smithi076 bash[21577]: audit 2024-04-27T02:39:00.311024+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:01 smithi076 bash[21577]: audit 2024-04-27T02:39:00.478128+0000 mon.a (mon.0) 537 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:01 smithi076 bash[21577]: audit 2024-04-27T02:39:00.487117+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:01 smithi076 bash[21577]: audit 2024-04-27T02:39:00.497678+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:01 smithi076 bash[21577]: audit 2024-04-27T02:39:00.859301+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.161:0/744159410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:39:01.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:01 smithi161 bash[22361]: cluster 2024-04-27T02:39:00.157943+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:01.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:01 smithi161 bash[22361]: audit 2024-04-27T02:39:00.291833+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:01 smithi161 bash[22361]: audit 2024-04-27T02:39:00.300721+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:01 smithi161 bash[22361]: audit 2024-04-27T02:39:00.311024+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:01 smithi161 bash[22361]: audit 2024-04-27T02:39:00.478128+0000 mon.a (mon.0) 537 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:01 smithi161 bash[22361]: audit 2024-04-27T02:39:00.487117+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:01 smithi161 bash[22361]: audit 2024-04-27T02:39:00.497678+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:01 smithi161 bash[22361]: audit 2024-04-27T02:39:00.859301+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.161:0/744159410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:39:01.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:01 smithi115 bash[22241]: cluster 2024-04-27T02:39:00.157943+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:01.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:01 smithi115 bash[22241]: audit 2024-04-27T02:39:00.291833+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:01 smithi115 bash[22241]: audit 2024-04-27T02:39:00.300721+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:01 smithi115 bash[22241]: audit 2024-04-27T02:39:00.311024+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:01 smithi115 bash[22241]: audit 2024-04-27T02:39:00.478128+0000 mon.a (mon.0) 537 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:01 smithi115 bash[22241]: audit 2024-04-27T02:39:00.487117+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:01 smithi115 bash[22241]: audit 2024-04-27T02:39:00.497678+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:01.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:01 smithi115 bash[22241]: audit 2024-04-27T02:39:00.859301+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.161:0/744159410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:39:03.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:03 smithi161 bash[22361]: cluster 2024-04-27T02:39:02.158420+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:03.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:03 smithi161 bash[22361]: audit 2024-04-27T02:39:02.750785+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:03.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:03 smithi161 bash[22361]: audit 2024-04-27T02:39:02.758429+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:03.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:03 smithi161 bash[22361]: audit 2024-04-27T02:39:02.768232+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:03.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:03 smithi076 bash[21577]: cluster 2024-04-27T02:39:02.158420+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:03.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:03 smithi076 bash[21577]: audit 2024-04-27T02:39:02.750785+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:03.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:03 smithi076 bash[21577]: audit 2024-04-27T02:39:02.758429+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:03.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:03 smithi076 bash[21577]: audit 2024-04-27T02:39:02.768232+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:03.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:03 smithi115 bash[22241]: cluster 2024-04-27T02:39:02.158420+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:03.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:03 smithi115 bash[22241]: audit 2024-04-27T02:39:02.750785+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:03.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:03 smithi115 bash[22241]: audit 2024-04-27T02:39:02.758429+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:03.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:03 smithi115 bash[22241]: audit 2024-04-27T02:39:02.768232+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:05.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:05 smithi076 bash[21577]: cluster 2024-04-27T02:39:04.158854+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:05.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:05 smithi161 bash[22361]: cluster 2024-04-27T02:39:04.158854+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:05.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:05 smithi115 bash[22241]: cluster 2024-04-27T02:39:04.158854+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:07.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:07 smithi076 bash[21577]: cluster 2024-04-27T02:39:06.159353+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:07.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:07 smithi161 bash[22361]: cluster 2024-04-27T02:39:06.159353+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:07.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:07 smithi115 bash[22241]: cluster 2024-04-27T02:39:06.159353+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:09.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:09 smithi076 bash[21577]: cluster 2024-04-27T02:39:08.159830+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:09.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:09 smithi161 bash[22361]: cluster 2024-04-27T02:39:08.159830+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:09.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:09 smithi115 bash[22241]: cluster 2024-04-27T02:39:08.159830+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:11.570 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:11 smithi161 bash[22361]: cluster 2024-04-27T02:39:10.160336+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:11.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:11 smithi076 bash[21577]: cluster 2024-04-27T02:39:10.160336+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:11.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:11 smithi115 bash[22241]: cluster 2024-04-27T02:39:10.160336+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:12.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:12 smithi161 bash[22361]: audit 2024-04-27T02:39:11.425139+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:12.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:12 smithi161 bash[22361]: audit 2024-04-27T02:39:11.434270+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:12.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:12 smithi161 bash[22361]: audit 2024-04-27T02:39:11.445507+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:12.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:12 smithi115 bash[22241]: audit 2024-04-27T02:39:11.425139+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:12.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:12 smithi115 bash[22241]: audit 2024-04-27T02:39:11.434270+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:12.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:12 smithi115 bash[22241]: audit 2024-04-27T02:39:11.445507+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:12.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:12 smithi076 bash[21577]: audit 2024-04-27T02:39:11.425139+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:12.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:12 smithi076 bash[21577]: audit 2024-04-27T02:39:11.434270+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:12.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:12 smithi076 bash[21577]: audit 2024-04-27T02:39:11.445507+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:13.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:13 smithi161 bash[22361]: cephadm 2024-04-27T02:39:11.437302+0000 mgr.a (mgr.14152) 201 : cephadm 1 Detected new or changed devices on smithi161 2024-04-27T02:39:13.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:13 smithi161 bash[22361]: cluster 2024-04-27T02:39:12.160768+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:13.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:13 smithi161 bash[22361]: audit 2024-04-27T02:39:12.778173+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T02:39:13.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:13 smithi161 bash[22361]: audit 2024-04-27T02:39:12.780042+0000 mon.a (mon.0) 547 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:13.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:13 smithi115 bash[22241]: cephadm 2024-04-27T02:39:11.437302+0000 mgr.a (mgr.14152) 201 : cephadm 1 Detected new or changed devices on smithi161 2024-04-27T02:39:13.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:13 smithi115 bash[22241]: cluster 2024-04-27T02:39:12.160768+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:13.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:13 smithi115 bash[22241]: audit 2024-04-27T02:39:12.778173+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T02:39:13.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:13 smithi115 bash[22241]: audit 2024-04-27T02:39:12.780042+0000 mon.a (mon.0) 547 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:13.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:13 smithi076 bash[21577]: cephadm 2024-04-27T02:39:11.437302+0000 mgr.a (mgr.14152) 201 : cephadm 1 Detected new or changed devices on smithi161 2024-04-27T02:39:13.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:13 smithi076 bash[21577]: cluster 2024-04-27T02:39:12.160768+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:13.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:13 smithi076 bash[21577]: audit 2024-04-27T02:39:12.778173+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T02:39:13.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:13 smithi076 bash[21577]: audit 2024-04-27T02:39:12.780042+0000 mon.a (mon.0) 547 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:14.565 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:14 smithi076 bash[21577]: cephadm 2024-04-27T02:39:12.781693+0000 mgr.a (mgr.14152) 203 : cephadm 1 Deploying daemon osd.2 on smithi161 2024-04-27T02:39:14.565 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:14 smithi076 bash[21577]: cluster 2024-04-27T02:39:14.161236+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:14.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:14 smithi161 bash[22361]: cephadm 2024-04-27T02:39:12.781693+0000 mgr.a (mgr.14152) 203 : cephadm 1 Deploying daemon osd.2 on smithi161 2024-04-27T02:39:14.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:14 smithi161 bash[22361]: cluster 2024-04-27T02:39:14.161236+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:14.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:14 smithi115 bash[22241]: cephadm 2024-04-27T02:39:12.781693+0000 mgr.a (mgr.14152) 203 : cephadm 1 Deploying daemon osd.2 on smithi161 2024-04-27T02:39:14.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:14 smithi115 bash[22241]: cluster 2024-04-27T02:39:14.161236+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:16.993 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:16 smithi161 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:39:17.271 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:17 smithi161 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:39:17.271 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:17 smithi161 bash[22361]: cluster 2024-04-27T02:39:16.161804+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:17.461 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:17 smithi115 bash[22241]: cluster 2024-04-27T02:39:16.161804+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:17.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:17 smithi076 bash[21577]: cluster 2024-04-27T02:39:16.161804+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:18.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:18 smithi115 bash[22241]: audit 2024-04-27T02:39:17.325862+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:18.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:18 smithi115 bash[22241]: audit 2024-04-27T02:39:17.329387+0000 mon.a (mon.0) 549 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:18.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:18 smithi115 bash[22241]: audit 2024-04-27T02:39:17.334486+0000 mon.a (mon.0) 550 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:18.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:18 smithi115 bash[22241]: audit 2024-04-27T02:39:17.342822+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:18.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:18 smithi115 bash[22241]: audit 2024-04-27T02:39:17.345287+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:18.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:18 smithi115 bash[22241]: audit 2024-04-27T02:39:17.362346+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:18.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:18 smithi076 bash[21577]: audit 2024-04-27T02:39:17.325862+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:18.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:18 smithi076 bash[21577]: audit 2024-04-27T02:39:17.329387+0000 mon.a (mon.0) 549 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:18.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:18 smithi076 bash[21577]: audit 2024-04-27T02:39:17.334486+0000 mon.a (mon.0) 550 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:18.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:18 smithi076 bash[21577]: audit 2024-04-27T02:39:17.342822+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:18.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:18 smithi076 bash[21577]: audit 2024-04-27T02:39:17.345287+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:18.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:18 smithi076 bash[21577]: audit 2024-04-27T02:39:17.362346+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:18.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:18 smithi161 bash[22361]: audit 2024-04-27T02:39:17.325862+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:18.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:18 smithi161 bash[22361]: audit 2024-04-27T02:39:17.329387+0000 mon.a (mon.0) 549 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:18.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:18 smithi161 bash[22361]: audit 2024-04-27T02:39:17.334486+0000 mon.a (mon.0) 550 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:18.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:18 smithi161 bash[22361]: audit 2024-04-27T02:39:17.342822+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:18.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:18 smithi161 bash[22361]: audit 2024-04-27T02:39:17.345287+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:18.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:18 smithi161 bash[22361]: audit 2024-04-27T02:39:17.362346+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:19.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:19 smithi076 bash[21577]: cluster 2024-04-27T02:39:18.162394+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:19.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:19 smithi161 bash[22361]: cluster 2024-04-27T02:39:18.162394+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:19.661 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:19 smithi115 bash[22241]: cluster 2024-04-27T02:39:18.162394+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:21.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:21 smithi076 bash[21577]: cluster 2024-04-27T02:39:20.162973+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:21.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:21 smithi076 bash[21577]: audit 2024-04-27T02:39:20.682074+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:21.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:21 smithi076 bash[21577]: audit 2024-04-27T02:39:20.692477+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:21.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:21 smithi076 bash[21577]: audit 2024-04-27T02:39:20.704041+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:21.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:21 smithi161 bash[22361]: cluster 2024-04-27T02:39:20.162973+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:21.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:21 smithi161 bash[22361]: audit 2024-04-27T02:39:20.682074+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:21.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:21 smithi161 bash[22361]: audit 2024-04-27T02:39:20.692477+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:21.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:21 smithi161 bash[22361]: audit 2024-04-27T02:39:20.704041+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:21.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:21 smithi115 bash[22241]: cluster 2024-04-27T02:39:20.162973+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:21.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:21 smithi115 bash[22241]: audit 2024-04-27T02:39:20.682074+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:21.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:21 smithi115 bash[22241]: audit 2024-04-27T02:39:20.692477+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:21.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:21 smithi115 bash[22241]: audit 2024-04-27T02:39:20.704041+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:23.605 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:23 smithi161 bash[22361]: cluster 2024-04-27T02:39:22.163518+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:23.605 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:23 smithi161 bash[22361]: audit 2024-04-27T02:39:22.970107+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:23.605 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:23 smithi161 bash[22361]: audit 2024-04-27T02:39:22.980015+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:23.605 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:23 smithi161 bash[22361]: audit 2024-04-27T02:39:22.991262+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:23.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:23 smithi115 bash[22241]: cluster 2024-04-27T02:39:22.163518+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:23.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:23 smithi115 bash[22241]: audit 2024-04-27T02:39:22.970107+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:23.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:23 smithi115 bash[22241]: audit 2024-04-27T02:39:22.980015+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:23.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:23 smithi115 bash[22241]: audit 2024-04-27T02:39:22.991262+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:23.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:23 smithi076 bash[21577]: cluster 2024-04-27T02:39:22.163518+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:23.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:23 smithi076 bash[21577]: audit 2024-04-27T02:39:22.970107+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:23.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:23 smithi076 bash[21577]: audit 2024-04-27T02:39:22.980015+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:23.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:23 smithi076 bash[21577]: audit 2024-04-27T02:39:22.991262+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:24.505 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:24 smithi161 bash[22361]: audit 2024-04-27T02:39:24.257932+0000 mon.c (mon.1) 5 : audit 1 from='osd.2 [v2:172.21.15.161:6800/2452209184,v1:172.21.15.161:6801/2452209184]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T02:39:24.506 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:24 smithi161 bash[22361]: audit 2024-04-27T02:39:24.259623+0000 mon.a (mon.0) 560 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T02:39:24.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:24 smithi115 bash[22241]: audit 2024-04-27T02:39:24.257932+0000 mon.c (mon.1) 5 : audit 1 from='osd.2 [v2:172.21.15.161:6800/2452209184,v1:172.21.15.161:6801/2452209184]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T02:39:24.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:24 smithi115 bash[22241]: audit 2024-04-27T02:39:24.259623+0000 mon.a (mon.0) 560 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T02:39:24.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:24 smithi076 bash[21577]: audit 2024-04-27T02:39:24.257932+0000 mon.c (mon.1) 5 : audit 1 from='osd.2 [v2:172.21.15.161:6800/2452209184,v1:172.21.15.161:6801/2452209184]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T02:39:24.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:24 smithi076 bash[21577]: audit 2024-04-27T02:39:24.259623+0000 mon.a (mon.0) 560 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T02:39:25.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:25 smithi161 bash[22361]: cluster 2024-04-27T02:39:24.164011+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:25.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:25 smithi161 bash[22361]: audit 2024-04-27T02:39:24.378551+0000 mon.a (mon.0) 561 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-27T02:39:25.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:25 smithi161 bash[22361]: audit 2024-04-27T02:39:24.384034+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.161:6800/2452209184,v1:172.21.15.161:6801/2452209184]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-27T02:39:25.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:25 smithi161 bash[22361]: cluster 2024-04-27T02:39:24.384749+0000 mon.a (mon.0) 562 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-27T02:39:25.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:25 smithi161 bash[22361]: audit 2024-04-27T02:39:24.385426+0000 mon.a (mon.0) 563 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:25.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:25 smithi161 bash[22361]: audit 2024-04-27T02:39:24.386387+0000 mon.a (mon.0) 564 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-27T02:39:25.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:25 smithi115 bash[22241]: cluster 2024-04-27T02:39:24.164011+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:25.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:25 smithi115 bash[22241]: audit 2024-04-27T02:39:24.378551+0000 mon.a (mon.0) 561 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-27T02:39:25.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:25 smithi115 bash[22241]: audit 2024-04-27T02:39:24.384034+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.161:6800/2452209184,v1:172.21.15.161:6801/2452209184]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-27T02:39:25.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:25 smithi115 bash[22241]: cluster 2024-04-27T02:39:24.384749+0000 mon.a (mon.0) 562 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-27T02:39:25.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:25 smithi115 bash[22241]: audit 2024-04-27T02:39:24.385426+0000 mon.a (mon.0) 563 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:25.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:25 smithi115 bash[22241]: audit 2024-04-27T02:39:24.386387+0000 mon.a (mon.0) 564 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-27T02:39:25.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:25 smithi076 bash[21577]: cluster 2024-04-27T02:39:24.164011+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:25.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:25 smithi076 bash[21577]: audit 2024-04-27T02:39:24.378551+0000 mon.a (mon.0) 561 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-27T02:39:25.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:25 smithi076 bash[21577]: audit 2024-04-27T02:39:24.384034+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.161:6800/2452209184,v1:172.21.15.161:6801/2452209184]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-27T02:39:25.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:25 smithi076 bash[21577]: cluster 2024-04-27T02:39:24.384749+0000 mon.a (mon.0) 562 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-27T02:39:25.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:25 smithi076 bash[21577]: audit 2024-04-27T02:39:24.385426+0000 mon.a (mon.0) 563 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:25.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:25 smithi076 bash[21577]: audit 2024-04-27T02:39:24.386387+0000 mon.a (mon.0) 564 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-27T02:39:26.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:26 smithi161 bash[22361]: audit 2024-04-27T02:39:25.380902+0000 mon.a (mon.0) 565 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-04-27T02:39:26.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:26 smithi161 bash[22361]: cluster 2024-04-27T02:39:25.386400+0000 mon.a (mon.0) 566 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-27T02:39:26.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:26 smithi161 bash[22361]: audit 2024-04-27T02:39:25.387322+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:26.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:26 smithi161 bash[22361]: audit 2024-04-27T02:39:25.394640+0000 mon.a (mon.0) 568 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:26.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:26 smithi115 bash[22241]: audit 2024-04-27T02:39:25.380902+0000 mon.a (mon.0) 565 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-04-27T02:39:26.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:26 smithi115 bash[22241]: cluster 2024-04-27T02:39:25.386400+0000 mon.a (mon.0) 566 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-27T02:39:26.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:26 smithi115 bash[22241]: audit 2024-04-27T02:39:25.387322+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:26.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:26 smithi115 bash[22241]: audit 2024-04-27T02:39:25.394640+0000 mon.a (mon.0) 568 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:26.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:26 smithi076 bash[21577]: audit 2024-04-27T02:39:25.380902+0000 mon.a (mon.0) 565 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-04-27T02:39:26.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:26 smithi076 bash[21577]: cluster 2024-04-27T02:39:25.386400+0000 mon.a (mon.0) 566 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-27T02:39:26.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:26 smithi076 bash[21577]: audit 2024-04-27T02:39:25.387322+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:26.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:26 smithi076 bash[21577]: audit 2024-04-27T02:39:25.394640+0000 mon.a (mon.0) 568 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:27.066 INFO:teuthology.orchestra.run.smithi161.stdout:Created osd(s) 2 on host 'smithi161' 2024-04-27T02:39:27.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: cluster 2024-04-27T02:39:25.240880+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-27T02:39:27.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: cluster 2024-04-27T02:39:25.241022+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: cluster 2024-04-27T02:39:26.164456+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: audit 2024-04-27T02:39:26.396044+0000 mon.a (mon.0) 569 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: cluster 2024-04-27T02:39:26.404642+0000 mon.a (mon.0) 570 : cluster 1 osd.2 [v2:172.21.15.161:6800/2452209184,v1:172.21.15.161:6801/2452209184] boot 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: cluster 2024-04-27T02:39:26.404713+0000 mon.a (mon.0) 571 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: audit 2024-04-27T02:39:26.405386+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: audit 2024-04-27T02:39:27.084131+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: audit 2024-04-27T02:39:27.092621+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: audit 2024-04-27T02:39:27.096563+0000 mon.a (mon.0) 575 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: audit 2024-04-27T02:39:27.102474+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: audit 2024-04-27T02:39:27.110088+0000 mon.a (mon.0) 577 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: audit 2024-04-27T02:39:27.114217+0000 mon.a (mon.0) 578 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: audit 2024-04-27T02:39:27.115933+0000 mon.a (mon.0) 579 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:27 smithi161 bash[22361]: audit 2024-04-27T02:39:27.125827+0000 mon.a (mon.0) 580 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:27.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: cluster 2024-04-27T02:39:25.240880+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: cluster 2024-04-27T02:39:25.241022+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: cluster 2024-04-27T02:39:26.164456+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: audit 2024-04-27T02:39:26.396044+0000 mon.a (mon.0) 569 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: cluster 2024-04-27T02:39:26.404642+0000 mon.a (mon.0) 570 : cluster 1 osd.2 [v2:172.21.15.161:6800/2452209184,v1:172.21.15.161:6801/2452209184] boot 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: cluster 2024-04-27T02:39:26.404713+0000 mon.a (mon.0) 571 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: audit 2024-04-27T02:39:26.405386+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: audit 2024-04-27T02:39:27.084131+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: audit 2024-04-27T02:39:27.092621+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: audit 2024-04-27T02:39:27.096563+0000 mon.a (mon.0) 575 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: audit 2024-04-27T02:39:27.102474+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: audit 2024-04-27T02:39:27.110088+0000 mon.a (mon.0) 577 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: audit 2024-04-27T02:39:27.114217+0000 mon.a (mon.0) 578 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:27.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: audit 2024-04-27T02:39:27.115933+0000 mon.a (mon.0) 579 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:27.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:27 smithi115 bash[22241]: audit 2024-04-27T02:39:27.125827+0000 mon.a (mon.0) 580 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: cluster 2024-04-27T02:39:25.240880+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: cluster 2024-04-27T02:39:25.241022+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: cluster 2024-04-27T02:39:26.164456+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: audit 2024-04-27T02:39:26.396044+0000 mon.a (mon.0) 569 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: cluster 2024-04-27T02:39:26.404642+0000 mon.a (mon.0) 570 : cluster 1 osd.2 [v2:172.21.15.161:6800/2452209184,v1:172.21.15.161:6801/2452209184] boot 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: cluster 2024-04-27T02:39:26.404713+0000 mon.a (mon.0) 571 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: audit 2024-04-27T02:39:26.405386+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: audit 2024-04-27T02:39:27.084131+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: audit 2024-04-27T02:39:27.092621+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: audit 2024-04-27T02:39:27.096563+0000 mon.a (mon.0) 575 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: audit 2024-04-27T02:39:27.102474+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:39:27.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: audit 2024-04-27T02:39:27.110088+0000 mon.a (mon.0) 577 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:27.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: audit 2024-04-27T02:39:27.114217+0000 mon.a (mon.0) 578 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:27.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: audit 2024-04-27T02:39:27.115933+0000 mon.a (mon.0) 579 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:27.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:27 smithi076 bash[21577]: audit 2024-04-27T02:39:27.125827+0000 mon.a (mon.0) 580 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:28.453 DEBUG:teuthology.orchestra.run.smithi161:osd.2> sudo journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@osd.2.service 2024-04-27T02:39:28.456 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-27T02:39:28.456 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:39:28.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:28 smithi161 bash[22361]: cephadm 2024-04-27T02:39:27.103739+0000 mgr.a (mgr.14152) 211 : cephadm 1 Adjusting osd_memory_target on smithi161 to 20337M 2024-04-27T02:39:28.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:28 smithi161 bash[22361]: audit 2024-04-27T02:39:27.698964+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' 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-04-27T02:39:28.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:28 smithi161 bash[22361]: audit 2024-04-27T02:39:28.140643+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' 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-04-27T02:39:28.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:28 smithi161 bash[22361]: cluster 2024-04-27T02:39:28.146511+0000 mon.a (mon.0) 583 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-27T02:39:28.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:28 smithi161 bash[22361]: audit 2024-04-27T02:39:28.147995+0000 mon.a (mon.0) 584 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-27T02:39:28.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:28 smithi115 bash[22241]: cephadm 2024-04-27T02:39:27.103739+0000 mgr.a (mgr.14152) 211 : cephadm 1 Adjusting osd_memory_target on smithi161 to 20337M 2024-04-27T02:39:28.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:28 smithi115 bash[22241]: audit 2024-04-27T02:39:27.698964+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' 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-04-27T02:39:28.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:28 smithi115 bash[22241]: audit 2024-04-27T02:39:28.140643+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' 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-04-27T02:39:28.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:28 smithi115 bash[22241]: cluster 2024-04-27T02:39:28.146511+0000 mon.a (mon.0) 583 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-27T02:39:28.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:28 smithi115 bash[22241]: audit 2024-04-27T02:39:28.147995+0000 mon.a (mon.0) 584 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-27T02:39:28.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:28 smithi076 bash[21577]: cephadm 2024-04-27T02:39:27.103739+0000 mgr.a (mgr.14152) 211 : cephadm 1 Adjusting osd_memory_target on smithi161 to 20337M 2024-04-27T02:39:28.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:28 smithi076 bash[21577]: audit 2024-04-27T02:39:27.698964+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' 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-04-27T02:39:28.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:28 smithi076 bash[21577]: audit 2024-04-27T02:39:28.140643+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' 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-04-27T02:39:28.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:28 smithi076 bash[21577]: cluster 2024-04-27T02:39:28.146511+0000 mon.a (mon.0) 583 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-27T02:39:28.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:28 smithi076 bash[21577]: audit 2024-04-27T02:39:28.147995+0000 mon.a (mon.0) 584 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-27T02:39:29.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:29 smithi161 bash[22361]: cluster 2024-04-27T02:39:28.164969+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v155: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:29.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:29 smithi161 bash[22361]: cluster 2024-04-27T02:39:29.140450+0000 mon.a (mon.0) 585 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-27T02:39:29.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:29 smithi161 bash[22361]: audit 2024-04-27T02:39:29.149821+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-27T02:39:29.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:29 smithi161 bash[22361]: cluster 2024-04-27T02:39:29.154592+0000 mon.a (mon.0) 587 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-27T02:39:29.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:29 smithi115 bash[22241]: cluster 2024-04-27T02:39:28.164969+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v155: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:29.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:29 smithi115 bash[22241]: cluster 2024-04-27T02:39:29.140450+0000 mon.a (mon.0) 585 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-27T02:39:29.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:29 smithi115 bash[22241]: audit 2024-04-27T02:39:29.149821+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-27T02:39:29.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:29 smithi115 bash[22241]: cluster 2024-04-27T02:39:29.154592+0000 mon.a (mon.0) 587 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-27T02:39:29.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:29 smithi076 bash[21577]: cluster 2024-04-27T02:39:28.164969+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v155: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:29.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:29 smithi076 bash[21577]: cluster 2024-04-27T02:39:29.140450+0000 mon.a (mon.0) 585 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-27T02:39:29.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:29 smithi076 bash[21577]: audit 2024-04-27T02:39:29.149821+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-27T02:39:29.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:29 smithi076 bash[21577]: cluster 2024-04-27T02:39:29.154592+0000 mon.a (mon.0) 587 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-27T02:39:31.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:31 smithi161 bash[22361]: cluster 2024-04-27T02:39:30.158827+0000 mon.a (mon.0) 588 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-27T02:39:31.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:31 smithi161 bash[22361]: cluster 2024-04-27T02:39:30.165444+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:31.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:31 smithi161 bash[22361]: audit 2024-04-27T02:39:30.333510+0000 mon.a (mon.0) 589 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:31.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:31 smithi161 bash[22361]: cluster 2024-04-27T02:39:30.419910+0000 mon.a (mon.0) 590 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-27T02:39:31.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:31 smithi115 bash[22241]: cluster 2024-04-27T02:39:30.158827+0000 mon.a (mon.0) 588 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-27T02:39:31.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:31 smithi115 bash[22241]: cluster 2024-04-27T02:39:30.165444+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:31.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:31 smithi115 bash[22241]: audit 2024-04-27T02:39:30.333510+0000 mon.a (mon.0) 589 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:31.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:31 smithi115 bash[22241]: cluster 2024-04-27T02:39:30.419910+0000 mon.a (mon.0) 590 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-27T02:39:31.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:31 smithi076 bash[21577]: cluster 2024-04-27T02:39:30.158827+0000 mon.a (mon.0) 588 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-27T02:39:31.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:31 smithi076 bash[21577]: cluster 2024-04-27T02:39:30.165444+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:31.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:31 smithi076 bash[21577]: audit 2024-04-27T02:39:30.333510+0000 mon.a (mon.0) 589 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:31.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:31 smithi076 bash[21577]: cluster 2024-04-27T02:39:30.419910+0000 mon.a (mon.0) 590 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-27T02:39:32.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:32 smithi161 bash[22361]: cluster 2024-04-27T02:39:31.151946+0000 mon.a (mon.0) 591 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-27T02:39:32.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:32 smithi161 bash[22361]: cluster 2024-04-27T02:39:31.152001+0000 mon.a (mon.0) 592 : cluster 1 Cluster is now healthy 2024-04-27T02:39:32.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:32 smithi161 bash[22361]: audit 2024-04-27T02:39:31.293380+0000 mon.a (mon.0) 593 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:32 smithi161 bash[22361]: audit 2024-04-27T02:39:31.641629+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:32 smithi161 bash[22361]: audit 2024-04-27T02:39:31.650262+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:32 smithi161 bash[22361]: audit 2024-04-27T02:39:31.660481+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:32 smithi161 bash[22361]: audit 2024-04-27T02:39:31.661114+0000 mon.a (mon.0) 597 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:32.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:32 smithi161 bash[22361]: audit 2024-04-27T02:39:31.667847+0000 mon.a (mon.0) 598 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:32.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:32 smithi161 bash[22361]: audit 2024-04-27T02:39:31.669573+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:32.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:32 smithi161 bash[22361]: audit 2024-04-27T02:39:31.680933+0000 mon.a (mon.0) 600 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:32 smithi115 bash[22241]: cluster 2024-04-27T02:39:31.151946+0000 mon.a (mon.0) 591 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-27T02:39:32.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:32 smithi115 bash[22241]: cluster 2024-04-27T02:39:31.152001+0000 mon.a (mon.0) 592 : cluster 1 Cluster is now healthy 2024-04-27T02:39:32.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:32 smithi115 bash[22241]: audit 2024-04-27T02:39:31.293380+0000 mon.a (mon.0) 593 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:32 smithi115 bash[22241]: audit 2024-04-27T02:39:31.641629+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:32 smithi115 bash[22241]: audit 2024-04-27T02:39:31.650262+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:32 smithi115 bash[22241]: audit 2024-04-27T02:39:31.660481+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:32 smithi115 bash[22241]: audit 2024-04-27T02:39:31.661114+0000 mon.a (mon.0) 597 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:32.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:32 smithi115 bash[22241]: audit 2024-04-27T02:39:31.667847+0000 mon.a (mon.0) 598 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:32.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:32 smithi115 bash[22241]: audit 2024-04-27T02:39:31.669573+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:32.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:32 smithi115 bash[22241]: audit 2024-04-27T02:39:31.680933+0000 mon.a (mon.0) 600 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:32 smithi076 bash[21577]: cluster 2024-04-27T02:39:31.151946+0000 mon.a (mon.0) 591 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-27T02:39:32.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:32 smithi076 bash[21577]: cluster 2024-04-27T02:39:31.152001+0000 mon.a (mon.0) 592 : cluster 1 Cluster is now healthy 2024-04-27T02:39:32.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:32 smithi076 bash[21577]: audit 2024-04-27T02:39:31.293380+0000 mon.a (mon.0) 593 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:32 smithi076 bash[21577]: audit 2024-04-27T02:39:31.641629+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:32 smithi076 bash[21577]: audit 2024-04-27T02:39:31.650262+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:32 smithi076 bash[21577]: audit 2024-04-27T02:39:31.660481+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:32.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:32 smithi076 bash[21577]: audit 2024-04-27T02:39:31.661114+0000 mon.a (mon.0) 597 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:32.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:32 smithi076 bash[21577]: audit 2024-04-27T02:39:31.667847+0000 mon.a (mon.0) 598 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:32.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:32 smithi076 bash[21577]: audit 2024-04-27T02:39:31.669573+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:32.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:32 smithi076 bash[21577]: audit 2024-04-27T02:39:31.680933+0000 mon.a (mon.0) 600 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:33.175 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:39:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:34 smithi076 bash[21577]: cluster 2024-04-27T02:39:31.673359+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:34 smithi076 bash[21577]: audit 2024-04-27T02:39:32.247116+0000 mon.a (mon.0) 601 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:34 smithi076 bash[21577]: audit 2024-04-27T02:39:32.249990+0000 mon.a (mon.0) 602 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:39:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:34 smithi076 bash[21577]: audit 2024-04-27T02:39:33.164224+0000 mon.a (mon.0) 603 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:39:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:34 smithi076 bash[21577]: cluster 2024-04-27T02:39:33.164608+0000 mon.a (mon.0) 604 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-27T02:39:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:34 smithi076 bash[21577]: audit 2024-04-27T02:39:33.165375+0000 mon.a (mon.0) 605 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:39:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:34 smithi076 bash[21577]: audit 2024-04-27T02:39:33.165550+0000 mon.a (mon.0) 606 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:39:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:34 smithi076 bash[21577]: audit 2024-04-27T02:39:33.165805+0000 mon.a (mon.0) 607 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:39:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:34 smithi076 bash[21577]: audit 2024-04-27T02:39:33.171721+0000 mon.a (mon.0) 608 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:39:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:34 smithi076 bash[21577]: audit 2024-04-27T02:39:33.171880+0000 mon.a (mon.0) 609 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:39:34.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:34 smithi076 bash[21577]: audit 2024-04-27T02:39:33.172110+0000 mon.a (mon.0) 610 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:39:34.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:34 smithi161 bash[22361]: cluster 2024-04-27T02:39:31.673359+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:34.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:34 smithi161 bash[22361]: audit 2024-04-27T02:39:32.247116+0000 mon.a (mon.0) 601 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:34.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:34 smithi161 bash[22361]: audit 2024-04-27T02:39:32.249990+0000 mon.a (mon.0) 602 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:39:34.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:34 smithi161 bash[22361]: audit 2024-04-27T02:39:33.164224+0000 mon.a (mon.0) 603 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:39:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:34 smithi161 bash[22361]: cluster 2024-04-27T02:39:33.164608+0000 mon.a (mon.0) 604 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-27T02:39:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:34 smithi161 bash[22361]: audit 2024-04-27T02:39:33.165375+0000 mon.a (mon.0) 605 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:39:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:34 smithi161 bash[22361]: audit 2024-04-27T02:39:33.165550+0000 mon.a (mon.0) 606 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:39:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:34 smithi161 bash[22361]: audit 2024-04-27T02:39:33.165805+0000 mon.a (mon.0) 607 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:39:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:34 smithi161 bash[22361]: audit 2024-04-27T02:39:33.171721+0000 mon.a (mon.0) 608 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:39:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:34 smithi161 bash[22361]: audit 2024-04-27T02:39:33.171880+0000 mon.a (mon.0) 609 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:39:34.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:34 smithi161 bash[22361]: audit 2024-04-27T02:39:33.172110+0000 mon.a (mon.0) 610 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:39:34.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:34 smithi115 bash[22241]: cluster 2024-04-27T02:39:31.673359+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:34.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:34 smithi115 bash[22241]: audit 2024-04-27T02:39:32.247116+0000 mon.a (mon.0) 601 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:34.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:34 smithi115 bash[22241]: audit 2024-04-27T02:39:32.249990+0000 mon.a (mon.0) 602 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:39:34.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:34 smithi115 bash[22241]: audit 2024-04-27T02:39:33.164224+0000 mon.a (mon.0) 603 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:39:34.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:34 smithi115 bash[22241]: cluster 2024-04-27T02:39:33.164608+0000 mon.a (mon.0) 604 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-27T02:39:34.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:34 smithi115 bash[22241]: audit 2024-04-27T02:39:33.165375+0000 mon.a (mon.0) 605 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:39:34.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:34 smithi115 bash[22241]: audit 2024-04-27T02:39:33.165550+0000 mon.a (mon.0) 606 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:39:34.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:34 smithi115 bash[22241]: audit 2024-04-27T02:39:33.165805+0000 mon.a (mon.0) 607 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:39:34.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:34 smithi115 bash[22241]: audit 2024-04-27T02:39:33.171721+0000 mon.a (mon.0) 608 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:39:34.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:34 smithi115 bash[22241]: audit 2024-04-27T02:39:33.171880+0000 mon.a (mon.0) 609 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:39:34.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:34 smithi115 bash[22241]: audit 2024-04-27T02:39:33.172110+0000 mon.a (mon.0) 610 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:39:35.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:35 smithi076 bash[21577]: audit 2024-04-27T02:39:33.170269+0000 mon.c (mon.1) 7 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:39:35.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:35 smithi076 bash[21577]: cluster 2024-04-27T02:39:33.673996+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 449 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:35.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:35 smithi076 bash[21577]: audit 2024-04-27T02:39:34.018101+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:39:35.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:35 smithi076 bash[21577]: audit 2024-04-27T02:39:34.026960+0000 mon.a (mon.0) 611 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:39:35.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:35 smithi076 bash[21577]: audit 2024-04-27T02:39:34.027210+0000 mon.a (mon.0) 612 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:39:35.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:35 smithi076 bash[21577]: audit 2024-04-27T02:39:34.027439+0000 mon.a (mon.0) 613 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:39:35.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:35 smithi076 bash[21577]: audit 2024-04-27T02:39:34.028032+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:39:35.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:35 smithi076 bash[21577]: audit 2024-04-27T02:39:34.927513+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:39:35.341 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:35 smithi161 bash[22361]: audit 2024-04-27T02:39:33.170269+0000 mon.c (mon.1) 7 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:39:35.341 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:35 smithi161 bash[22361]: cluster 2024-04-27T02:39:33.673996+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 449 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:35.342 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:35 smithi161 bash[22361]: audit 2024-04-27T02:39:34.018101+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:39:35.342 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:35 smithi161 bash[22361]: audit 2024-04-27T02:39:34.026960+0000 mon.a (mon.0) 611 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:39:35.342 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:35 smithi161 bash[22361]: audit 2024-04-27T02:39:34.027210+0000 mon.a (mon.0) 612 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:39:35.342 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:35 smithi161 bash[22361]: audit 2024-04-27T02:39:34.027439+0000 mon.a (mon.0) 613 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:39:35.342 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:35 smithi161 bash[22361]: audit 2024-04-27T02:39:34.028032+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:39:35.342 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:35 smithi161 bash[22361]: audit 2024-04-27T02:39:34.927513+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:39:35.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:35 smithi115 bash[22241]: audit 2024-04-27T02:39:33.170269+0000 mon.c (mon.1) 7 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:39:35.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:35 smithi115 bash[22241]: cluster 2024-04-27T02:39:33.673996+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 449 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:35.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:35 smithi115 bash[22241]: audit 2024-04-27T02:39:34.018101+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:39:35.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:35 smithi115 bash[22241]: audit 2024-04-27T02:39:34.026960+0000 mon.a (mon.0) 611 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:39:35.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:35 smithi115 bash[22241]: audit 2024-04-27T02:39:34.027210+0000 mon.a (mon.0) 612 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:39:35.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:35 smithi115 bash[22241]: audit 2024-04-27T02:39:34.027439+0000 mon.a (mon.0) 613 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:39:35.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:35 smithi115 bash[22241]: audit 2024-04-27T02:39:34.028032+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:39:35.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:35 smithi115 bash[22241]: audit 2024-04-27T02:39:34.927513+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:39:36.465 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:36 smithi076 bash[21577]: audit 2024-04-27T02:39:35.349963+0000 mon.a (mon.0) 614 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:36.465 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:36 smithi076 bash[21577]: audit 2024-04-27T02:39:35.358690+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:36.465 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:36 smithi076 bash[21577]: audit 2024-04-27T02:39:35.368933+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:36.466 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:36 smithi076 bash[21577]: audit 2024-04-27T02:39:35.410468+0000 mon.a (mon.0) 617 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:36.466 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:36 smithi076 bash[21577]: audit 2024-04-27T02:39:35.416384+0000 mon.a (mon.0) 618 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:36.466 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:36 smithi076 bash[21577]: audit 2024-04-27T02:39:35.418273+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:36.466 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:36 smithi076 bash[21577]: cluster 2024-04-27T02:39:35.422002+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.8 KiB/s rd, 347 KiB/s wr, 23 op/s 2024-04-27T02:39:36.466 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:36 smithi076 bash[21577]: audit 2024-04-27T02:39:35.428827+0000 mon.a (mon.0) 620 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:36.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:36 smithi161 bash[22361]: audit 2024-04-27T02:39:35.349963+0000 mon.a (mon.0) 614 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:36.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:36 smithi161 bash[22361]: audit 2024-04-27T02:39:35.358690+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:36.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:36 smithi161 bash[22361]: audit 2024-04-27T02:39:35.368933+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:36.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:36 smithi161 bash[22361]: audit 2024-04-27T02:39:35.410468+0000 mon.a (mon.0) 617 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:36.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:36 smithi161 bash[22361]: audit 2024-04-27T02:39:35.416384+0000 mon.a (mon.0) 618 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:36.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:36 smithi161 bash[22361]: audit 2024-04-27T02:39:35.418273+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:36.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:36 smithi161 bash[22361]: cluster 2024-04-27T02:39:35.422002+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.8 KiB/s rd, 347 KiB/s wr, 23 op/s 2024-04-27T02:39:36.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:36 smithi161 bash[22361]: audit 2024-04-27T02:39:35.428827+0000 mon.a (mon.0) 620 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:36.687 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:39:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:36 smithi115 bash[22241]: audit 2024-04-27T02:39:35.349963+0000 mon.a (mon.0) 614 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:36 smithi115 bash[22241]: audit 2024-04-27T02:39:35.358690+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:36 smithi115 bash[22241]: audit 2024-04-27T02:39:35.368933+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:36 smithi115 bash[22241]: audit 2024-04-27T02:39:35.410468+0000 mon.a (mon.0) 617 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:39:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:36 smithi115 bash[22241]: audit 2024-04-27T02:39:35.416384+0000 mon.a (mon.0) 618 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:39:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:36 smithi115 bash[22241]: audit 2024-04-27T02:39:35.418273+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:39:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:36 smithi115 bash[22241]: cluster 2024-04-27T02:39:35.422002+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.8 KiB/s rd, 347 KiB/s wr, 23 op/s 2024-04-27T02:39:36.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:36 smithi115 bash[22241]: audit 2024-04-27T02:39:35.428827+0000 mon.a (mon.0) 620 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:37.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:37 smithi115 bash[22241]: cluster 2024-04-27T02:39:36.365399+0000 mon.a (mon.0) 621 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-27T02:39:37.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:37 smithi115 bash[22241]: cluster 2024-04-27T02:39:36.365460+0000 mon.a (mon.0) 622 : cluster 1 Cluster is now healthy 2024-04-27T02:39:37.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:37 smithi115 bash[22241]: audit 2024-04-27T02:39:36.716832+0000 mon.a (mon.0) 623 : audit 0 from='client.? 172.21.15.76:0/2254768517' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:39:37.566 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:37 smithi076 bash[21577]: cluster 2024-04-27T02:39:36.365399+0000 mon.a (mon.0) 621 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-27T02:39:37.566 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:37 smithi076 bash[21577]: cluster 2024-04-27T02:39:36.365460+0000 mon.a (mon.0) 622 : cluster 1 Cluster is now healthy 2024-04-27T02:39:37.566 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:37 smithi076 bash[21577]: audit 2024-04-27T02:39:36.716832+0000 mon.a (mon.0) 623 : audit 0 from='client.? 172.21.15.76:0/2254768517' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:39:37.567 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1714185566,"num_in_osds":3,"osd_in_since":1714185540,"num_remapped_pgs":0} 2024-04-27T02:39:37.568 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-27T02:39:37.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:37 smithi161 bash[22361]: cluster 2024-04-27T02:39:36.365399+0000 mon.a (mon.0) 621 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-27T02:39:37.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:37 smithi161 bash[22361]: cluster 2024-04-27T02:39:36.365460+0000 mon.a (mon.0) 622 : cluster 1 Cluster is now healthy 2024-04-27T02:39:37.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:37 smithi161 bash[22361]: audit 2024-04-27T02:39:36.716832+0000 mon.a (mon.0) 623 : audit 0 from='client.? 172.21.15.76:0/2254768517' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:39:38.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:38 smithi076 bash[21577]: cluster 2024-04-27T02:39:37.422560+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 252 KiB/s wr, 16 op/s 2024-04-27T02:39:38.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:38 smithi161 bash[22361]: cluster 2024-04-27T02:39:37.422560+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 252 KiB/s wr, 16 op/s 2024-04-27T02:39:38.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:38 smithi115 bash[22241]: cluster 2024-04-27T02:39:37.422560+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 252 KiB/s wr, 16 op/s 2024-04-27T02:39:39.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:39 smithi115 bash[22241]: cluster 2024-04-27T02:39:39.423145+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 197 KiB/s wr, 13 op/s 2024-04-27T02:39:39.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:39 smithi076 bash[21577]: cluster 2024-04-27T02:39:39.423145+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 197 KiB/s wr, 13 op/s 2024-04-27T02:39:39.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:39 smithi161 bash[22361]: cluster 2024-04-27T02:39:39.423145+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 197 KiB/s wr, 13 op/s 2024-04-27T02:39:42.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:41 smithi076 bash[21577]: audit 2024-04-27T02:39:40.854765+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:42.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:41 smithi076 bash[21577]: audit 2024-04-27T02:39:40.863633+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:42.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:41 smithi076 bash[21577]: audit 2024-04-27T02:39:40.873833+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:42.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:41 smithi076 bash[21577]: cluster 2024-04-27T02:39:41.423722+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 162 KiB/s wr, 10 op/s 2024-04-27T02:39:42.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:41 smithi161 bash[22361]: audit 2024-04-27T02:39:40.854765+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:42.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:41 smithi161 bash[22361]: audit 2024-04-27T02:39:40.863633+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:42.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:41 smithi161 bash[22361]: audit 2024-04-27T02:39:40.873833+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:42.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:41 smithi161 bash[22361]: cluster 2024-04-27T02:39:41.423722+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 162 KiB/s wr, 10 op/s 2024-04-27T02:39:42.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:41 smithi115 bash[22241]: audit 2024-04-27T02:39:40.854765+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:42.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:41 smithi115 bash[22241]: audit 2024-04-27T02:39:40.863633+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:42.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:41 smithi115 bash[22241]: audit 2024-04-27T02:39:40.873833+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:42.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:41 smithi115 bash[22241]: cluster 2024-04-27T02:39:41.423722+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 162 KiB/s wr, 10 op/s 2024-04-27T02:39:42.863 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:39:44.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:44 smithi115 bash[22241]: audit 2024-04-27T02:39:43.184165+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:44.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:44 smithi115 bash[22241]: audit 2024-04-27T02:39:43.190165+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:44.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:44 smithi115 bash[22241]: audit 2024-04-27T02:39:43.196573+0000 mon.a (mon.0) 629 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:44.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:44 smithi115 bash[22241]: cluster 2024-04-27T02:39:43.424246+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 156 KiB/s wr, 10 op/s 2024-04-27T02:39:44.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:44 smithi076 bash[21577]: audit 2024-04-27T02:39:43.184165+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:44.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:44 smithi076 bash[21577]: audit 2024-04-27T02:39:43.190165+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:44.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:44 smithi076 bash[21577]: audit 2024-04-27T02:39:43.196573+0000 mon.a (mon.0) 629 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:44.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:44 smithi076 bash[21577]: cluster 2024-04-27T02:39:43.424246+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 156 KiB/s wr, 10 op/s 2024-04-27T02:39:44.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:44 smithi161 bash[22361]: audit 2024-04-27T02:39:43.184165+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:44.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:44 smithi161 bash[22361]: audit 2024-04-27T02:39:43.190165+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:44.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:44 smithi161 bash[22361]: audit 2024-04-27T02:39:43.196573+0000 mon.a (mon.0) 629 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:44.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:44 smithi161 bash[22361]: cluster 2024-04-27T02:39:43.424246+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 156 KiB/s wr, 10 op/s 2024-04-27T02:39:45.500 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:39:45.500 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":21,"fsid":"55e8a228-043e-11ef-bc93-c7b262605968","created":"2024-04-27T02:33:32.841060+0000","modified":"2024-04-27T02:39:30.149644+0000","last_up_change":"2024-04-27T02:39:26.388783+0000","last_in_change":"2024-04-27T02:39:00.158488+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-04-27T02:39:28.138018+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":"e09c37c4-d2b3-4fb9-a7a8-91520272b763","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.76:6802","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6803","nonce":3690905056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6805","nonce":3690905056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6809","nonce":3690905056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6807","nonce":3690905056}]},"public_addr":"172.21.15.76:6803/3690905056","cluster_addr":"172.21.15.76:6805/3690905056","heartbeat_back_addr":"172.21.15.76:6809/3690905056","heartbeat_front_addr":"172.21.15.76:6807/3690905056","state":["exists","up"]},{"osd":1,"uuid":"2faba677-21ef-418a-8332-ec60509b264e","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.115:6800","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6801","nonce":545011914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6803","nonce":545011914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6807","nonce":545011914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6805","nonce":545011914}]},"public_addr":"172.21.15.115:6801/545011914","cluster_addr":"172.21.15.115:6803/545011914","heartbeat_back_addr":"172.21.15.115:6807/545011914","heartbeat_front_addr":"172.21.15.115:6805/545011914","state":["exists","up"]},{"osd":2,"uuid":"da6880ee-3bc6-4193-b202-bf6b5852d5f0","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.161:6800","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6801","nonce":2452209184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6803","nonce":2452209184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6807","nonce":2452209184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6805","nonce":2452209184}]},"public_addr":"172.21.15.161:6801/2452209184","cluster_addr":"172.21.15.161:6803/2452209184","heartbeat_back_addr":"172.21.15.161:6807/2452209184","heartbeat_front_addr":"172.21.15.161:6805/2452209184","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-04-27T02:37:41.447211+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-04-27T02:38:32.073441+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-04-27T02:39:25.241031+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.76:0/1491642858":"2024-04-28T02:34:39.474609+0000","172.21.15.76:0/1360039602":"2024-04-28T02:34:39.474609+0000","172.21.15.76:6801/3410921007":"2024-04-28T02:34:39.474609+0000","172.21.15.76:6801/3938485304":"2024-04-28T02:34:05.041775+0000","172.21.15.76:0/3920886970":"2024-04-28T02:34:05.041775+0000","172.21.15.76:6800/3938485304":"2024-04-28T02:34:05.041775+0000","172.21.15.76:0/4083378577":"2024-04-28T02:34:05.041775+0000","172.21.15.76:0/2085254473":"2024-04-28T02:34:39.474609+0000","172.21.15.76:0/2901731015":"2024-04-28T02:34:05.041775+0000","172.21.15.76:6800/3410921007":"2024-04-28T02:34:39.474609+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-04-27T02:39:45.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:45 smithi115 bash[22241]: cluster 2024-04-27T02:39:45.424737+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 156 KiB/s wr, 10 op/s 2024-04-27T02:39:45.719 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:45 smithi076 bash[21577]: cluster 2024-04-27T02:39:45.424737+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 156 KiB/s wr, 10 op/s 2024-04-27T02:39:45.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:45 smithi161 bash[22361]: cluster 2024-04-27T02:39:45.424737+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 156 KiB/s wr, 10 op/s 2024-04-27T02:39:46.206 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-27T02:39:28.138018+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-04-27T02:39:46.207 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-27T02:39:46.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:46 smithi161 bash[22361]: audit 2024-04-27T02:39:45.528601+0000 mon.a (mon.0) 630 : audit 0 from='client.? 172.21.15.76:0/765969672' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:39:46.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:46 smithi115 bash[22241]: audit 2024-04-27T02:39:45.528601+0000 mon.a (mon.0) 630 : audit 0 from='client.? 172.21.15.76:0/765969672' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:39:46.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:46 smithi076 bash[21577]: audit 2024-04-27T02:39:45.528601+0000 mon.a (mon.0) 630 : audit 0 from='client.? 172.21.15.76:0/765969672' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:39:47.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:47 smithi115 bash[22241]: cluster 2024-04-27T02:39:47.425246+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:47.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:47 smithi076 bash[21577]: cluster 2024-04-27T02:39:47.425246+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:47.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:47 smithi161 bash[22361]: cluster 2024-04-27T02:39:47.425246+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:49.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:49 smithi115 bash[22241]: cluster 2024-04-27T02:39:49.425714+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:49.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:49 smithi076 bash[21577]: cluster 2024-04-27T02:39:49.425714+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:49.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:49 smithi161 bash[22361]: cluster 2024-04-27T02:39:49.425714+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:50.933 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:39:51.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:51 smithi115 bash[22241]: cluster 2024-04-27T02:39:51.426291+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:51.734 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:51 smithi076 bash[21577]: cluster 2024-04-27T02:39:51.426291+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:51.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:51 smithi161 bash[22361]: cluster 2024-04-27T02:39:51.426291+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:53.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:53 smithi076 bash[21577]: cluster 2024-04-27T02:39:53.426632+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:53.623 INFO:teuthology.orchestra.run.smithi076.stdout:pg_num: 1 2024-04-27T02:39:53.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:53 smithi115 bash[22241]: cluster 2024-04-27T02:39:53.426632+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:53.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:53 smithi161 bash[22361]: cluster 2024-04-27T02:39:53.426632+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:54.262 INFO:tasks.cephadm:Setting up client nodes... 2024-04-27T02:39:54.263 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-27T02:39:54.263 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-27T02:39:54.263 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph mgr dump --format=json 2024-04-27T02:39:54.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:54 smithi076 bash[21577]: audit 2024-04-27T02:39:53.653392+0000 mon.a (mon.0) 631 : audit 0 from='client.? 172.21.15.76:0/3006889830' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-27T02:39:54.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:54 smithi115 bash[22241]: audit 2024-04-27T02:39:53.653392+0000 mon.a (mon.0) 631 : audit 0 from='client.? 172.21.15.76:0/3006889830' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-27T02:39:54.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:54 smithi161 bash[22361]: audit 2024-04-27T02:39:53.653392+0000 mon.a (mon.0) 631 : audit 0 from='client.? 172.21.15.76:0/3006889830' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-27T02:39:56.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:55 smithi115 bash[22241]: audit 2024-04-27T02:39:54.968187+0000 mon.a (mon.0) 632 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:56.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:55 smithi115 bash[22241]: audit 2024-04-27T02:39:54.976589+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:56.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:55 smithi115 bash[22241]: audit 2024-04-27T02:39:54.986563+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:56.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:55 smithi115 bash[22241]: cluster 2024-04-27T02:39:55.427038+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:56.226 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:55 smithi076 bash[21577]: audit 2024-04-27T02:39:54.968187+0000 mon.a (mon.0) 632 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:56.226 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:55 smithi076 bash[21577]: audit 2024-04-27T02:39:54.976589+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:56.226 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:55 smithi076 bash[21577]: audit 2024-04-27T02:39:54.986563+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:56.226 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:55 smithi076 bash[21577]: cluster 2024-04-27T02:39:55.427038+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:56.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:55 smithi161 bash[22361]: audit 2024-04-27T02:39:54.968187+0000 mon.a (mon.0) 632 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:56.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:55 smithi161 bash[22361]: audit 2024-04-27T02:39:54.976589+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:56.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:55 smithi161 bash[22361]: audit 2024-04-27T02:39:54.986563+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:39:56.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:55 smithi161 bash[22361]: cluster 2024-04-27T02:39:55.427038+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:57.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:57 smithi115 bash[22241]: cluster 2024-04-27T02:39:57.427430+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:57.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:57 smithi076 bash[21577]: cluster 2024-04-27T02:39:57.427430+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:57.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:57 smithi161 bash[22361]: cluster 2024-04-27T02:39:57.427430+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:59.578 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:39:59.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:39:59 smithi115 bash[22241]: cluster 2024-04-27T02:39:59.427961+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:59.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:39:59 smithi076 bash[21577]: cluster 2024-04-27T02:39:59.427961+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:39:59.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:39:59 smithi161 bash[22361]: cluster 2024-04-27T02:39:59.427961+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:00.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:00 smithi076 bash[21577]: cluster 2024-04-27T02:40:00.000148+0000 mon.a (mon.0) 635 : cluster 1 overall HEALTH_OK 2024-04-27T02:40:00.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:00 smithi115 bash[22241]: cluster 2024-04-27T02:40:00.000148+0000 mon.a (mon.0) 635 : cluster 1 overall HEALTH_OK 2024-04-27T02:40:00.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:00 smithi161 bash[22361]: cluster 2024-04-27T02:40:00.000148+0000 mon.a (mon.0) 635 : cluster 1 overall HEALTH_OK 2024-04-27T02:40:02.311 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:40:02.322 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:02 smithi076 bash[21577]: audit 2024-04-27T02:40:01.022145+0000 mon.a (mon.0) 636 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:02.322 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:02 smithi076 bash[21577]: audit 2024-04-27T02:40:01.031796+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:02.323 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:02 smithi076 bash[21577]: audit 2024-04-27T02:40:01.042115+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:02.323 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:02 smithi076 bash[21577]: cluster 2024-04-27T02:40:01.428555+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:02.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:02 smithi161 bash[22361]: audit 2024-04-27T02:40:01.022145+0000 mon.a (mon.0) 636 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:02.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:02 smithi161 bash[22361]: audit 2024-04-27T02:40:01.031796+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:02.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:02 smithi161 bash[22361]: audit 2024-04-27T02:40:01.042115+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:02.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:02 smithi161 bash[22361]: cluster 2024-04-27T02:40:01.428555+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:02.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:02 smithi115 bash[22241]: audit 2024-04-27T02:40:01.022145+0000 mon.a (mon.0) 636 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:02.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:02 smithi115 bash[22241]: audit 2024-04-27T02:40:01.031796+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:02.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:02 smithi115 bash[22241]: audit 2024-04-27T02:40:01.042115+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:02.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:02 smithi115 bash[22241]: cluster 2024-04-27T02:40:01.428555+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:03.038 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6800","nonce":81465325},{"type":"v1","addr":"172.21.15.76:6801","nonce":81465325}]},"active_addr":"172.21.15.76:6801/81465325","active_change":"2024-04-27T02:34:39.474863+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/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.2.1","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_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"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.2.1","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_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"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.76: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.76:0","nonce":2641499738}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.76:0","nonce":2803154996}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.76:0","nonce":4050346343}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.76:0","nonce":3428765}]}]} 2024-04-27T02:40:03.045 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-27T02:40:03.045 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-27T02:40:03.045 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-27T02:40:03.316 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:03 smithi076 bash[21577]: audit 2024-04-27T02:40:02.331056+0000 mon.a (mon.0) 639 : audit 0 from='client.? 172.21.15.76:0/3884699053' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-27T02:40:03.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:03 smithi161 bash[22361]: audit 2024-04-27T02:40:02.331056+0000 mon.a (mon.0) 639 : audit 0 from='client.? 172.21.15.76:0/3884699053' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-27T02:40:03.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:03 smithi115 bash[22241]: audit 2024-04-27T02:40:02.331056+0000 mon.a (mon.0) 639 : audit 0 from='client.? 172.21.15.76:0/3884699053' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-27T02:40:04.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:04 smithi161 bash[22361]: audit 2024-04-27T02:40:03.334797+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:04.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:04 smithi161 bash[22361]: audit 2024-04-27T02:40:03.340735+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:04.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:04 smithi161 bash[22361]: audit 2024-04-27T02:40:03.345207+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:04.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:04 smithi161 bash[22361]: cluster 2024-04-27T02:40:03.429084+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:04.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:04 smithi076 bash[21577]: audit 2024-04-27T02:40:03.334797+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:04.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:04 smithi076 bash[21577]: audit 2024-04-27T02:40:03.340735+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:04.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:04 smithi076 bash[21577]: audit 2024-04-27T02:40:03.345207+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:04.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:04 smithi076 bash[21577]: cluster 2024-04-27T02:40:03.429084+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:04.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:04 smithi115 bash[22241]: audit 2024-04-27T02:40:03.334797+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:04.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:04 smithi115 bash[22241]: audit 2024-04-27T02:40:03.340735+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:04.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:04 smithi115 bash[22241]: audit 2024-04-27T02:40:03.345207+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:04.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:04 smithi115 bash[22241]: cluster 2024-04-27T02:40:03.429084+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:05.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:05 smithi115 bash[22241]: cluster 2024-04-27T02:40:05.429585+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:05.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:05 smithi076 bash[21577]: cluster 2024-04-27T02:40:05.429585+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:05.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:05 smithi161 bash[22361]: cluster 2024-04-27T02:40:05.429585+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:07.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:07 smithi115 bash[22241]: cluster 2024-04-27T02:40:07.430145+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:07.740 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:07 smithi161 bash[22361]: cluster 2024-04-27T02:40:07.430145+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:07.761 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:40:07.785 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:07 smithi076 bash[21577]: cluster 2024-04-27T02:40:07.430145+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:09.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:09 smithi076 bash[21577]: cluster 2024-04-27T02:40:09.430673+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:09.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:09 smithi115 bash[22241]: cluster 2024-04-27T02:40:09.430673+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:09.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:09 smithi161 bash[22361]: cluster 2024-04-27T02:40:09.430673+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:10.354 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:40:10.354 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":21,"fsid":"55e8a228-043e-11ef-bc93-c7b262605968","created":"2024-04-27T02:33:32.841060+0000","modified":"2024-04-27T02:39:30.149644+0000","last_up_change":"2024-04-27T02:39:26.388783+0000","last_in_change":"2024-04-27T02:39:00.158488+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-04-27T02:39:28.138018+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":"e09c37c4-d2b3-4fb9-a7a8-91520272b763","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.76:6802","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6803","nonce":3690905056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6805","nonce":3690905056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6809","nonce":3690905056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6807","nonce":3690905056}]},"public_addr":"172.21.15.76:6803/3690905056","cluster_addr":"172.21.15.76:6805/3690905056","heartbeat_back_addr":"172.21.15.76:6809/3690905056","heartbeat_front_addr":"172.21.15.76:6807/3690905056","state":["exists","up"]},{"osd":1,"uuid":"2faba677-21ef-418a-8332-ec60509b264e","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.115:6800","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6801","nonce":545011914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6803","nonce":545011914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6807","nonce":545011914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6805","nonce":545011914}]},"public_addr":"172.21.15.115:6801/545011914","cluster_addr":"172.21.15.115:6803/545011914","heartbeat_back_addr":"172.21.15.115:6807/545011914","heartbeat_front_addr":"172.21.15.115:6805/545011914","state":["exists","up"]},{"osd":2,"uuid":"da6880ee-3bc6-4193-b202-bf6b5852d5f0","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.161:6800","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6801","nonce":2452209184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6803","nonce":2452209184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6807","nonce":2452209184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6805","nonce":2452209184}]},"public_addr":"172.21.15.161:6801/2452209184","cluster_addr":"172.21.15.161:6803/2452209184","heartbeat_back_addr":"172.21.15.161:6807/2452209184","heartbeat_front_addr":"172.21.15.161:6805/2452209184","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-04-27T02:37:41.447211+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-04-27T02:38:32.073441+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-04-27T02:39:25.241031+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.76:0/1491642858":"2024-04-28T02:34:39.474609+0000","172.21.15.76:0/1360039602":"2024-04-28T02:34:39.474609+0000","172.21.15.76:6801/3410921007":"2024-04-28T02:34:39.474609+0000","172.21.15.76:6801/3938485304":"2024-04-28T02:34:05.041775+0000","172.21.15.76:0/3920886970":"2024-04-28T02:34:05.041775+0000","172.21.15.76:6800/3938485304":"2024-04-28T02:34:05.041775+0000","172.21.15.76:0/4083378577":"2024-04-28T02:34:05.041775+0000","172.21.15.76:0/2085254473":"2024-04-28T02:34:39.474609+0000","172.21.15.76:0/2901731015":"2024-04-28T02:34:05.041775+0000","172.21.15.76:6800/3410921007":"2024-04-28T02:34:39.474609+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-04-27T02:40:10.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:10 smithi115 bash[22241]: audit 2024-04-27T02:40:10.383972+0000 mon.a (mon.0) 643 : audit 0 from='client.? 172.21.15.76:0/3868592412' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:40:10.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:10 smithi076 bash[21577]: audit 2024-04-27T02:40:10.383972+0000 mon.a (mon.0) 643 : audit 0 from='client.? 172.21.15.76:0/3868592412' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:40:10.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:10 smithi161 bash[22361]: audit 2024-04-27T02:40:10.383972+0000 mon.a (mon.0) 643 : audit 0 from='client.? 172.21.15.76:0/3868592412' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:40:11.078 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-27T02:40:11.078 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-27T02:40:11.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:11 smithi076 bash[21577]: cluster 2024-04-27T02:40:11.431224+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:11.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:11 smithi161 bash[22361]: cluster 2024-04-27T02:40:11.431224+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:11.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:11 smithi115 bash[22241]: cluster 2024-04-27T02:40:11.431224+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:13.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:13 smithi115 bash[22241]: cluster 2024-04-27T02:40:13.431849+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:13.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:13 smithi076 bash[21577]: cluster 2024-04-27T02:40:13.431849+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:13.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:13 smithi161 bash[22361]: cluster 2024-04-27T02:40:13.431849+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:15.803 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:40:16.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:16 smithi161 bash[22361]: audit 2024-04-27T02:40:15.175585+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:16.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:16 smithi161 bash[22361]: audit 2024-04-27T02:40:15.181872+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:16.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:16 smithi161 bash[22361]: audit 2024-04-27T02:40:15.188926+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:16.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:16 smithi161 bash[22361]: cluster 2024-04-27T02:40:15.432572+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:16.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:16 smithi115 bash[22241]: audit 2024-04-27T02:40:15.175585+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:16.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:16 smithi115 bash[22241]: audit 2024-04-27T02:40:15.181872+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:16.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:16 smithi115 bash[22241]: audit 2024-04-27T02:40:15.188926+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:16.467 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:16 smithi115 bash[22241]: cluster 2024-04-27T02:40:15.432572+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:16.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:16 smithi076 bash[21577]: audit 2024-04-27T02:40:15.175585+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:16.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:16 smithi076 bash[21577]: audit 2024-04-27T02:40:15.181872+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:16.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:16 smithi076 bash[21577]: audit 2024-04-27T02:40:15.188926+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:16.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:16 smithi076 bash[21577]: cluster 2024-04-27T02:40:15.432572+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:17.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:17 smithi076 bash[21577]: cluster 2024-04-27T02:40:17.433197+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:17.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:17 smithi115 bash[22241]: cluster 2024-04-27T02:40:17.433197+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:17.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:17 smithi161 bash[22361]: cluster 2024-04-27T02:40:17.433197+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:19.282 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:40:19.282 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":21,"fsid":"55e8a228-043e-11ef-bc93-c7b262605968","created":"2024-04-27T02:33:32.841060+0000","modified":"2024-04-27T02:39:30.149644+0000","last_up_change":"2024-04-27T02:39:26.388783+0000","last_in_change":"2024-04-27T02:39:00.158488+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-04-27T02:39:28.138018+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":"e09c37c4-d2b3-4fb9-a7a8-91520272b763","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.76:6802","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6803","nonce":3690905056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6805","nonce":3690905056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6809","nonce":3690905056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":3690905056},{"type":"v1","addr":"172.21.15.76:6807","nonce":3690905056}]},"public_addr":"172.21.15.76:6803/3690905056","cluster_addr":"172.21.15.76:6805/3690905056","heartbeat_back_addr":"172.21.15.76:6809/3690905056","heartbeat_front_addr":"172.21.15.76:6807/3690905056","state":["exists","up"]},{"osd":1,"uuid":"2faba677-21ef-418a-8332-ec60509b264e","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.115:6800","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6801","nonce":545011914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6803","nonce":545011914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6807","nonce":545011914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":545011914},{"type":"v1","addr":"172.21.15.115:6805","nonce":545011914}]},"public_addr":"172.21.15.115:6801/545011914","cluster_addr":"172.21.15.115:6803/545011914","heartbeat_back_addr":"172.21.15.115:6807/545011914","heartbeat_front_addr":"172.21.15.115:6805/545011914","state":["exists","up"]},{"osd":2,"uuid":"da6880ee-3bc6-4193-b202-bf6b5852d5f0","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.161:6800","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6801","nonce":2452209184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6803","nonce":2452209184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6807","nonce":2452209184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":2452209184},{"type":"v1","addr":"172.21.15.161:6805","nonce":2452209184}]},"public_addr":"172.21.15.161:6801/2452209184","cluster_addr":"172.21.15.161:6803/2452209184","heartbeat_back_addr":"172.21.15.161:6807/2452209184","heartbeat_front_addr":"172.21.15.161:6805/2452209184","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-04-27T02:37:41.447211+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-04-27T02:38:32.073441+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-04-27T02:39:25.241031+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.76:0/1491642858":"2024-04-28T02:34:39.474609+0000","172.21.15.76:0/1360039602":"2024-04-28T02:34:39.474609+0000","172.21.15.76:6801/3410921007":"2024-04-28T02:34:39.474609+0000","172.21.15.76:6801/3938485304":"2024-04-28T02:34:05.041775+0000","172.21.15.76:0/3920886970":"2024-04-28T02:34:05.041775+0000","172.21.15.76:6800/3938485304":"2024-04-28T02:34:05.041775+0000","172.21.15.76:0/4083378577":"2024-04-28T02:34:05.041775+0000","172.21.15.76:0/2085254473":"2024-04-28T02:34:39.474609+0000","172.21.15.76:0/2901731015":"2024-04-28T02:34:05.041775+0000","172.21.15.76:6800/3410921007":"2024-04-28T02:34:39.474609+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-04-27T02:40:19.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:19 smithi076 bash[21577]: audit 2024-04-27T02:40:19.311824+0000 mon.a (mon.0) 647 : audit 0 from='client.? 172.21.15.76:0/4109086377' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:40:19.605 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:19 smithi115 bash[22241]: audit 2024-04-27T02:40:19.311824+0000 mon.a (mon.0) 647 : audit 0 from='client.? 172.21.15.76:0/4109086377' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:40:19.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:19 smithi161 bash[22361]: audit 2024-04-27T02:40:19.311824+0000 mon.a (mon.0) 647 : audit 0 from='client.? 172.21.15.76:0/4109086377' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:40:20.374 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-27T02:40:20.374 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-27T02:40:20.375 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-27T02:40:20.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:20 smithi115 bash[22241]: cluster 2024-04-27T02:40:19.433530+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:20.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:20 smithi161 bash[22361]: cluster 2024-04-27T02:40:19.433530+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:20.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:20 smithi076 bash[21577]: cluster 2024-04-27T02:40:19.433530+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:22.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:22 smithi115 bash[22241]: audit 2024-04-27T02:40:21.190679+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:22.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:22 smithi115 bash[22241]: audit 2024-04-27T02:40:21.199488+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:22.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:22 smithi115 bash[22241]: audit 2024-04-27T02:40:21.210601+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:22.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:22 smithi115 bash[22241]: cluster 2024-04-27T02:40:21.434033+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:22.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:22 smithi076 bash[21577]: audit 2024-04-27T02:40:21.190679+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:22.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:22 smithi076 bash[21577]: audit 2024-04-27T02:40:21.199488+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:22.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:22 smithi076 bash[21577]: audit 2024-04-27T02:40:21.210601+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:22.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:22 smithi076 bash[21577]: cluster 2024-04-27T02:40:21.434033+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:22.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:22 smithi161 bash[22361]: audit 2024-04-27T02:40:21.190679+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:22.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:22 smithi161 bash[22361]: audit 2024-04-27T02:40:21.199488+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:22.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:22 smithi161 bash[22361]: audit 2024-04-27T02:40:21.210601+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:22.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:22 smithi161 bash[22361]: cluster 2024-04-27T02:40:21.434033+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:23.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:23 smithi115 bash[22241]: cluster 2024-04-27T02:40:23.434562+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:23.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:23 smithi076 bash[21577]: cluster 2024-04-27T02:40:23.434562+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:23.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:23 smithi161 bash[22361]: cluster 2024-04-27T02:40:23.434562+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:24.200 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:40:24.200 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:40:24.201 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:40:24.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:24 smithi161 bash[22361]: audit 2024-04-27T02:40:23.523705+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:24.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:24 smithi161 bash[22361]: audit 2024-04-27T02:40:23.530519+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:24.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:24 smithi161 bash[22361]: audit 2024-04-27T02:40:23.539831+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:24.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:24 smithi076 bash[21577]: audit 2024-04-27T02:40:23.523705+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:24.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:24 smithi076 bash[21577]: audit 2024-04-27T02:40:23.530519+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:24.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:24 smithi076 bash[21577]: audit 2024-04-27T02:40:23.539831+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:24.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:24 smithi115 bash[22241]: audit 2024-04-27T02:40:23.523705+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:24.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:24 smithi115 bash[22241]: audit 2024-04-27T02:40:23.530519+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:24.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:24 smithi115 bash[22241]: audit 2024-04-27T02:40:23.539831+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:25.546 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:25 smithi076 bash[21577]: cluster 2024-04-27T02:40:25.435019+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:25.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:25 smithi161 bash[22361]: cluster 2024-04-27T02:40:25.435019+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:25.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:25 smithi115 bash[22241]: cluster 2024-04-27T02:40:25.435019+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:27.774 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:27 smithi076 bash[21577]: cluster 2024-04-27T02:40:27.435579+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:27.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:27 smithi161 bash[22361]: cluster 2024-04-27T02:40:27.435579+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:27.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:27 smithi115 bash[22241]: cluster 2024-04-27T02:40:27.435579+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:29.093 INFO:teuthology.orchestra.run.smithi076.stdout:55834574874 2024-04-27T02:40:29.093 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-27T02:40:29.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:29 smithi115 bash[22241]: cluster 2024-04-27T02:40:29.436110+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:29.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:29 smithi076 bash[21577]: cluster 2024-04-27T02:40:29.436110+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:29.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:29 smithi161 bash[22361]: cluster 2024-04-27T02:40:29.436110+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:29.953 INFO:teuthology.orchestra.run.smithi076.stdout:34359738403 2024-04-27T02:40:29.954 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-27T02:40:29.995 INFO:teuthology.orchestra.run.smithi076.stdout:77309411344 2024-04-27T02:40:29.995 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-27T02:40:31.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:31 smithi115 bash[22241]: cluster 2024-04-27T02:40:31.436682+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:31.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:31 smithi076 bash[21577]: cluster 2024-04-27T02:40:31.436682+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:31.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:31 smithi161 bash[22361]: cluster 2024-04-27T02:40:31.436682+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:33.808 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:40:33.808 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:40:33.808 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:40:33.830 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:33 smithi076 bash[21577]: cluster 2024-04-27T02:40:33.437170+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:33.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:33 smithi161 bash[22361]: cluster 2024-04-27T02:40:33.437170+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:33.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:33 smithi115 bash[22241]: cluster 2024-04-27T02:40:33.437170+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:36.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:36 smithi076 bash[21577]: audit 2024-04-27T02:40:35.372080+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:36.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:36 smithi076 bash[21577]: audit 2024-04-27T02:40:35.376809+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:36.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:36 smithi076 bash[21577]: audit 2024-04-27T02:40:35.383339+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:36.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:36 smithi076 bash[21577]: cluster 2024-04-27T02:40:35.437549+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:36.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:36 smithi076 bash[21577]: audit 2024-04-27T02:40:35.536429+0000 mon.a (mon.0) 657 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:40:36.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:36 smithi076 bash[21577]: audit 2024-04-27T02:40:35.541788+0000 mon.a (mon.0) 658 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:40:36.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:36 smithi076 bash[21577]: audit 2024-04-27T02:40:35.543599+0000 mon.a (mon.0) 659 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:40:36.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:36 smithi076 bash[21577]: audit 2024-04-27T02:40:35.554055+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:36 smithi161 bash[22361]: audit 2024-04-27T02:40:35.372080+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:36 smithi161 bash[22361]: audit 2024-04-27T02:40:35.376809+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:36 smithi161 bash[22361]: audit 2024-04-27T02:40:35.383339+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:36 smithi161 bash[22361]: cluster 2024-04-27T02:40:35.437549+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:36 smithi161 bash[22361]: audit 2024-04-27T02:40:35.536429+0000 mon.a (mon.0) 657 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:40:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:36 smithi161 bash[22361]: audit 2024-04-27T02:40:35.541788+0000 mon.a (mon.0) 658 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:40:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:36 smithi161 bash[22361]: audit 2024-04-27T02:40:35.543599+0000 mon.a (mon.0) 659 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:40:36.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:36 smithi161 bash[22361]: audit 2024-04-27T02:40:35.554055+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:36.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:36 smithi115 bash[22241]: audit 2024-04-27T02:40:35.372080+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:36.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:36 smithi115 bash[22241]: audit 2024-04-27T02:40:35.376809+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:36 smithi115 bash[22241]: audit 2024-04-27T02:40:35.383339+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:36 smithi115 bash[22241]: cluster 2024-04-27T02:40:35.437549+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:36 smithi115 bash[22241]: audit 2024-04-27T02:40:35.536429+0000 mon.a (mon.0) 657 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:40:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:36 smithi115 bash[22241]: audit 2024-04-27T02:40:35.541788+0000 mon.a (mon.0) 658 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:40:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:36 smithi115 bash[22241]: audit 2024-04-27T02:40:35.543599+0000 mon.a (mon.0) 659 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:40:36.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:36 smithi115 bash[22241]: audit 2024-04-27T02:40:35.554055+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:37.838 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:37 smithi076 bash[21577]: cluster 2024-04-27T02:40:37.437994+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:37.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:37 smithi161 bash[22361]: cluster 2024-04-27T02:40:37.437994+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:37.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:37 smithi115 bash[22241]: cluster 2024-04-27T02:40:37.437994+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:38.926 INFO:teuthology.orchestra.run.smithi076.stdout:34359738405 2024-04-27T02:40:39.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:39 smithi076 bash[21577]: audit 2024-04-27T02:40:38.957880+0000 mon.a (mon.0) 661 : audit 0 from='client.? 172.21.15.76:0/4168404215' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-27T02:40:39.128 INFO:teuthology.orchestra.run.smithi076.stdout:55834574876 2024-04-27T02:40:39.306 INFO:teuthology.orchestra.run.smithi076.stdout:77309411346 2024-04-27T02:40:39.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:39 smithi161 bash[22361]: audit 2024-04-27T02:40:38.957880+0000 mon.a (mon.0) 661 : audit 0 from='client.? 172.21.15.76:0/4168404215' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-27T02:40:39.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:39 smithi115 bash[22241]: audit 2024-04-27T02:40:38.957880+0000 mon.a (mon.0) 661 : audit 0 from='client.? 172.21.15.76:0/4168404215' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-27T02:40:40.216 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:40 smithi115 bash[22241]: audit 2024-04-27T02:40:39.159505+0000 mon.a (mon.0) 662 : audit 0 from='client.? 172.21.15.76:0/2012216582' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-27T02:40:40.216 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:40 smithi115 bash[22241]: audit 2024-04-27T02:40:39.337181+0000 mon.a (mon.0) 663 : audit 0 from='client.? 172.21.15.76:0/2739750067' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-27T02:40:40.216 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:40 smithi115 bash[22241]: cluster 2024-04-27T02:40:39.438305+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:40.295 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:40 smithi076 bash[21577]: audit 2024-04-27T02:40:39.159505+0000 mon.a (mon.0) 662 : audit 0 from='client.? 172.21.15.76:0/2012216582' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-27T02:40:40.295 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:40 smithi076 bash[21577]: audit 2024-04-27T02:40:39.337181+0000 mon.a (mon.0) 663 : audit 0 from='client.? 172.21.15.76:0/2739750067' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-27T02:40:40.295 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:40 smithi076 bash[21577]: cluster 2024-04-27T02:40:39.438305+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:40.316 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738403 got 34359738405 for osd.0 2024-04-27T02:40:40.316 DEBUG:teuthology.parallel:result is None 2024-04-27T02:40:40.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:40 smithi161 bash[22361]: audit 2024-04-27T02:40:39.159505+0000 mon.a (mon.0) 662 : audit 0 from='client.? 172.21.15.76:0/2012216582' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-27T02:40:40.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:40 smithi161 bash[22361]: audit 2024-04-27T02:40:39.337181+0000 mon.a (mon.0) 663 : audit 0 from='client.? 172.21.15.76:0/2739750067' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-27T02:40:40.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:40 smithi161 bash[22361]: cluster 2024-04-27T02:40:39.438305+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:41.129 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-04-27T02:40:41.130 DEBUG:teuthology.parallel:result is None 2024-04-27T02:40:41.137 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574876 for osd.1 2024-04-27T02:40:41.137 DEBUG:teuthology.parallel:result is None 2024-04-27T02:40:41.137 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-27T02:40:41.137 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-27T02:40:42.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:42 smithi115 bash[22241]: audit 2024-04-27T02:40:41.392175+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:42.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:42 smithi115 bash[22241]: audit 2024-04-27T02:40:41.397718+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:42.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:42 smithi115 bash[22241]: audit 2024-04-27T02:40:41.404096+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:42.466 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:42 smithi115 bash[22241]: cluster 2024-04-27T02:40:41.438599+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:42.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:42 smithi161 bash[22361]: audit 2024-04-27T02:40:41.392175+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:42.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:42 smithi161 bash[22361]: audit 2024-04-27T02:40:41.397718+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:42.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:42 smithi161 bash[22361]: audit 2024-04-27T02:40:41.404096+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:42.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:42 smithi161 bash[22361]: cluster 2024-04-27T02:40:41.438599+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:42.838 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:42 smithi076 bash[21577]: audit 2024-04-27T02:40:41.392175+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:42.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:42 smithi076 bash[21577]: audit 2024-04-27T02:40:41.397718+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:42.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:42 smithi076 bash[21577]: audit 2024-04-27T02:40:41.404096+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:42.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:42 smithi076 bash[21577]: cluster 2024-04-27T02:40:41.438599+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:43.588 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:43 smithi076 bash[21577]: cluster 2024-04-27T02:40:43.439111+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:43.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:43 smithi161 bash[22361]: cluster 2024-04-27T02:40:43.439111+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:43.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:43 smithi115 bash[22241]: cluster 2024-04-27T02:40:43.439111+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:44.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:44 smithi115 bash[22241]: audit 2024-04-27T02:40:43.738736+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:44.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:44 smithi115 bash[22241]: audit 2024-04-27T02:40:43.744503+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:44.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:44 smithi115 bash[22241]: audit 2024-04-27T02:40:43.752056+0000 mon.a (mon.0) 669 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:45.075 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:44 smithi161 bash[22361]: audit 2024-04-27T02:40:43.738736+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:45.075 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:44 smithi161 bash[22361]: audit 2024-04-27T02:40:43.744503+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:45.075 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:44 smithi161 bash[22361]: audit 2024-04-27T02:40:43.752056+0000 mon.a (mon.0) 669 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:45.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:44 smithi076 bash[21577]: audit 2024-04-27T02:40:43.738736+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:45.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:44 smithi076 bash[21577]: audit 2024-04-27T02:40:43.744503+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:45.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:44 smithi076 bash[21577]: audit 2024-04-27T02:40:43.752056+0000 mon.a (mon.0) 669 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:45.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:45 smithi161 bash[22361]: cluster 2024-04-27T02:40:45.439659+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:45.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:45 smithi115 bash[22241]: cluster 2024-04-27T02:40:45.439659+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:46.088 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:45 smithi076 bash[21577]: cluster 2024-04-27T02:40:45.439659+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:46.227 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:40:47.588 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:47 smithi076 bash[21577]: cluster 2024-04-27T02:40:47.440179+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:47.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:47 smithi161 bash[22361]: cluster 2024-04-27T02:40:47.440179+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:47.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:47 smithi115 bash[22241]: cluster 2024-04-27T02:40:47.440179+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:48.717 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:40:48.719 INFO:teuthology.orchestra.run.smithi076.stderr:dumped all 2024-04-27T02:40:49.418 INFO:teuthology.orchestra.run.smithi076.stdout:{"pg_ready":true,"pg_map":{"version":197,"stamp":"2024-04-27T02:40:47.439930+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":89348,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146108,"statfs":{"total":287985106944,"available":287893614592,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002553"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-27T02:39:34.947457+0000","last_change":"2024-04-27T02:39:29.158260+0000","last_active":"2024-04-27T02:39:34.947457+0000","last_peered":"2024-04-27T02:39:34.947457+0000","last_clean":"2024-04-27T02:39:34.947457+0000","last_became_active":"2024-04-27T02:39:29.157130+0000","last_became_peered":"2024-04-27T02:39:29.157130+0000","last_unstale":"2024-04-27T02:39:34.947457+0000","last_undegraded":"2024-04-27T02:39:34.947457+0000","last_fullsized":"2024-04-27T02:39:34.947457+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-04-27T02:39:28.138214+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-27T02:39:28.138214+0000","last_clean_scrub_stamp":"2024-04-27T02:39:28.138214+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-04-28T07:39:04.892254+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":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,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":34359738407,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-27T02:40:49.418 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-27T02:40:49.838 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:49 smithi076 bash[21577]: audit 2024-04-27T02:40:48.747044+0000 mgr.a (mgr.14152) 253 : audit 0 from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:40:49.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:49 smithi076 bash[21577]: cluster 2024-04-27T02:40:49.440810+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:49.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:49 smithi161 bash[22361]: audit 2024-04-27T02:40:48.747044+0000 mgr.a (mgr.14152) 253 : audit 0 from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:40:49.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:49 smithi161 bash[22361]: cluster 2024-04-27T02:40:49.440810+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:49.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:49 smithi115 bash[22241]: audit 2024-04-27T02:40:48.747044+0000 mgr.a (mgr.14152) 253 : audit 0 from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:40:49.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:49 smithi115 bash[22241]: cluster 2024-04-27T02:40:49.440810+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:52.838 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:52 smithi076 bash[21577]: cluster 2024-04-27T02:40:51.441384+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:52.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:52 smithi161 bash[22361]: cluster 2024-04-27T02:40:51.441384+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:52.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:52 smithi115 bash[22241]: cluster 2024-04-27T02:40:51.441384+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:54.140 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:40:54.838 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:54 smithi076 bash[21577]: cluster 2024-04-27T02:40:53.441879+0000 mgr.a (mgr.14152) 256 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:54.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:54 smithi161 bash[22361]: cluster 2024-04-27T02:40:53.441879+0000 mgr.a (mgr.14152) 256 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:54.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:54 smithi115 bash[22241]: cluster 2024-04-27T02:40:53.441879+0000 mgr.a (mgr.14152) 256 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:56.646 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:40:56.649 INFO:teuthology.orchestra.run.smithi076.stderr:dumped all 2024-04-27T02:40:56.827 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:56 smithi076 bash[21577]: cluster 2024-04-27T02:40:55.442419+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:56.828 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:56 smithi076 bash[21577]: audit 2024-04-27T02:40:55.574125+0000 mon.a (mon.0) 670 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:56.828 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:56 smithi076 bash[21577]: audit 2024-04-27T02:40:55.580237+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:56.828 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:56 smithi076 bash[21577]: audit 2024-04-27T02:40:55.585347+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:56.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:56 smithi161 bash[22361]: cluster 2024-04-27T02:40:55.442419+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:56.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:56 smithi161 bash[22361]: audit 2024-04-27T02:40:55.574125+0000 mon.a (mon.0) 670 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:56.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:56 smithi161 bash[22361]: audit 2024-04-27T02:40:55.580237+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:56.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:56 smithi161 bash[22361]: audit 2024-04-27T02:40:55.585347+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:56.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:56 smithi115 bash[22241]: cluster 2024-04-27T02:40:55.442419+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:56.967 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:56 smithi115 bash[22241]: audit 2024-04-27T02:40:55.574125+0000 mon.a (mon.0) 670 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:56.967 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:56 smithi115 bash[22241]: audit 2024-04-27T02:40:55.580237+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:56.967 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:56 smithi115 bash[22241]: audit 2024-04-27T02:40:55.585347+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:40:57.289 INFO:teuthology.orchestra.run.smithi076.stdout:{"pg_ready":true,"pg_map":{"version":201,"stamp":"2024-04-27T02:40:55.442135+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":89348,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146108,"statfs":{"total":287985106944,"available":287893614592,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003278"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-27T02:39:34.947457+0000","last_change":"2024-04-27T02:39:29.158260+0000","last_active":"2024-04-27T02:39:34.947457+0000","last_peered":"2024-04-27T02:39:34.947457+0000","last_clean":"2024-04-27T02:39:34.947457+0000","last_became_active":"2024-04-27T02:39:29.157130+0000","last_became_peered":"2024-04-27T02:39:29.157130+0000","last_unstale":"2024-04-27T02:39:34.947457+0000","last_undegraded":"2024-04-27T02:39:34.947457+0000","last_fullsized":"2024-04-27T02:39:34.947457+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-04-27T02:39:28.138214+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-27T02:39:28.138214+0000","last_clean_scrub_stamp":"2024-04-27T02:39:28.138214+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-04-28T07:39:04.892254+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":77309411349,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574880,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-27T02:40:57.289 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-27T02:40:57.289 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-27T02:40:57.289 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-27T02:40:57.290 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- ceph health --format=json 2024-04-27T02:40:57.838 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:57 smithi076 bash[21577]: audit 2024-04-27T02:40:56.676251+0000 mgr.a (mgr.14152) 258 : audit 0 from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:40:57.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:57 smithi161 bash[22361]: audit 2024-04-27T02:40:56.676251+0000 mgr.a (mgr.14152) 258 : audit 0 from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:40:57.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:57 smithi115 bash[22241]: audit 2024-04-27T02:40:56.676251+0000 mgr.a (mgr.14152) 258 : audit 0 from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:40:58.735 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:40:58 smithi076 bash[21577]: cluster 2024-04-27T02:40:57.442963+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:58.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:40:58 smithi161 bash[22361]: cluster 2024-04-27T02:40:57.442963+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:40:58.966 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:40:58 smithi115 bash[22241]: cluster 2024-04-27T02:40:57.442963+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:00.716 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:00 smithi115 bash[22241]: cluster 2024-04-27T02:40:59.443514+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:00.838 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:00 smithi076 bash[21577]: cluster 2024-04-27T02:40:59.443514+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:00.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:00 smithi161 bash[22361]: cluster 2024-04-27T02:40:59.443514+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:02.011 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:41:02.810 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:02 smithi076 bash[21577]: cluster 2024-04-27T02:41:01.444077+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:02.811 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:02 smithi076 bash[21577]: audit 2024-04-27T02:41:01.570808+0000 mon.a (mon.0) 673 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:02.811 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:02 smithi076 bash[21577]: audit 2024-04-27T02:41:01.579699+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:02.811 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:02 smithi076 bash[21577]: audit 2024-04-27T02:41:01.589726+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:02.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:02 smithi161 bash[22361]: cluster 2024-04-27T02:41:01.444077+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:02.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:02 smithi161 bash[22361]: audit 2024-04-27T02:41:01.570808+0000 mon.a (mon.0) 673 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:02.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:02 smithi161 bash[22361]: audit 2024-04-27T02:41:01.579699+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:02.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:02 smithi161 bash[22361]: audit 2024-04-27T02:41:01.589726+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:02.938 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:02 smithi115 bash[22241]: cluster 2024-04-27T02:41:01.444077+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:02.938 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:02 smithi115 bash[22241]: audit 2024-04-27T02:41:01.570808+0000 mon.a (mon.0) 673 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:02.938 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:02 smithi115 bash[22241]: audit 2024-04-27T02:41:01.579699+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:02.938 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:02 smithi115 bash[22241]: audit 2024-04-27T02:41:01.589726+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:04.608 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:41:04.608 INFO:teuthology.orchestra.run.smithi076.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-27T02:41:05.147 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:04 smithi161 bash[22361]: cluster 2024-04-27T02:41:03.444477+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:05.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:04 smithi161 bash[22361]: audit 2024-04-27T02:41:03.953742+0000 mon.a (mon.0) 676 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:05.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:04 smithi161 bash[22361]: audit 2024-04-27T02:41:03.959808+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:05.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:04 smithi161 bash[22361]: audit 2024-04-27T02:41:03.967306+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:05.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:04 smithi161 bash[22361]: audit 2024-04-27T02:41:04.639176+0000 mon.a (mon.0) 679 : audit 0 from='client.? 172.21.15.76:0/2801930222' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-27T02:41:05.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:04 smithi115 bash[22241]: cluster 2024-04-27T02:41:03.444477+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:05.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:04 smithi115 bash[22241]: audit 2024-04-27T02:41:03.953742+0000 mon.a (mon.0) 676 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:05.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:04 smithi115 bash[22241]: audit 2024-04-27T02:41:03.959808+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:05.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:04 smithi115 bash[22241]: audit 2024-04-27T02:41:03.967306+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:05.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:04 smithi115 bash[22241]: audit 2024-04-27T02:41:04.639176+0000 mon.a (mon.0) 679 : audit 0 from='client.? 172.21.15.76:0/2801930222' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-27T02:41:05.281 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:04 smithi076 bash[21577]: cluster 2024-04-27T02:41:03.444477+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:05.281 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:04 smithi076 bash[21577]: audit 2024-04-27T02:41:03.953742+0000 mon.a (mon.0) 676 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:05.281 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:04 smithi076 bash[21577]: audit 2024-04-27T02:41:03.959808+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:05.281 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:04 smithi076 bash[21577]: audit 2024-04-27T02:41:03.967306+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:05.281 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:04 smithi076 bash[21577]: audit 2024-04-27T02:41:04.639176+0000 mon.a (mon.0) 679 : audit 0 from='client.? 172.21.15.76:0/2801930222' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-27T02:41:05.283 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-27T02:41:05.283 INFO:tasks.cephadm:Setup complete, yielding 2024-04-27T02:41:05.283 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-27T02:41:05.293 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi076.front.sepia.ceph.com 2024-04-27T02:41:05.293 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55e8a228-043e-11ef-bc93-c7b262605968 -- bash -c 'set -e 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> set -x 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> ceph orch apply node-exporter 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> ceph orch apply grafana 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> ceph orch apply alertmanager 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> ceph orch apply prometheus 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> sleep 240 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> ceph orch ls 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> ceph orch ps 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> ceph orch host ls 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-04-27T02:41:05.294 DEBUG:teuthology.orchestra.run.smithi076:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> # check each host node-exporter metrics endpoint is responsive 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> for ip in $ALL_HOST_IPS; do 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> curl -s http://${ip}:9100/metric 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> done 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> # check grafana endpoints are responsive and database health is okay 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> # stop mon daemon in order to trigger an alert 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> ceph orch daemon stop $MON_DAEMON 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> sleep 120 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> # check prometheus endpoints are responsive and mon down alert is firing 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-04-27T02:41:05.295 DEBUG:teuthology.orchestra.run.smithi076:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-04-27T02:41:05.296 DEBUG:teuthology.orchestra.run.smithi076:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-04-27T02:41:05.296 DEBUG:teuthology.orchestra.run.smithi076:> # check alertmanager endpoints are responsive and mon down alert is active 2024-04-27T02:41:05.296 DEBUG:teuthology.orchestra.run.smithi076:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-04-27T02:41:05.296 DEBUG:teuthology.orchestra.run.smithi076:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-04-27T02:41:05.296 DEBUG:teuthology.orchestra.run.smithi076:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-04-27T02:41:05.296 DEBUG:teuthology.orchestra.run.smithi076:> ' 2024-04-27T02:41:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:06 smithi161 bash[22361]: cluster 2024-04-27T02:41:05.444927+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:07.216 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:06 smithi115 bash[22241]: cluster 2024-04-27T02:41:05.444927+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:07.339 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:06 smithi076 bash[21577]: cluster 2024-04-27T02:41:05.444927+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:09.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:08 smithi115 bash[22241]: cluster 2024-04-27T02:41:07.445458+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:09.339 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:08 smithi076 bash[21577]: cluster 2024-04-27T02:41:07.445458+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:09.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:08 smithi161 bash[22361]: cluster 2024-04-27T02:41:07.445458+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:10.018 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/mon.a/config 2024-04-27T02:41:11.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:10 smithi076 bash[21577]: cluster 2024-04-27T02:41:09.445965+0000 mgr.a (mgr.14152) 265 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:11.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:10 smithi115 bash[22241]: cluster 2024-04-27T02:41:09.445965+0000 mgr.a (mgr.14152) 265 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:11.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:10 smithi161 bash[22361]: cluster 2024-04-27T02:41:09.445965+0000 mgr.a (mgr.14152) 265 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:12.257 INFO:teuthology.orchestra.run.smithi076.stderr:+ ceph orch apply node-exporter 2024-04-27T02:41:12.622 INFO:teuthology.orchestra.run.smithi076.stdout:Scheduled node-exporter update... 2024-04-27T02:41:12.635 INFO:teuthology.orchestra.run.smithi076.stderr:+ ceph orch apply grafana 2024-04-27T02:41:12.978 INFO:teuthology.orchestra.run.smithi076.stdout:Scheduled grafana update... 2024-04-27T02:41:12.991 INFO:teuthology.orchestra.run.smithi076.stderr:+ ceph orch apply alertmanager 2024-04-27T02:41:13.217 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:12 smithi115 bash[22241]: cluster 2024-04-27T02:41:11.446445+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:13.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:12 smithi115 bash[22241]: audit 2024-04-27T02:41:12.652021+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:13.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:12 smithi115 bash[22241]: audit 2024-04-27T02:41:12.669322+0000 mon.a (mon.0) 681 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:13.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:12 smithi115 bash[22241]: audit 2024-04-27T02:41:12.672905+0000 mon.a (mon.0) 682 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:13.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:12 smithi115 bash[22241]: audit 2024-04-27T02:41:12.674048+0000 mon.a (mon.0) 683 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:13.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:12 smithi115 bash[22241]: audit 2024-04-27T02:41:12.682643+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:13.325 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:12 smithi076 bash[21577]: cluster 2024-04-27T02:41:11.446445+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:13.325 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:12 smithi076 bash[21577]: audit 2024-04-27T02:41:12.652021+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:13.325 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:12 smithi076 bash[21577]: audit 2024-04-27T02:41:12.669322+0000 mon.a (mon.0) 681 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:13.325 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:12 smithi076 bash[21577]: audit 2024-04-27T02:41:12.672905+0000 mon.a (mon.0) 682 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:13.325 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:12 smithi076 bash[21577]: audit 2024-04-27T02:41:12.674048+0000 mon.a (mon.0) 683 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:13.326 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:12 smithi076 bash[21577]: audit 2024-04-27T02:41:12.682643+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:13.361 INFO:teuthology.orchestra.run.smithi076.stdout:Scheduled alertmanager update... 2024-04-27T02:41:13.374 INFO:teuthology.orchestra.run.smithi076.stderr:+ ceph orch apply prometheus 2024-04-27T02:41:13.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:12 smithi161 bash[22361]: cluster 2024-04-27T02:41:11.446445+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:13.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:12 smithi161 bash[22361]: audit 2024-04-27T02:41:12.652021+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:13.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:12 smithi161 bash[22361]: audit 2024-04-27T02:41:12.669322+0000 mon.a (mon.0) 681 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:13.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:12 smithi161 bash[22361]: audit 2024-04-27T02:41:12.672905+0000 mon.a (mon.0) 682 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:13.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:12 smithi161 bash[22361]: audit 2024-04-27T02:41:12.674048+0000 mon.a (mon.0) 683 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:13.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:12 smithi161 bash[22361]: audit 2024-04-27T02:41:12.682643+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:13.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:13 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:13.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:13 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:13.589 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:41:13 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:13.590 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:41:13 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:13.590 INFO:journalctl@ceph.osd.0.smithi076.stdout:Apr 27 02:41:13 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:13.590 INFO:journalctl@ceph.osd.0.smithi076.stdout:Apr 27 02:41:13 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:13.722 INFO:teuthology.orchestra.run.smithi076.stdout:Scheduled prometheus update... 2024-04-27T02:41:13.736 INFO:teuthology.orchestra.run.smithi076.stderr:+ sleep 240 2024-04-27T02:41:14.258 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: audit 2024-04-27T02:41:12.643045+0000 mgr.a (mgr.14152) 267 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: cephadm 2024-04-27T02:41:12.645627+0000 mgr.a (mgr.14152) 268 : cephadm 1 Saving service node-exporter spec with placement * 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: cephadm 2024-04-27T02:41:12.685557+0000 mgr.a (mgr.14152) 269 : cephadm 1 Deploying daemon node-exporter.smithi076 on smithi076 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: audit 2024-04-27T02:41:13.001417+0000 mgr.a (mgr.14152) 270 : audit 0 from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: cephadm 2024-04-27T02:41:13.002797+0000 mgr.a (mgr.14152) 271 : cephadm 1 Saving service grafana spec with placement count:1 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: audit 2024-04-27T02:41:13.008590+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: audit 2024-04-27T02:41:13.386455+0000 mgr.a (mgr.14152) 272 : audit 0 from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: cephadm 2024-04-27T02:41:13.387789+0000 mgr.a (mgr.14152) 273 : cephadm 1 Saving service alertmanager spec with placement count:1 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: audit 2024-04-27T02:41:13.391428+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: audit 2024-04-27T02:41:13.717493+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: audit 2024-04-27T02:41:13.723615+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: audit 2024-04-27T02:41:13.752910+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.259 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 bash[22241]: audit 2024-04-27T02:41:13.759551+0000 mon.a (mon.0) 690 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.299 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: audit 2024-04-27T02:41:12.643045+0000 mgr.a (mgr.14152) 267 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:14.299 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: cephadm 2024-04-27T02:41:12.645627+0000 mgr.a (mgr.14152) 268 : cephadm 1 Saving service node-exporter spec with placement * 2024-04-27T02:41:14.299 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: cephadm 2024-04-27T02:41:12.685557+0000 mgr.a (mgr.14152) 269 : cephadm 1 Deploying daemon node-exporter.smithi076 on smithi076 2024-04-27T02:41:14.300 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: audit 2024-04-27T02:41:13.001417+0000 mgr.a (mgr.14152) 270 : audit 0 from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:14.300 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: cephadm 2024-04-27T02:41:13.002797+0000 mgr.a (mgr.14152) 271 : cephadm 1 Saving service grafana spec with placement count:1 2024-04-27T02:41:14.300 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: audit 2024-04-27T02:41:13.008590+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.300 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: audit 2024-04-27T02:41:13.386455+0000 mgr.a (mgr.14152) 272 : audit 0 from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:14.300 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: cephadm 2024-04-27T02:41:13.387789+0000 mgr.a (mgr.14152) 273 : cephadm 1 Saving service alertmanager spec with placement count:1 2024-04-27T02:41:14.300 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: audit 2024-04-27T02:41:13.391428+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.300 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: audit 2024-04-27T02:41:13.717493+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.300 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: audit 2024-04-27T02:41:13.723615+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.300 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: audit 2024-04-27T02:41:13.752910+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.300 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:14 smithi076 bash[21577]: audit 2024-04-27T02:41:13.759551+0000 mon.a (mon.0) 690 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: audit 2024-04-27T02:41:12.643045+0000 mgr.a (mgr.14152) 267 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:14.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: cephadm 2024-04-27T02:41:12.645627+0000 mgr.a (mgr.14152) 268 : cephadm 1 Saving service node-exporter spec with placement * 2024-04-27T02:41:14.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: cephadm 2024-04-27T02:41:12.685557+0000 mgr.a (mgr.14152) 269 : cephadm 1 Deploying daemon node-exporter.smithi076 on smithi076 2024-04-27T02:41:14.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: audit 2024-04-27T02:41:13.001417+0000 mgr.a (mgr.14152) 270 : audit 0 from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:14.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: cephadm 2024-04-27T02:41:13.002797+0000 mgr.a (mgr.14152) 271 : cephadm 1 Saving service grafana spec with placement count:1 2024-04-27T02:41:14.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: audit 2024-04-27T02:41:13.008590+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: audit 2024-04-27T02:41:13.386455+0000 mgr.a (mgr.14152) 272 : audit 0 from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:14.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: cephadm 2024-04-27T02:41:13.387789+0000 mgr.a (mgr.14152) 273 : cephadm 1 Saving service alertmanager spec with placement count:1 2024-04-27T02:41:14.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: audit 2024-04-27T02:41:13.391428+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: audit 2024-04-27T02:41:13.717493+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: audit 2024-04-27T02:41:13.723615+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: audit 2024-04-27T02:41:13.752910+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:14 smithi161 bash[22361]: audit 2024-04-27T02:41:13.759551+0000 mon.a (mon.0) 690 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:14.513 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:14.514 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:41:14 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:14.514 INFO:journalctl@ceph.osd.1.smithi115.stdout:Apr 27 02:41:14 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:14.783 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:14 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:14.784 INFO:journalctl@ceph.osd.1.smithi115.stdout:Apr 27 02:41:14 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:14.784 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:41:14 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:15.554 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:15 smithi076 bash[21577]: cluster 2024-04-27T02:41:13.446749+0000 mgr.a (mgr.14152) 274 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:15.554 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:15 smithi076 bash[21577]: audit 2024-04-27T02:41:13.748438+0000 mgr.a (mgr.14152) 275 : audit 0 from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:15.554 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:15 smithi076 bash[21577]: cephadm 2024-04-27T02:41:13.749492+0000 mgr.a (mgr.14152) 276 : cephadm 1 Saving service prometheus spec with placement count:1 2024-04-27T02:41:15.555 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:15 smithi076 bash[21577]: cephadm 2024-04-27T02:41:13.760365+0000 mgr.a (mgr.14152) 277 : cephadm 1 Deploying daemon node-exporter.smithi115 on smithi115 2024-04-27T02:41:15.555 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:15 smithi076 bash[21577]: audit 2024-04-27T02:41:14.811748+0000 mon.a (mon.0) 691 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:15.555 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:15 smithi076 bash[21577]: audit 2024-04-27T02:41:14.818769+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:15.555 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:15 smithi076 bash[21577]: audit 2024-04-27T02:41:14.830285+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:15.629 INFO:journalctl@ceph.osd.2.smithi161.stdout:Apr 27 02:41:15 smithi161 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:15.630 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:15 smithi161 bash[22361]: cluster 2024-04-27T02:41:13.446749+0000 mgr.a (mgr.14152) 274 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:15.630 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:15 smithi161 bash[22361]: audit 2024-04-27T02:41:13.748438+0000 mgr.a (mgr.14152) 275 : audit 0 from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:15.630 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:15 smithi161 bash[22361]: cephadm 2024-04-27T02:41:13.749492+0000 mgr.a (mgr.14152) 276 : cephadm 1 Saving service prometheus spec with placement count:1 2024-04-27T02:41:15.630 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:15 smithi161 bash[22361]: cephadm 2024-04-27T02:41:13.760365+0000 mgr.a (mgr.14152) 277 : cephadm 1 Deploying daemon node-exporter.smithi115 on smithi115 2024-04-27T02:41:15.630 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:15 smithi161 bash[22361]: audit 2024-04-27T02:41:14.811748+0000 mon.a (mon.0) 691 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:15.630 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:15 smithi161 bash[22361]: audit 2024-04-27T02:41:14.818769+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:15.630 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:15 smithi161 bash[22361]: audit 2024-04-27T02:41:14.830285+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:15.630 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:15 smithi161 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:15.709 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:15 smithi115 bash[22241]: cluster 2024-04-27T02:41:13.446749+0000 mgr.a (mgr.14152) 274 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:15.710 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:15 smithi115 bash[22241]: audit 2024-04-27T02:41:13.748438+0000 mgr.a (mgr.14152) 275 : audit 0 from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:41:15.710 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:15 smithi115 bash[22241]: cephadm 2024-04-27T02:41:13.749492+0000 mgr.a (mgr.14152) 276 : cephadm 1 Saving service prometheus spec with placement count:1 2024-04-27T02:41:15.710 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:15 smithi115 bash[22241]: cephadm 2024-04-27T02:41:13.760365+0000 mgr.a (mgr.14152) 277 : cephadm 1 Deploying daemon node-exporter.smithi115 on smithi115 2024-04-27T02:41:15.710 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:15 smithi115 bash[22241]: audit 2024-04-27T02:41:14.811748+0000 mon.a (mon.0) 691 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:15.710 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:15 smithi115 bash[22241]: audit 2024-04-27T02:41:14.818769+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:15.710 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:15 smithi115 bash[22241]: audit 2024-04-27T02:41:14.830285+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:15.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:15 smithi161 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:15.898 INFO:journalctl@ceph.osd.2.smithi161.stdout:Apr 27 02:41:15 smithi161 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:16.589 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: cephadm 2024-04-27T02:41:14.831220+0000 mgr.a (mgr.14152) 278 : cephadm 1 Deploying daemon node-exporter.smithi161 on smithi161 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:15.720676+0000 mon.a (mon.0) 694 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:15.729244+0000 mon.a (mon.0) 695 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:15.739842+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:15.952824+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:15.961294+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:16.007541+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:16.015795+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:16.118221+0000 mon.a (mon.0) 701 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:16.122227+0000 mon.a (mon.0) 702 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:16.123490+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:16.133155+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:16.217961+0000 mon.a (mon.0) 705 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:16.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:16.222051+0000 mon.a (mon.0) 706 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:16.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:16.223352+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:16.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:16 smithi076 bash[21577]: audit 2024-04-27T02:41:16.232581+0000 mon.a (mon.0) 708 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: cephadm 2024-04-27T02:41:14.831220+0000 mgr.a (mgr.14152) 278 : cephadm 1 Deploying daemon node-exporter.smithi161 on smithi161 2024-04-27T02:41:16.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:15.720676+0000 mon.a (mon.0) 694 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:15.729244+0000 mon.a (mon.0) 695 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:15.739842+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:15.952824+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:15.961294+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:16.007541+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:16.015795+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:16.118221+0000 mon.a (mon.0) 701 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:16.122227+0000 mon.a (mon.0) 702 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:16.123490+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:16.133155+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:16.217961+0000 mon.a (mon.0) 705 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:16.222051+0000 mon.a (mon.0) 706 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:16.223352+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:16.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:16 smithi161 bash[22361]: audit 2024-04-27T02:41:16.232581+0000 mon.a (mon.0) 708 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: cephadm 2024-04-27T02:41:14.831220+0000 mgr.a (mgr.14152) 278 : cephadm 1 Deploying daemon node-exporter.smithi161 on smithi161 2024-04-27T02:41:16.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:15.720676+0000 mon.a (mon.0) 694 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:15.729244+0000 mon.a (mon.0) 695 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:15.739842+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:15.952824+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:15.961294+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:16.007541+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:16.015795+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:16.118221+0000 mon.a (mon.0) 701 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:16.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:16.122227+0000 mon.a (mon.0) 702 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:16.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:16.123490+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:16.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:16.133155+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:16.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:16.217961+0000 mon.a (mon.0) 705 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:16.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:16.222051+0000 mon.a (mon.0) 706 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:16.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:16.223352+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:16.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:16 smithi115 bash[22241]: audit 2024-04-27T02:41:16.232581+0000 mon.a (mon.0) 708 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:17.574 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:17 smithi161 bash[22361]: cluster 2024-04-27T02:41:15.447085+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:17.574 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:17 smithi161 bash[22361]: cephadm 2024-04-27T02:41:16.133733+0000 mgr.a (mgr.14152) 280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:41:17.575 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:17 smithi161 bash[22361]: cephadm 2024-04-27T02:41:16.233175+0000 mgr.a (mgr.14152) 281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:41:17.670 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:17 smithi076 bash[21577]: cluster 2024-04-27T02:41:15.447085+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:17.670 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:17 smithi076 bash[21577]: cephadm 2024-04-27T02:41:16.133733+0000 mgr.a (mgr.14152) 280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:41:17.670 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:17 smithi076 bash[21577]: cephadm 2024-04-27T02:41:16.233175+0000 mgr.a (mgr.14152) 281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:41:17.717 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:17 smithi115 bash[22241]: cluster 2024-04-27T02:41:15.447085+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:17.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:17 smithi115 bash[22241]: cephadm 2024-04-27T02:41:16.133733+0000 mgr.a (mgr.14152) 280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:41:17.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:17 smithi115 bash[22241]: cephadm 2024-04-27T02:41:16.233175+0000 mgr.a (mgr.14152) 281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:41:19.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:19 smithi161 bash[22361]: cluster 2024-04-27T02:41:17.447517+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:19.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:19 smithi161 bash[22361]: audit 2024-04-27T02:41:18.726673+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:19.685 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:19 smithi115 bash[22241]: cluster 2024-04-27T02:41:17.447517+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:19.685 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:19 smithi115 bash[22241]: audit 2024-04-27T02:41:18.726673+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:19.738 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:19 smithi076 bash[21577]: cluster 2024-04-27T02:41:17.447517+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:19.738 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:19 smithi076 bash[21577]: audit 2024-04-27T02:41:18.726673+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:21.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:21 smithi161 bash[22361]: cluster 2024-04-27T02:41:19.447984+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:21.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:21 smithi115 bash[22241]: cluster 2024-04-27T02:41:19.447984+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:21.778 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:21 smithi076 bash[21577]: cluster 2024-04-27T02:41:19.447984+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:23.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:22 smithi076 bash[21577]: cluster 2024-04-27T02:41:21.448587+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:23.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:22 smithi076 bash[21577]: audit 2024-04-27T02:41:21.754347+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:23.090 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:22 smithi076 bash[21577]: audit 2024-04-27T02:41:22.108640+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:23.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:22 smithi161 bash[22361]: cluster 2024-04-27T02:41:21.448587+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:23.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:22 smithi161 bash[22361]: audit 2024-04-27T02:41:21.754347+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:23.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:22 smithi161 bash[22361]: audit 2024-04-27T02:41:22.108640+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:23.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:22 smithi115 bash[22241]: cluster 2024-04-27T02:41:21.448587+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:23.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:22 smithi115 bash[22241]: audit 2024-04-27T02:41:21.754347+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:23.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:22 smithi115 bash[22241]: audit 2024-04-27T02:41:22.108640+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:24.089 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:23 smithi076 bash[21577]: audit 2024-04-27T02:41:22.789242+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:24.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:23 smithi161 bash[22361]: audit 2024-04-27T02:41:22.789242+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:24.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:23 smithi115 bash[22241]: audit 2024-04-27T02:41:22.789242+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:25 smithi115 bash[22241]: cluster 2024-04-27T02:41:23.449070+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:25.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:25 smithi115 bash[22241]: audit 2024-04-27T02:41:24.031998+0000 mon.a (mon.0) 713 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:25 smithi115 bash[22241]: audit 2024-04-27T02:41:24.955003+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:25 smithi115 bash[22241]: audit 2024-04-27T02:41:24.964031+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.218 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:25 smithi115 bash[22241]: audit 2024-04-27T02:41:24.974467+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:25 smithi076 bash[21577]: cluster 2024-04-27T02:41:23.449070+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:25.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:25 smithi076 bash[21577]: audit 2024-04-27T02:41:24.031998+0000 mon.a (mon.0) 713 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:25 smithi076 bash[21577]: audit 2024-04-27T02:41:24.955003+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:25 smithi076 bash[21577]: audit 2024-04-27T02:41:24.964031+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:25 smithi076 bash[21577]: audit 2024-04-27T02:41:24.974467+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:25 smithi161 bash[22361]: cluster 2024-04-27T02:41:23.449070+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:25.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:25 smithi161 bash[22361]: audit 2024-04-27T02:41:24.031998+0000 mon.a (mon.0) 713 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:25 smithi161 bash[22361]: audit 2024-04-27T02:41:24.955003+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:25 smithi161 bash[22361]: audit 2024-04-27T02:41:24.964031+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:25.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:25 smithi161 bash[22361]: audit 2024-04-27T02:41:24.974467+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:27.328 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:27 smithi076 bash[21577]: cluster 2024-04-27T02:41:25.449632+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:27.328 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:27 smithi076 bash[21577]: audit 2024-04-27T02:41:26.626760+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:27.328 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:27 smithi076 bash[21577]: audit 2024-04-27T02:41:26.636642+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:27.328 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:27 smithi076 bash[21577]: audit 2024-04-27T02:41:26.648215+0000 mon.a (mon.0) 719 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:27.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:27 smithi161 bash[22361]: cluster 2024-04-27T02:41:25.449632+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:27.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:27 smithi161 bash[22361]: audit 2024-04-27T02:41:26.626760+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:27.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:27 smithi161 bash[22361]: audit 2024-04-27T02:41:26.636642+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:27.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:27 smithi161 bash[22361]: audit 2024-04-27T02:41:26.648215+0000 mon.a (mon.0) 719 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:27.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:27 smithi115 bash[22241]: cluster 2024-04-27T02:41:25.449632+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:27.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:27 smithi115 bash[22241]: audit 2024-04-27T02:41:26.626760+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:27.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:27 smithi115 bash[22241]: audit 2024-04-27T02:41:26.636642+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:27.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:27 smithi115 bash[22241]: audit 2024-04-27T02:41:26.648215+0000 mon.a (mon.0) 719 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.344093+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.350155+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.356834+0000 mon.a (mon.0) 722 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.358541+0000 mon.a (mon.0) 723 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:28.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.361469+0000 mon.a (mon.0) 724 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:28.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.362258+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:28.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.368869+0000 mon.a (mon.0) 726 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: cephadm 2024-04-27T02:41:27.387479+0000 mgr.a (mgr.14152) 287 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2024-04-27T02:41:28.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.428128+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.433889+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.437721+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T02:41:28.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.438649+0000 mgr.a (mgr.14152) 288 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T02:41:28.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:28 smithi076 bash[21577]: audit 2024-04-27T02:41:27.444433+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.344093+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.350155+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.356834+0000 mon.a (mon.0) 722 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.358541+0000 mon.a (mon.0) 723 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:28.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.361469+0000 mon.a (mon.0) 724 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:28.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.362258+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:28.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.368869+0000 mon.a (mon.0) 726 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: cephadm 2024-04-27T02:41:27.387479+0000 mgr.a (mgr.14152) 287 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2024-04-27T02:41:28.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.428128+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.433889+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.437721+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T02:41:28.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.438649+0000 mgr.a (mgr.14152) 288 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T02:41:28.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:28 smithi161 bash[22361]: audit 2024-04-27T02:41:27.444433+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.344093+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.350155+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.356834+0000 mon.a (mon.0) 722 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.358541+0000 mon.a (mon.0) 723 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.361469+0000 mon.a (mon.0) 724 : audit 0 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.362258+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.368869+0000 mon.a (mon.0) 726 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: cephadm 2024-04-27T02:41:27.387479+0000 mgr.a (mgr.14152) 287 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.428128+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.433889+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.437721+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.438649+0000 mgr.a (mgr.14152) 288 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T02:41:28.719 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:28 smithi115 bash[22241]: audit 2024-04-27T02:41:27.444433+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:29.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:29 smithi115 bash[22241]: cluster 2024-04-27T02:41:27.451017+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:29.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:29 smithi115 bash[22241]: cephadm 2024-04-27T02:41:27.466701+0000 mgr.a (mgr.14152) 290 : cephadm 1 Deploying daemon grafana.smithi076 on smithi076 2024-04-27T02:41:29.839 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:29 smithi076 bash[21577]: cluster 2024-04-27T02:41:27.451017+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:29.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:29 smithi076 bash[21577]: cephadm 2024-04-27T02:41:27.466701+0000 mgr.a (mgr.14152) 290 : cephadm 1 Deploying daemon grafana.smithi076 on smithi076 2024-04-27T02:41:29.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:29 smithi161 bash[22361]: cluster 2024-04-27T02:41:27.451017+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:29.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:29 smithi161 bash[22361]: cephadm 2024-04-27T02:41:27.466701+0000 mgr.a (mgr.14152) 290 : cephadm 1 Deploying daemon grafana.smithi076 on smithi076 2024-04-27T02:41:31.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:31 smithi115 bash[22241]: cluster 2024-04-27T02:41:29.451449+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:31.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:31 smithi076 bash[21577]: cluster 2024-04-27T02:41:29.451449+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:31.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:31 smithi161 bash[22361]: cluster 2024-04-27T02:41:29.451449+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:32.718 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:32 smithi115 bash[22241]: cluster 2024-04-27T02:41:31.451919+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:32.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:32 smithi076 bash[21577]: cluster 2024-04-27T02:41:31.451919+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:32.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:32 smithi161 bash[22361]: cluster 2024-04-27T02:41:31.451919+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:35.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:35 smithi076 bash[21577]: cluster 2024-04-27T02:41:33.452396+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:35.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:35 smithi161 bash[22361]: cluster 2024-04-27T02:41:33.452396+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:35.468 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:35 smithi115 bash[22241]: cluster 2024-04-27T02:41:33.452396+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:37.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:37 smithi076 bash[21577]: cluster 2024-04-27T02:41:35.452926+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:37.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:37 smithi161 bash[22361]: cluster 2024-04-27T02:41:35.452926+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:37.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:37 smithi115 bash[22241]: cluster 2024-04-27T02:41:35.452926+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:39.024 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:39 smithi115 bash[22241]: cluster 2024-04-27T02:41:37.453474+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:39.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:39 smithi076 bash[21577]: cluster 2024-04-27T02:41:37.453474+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:39.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:39 smithi161 bash[22361]: cluster 2024-04-27T02:41:37.453474+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:41.044 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:41 smithi076 bash[21577]: cluster 2024-04-27T02:41:39.453944+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:41.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:41 smithi115 bash[22241]: cluster 2024-04-27T02:41:39.453944+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:41.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:41 smithi161 bash[22361]: cluster 2024-04-27T02:41:39.453944+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:42.442 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:41:42 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:42.442 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:42 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:42.442 INFO:journalctl@ceph.osd.0.smithi076.stdout:Apr 27 02:41:42 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:42.704 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:42 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:42.704 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:41:42 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:42.704 INFO:journalctl@ceph.osd.0.smithi076.stdout:Apr 27 02:41:42 smithi076 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:43.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:43 smithi076 bash[21577]: cluster 2024-04-27T02:41:41.454432+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:43.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:43 smithi076 bash[21577]: audit 2024-04-27T02:41:42.745234+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:43.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:43 smithi076 bash[21577]: audit 2024-04-27T02:41:42.750551+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:43.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:43 smithi076 bash[21577]: audit 2024-04-27T02:41:42.785893+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:43.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:43 smithi076 bash[21577]: audit 2024-04-27T02:41:42.792291+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:43.367 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:43 smithi115 bash[22241]: cluster 2024-04-27T02:41:41.454432+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:43.368 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:43 smithi115 bash[22241]: audit 2024-04-27T02:41:42.745234+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:43.368 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:43 smithi115 bash[22241]: audit 2024-04-27T02:41:42.750551+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:43.368 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:43 smithi115 bash[22241]: audit 2024-04-27T02:41:42.785893+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:43.368 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:43 smithi115 bash[22241]: audit 2024-04-27T02:41:42.792291+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:43.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:43 smithi161 bash[22361]: cluster 2024-04-27T02:41:41.454432+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:43.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:43 smithi161 bash[22361]: audit 2024-04-27T02:41:42.745234+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:43.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:43 smithi161 bash[22361]: audit 2024-04-27T02:41:42.750551+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:43.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:43 smithi161 bash[22361]: audit 2024-04-27T02:41:42.785893+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:43.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:43 smithi161 bash[22361]: audit 2024-04-27T02:41:42.792291+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.340 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:44 smithi076 bash[21577]: cephadm 2024-04-27T02:41:42.802071+0000 mgr.a (mgr.14152) 298 : cephadm 1 Deploying daemon alertmanager.smithi161 on smithi161 2024-04-27T02:41:44.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:44 smithi076 bash[21577]: audit 2024-04-27T02:41:43.572833+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:44 smithi076 bash[21577]: audit 2024-04-27T02:41:43.578870+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:44 smithi076 bash[21577]: audit 2024-04-27T02:41:43.585580+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.341 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:44 smithi076 bash[21577]: audit 2024-04-27T02:41:43.736218+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:44 smithi161 bash[22361]: cephadm 2024-04-27T02:41:42.802071+0000 mgr.a (mgr.14152) 298 : cephadm 1 Deploying daemon alertmanager.smithi161 on smithi161 2024-04-27T02:41:44.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:44 smithi161 bash[22361]: audit 2024-04-27T02:41:43.572833+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:44 smithi161 bash[22361]: audit 2024-04-27T02:41:43.578870+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:44 smithi161 bash[22361]: audit 2024-04-27T02:41:43.585580+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:44 smithi161 bash[22361]: audit 2024-04-27T02:41:43.736218+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:44 smithi115 bash[22241]: cephadm 2024-04-27T02:41:42.802071+0000 mgr.a (mgr.14152) 298 : cephadm 1 Deploying daemon alertmanager.smithi161 on smithi161 2024-04-27T02:41:44.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:44 smithi115 bash[22241]: audit 2024-04-27T02:41:43.572833+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:44 smithi115 bash[22241]: audit 2024-04-27T02:41:43.578870+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:44 smithi115 bash[22241]: audit 2024-04-27T02:41:43.585580+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:44.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:44 smithi115 bash[22241]: audit 2024-04-27T02:41:43.736218+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:45.306 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:45 smithi076 bash[21577]: cluster 2024-04-27T02:41:43.455051+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:45.306 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:45 smithi076 bash[21577]: audit 2024-04-27T02:41:44.231629+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:45.306 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:45 smithi076 bash[21577]: audit 2024-04-27T02:41:44.240528+0000 mon.a (mon.0) 740 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:45.306 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:45 smithi076 bash[21577]: audit 2024-04-27T02:41:44.250636+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:45.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:45 smithi115 bash[22241]: cluster 2024-04-27T02:41:43.455051+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:45.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:45 smithi115 bash[22241]: audit 2024-04-27T02:41:44.231629+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:45.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:45 smithi115 bash[22241]: audit 2024-04-27T02:41:44.240528+0000 mon.a (mon.0) 740 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:45.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:45 smithi115 bash[22241]: audit 2024-04-27T02:41:44.250636+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:45.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:45 smithi161 bash[22361]: cluster 2024-04-27T02:41:43.455051+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:45.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:45 smithi161 bash[22361]: audit 2024-04-27T02:41:44.231629+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:45.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:45 smithi161 bash[22361]: audit 2024-04-27T02:41:44.240528+0000 mon.a (mon.0) 740 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:45.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:45 smithi161 bash[22361]: audit 2024-04-27T02:41:44.250636+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:47.331 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:47 smithi076 bash[21577]: cluster 2024-04-27T02:41:45.455592+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:47.468 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:47 smithi161 bash[22361]: cluster 2024-04-27T02:41:45.455592+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:47.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:47 smithi115 bash[22241]: cluster 2024-04-27T02:41:45.455592+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:48.771 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:48 smithi076 bash[21577]: cluster 2024-04-27T02:41:47.456014+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:48.771 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:48 smithi076 bash[21577]: audit 2024-04-27T02:41:47.519508+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:48.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:48 smithi161 bash[22361]: cluster 2024-04-27T02:41:47.456014+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:48.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:48 smithi161 bash[22361]: audit 2024-04-27T02:41:47.519508+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:48.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:48 smithi115 bash[22241]: cluster 2024-04-27T02:41:47.456014+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:48.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:48 smithi115 bash[22241]: audit 2024-04-27T02:41:47.519508+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:50.710 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:50 smithi076 bash[21577]: cluster 2024-04-27T02:41:49.456564+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:50.814 INFO:journalctl@ceph.osd.2.smithi161.stdout:Apr 27 02:41:50 smithi161 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:50.814 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:50 smithi161 bash[22361]: cluster 2024-04-27T02:41:49.456564+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:50.814 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:50 smithi161 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:50.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:50 smithi115 bash[22241]: cluster 2024-04-27T02:41:49.456564+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:51.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:50 smithi161 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:51.150 INFO:journalctl@ceph.osd.2.smithi161.stdout:Apr 27 02:41:50 smithi161 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:41:51.840 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:51 smithi076 bash[21577]: audit 2024-04-27T02:41:50.783857+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:51.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:51 smithi076 bash[21577]: audit 2024-04-27T02:41:50.992442+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:51.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:51 smithi076 bash[21577]: audit 2024-04-27T02:41:50.997464+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:51.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:51 smithi076 bash[21577]: audit 2024-04-27T02:41:51.044206+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:51.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:51 smithi076 bash[21577]: audit 2024-04-27T02:41:51.048453+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:51.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:51 smithi076 bash[21577]: cephadm 2024-04-27T02:41:51.281645+0000 mgr.a (mgr.14152) 303 : cephadm 1 Deploying daemon prometheus.smithi115 on smithi115 2024-04-27T02:41:51.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:51 smithi115 bash[22241]: audit 2024-04-27T02:41:50.783857+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:51.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:51 smithi115 bash[22241]: audit 2024-04-27T02:41:50.992442+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:51.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:51 smithi115 bash[22241]: audit 2024-04-27T02:41:50.997464+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:51.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:51 smithi115 bash[22241]: audit 2024-04-27T02:41:51.044206+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:51.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:51 smithi115 bash[22241]: audit 2024-04-27T02:41:51.048453+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:51.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:51 smithi115 bash[22241]: cephadm 2024-04-27T02:41:51.281645+0000 mgr.a (mgr.14152) 303 : cephadm 1 Deploying daemon prometheus.smithi115 on smithi115 2024-04-27T02:41:52.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:51 smithi161 bash[22361]: audit 2024-04-27T02:41:50.783857+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:51 smithi161 bash[22361]: audit 2024-04-27T02:41:50.992442+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:51 smithi161 bash[22361]: audit 2024-04-27T02:41:50.997464+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:51 smithi161 bash[22361]: audit 2024-04-27T02:41:51.044206+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:51 smithi161 bash[22361]: audit 2024-04-27T02:41:51.048453+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:52.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:51 smithi161 bash[22361]: cephadm 2024-04-27T02:41:51.281645+0000 mgr.a (mgr.14152) 303 : cephadm 1 Deploying daemon prometheus.smithi115 on smithi115 2024-04-27T02:41:53.284 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:53 smithi076 bash[21577]: cluster 2024-04-27T02:41:51.456969+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:53.285 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:53 smithi076 bash[21577]: audit 2024-04-27T02:41:52.798840+0000 mon.a (mon.0) 748 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:53.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:53 smithi161 bash[22361]: cluster 2024-04-27T02:41:51.456969+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:53.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:53 smithi161 bash[22361]: audit 2024-04-27T02:41:52.798840+0000 mon.a (mon.0) 748 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:53.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:53 smithi115 bash[22241]: cluster 2024-04-27T02:41:51.456969+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:53.469 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:53 smithi115 bash[22241]: audit 2024-04-27T02:41:52.798840+0000 mon.a (mon.0) 748 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:54.854 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:54 smithi076 bash[21577]: cluster 2024-04-27T02:41:53.457582+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:54.854 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:54 smithi076 bash[21577]: audit 2024-04-27T02:41:53.745395+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:54.854 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:54 smithi076 bash[21577]: audit 2024-04-27T02:41:54.333402+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:54.854 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:54 smithi076 bash[21577]: audit 2024-04-27T02:41:54.342410+0000 mon.a (mon.0) 751 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:54.854 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:54 smithi076 bash[21577]: audit 2024-04-27T02:41:54.351255+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:54.969 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:54 smithi115 bash[22241]: cluster 2024-04-27T02:41:53.457582+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:54.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:54 smithi115 bash[22241]: audit 2024-04-27T02:41:53.745395+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:54.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:54 smithi115 bash[22241]: audit 2024-04-27T02:41:54.333402+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:54.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:54 smithi115 bash[22241]: audit 2024-04-27T02:41:54.342410+0000 mon.a (mon.0) 751 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:54.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:54 smithi115 bash[22241]: audit 2024-04-27T02:41:54.351255+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:55.005 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:54 smithi161 bash[22361]: cluster 2024-04-27T02:41:53.457582+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:55.005 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:54 smithi161 bash[22361]: audit 2024-04-27T02:41:53.745395+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:55.006 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:54 smithi161 bash[22361]: audit 2024-04-27T02:41:54.333402+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:55.006 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:54 smithi161 bash[22361]: audit 2024-04-27T02:41:54.342410+0000 mon.a (mon.0) 751 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:55.006 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:54 smithi161 bash[22361]: audit 2024-04-27T02:41:54.351255+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:57.008 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:56 smithi076 bash[21577]: cluster 2024-04-27T02:41:55.458156+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:57.008 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:56 smithi076 bash[21577]: audit 2024-04-27T02:41:55.876431+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:57.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:56 smithi161 bash[22361]: cluster 2024-04-27T02:41:55.458156+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:57.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:56 smithi161 bash[22361]: audit 2024-04-27T02:41:55.876431+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:57.219 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:56 smithi115 bash[22241]: cluster 2024-04-27T02:41:55.458156+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:57.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:56 smithi115 bash[22241]: audit 2024-04-27T02:41:55.876431+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:58.876 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:58 smithi076 bash[21577]: cluster 2024-04-27T02:41:57.458630+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:59.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:58 smithi161 bash[22361]: cluster 2024-04-27T02:41:57.458630+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:59.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:58 smithi115 bash[22241]: cluster 2024-04-27T02:41:57.458630+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:41:59.953 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:59 smithi076 bash[21577]: audit 2024-04-27T02:41:58.882753+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:59.953 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:59 smithi076 bash[21577]: audit 2024-04-27T02:41:58.898438+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:41:59.953 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:41:59 smithi076 bash[21577]: audit 2024-04-27T02:41:58.911857+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:00.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:59 smithi161 bash[22361]: audit 2024-04-27T02:41:58.882753+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:00.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:59 smithi161 bash[22361]: audit 2024-04-27T02:41:58.898438+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:00.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:41:59 smithi161 bash[22361]: audit 2024-04-27T02:41:58.911857+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:00.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:59 smithi115 bash[22241]: audit 2024-04-27T02:41:58.882753+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:00.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:59 smithi115 bash[22241]: audit 2024-04-27T02:41:58.898438+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:00.220 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:41:59 smithi115 bash[22241]: audit 2024-04-27T02:41:58.911857+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:01.013 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:00 smithi076 bash[21577]: cluster 2024-04-27T02:41:59.459186+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:01.137 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:00 smithi115 bash[22241]: cluster 2024-04-27T02:41:59.459186+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:01.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:00 smithi161 bash[22361]: cluster 2024-04-27T02:41:59.459186+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:03.067 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:02 smithi076 bash[21577]: cluster 2024-04-27T02:42:01.459729+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:03.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:02 smithi161 bash[22361]: cluster 2024-04-27T02:42:01.459729+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:03.205 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:02 smithi115 bash[22241]: cluster 2024-04-27T02:42:01.459729+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:04.470 INFO:journalctl@ceph.osd.1.smithi115.stdout:Apr 27 02:42:04 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:42:04.470 INFO:journalctl@ceph.osd.1.smithi115.stdout:Apr 27 02:42:04 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:42:04.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:04 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:42:04.470 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:04 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:42:04.471 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:04 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:42:04.471 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:04 smithi115 systemd[1]: /etc/systemd/system/ceph-55e8a228-043e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-27T02:42:04.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:04 smithi115 bash[22241]: cluster 2024-04-27T02:42:03.460293+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:04.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:04 smithi115 bash[22241]: audit 2024-04-27T02:42:03.759838+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:04.970 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:04 smithi115 bash[22241]: audit 2024-04-27T02:42:03.768923+0000 mon.a (mon.0) 758 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:04.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:04 smithi115 bash[22241]: audit 2024-04-27T02:42:03.780723+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:04.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:04 smithi115 bash[22241]: audit 2024-04-27T02:42:04.561368+0000 mon.a (mon.0) 760 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:04.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:04 smithi115 bash[22241]: audit 2024-04-27T02:42:04.570742+0000 mon.a (mon.0) 761 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:04.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:04 smithi115 bash[22241]: audit 2024-04-27T02:42:04.594924+0000 mon.a (mon.0) 762 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:04.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:04 smithi115 bash[22241]: audit 2024-04-27T02:42:04.607602+0000 mon.a (mon.0) 763 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-27T02:42:05.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:04 smithi076 bash[21577]: cluster 2024-04-27T02:42:03.460293+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:05.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:04 smithi076 bash[21577]: audit 2024-04-27T02:42:03.759838+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:04 smithi076 bash[21577]: audit 2024-04-27T02:42:03.768923+0000 mon.a (mon.0) 758 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:04 smithi076 bash[21577]: audit 2024-04-27T02:42:03.780723+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.091 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:04 smithi076 bash[21577]: audit 2024-04-27T02:42:04.561368+0000 mon.a (mon.0) 760 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:04 smithi076 bash[21577]: audit 2024-04-27T02:42:04.570742+0000 mon.a (mon.0) 761 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:04 smithi076 bash[21577]: audit 2024-04-27T02:42:04.594924+0000 mon.a (mon.0) 762 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:04 smithi076 bash[21577]: audit 2024-04-27T02:42:04.607602+0000 mon.a (mon.0) 763 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-27T02:42:05.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:04 smithi161 bash[22361]: cluster 2024-04-27T02:42:03.460293+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:05.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:04 smithi161 bash[22361]: audit 2024-04-27T02:42:03.759838+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:04 smithi161 bash[22361]: audit 2024-04-27T02:42:03.768923+0000 mon.a (mon.0) 758 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:04 smithi161 bash[22361]: audit 2024-04-27T02:42:03.780723+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:04 smithi161 bash[22361]: audit 2024-04-27T02:42:04.561368+0000 mon.a (mon.0) 760 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:04 smithi161 bash[22361]: audit 2024-04-27T02:42:04.570742+0000 mon.a (mon.0) 761 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:04 smithi161 bash[22361]: audit 2024-04-27T02:42:04.594924+0000 mon.a (mon.0) 762 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' 2024-04-27T02:42:05.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:04 smithi161 bash[22361]: audit 2024-04-27T02:42:04.607602+0000 mon.a (mon.0) 763 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-27T02:42:05.782 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:05 smithi076 bash[21834]: ignoring --setuser ceph since I am not root 2024-04-27T02:42:05.783 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:05 smithi076 bash[21834]: ignoring --setgroup ceph since I am not root 2024-04-27T02:42:05.970 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:05 smithi115 bash[23438]: ignoring --setuser ceph since I am not root 2024-04-27T02:42:05.970 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:05 smithi115 bash[23438]: ignoring --setgroup ceph since I am not root 2024-04-27T02:42:05.970 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:05 smithi115 bash[23438]: debug 2024-04-27T02:42:05.681+0000 7fc51a7b9700 1 -- 172.21.15.115:0/3227852707 <== mon.2 v2:172.21.15.115:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55b5a31545a0 con 0x55b5a3ed2c00 2024-04-27T02:42:05.970 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:05 smithi115 bash[23438]: debug 2024-04-27T02:42:05.837+0000 7fc5245a2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T02:42:06.841 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:05 smithi076 bash[21834]: debug 2024-04-27T02:42:05.806+0000 7fa671d2e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-27T02:42:06.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:06 smithi076 bash[21577]: audit 2024-04-27T02:42:05.596643+0000 mon.a (mon.0) 764 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-27T02:42:06.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:06 smithi076 bash[21577]: cluster 2024-04-27T02:42:05.606561+0000 mon.a (mon.0) 765 : cluster 0 mgrmap e16: a(active, since 7m), standbys: b 2024-04-27T02:42:06.852 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:06 smithi115 bash[22241]: audit 2024-04-27T02:42:05.596643+0000 mon.a (mon.0) 764 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-27T02:42:06.852 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:06 smithi115 bash[22241]: cluster 2024-04-27T02:42:05.606561+0000 mon.a (mon.0) 765 : cluster 0 mgrmap e16: a(active, since 7m), standbys: b 2024-04-27T02:42:06.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:06 smithi161 bash[22361]: audit 2024-04-27T02:42:05.596643+0000 mon.a (mon.0) 764 : audit 1 from='mgr.14152 172.21.15.76:0/3645881621' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-27T02:42:06.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:06 smithi161 bash[22361]: cluster 2024-04-27T02:42:05.606561+0000 mon.a (mon.0) 765 : cluster 0 mgrmap e16: a(active, since 7m), standbys: b 2024-04-27T02:42:07.720 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:07 smithi115 bash[23438]: debug 2024-04-27T02:42:07.421+0000 7fc5245a2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T02:42:07.720 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:07 smithi115 bash[23438]: debug 2024-04-27T02:42:07.517+0000 7fc5245a2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T02:42:07.758 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:07 smithi076 bash[21834]: debug 2024-04-27T02:42:07.422+0000 7fa671d2e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-27T02:42:07.758 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:07 smithi076 bash[21834]: debug 2024-04-27T02:42:07.518+0000 7fa671d2e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-27T02:42:08.220 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:07 smithi115 bash[23438]: debug 2024-04-27T02:42:07.765+0000 7fc5245a2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T02:42:08.838 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:07 smithi076 bash[21834]: debug 2024-04-27T02:42:07.778+0000 7fa671d2e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-27T02:42:08.838 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:08 smithi076 bash[21834]: debug 2024-04-27T02:42:08.578+0000 7fa671d2e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T02:42:08.838 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:08 smithi076 bash[21834]: debug 2024-04-27T02:42:08.706+0000 7fa671d2e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T02:42:08.838 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:08 smithi076 bash[21834]: debug 2024-04-27T02:42:08.810+0000 7fa671d2e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T02:42:08.970 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:08 smithi115 bash[23438]: debug 2024-04-27T02:42:08.553+0000 7fc5245a2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-27T02:42:08.970 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:08 smithi115 bash[23438]: debug 2024-04-27T02:42:08.661+0000 7fc5245a2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-27T02:42:08.970 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:08 smithi115 bash[23438]: debug 2024-04-27T02:42:08.765+0000 7fc5245a2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-27T02:42:09.470 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:09 smithi115 bash[23438]: debug 2024-04-27T02:42:09.117+0000 7fc5245a2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T02:42:09.470 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:09 smithi115 bash[23438]: debug 2024-04-27T02:42:09.229+0000 7fc5245a2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T02:42:09.470 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:09 smithi115 bash[23438]: debug 2024-04-27T02:42:09.333+0000 7fc5245a2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T02:42:09.591 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:09 smithi076 bash[21834]: debug 2024-04-27T02:42:09.166+0000 7fa671d2e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-27T02:42:09.591 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:09 smithi076 bash[21834]: debug 2024-04-27T02:42:09.282+0000 7fa671d2e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-27T02:42:09.591 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:09 smithi076 bash[21834]: debug 2024-04-27T02:42:09.390+0000 7fa671d2e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-27T02:42:09.970 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:09 smithi115 bash[23438]: debug 2024-04-27T02:42:09.685+0000 7fc5245a2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T02:42:09.970 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:09 smithi115 bash[23438]: debug 2024-04-27T02:42:09.921+0000 7fc5245a2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T02:42:09.978 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:09 smithi076 bash[21834]: debug 2024-04-27T02:42:09.750+0000 7fa671d2e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-27T02:42:09.978 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:10 smithi076 bash[21834]: debug 2024-04-27T02:42:10.002+0000 7fa671d2e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-27T02:42:10.470 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:10 smithi115 bash[23438]: debug 2024-04-27T02:42:10.181+0000 7fc5245a2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T02:42:10.470 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:10 smithi115 bash[23438]: debug 2024-04-27T02:42:10.293+0000 7fc5245a2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T02:42:10.591 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:10 smithi076 bash[21834]: debug 2024-04-27T02:42:10.270+0000 7fa671d2e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-27T02:42:10.591 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:10 smithi076 bash[21834]: debug 2024-04-27T02:42:10.386+0000 7fa671d2e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-27T02:42:10.948 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:10 smithi115 bash[23438]: debug 2024-04-27T02:42:10.561+0000 7fc5245a2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T02:42:10.977 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:10 smithi076 bash[21834]: debug 2024-04-27T02:42:10.662+0000 7fa671d2e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-27T02:42:11.220 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:10 smithi115 bash[23438]: debug 2024-04-27T02:42:10.969+0000 7fc5245a2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:42:11.220 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:11 smithi115 bash[23438]: debug 2024-04-27T02:42:11.205+0000 7fc5245a2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T02:42:11.304 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:11 smithi076 bash[21834]: debug 2024-04-27T02:42:11.086+0000 7fa671d2e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:42:11.591 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:11 smithi076 bash[21834]: debug 2024-04-27T02:42:11.330+0000 7fa671d2e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-27T02:42:11.591 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:11 smithi076 bash[21834]: debug 2024-04-27T02:42:11.450+0000 7fa671d2e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T02:42:11.720 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:11 smithi115 bash[23438]: debug 2024-04-27T02:42:11.325+0000 7fc5245a2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-27T02:42:11.720 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:11 smithi115 bash[23438]: debug 2024-04-27T02:42:11.569+0000 7fc5245a2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:42:12.091 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:11 smithi076 bash[21834]: debug 2024-04-27T02:42:11.698+0000 7fa671d2e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-27T02:42:12.948 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:12 smithi115 bash[23438]: debug 2024-04-27T02:42:12.565+0000 7fc5245a2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T02:42:12.948 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:12 smithi115 bash[23438]: debug 2024-04-27T02:42:12.677+0000 7fc5245a2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T02:42:13.085 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:12 smithi076 bash[21834]: debug 2024-04-27T02:42:12.698+0000 7fa671d2e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-27T02:42:13.085 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:12 smithi076 bash[21834]: debug 2024-04-27T02:42:12.814+0000 7fa671d2e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-27T02:42:13.220 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:12 smithi115 bash[23438]: debug 2024-04-27T02:42:12.969+0000 7fc5245a2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T02:42:13.221 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[23438]: debug 2024-04-27T02:42:13.081+0000 7fc5245a2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T02:42:13.341 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:13 smithi076 bash[21834]: debug 2024-04-27T02:42:13.110+0000 7fa671d2e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-27T02:42:13.341 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:13 smithi076 bash[21834]: debug 2024-04-27T02:42:13.226+0000 7fa671d2e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-27T02:42:13.758 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[23438]: debug 2024-04-27T02:42:13.529+0000 7fc5245a2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T02:42:13.758 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[23438]: debug 2024-04-27T02:42:13.649+0000 7fc5245a2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T02:42:13.758 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[23438]: [27/Apr/2024:02:42:13] ENGINE Bus STARTING 2024-04-27T02:42:13.759 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[22241]: cluster 2024-04-27T02:42:13.676063+0000 mon.a (mon.0) 766 : cluster 0 Standby manager daemon b restarted 2024-04-27T02:42:13.759 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[22241]: cluster 2024-04-27T02:42:13.676227+0000 mon.a (mon.0) 767 : cluster 0 Standby manager daemon b started 2024-04-27T02:42:13.759 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[22241]: audit 2024-04-27T02:42:13.681878+0000 mon.a (mon.0) 768 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-27T02:42:13.759 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[22241]: audit 2024-04-27T02:42:13.682796+0000 mon.a (mon.0) 769 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T02:42:13.759 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[22241]: audit 2024-04-27T02:42:13.686082+0000 mon.a (mon.0) 770 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-27T02:42:13.759 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[22241]: audit 2024-04-27T02:42:13.686831+0000 mon.a (mon.0) 771 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T02:42:13.909 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:13 smithi076 bash[21834]: debug 2024-04-27T02:42:13.678+0000 7fa671d2e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-27T02:42:13.909 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:13 smithi076 bash[21834]: debug 2024-04-27T02:42:13.802+0000 7fa671d2e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-27T02:42:13.909 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:13 smithi076 bash[21577]: cluster 2024-04-27T02:42:13.676063+0000 mon.a (mon.0) 766 : cluster 0 Standby manager daemon b restarted 2024-04-27T02:42:13.909 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:13 smithi076 bash[21577]: cluster 2024-04-27T02:42:13.676227+0000 mon.a (mon.0) 767 : cluster 0 Standby manager daemon b started 2024-04-27T02:42:13.909 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:13 smithi076 bash[21577]: audit 2024-04-27T02:42:13.681878+0000 mon.a (mon.0) 768 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-27T02:42:13.909 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:13 smithi076 bash[21577]: audit 2024-04-27T02:42:13.682796+0000 mon.a (mon.0) 769 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T02:42:13.909 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:13 smithi076 bash[21577]: audit 2024-04-27T02:42:13.686082+0000 mon.a (mon.0) 770 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-27T02:42:13.910 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:13 smithi076 bash[21577]: audit 2024-04-27T02:42:13.686831+0000 mon.a (mon.0) 771 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T02:42:13.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:13 smithi161 bash[22361]: cluster 2024-04-27T02:42:13.676063+0000 mon.a (mon.0) 766 : cluster 0 Standby manager daemon b restarted 2024-04-27T02:42:13.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:13 smithi161 bash[22361]: cluster 2024-04-27T02:42:13.676227+0000 mon.a (mon.0) 767 : cluster 0 Standby manager daemon b started 2024-04-27T02:42:13.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:13 smithi161 bash[22361]: audit 2024-04-27T02:42:13.681878+0000 mon.a (mon.0) 768 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-27T02:42:13.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:13 smithi161 bash[22361]: audit 2024-04-27T02:42:13.682796+0000 mon.a (mon.0) 769 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T02:42:13.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:13 smithi161 bash[22361]: audit 2024-04-27T02:42:13.686082+0000 mon.a (mon.0) 770 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-27T02:42:13.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:13 smithi161 bash[22361]: audit 2024-04-27T02:42:13.686831+0000 mon.a (mon.0) 771 : audit 0 from='mgr.? 172.21.15.115:0/198364516' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T02:42:14.039 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[23438]: CherryPy Checker: 2024-04-27T02:42:14.039 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[23438]: The Application mounted at '' has an empty config. 2024-04-27T02:42:14.040 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[23438]: [27/Apr/2024:02:42:13] ENGINE Serving on http://:::9283 2024-04-27T02:42:14.040 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:42:13 smithi115 bash[23438]: [27/Apr/2024:02:42:13] ENGINE Bus STARTED 2024-04-27T02:42:14.341 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:13 smithi076 bash[21834]: [27/Apr/2024:02:42:13] ENGINE Bus STARTING 2024-04-27T02:42:14.341 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21834]: CherryPy Checker: 2024-04-27T02:42:14.341 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21834]: The Application mounted at '' has an empty config. 2024-04-27T02:42:14.341 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21834]: [27/Apr/2024:02:42:14] ENGINE Serving on http://:::9283 2024-04-27T02:42:14.341 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21834]: [27/Apr/2024:02:42:14] ENGINE Bus STARTED 2024-04-27T02:42:14.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cluster 2024-04-27T02:42:13.738091+0000 mon.a (mon.0) 772 : cluster 0 mgrmap e17: a(active, since 7m), standbys: b 2024-04-27T02:42:14.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cluster 2024-04-27T02:42:13.825974+0000 mon.a (mon.0) 773 : cluster 1 Active manager daemon a restarted 2024-04-27T02:42:14.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cluster 2024-04-27T02:42:13.826869+0000 mon.a (mon.0) 774 : cluster 1 Activating manager daemon a 2024-04-27T02:42:14.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cluster 2024-04-27T02:42:13.840675+0000 mon.a (mon.0) 775 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-04-27T02:42:14.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cluster 2024-04-27T02:42:13.841308+0000 mon.a (mon.0) 776 : cluster 0 mgrmap e18: a(active, starting, since 0.0147688s), standbys: b 2024-04-27T02:42:14.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.844150+0000 mon.a (mon.0) 777 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:42:14.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.844498+0000 mon.a (mon.0) 778 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:42:14.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.844790+0000 mon.a (mon.0) 779 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:42:14.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.846482+0000 mon.a (mon.0) 780 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-27T02:42:14.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.847230+0000 mon.a (mon.0) 781 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-27T02:42:14.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.847742+0000 mon.a (mon.0) 782 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:42:14.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.848322+0000 mon.a (mon.0) 783 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:42:14.973 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.849011+0000 mon.a (mon.0) 784 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:42:14.973 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.849587+0000 mon.a (mon.0) 785 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T02:42:14.973 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.849968+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T02:42:14.973 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.850715+0000 mon.a (mon.0) 787 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T02:42:14.973 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cluster 2024-04-27T02:42:13.874598+0000 mon.a (mon.0) 788 : cluster 1 Manager daemon a is now available 2024-04-27T02:42:14.973 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.904794+0000 mon.a (mon.0) 789 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.908458+0000 mon.a (mon.0) 790 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.914773+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.915375+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.918971+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.920991+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.923939+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]': finished 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.930225+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.932527+0000 mon.a (mon.0) 797 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.933605+0000 mon.a (mon.0) 798 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.934905+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cephadm 2024-04-27T02:42:13.937759+0000 mgr.a (mgr.14409) 1 : cephadm 1 Updating smithi076:/etc/ceph/ceph.conf 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cephadm 2024-04-27T02:42:13.945231+0000 mgr.a (mgr.14409) 2 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-27T02:42:14.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cephadm 2024-04-27T02:42:13.945908+0000 mgr.a (mgr.14409) 3 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-27T02:42:14.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.946095+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-27T02:42:14.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: audit 2024-04-27T02:42:13.962936+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-27T02:42:14.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cephadm 2024-04-27T02:42:14.538843+0000 mgr.a (mgr.14409) 4 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:42:14.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cephadm 2024-04-27T02:42:14.539152+0000 mgr.a (mgr.14409) 5 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:42:14.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:14 smithi115 bash[22241]: cephadm 2024-04-27T02:42:14.549995+0000 mgr.a (mgr.14409) 6 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:42:15.058 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cluster 2024-04-27T02:42:13.738091+0000 mon.a (mon.0) 772 : cluster 0 mgrmap e17: a(active, since 7m), standbys: b 2024-04-27T02:42:15.058 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cluster 2024-04-27T02:42:13.825974+0000 mon.a (mon.0) 773 : cluster 1 Active manager daemon a restarted 2024-04-27T02:42:15.058 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cluster 2024-04-27T02:42:13.826869+0000 mon.a (mon.0) 774 : cluster 1 Activating manager daemon a 2024-04-27T02:42:15.058 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cluster 2024-04-27T02:42:13.840675+0000 mon.a (mon.0) 775 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-04-27T02:42:15.058 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cluster 2024-04-27T02:42:13.841308+0000 mon.a (mon.0) 776 : cluster 0 mgrmap e18: a(active, starting, since 0.0147688s), standbys: b 2024-04-27T02:42:15.058 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.844150+0000 mon.a (mon.0) 777 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:42:15.058 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.844498+0000 mon.a (mon.0) 778 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:42:15.058 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.844790+0000 mon.a (mon.0) 779 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.846482+0000 mon.a (mon.0) 780 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.847230+0000 mon.a (mon.0) 781 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.847742+0000 mon.a (mon.0) 782 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.848322+0000 mon.a (mon.0) 783 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.849011+0000 mon.a (mon.0) 784 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.849587+0000 mon.a (mon.0) 785 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.849968+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.850715+0000 mon.a (mon.0) 787 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cluster 2024-04-27T02:42:13.874598+0000 mon.a (mon.0) 788 : cluster 1 Manager daemon a is now available 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.904794+0000 mon.a (mon.0) 789 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.908458+0000 mon.a (mon.0) 790 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.914773+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.915375+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:42:15.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.918971+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.920991+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.923939+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]': finished 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.930225+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.932527+0000 mon.a (mon.0) 797 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.933605+0000 mon.a (mon.0) 798 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.934905+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cephadm 2024-04-27T02:42:13.937759+0000 mgr.a (mgr.14409) 1 : cephadm 1 Updating smithi076:/etc/ceph/ceph.conf 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cephadm 2024-04-27T02:42:13.945231+0000 mgr.a (mgr.14409) 2 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cephadm 2024-04-27T02:42:13.945908+0000 mgr.a (mgr.14409) 3 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.946095+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: audit 2024-04-27T02:42:13.962936+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cephadm 2024-04-27T02:42:14.538843+0000 mgr.a (mgr.14409) 4 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cephadm 2024-04-27T02:42:14.539152+0000 mgr.a (mgr.14409) 5 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:42:15.060 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:14 smithi161 bash[22361]: cephadm 2024-04-27T02:42:14.549995+0000 mgr.a (mgr.14409) 6 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:42:15.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cluster 2024-04-27T02:42:13.738091+0000 mon.a (mon.0) 772 : cluster 0 mgrmap e17: a(active, since 7m), standbys: b 2024-04-27T02:42:15.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cluster 2024-04-27T02:42:13.825974+0000 mon.a (mon.0) 773 : cluster 1 Active manager daemon a restarted 2024-04-27T02:42:15.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cluster 2024-04-27T02:42:13.826869+0000 mon.a (mon.0) 774 : cluster 1 Activating manager daemon a 2024-04-27T02:42:15.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cluster 2024-04-27T02:42:13.840675+0000 mon.a (mon.0) 775 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-04-27T02:42:15.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cluster 2024-04-27T02:42:13.841308+0000 mon.a (mon.0) 776 : cluster 0 mgrmap e18: a(active, starting, since 0.0147688s), standbys: b 2024-04-27T02:42:15.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.844150+0000 mon.a (mon.0) 777 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-27T02:42:15.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.844498+0000 mon.a (mon.0) 778 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-27T02:42:15.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.844790+0000 mon.a (mon.0) 779 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-27T02:42:15.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.846482+0000 mon.a (mon.0) 780 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-27T02:42:15.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.847230+0000 mon.a (mon.0) 781 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-27T02:42:15.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.847742+0000 mon.a (mon.0) 782 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:42:15.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.848322+0000 mon.a (mon.0) 783 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:42:15.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.849011+0000 mon.a (mon.0) 784 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:42:15.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.849587+0000 mon.a (mon.0) 785 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T02:42:15.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.849968+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T02:42:15.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.850715+0000 mon.a (mon.0) 787 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T02:42:15.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cluster 2024-04-27T02:42:13.874598+0000 mon.a (mon.0) 788 : cluster 1 Manager daemon a is now available 2024-04-27T02:42:15.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.904794+0000 mon.a (mon.0) 789 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:15.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.908458+0000 mon.a (mon.0) 790 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:15.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.914773+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.915375+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.918971+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.920991+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.923939+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]': finished 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.930225+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.932527+0000 mon.a (mon.0) 797 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.933605+0000 mon.a (mon.0) 798 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.934905+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cephadm 2024-04-27T02:42:13.937759+0000 mgr.a (mgr.14409) 1 : cephadm 1 Updating smithi076:/etc/ceph/ceph.conf 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cephadm 2024-04-27T02:42:13.945231+0000 mgr.a (mgr.14409) 2 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cephadm 2024-04-27T02:42:13.945908+0000 mgr.a (mgr.14409) 3 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.946095+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-27T02:42:15.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: audit 2024-04-27T02:42:13.962936+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-27T02:42:15.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cephadm 2024-04-27T02:42:14.538843+0000 mgr.a (mgr.14409) 4 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:42:15.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cephadm 2024-04-27T02:42:14.539152+0000 mgr.a (mgr.14409) 5 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:42:15.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:14 smithi076 bash[21577]: cephadm 2024-04-27T02:42:14.549995+0000 mgr.a (mgr.14409) 6 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:42:16.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:14.753115+0000 mgr.a (mgr.14409) 7 : cephadm 1 Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:42:16.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:14.754812+0000 mgr.a (mgr.14409) 8 : cephadm 1 Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:42:16.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:14.764735+0000 mgr.a (mgr.14409) 9 : cephadm 1 Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:42:16.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:14.804238+0000 mgr.a (mgr.14409) 10 : cephadm 1 [27/Apr/2024:02:42:14] ENGINE Bus STARTING 2024-04-27T02:42:16.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cluster 2024-04-27T02:42:14.842283+0000 mon.a (mon.0) 802 : cluster 0 mgrmap e19: a(active, since 1.01575s), standbys: b 2024-04-27T02:42:16.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cluster 2024-04-27T02:42:14.847391+0000 mgr.a (mgr.14409) 11 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:16.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:14.927027+0000 mgr.a (mgr.14409) 12 : cephadm 1 [27/Apr/2024:02:42:14] ENGINE Serving on https://172.21.15.76:7151 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:14.967591+0000 mgr.a (mgr.14409) 13 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:14.969249+0000 mgr.a (mgr.14409) 14 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:14.979166+0000 mgr.a (mgr.14409) 15 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:15.028867+0000 mgr.a (mgr.14409) 16 : cephadm 1 [27/Apr/2024:02:42:15] ENGINE Serving on http://172.21.15.76:8765 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:15.029288+0000 mgr.a (mgr.14409) 17 : cephadm 1 [27/Apr/2024:02:42:15] ENGINE Bus STARTED 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: audit 2024-04-27T02:42:15.138045+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: audit 2024-04-27T02:42:15.142451+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: audit 2024-04-27T02:42:15.146749+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: audit 2024-04-27T02:42:15.150210+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: audit 2024-04-27T02:42:15.198371+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: audit 2024-04-27T02:42:15.203848+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: audit 2024-04-27T02:42:15.209477+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:15.210255+0000 mgr.a (mgr.14409) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:42:16.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: audit 2024-04-27T02:42:15.216767+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: audit 2024-04-27T02:42:15.266607+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-27T02:42:16.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:15.542417+0000 mgr.a (mgr.14409) 19 : cephadm 1 Reconfiguring grafana.smithi076 (dependencies changed)... 2024-04-27T02:42:16.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:15 smithi076 bash[21577]: cephadm 2024-04-27T02:42:15.564141+0000 mgr.a (mgr.14409) 20 : cephadm 1 Reconfiguring daemon grafana.smithi076 on smithi076 2024-04-27T02:42:16.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:14.753115+0000 mgr.a (mgr.14409) 7 : cephadm 1 Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:14.754812+0000 mgr.a (mgr.14409) 8 : cephadm 1 Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:14.764735+0000 mgr.a (mgr.14409) 9 : cephadm 1 Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:14.804238+0000 mgr.a (mgr.14409) 10 : cephadm 1 [27/Apr/2024:02:42:14] ENGINE Bus STARTING 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cluster 2024-04-27T02:42:14.842283+0000 mon.a (mon.0) 802 : cluster 0 mgrmap e19: a(active, since 1.01575s), standbys: b 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cluster 2024-04-27T02:42:14.847391+0000 mgr.a (mgr.14409) 11 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:14.927027+0000 mgr.a (mgr.14409) 12 : cephadm 1 [27/Apr/2024:02:42:14] ENGINE Serving on https://172.21.15.76:7151 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:14.967591+0000 mgr.a (mgr.14409) 13 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:14.969249+0000 mgr.a (mgr.14409) 14 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:14.979166+0000 mgr.a (mgr.14409) 15 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:15.028867+0000 mgr.a (mgr.14409) 16 : cephadm 1 [27/Apr/2024:02:42:15] ENGINE Serving on http://172.21.15.76:8765 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:15.029288+0000 mgr.a (mgr.14409) 17 : cephadm 1 [27/Apr/2024:02:42:15] ENGINE Bus STARTED 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: audit 2024-04-27T02:42:15.138045+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: audit 2024-04-27T02:42:15.142451+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: audit 2024-04-27T02:42:15.146749+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: audit 2024-04-27T02:42:15.150210+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: audit 2024-04-27T02:42:15.198371+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: audit 2024-04-27T02:42:15.203848+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: audit 2024-04-27T02:42:15.209477+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:15.210255+0000 mgr.a (mgr.14409) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:42:16.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: audit 2024-04-27T02:42:15.216767+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: audit 2024-04-27T02:42:15.266607+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-27T02:42:16.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:15.542417+0000 mgr.a (mgr.14409) 19 : cephadm 1 Reconfiguring grafana.smithi076 (dependencies changed)... 2024-04-27T02:42:16.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:15 smithi161 bash[22361]: cephadm 2024-04-27T02:42:15.564141+0000 mgr.a (mgr.14409) 20 : cephadm 1 Reconfiguring daemon grafana.smithi076 on smithi076 2024-04-27T02:42:16.221 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:14.753115+0000 mgr.a (mgr.14409) 7 : cephadm 1 Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:42:16.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:14.754812+0000 mgr.a (mgr.14409) 8 : cephadm 1 Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:42:16.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:14.764735+0000 mgr.a (mgr.14409) 9 : cephadm 1 Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:42:16.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:14.804238+0000 mgr.a (mgr.14409) 10 : cephadm 1 [27/Apr/2024:02:42:14] ENGINE Bus STARTING 2024-04-27T02:42:16.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cluster 2024-04-27T02:42:14.842283+0000 mon.a (mon.0) 802 : cluster 0 mgrmap e19: a(active, since 1.01575s), standbys: b 2024-04-27T02:42:16.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cluster 2024-04-27T02:42:14.847391+0000 mgr.a (mgr.14409) 11 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:16.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:14.927027+0000 mgr.a (mgr.14409) 12 : cephadm 1 [27/Apr/2024:02:42:14] ENGINE Serving on https://172.21.15.76:7151 2024-04-27T02:42:16.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:14.967591+0000 mgr.a (mgr.14409) 13 : cephadm 1 Updating smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:42:16.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:14.969249+0000 mgr.a (mgr.14409) 14 : cephadm 1 Updating smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:42:16.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:14.979166+0000 mgr.a (mgr.14409) 15 : cephadm 1 Updating smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:42:16.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:15.028867+0000 mgr.a (mgr.14409) 16 : cephadm 1 [27/Apr/2024:02:42:15] ENGINE Serving on http://172.21.15.76:8765 2024-04-27T02:42:16.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:15.029288+0000 mgr.a (mgr.14409) 17 : cephadm 1 [27/Apr/2024:02:42:15] ENGINE Bus STARTED 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: audit 2024-04-27T02:42:15.138045+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: audit 2024-04-27T02:42:15.142451+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: audit 2024-04-27T02:42:15.146749+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: audit 2024-04-27T02:42:15.150210+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: audit 2024-04-27T02:42:15.198371+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: audit 2024-04-27T02:42:15.203848+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: audit 2024-04-27T02:42:15.209477+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:15.210255+0000 mgr.a (mgr.14409) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: audit 2024-04-27T02:42:15.216767+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: audit 2024-04-27T02:42:15.266607+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:15.542417+0000 mgr.a (mgr.14409) 19 : cephadm 1 Reconfiguring grafana.smithi076 (dependencies changed)... 2024-04-27T02:42:16.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:15 smithi115 bash[22241]: cephadm 2024-04-27T02:42:15.564141+0000 mgr.a (mgr.14409) 20 : cephadm 1 Reconfiguring daemon grafana.smithi076 on smithi076 2024-04-27T02:42:17.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:17 smithi076 bash[21577]: cluster 2024-04-27T02:42:15.848340+0000 mgr.a (mgr.14409) 21 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:17.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:17 smithi076 bash[21577]: audit 2024-04-27T02:42:16.568471+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:17.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:17 smithi076 bash[21577]: audit 2024-04-27T02:42:16.641912+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:17.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:17 smithi076 bash[21577]: cluster 2024-04-27T02:42:16.862034+0000 mon.a (mon.0) 814 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2024-04-27T02:42:17.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:17 smithi161 bash[22361]: cluster 2024-04-27T02:42:15.848340+0000 mgr.a (mgr.14409) 21 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:17.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:17 smithi161 bash[22361]: audit 2024-04-27T02:42:16.568471+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:17.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:17 smithi161 bash[22361]: audit 2024-04-27T02:42:16.641912+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:17.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:17 smithi161 bash[22361]: cluster 2024-04-27T02:42:16.862034+0000 mon.a (mon.0) 814 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2024-04-27T02:42:17.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:17 smithi115 bash[22241]: cluster 2024-04-27T02:42:15.848340+0000 mgr.a (mgr.14409) 21 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:17.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:17 smithi115 bash[22241]: audit 2024-04-27T02:42:16.568471+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:17.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:17 smithi115 bash[22241]: audit 2024-04-27T02:42:16.641912+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:17.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:17 smithi115 bash[22241]: cluster 2024-04-27T02:42:16.862034+0000 mon.a (mon.0) 814 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2024-04-27T02:42:19.807 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:19 smithi076 bash[21577]: cluster 2024-04-27T02:42:17.848752+0000 mgr.a (mgr.14409) 22 : cluster 0 pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:19.807 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:19 smithi076 bash[21577]: cluster 2024-04-27T02:42:18.591042+0000 mon.a (mon.0) 815 : cluster 0 mgrmap e21: a(active, since 4s), standbys: b 2024-04-27T02:42:19.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:19 smithi161 bash[22361]: cluster 2024-04-27T02:42:17.848752+0000 mgr.a (mgr.14409) 22 : cluster 0 pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:19.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:19 smithi161 bash[22361]: cluster 2024-04-27T02:42:18.591042+0000 mon.a (mon.0) 815 : cluster 0 mgrmap e21: a(active, since 4s), standbys: b 2024-04-27T02:42:19.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:19 smithi115 bash[22241]: cluster 2024-04-27T02:42:17.848752+0000 mgr.a (mgr.14409) 22 : cluster 0 pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:19.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:19 smithi115 bash[22241]: cluster 2024-04-27T02:42:18.591042+0000 mon.a (mon.0) 815 : cluster 0 mgrmap e21: a(active, since 4s), standbys: b 2024-04-27T02:42:20.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:20 smithi076 bash[21577]: audit 2024-04-27T02:42:19.785878+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:20.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:20 smithi076 bash[21577]: cluster 2024-04-27T02:42:19.849088+0000 mgr.a (mgr.14409) 23 : cluster 0 pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-04-27T02:42:21.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:20 smithi161 bash[22361]: audit 2024-04-27T02:42:19.785878+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:21.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:20 smithi161 bash[22361]: cluster 2024-04-27T02:42:19.849088+0000 mgr.a (mgr.14409) 23 : cluster 0 pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-04-27T02:42:21.221 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:20 smithi115 bash[22241]: audit 2024-04-27T02:42:19.785878+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:21.221 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:20 smithi115 bash[22241]: cluster 2024-04-27T02:42:19.849088+0000 mgr.a (mgr.14409) 23 : cluster 0 pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-04-27T02:42:22.465 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:22 smithi076 bash[21577]: audit 2024-04-27T02:42:21.469012+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:22.465 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:22 smithi076 bash[21577]: audit 2024-04-27T02:42:21.474421+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:22.465 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:22 smithi076 bash[21577]: audit 2024-04-27T02:42:21.507968+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-27T02:42:22.466 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:22 smithi076 bash[21577]: audit 2024-04-27T02:42:21.789549+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-27T02:42:22.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:22 smithi115 bash[22241]: audit 2024-04-27T02:42:21.469012+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:22.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:22 smithi115 bash[22241]: audit 2024-04-27T02:42:21.474421+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:22.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:22 smithi115 bash[22241]: audit 2024-04-27T02:42:21.507968+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-27T02:42:22.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:22 smithi115 bash[22241]: audit 2024-04-27T02:42:21.789549+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-27T02:42:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:22 smithi161 bash[22361]: audit 2024-04-27T02:42:21.469012+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:22 smithi161 bash[22361]: audit 2024-04-27T02:42:21.474421+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:22 smithi161 bash[22361]: audit 2024-04-27T02:42:21.507968+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-27T02:42:22.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:22 smithi161 bash[22361]: audit 2024-04-27T02:42:21.789549+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-27T02:42:23.590 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:23 smithi076 bash[21577]: cluster 2024-04-27T02:42:21.849395+0000 mgr.a (mgr.14409) 24 : cluster 0 pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-27T02:42:23.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:23 smithi076 bash[21577]: audit 2024-04-27T02:42:22.481007+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:23.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:23 smithi076 bash[21577]: audit 2024-04-27T02:42:22.576450+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:23.591 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:23 smithi076 bash[21577]: audit 2024-04-27T02:42:22.675825+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:23.721 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:23 smithi115 bash[22241]: cluster 2024-04-27T02:42:21.849395+0000 mgr.a (mgr.14409) 24 : cluster 0 pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-27T02:42:23.721 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:23 smithi115 bash[22241]: audit 2024-04-27T02:42:22.481007+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:23.721 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:23 smithi115 bash[22241]: audit 2024-04-27T02:42:22.576450+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:23.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:23 smithi115 bash[22241]: audit 2024-04-27T02:42:22.675825+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:23.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:23 smithi161 bash[22361]: cluster 2024-04-27T02:42:21.849395+0000 mgr.a (mgr.14409) 24 : cluster 0 pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-27T02:42:23.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:23 smithi161 bash[22361]: audit 2024-04-27T02:42:22.481007+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:23.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:23 smithi161 bash[22361]: audit 2024-04-27T02:42:22.576450+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:23.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:23 smithi161 bash[22361]: audit 2024-04-27T02:42:22.675825+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.721 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:24 smithi115 bash[22241]: cephadm 2024-04-27T02:42:22.974319+0000 mgr.a (mgr.14409) 25 : cephadm 1 Reconfiguring alertmanager.smithi161 (dependencies changed)... 2024-04-27T02:42:24.721 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:24 smithi115 bash[22241]: cephadm 2024-04-27T02:42:23.250721+0000 mgr.a (mgr.14409) 26 : cephadm 1 Reconfiguring daemon alertmanager.smithi161 on smithi161 2024-04-27T02:42:24.721 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:24 smithi115 bash[22241]: audit 2024-04-27T02:42:23.972784+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.721 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:24 smithi115 bash[22241]: audit 2024-04-27T02:42:24.095917+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:24 smithi115 bash[22241]: audit 2024-04-27T02:42:24.148503+0000 mon.a (mon.0) 826 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:24 smithi115 bash[22241]: audit 2024-04-27T02:42:24.211792+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:24 smithi076 bash[21577]: cephadm 2024-04-27T02:42:22.974319+0000 mgr.a (mgr.14409) 25 : cephadm 1 Reconfiguring alertmanager.smithi161 (dependencies changed)... 2024-04-27T02:42:24.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:24 smithi076 bash[21577]: cephadm 2024-04-27T02:42:23.250721+0000 mgr.a (mgr.14409) 26 : cephadm 1 Reconfiguring daemon alertmanager.smithi161 on smithi161 2024-04-27T02:42:24.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:24 smithi076 bash[21577]: audit 2024-04-27T02:42:23.972784+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:24 smithi076 bash[21577]: audit 2024-04-27T02:42:24.095917+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:24 smithi076 bash[21577]: audit 2024-04-27T02:42:24.148503+0000 mon.a (mon.0) 826 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:24 smithi076 bash[21577]: audit 2024-04-27T02:42:24.211792+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:24 smithi161 bash[22361]: cephadm 2024-04-27T02:42:22.974319+0000 mgr.a (mgr.14409) 25 : cephadm 1 Reconfiguring alertmanager.smithi161 (dependencies changed)... 2024-04-27T02:42:24.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:24 smithi161 bash[22361]: cephadm 2024-04-27T02:42:23.250721+0000 mgr.a (mgr.14409) 26 : cephadm 1 Reconfiguring daemon alertmanager.smithi161 on smithi161 2024-04-27T02:42:24.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:24 smithi161 bash[22361]: audit 2024-04-27T02:42:23.972784+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:24 smithi161 bash[22361]: audit 2024-04-27T02:42:24.095917+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:24 smithi161 bash[22361]: audit 2024-04-27T02:42:24.148503+0000 mon.a (mon.0) 826 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:24.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:24 smithi161 bash[22361]: audit 2024-04-27T02:42:24.211792+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:25.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:25 smithi161 bash[22361]: cluster 2024-04-27T02:42:23.849667+0000 mgr.a (mgr.14409) 27 : cluster 0 pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-27T02:42:25.721 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:25 smithi115 bash[22241]: cluster 2024-04-27T02:42:23.849667+0000 mgr.a (mgr.14409) 27 : cluster 0 pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-27T02:42:25.841 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:25 smithi076 bash[21577]: cluster 2024-04-27T02:42:23.849667+0000 mgr.a (mgr.14409) 27 : cluster 0 pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-27T02:42:27.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:27 smithi161 bash[22361]: cluster 2024-04-27T02:42:25.850143+0000 mgr.a (mgr.14409) 28 : cluster 0 pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T02:42:27.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:27 smithi161 bash[22361]: audit 2024-04-27T02:42:26.526399+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:27 smithi161 bash[22361]: audit 2024-04-27T02:42:27.071685+0000 mon.a (mon.0) 829 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:27 smithi161 bash[22361]: audit 2024-04-27T02:42:27.196181+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:27 smithi161 bash[22361]: audit 2024-04-27T02:42:27.203795+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:27 smithi161 bash[22361]: audit 2024-04-27T02:42:27.209745+0000 mon.a (mon.0) 832 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:27 smithi076 bash[21577]: cluster 2024-04-27T02:42:25.850143+0000 mgr.a (mgr.14409) 28 : cluster 0 pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T02:42:27.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:27 smithi076 bash[21577]: audit 2024-04-27T02:42:26.526399+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:27 smithi076 bash[21577]: audit 2024-04-27T02:42:27.071685+0000 mon.a (mon.0) 829 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:27 smithi076 bash[21577]: audit 2024-04-27T02:42:27.196181+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:27 smithi076 bash[21577]: audit 2024-04-27T02:42:27.203795+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.842 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:27 smithi076 bash[21577]: audit 2024-04-27T02:42:27.209745+0000 mon.a (mon.0) 832 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:27 smithi115 bash[22241]: cluster 2024-04-27T02:42:25.850143+0000 mgr.a (mgr.14409) 28 : cluster 0 pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T02:42:27.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:27 smithi115 bash[22241]: audit 2024-04-27T02:42:26.526399+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:27 smithi115 bash[22241]: audit 2024-04-27T02:42:27.071685+0000 mon.a (mon.0) 829 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.971 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:27 smithi115 bash[22241]: audit 2024-04-27T02:42:27.196181+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:27 smithi115 bash[22241]: audit 2024-04-27T02:42:27.203795+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:27.972 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:27 smithi115 bash[22241]: audit 2024-04-27T02:42:27.209745+0000 mon.a (mon.0) 832 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.255 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE Bus STOPPING 2024-04-27T02:42:29.255 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-27T02:42:29.255 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE Bus STOPPED 2024-04-27T02:42:29.255 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE Bus STARTING 2024-04-27T02:42:29.255 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE Serving on http://:::9283 2024-04-27T02:42:29.255 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE Bus STARTED 2024-04-27T02:42:29.255 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE Bus STOPPING 2024-04-27T02:42:29.255 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-27T02:42:29.255 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE Bus STOPPED 2024-04-27T02:42:29.255 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE Bus STARTING 2024-04-27T02:42:29.255 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE Serving on http://:::9283 2024-04-27T02:42:29.256 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21834]: [27/Apr/2024:02:42:29] ENGINE Bus STARTED 2024-04-27T02:42:29.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: cluster 2024-04-27T02:42:27.850679+0000 mgr.a (mgr.14409) 29 : cluster 0 pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-27T02:42:29.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.282276+0000 mon.a (mon.0) 833 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.289532+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.297723+0000 mon.a (mon.0) 835 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.732729+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.741887+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.752427+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.934564+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:42:29.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.956744+0000 mon.a (mon.0) 840 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.968006+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.984974+0000 mon.a (mon.0) 842 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T02:42:29.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.988668+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi076.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T02:42:29.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:28.996153+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:29.023047+0000 mon.a (mon.0) 845 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T02:42:29.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:29.033959+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi161.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T02:42:29.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:29.043149+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:29.065715+0000 mon.a (mon.0) 848 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:29.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:29.069588+0000 mon.a (mon.0) 849 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:29.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:29.070628+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:29.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:29.078755+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:29 smithi115 bash[22241]: audit 2024-04-27T02:42:29.189917+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: cluster 2024-04-27T02:42:27.850679+0000 mgr.a (mgr.14409) 29 : cluster 0 pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-27T02:42:29.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.282276+0000 mon.a (mon.0) 833 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.289532+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.297723+0000 mon.a (mon.0) 835 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.732729+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.741887+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.752427+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.934564+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.956744+0000 mon.a (mon.0) 840 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.968006+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.984974+0000 mon.a (mon.0) 842 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.988668+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi076.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:28.996153+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:29.023047+0000 mon.a (mon.0) 845 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:29.033959+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi161.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:29.043149+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:29.065715+0000 mon.a (mon.0) 848 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:29.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:29.069588+0000 mon.a (mon.0) 849 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:29.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:29.070628+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:29.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:29.078755+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:29 smithi076 bash[21577]: audit 2024-04-27T02:42:29.189917+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: cluster 2024-04-27T02:42:27.850679+0000 mgr.a (mgr.14409) 29 : cluster 0 pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-27T02:42:29.652 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.282276+0000 mon.a (mon.0) 833 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.289532+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.297723+0000 mon.a (mon.0) 835 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.732729+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.741887+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.752427+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.934564+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.956744+0000 mon.a (mon.0) 840 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.968006+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.984974+0000 mon.a (mon.0) 842 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.988668+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi076.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:28.996153+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:29.023047+0000 mon.a (mon.0) 845 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:29.033959+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi161.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T02:42:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:29.043149+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.654 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:29.065715+0000 mon.a (mon.0) 848 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:29.654 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:29.069588+0000 mon.a (mon.0) 849 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:29.654 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:29.070628+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:29.654 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:29.078755+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:29.654 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:29 smithi161 bash[22361]: audit 2024-04-27T02:42:29.189917+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.518 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: cluster 2024-04-27T02:42:28.743694+0000 mgr.a (mgr.14409) 30 : cluster 0 pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:28.986420+0000 mgr.a (mgr.14409) 31 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:28.989613+0000 mgr.a (mgr.14409) 32 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi076.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:29.023970+0000 mgr.a (mgr.14409) 33 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:29.034768+0000 mgr.a (mgr.14409) 34 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi161.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: cluster 2024-04-27T02:42:29.072702+0000 mgr.a (mgr.14409) 35 : cluster 0 pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: cephadm 2024-04-27T02:42:29.079405+0000 mgr.a (mgr.14409) 36 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:29.752564+0000 mon.a (mon.0) 853 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:29.762698+0000 mon.a (mon.0) 854 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:29.773344+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:29.784297+0000 mon.a (mon.0) 856 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:29.790382+0000 mon.a (mon.0) 857 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:30.519 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:29.792032+0000 mon.a (mon.0) 858 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:30.520 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:29.802260+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.520 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:30 smithi161 bash[22361]: audit 2024-04-27T02:42:29.824668+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: cluster 2024-04-27T02:42:28.743694+0000 mgr.a (mgr.14409) 30 : cluster 0 pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T02:42:30.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:28.986420+0000 mgr.a (mgr.14409) 31 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T02:42:30.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:28.989613+0000 mgr.a (mgr.14409) 32 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi076.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T02:42:30.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:29.023970+0000 mgr.a (mgr.14409) 33 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T02:42:30.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:29.034768+0000 mgr.a (mgr.14409) 34 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi161.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T02:42:30.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: cluster 2024-04-27T02:42:29.072702+0000 mgr.a (mgr.14409) 35 : cluster 0 pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:30.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: cephadm 2024-04-27T02:42:29.079405+0000 mgr.a (mgr.14409) 36 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:42:30.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:29.752564+0000 mon.a (mon.0) 853 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:29.762698+0000 mon.a (mon.0) 854 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:29.773344+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:29.784297+0000 mon.a (mon.0) 856 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:30.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:29.790382+0000 mon.a (mon.0) 857 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:30.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:29.792032+0000 mon.a (mon.0) 858 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:30.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:29.802260+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:30 smithi076 bash[21577]: audit 2024-04-27T02:42:29.824668+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: cluster 2024-04-27T02:42:28.743694+0000 mgr.a (mgr.14409) 30 : cluster 0 pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-27T02:42:30.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:28.986420+0000 mgr.a (mgr.14409) 31 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T02:42:30.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:28.989613+0000 mgr.a (mgr.14409) 32 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi076.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T02:42:30.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:29.023970+0000 mgr.a (mgr.14409) 33 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T02:42:30.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:29.034768+0000 mgr.a (mgr.14409) 34 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi161.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T02:42:30.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: cluster 2024-04-27T02:42:29.072702+0000 mgr.a (mgr.14409) 35 : cluster 0 pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:30.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: cephadm 2024-04-27T02:42:29.079405+0000 mgr.a (mgr.14409) 36 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-27T02:42:30.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:29.752564+0000 mon.a (mon.0) 853 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:29.762698+0000 mon.a (mon.0) 854 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.723 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:29.773344+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.723 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:29.784297+0000 mon.a (mon.0) 856 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:30.723 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:29.790382+0000 mon.a (mon.0) 857 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:30.723 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:29.792032+0000 mon.a (mon.0) 858 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:30.723 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:29.802260+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:30.723 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:30 smithi115 bash[22241]: audit 2024-04-27T02:42:29.824668+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:32 smithi076 bash[21577]: cluster 2024-04-27T02:42:31.073273+0000 mgr.a (mgr.14409) 37 : cluster 0 pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:32.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:32 smithi076 bash[21577]: audit 2024-04-27T02:42:32.148354+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:32 smithi076 bash[21577]: audit 2024-04-27T02:42:32.157473+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:32 smithi076 bash[21577]: audit 2024-04-27T02:42:32.163429+0000 mon.a (mon.0) 863 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:32.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:32 smithi076 bash[21577]: audit 2024-04-27T02:42:32.168495+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:32 smithi076 bash[21577]: audit 2024-04-27T02:42:32.175343+0000 mon.a (mon.0) 865 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:32.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:32 smithi076 bash[21577]: audit 2024-04-27T02:42:32.177077+0000 mon.a (mon.0) 866 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:32.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:32 smithi076 bash[21577]: audit 2024-04-27T02:42:32.187742+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.617 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:32 smithi161 bash[22361]: cluster 2024-04-27T02:42:31.073273+0000 mgr.a (mgr.14409) 37 : cluster 0 pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:32.617 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:32 smithi161 bash[22361]: audit 2024-04-27T02:42:32.148354+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.617 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:32 smithi161 bash[22361]: audit 2024-04-27T02:42:32.157473+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.617 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:32 smithi161 bash[22361]: audit 2024-04-27T02:42:32.163429+0000 mon.a (mon.0) 863 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:32.617 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:32 smithi161 bash[22361]: audit 2024-04-27T02:42:32.168495+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.617 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:32 smithi161 bash[22361]: audit 2024-04-27T02:42:32.175343+0000 mon.a (mon.0) 865 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:32.617 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:32 smithi161 bash[22361]: audit 2024-04-27T02:42:32.177077+0000 mon.a (mon.0) 866 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:32.617 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:32 smithi161 bash[22361]: audit 2024-04-27T02:42:32.187742+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:32 smithi115 bash[22241]: cluster 2024-04-27T02:42:31.073273+0000 mgr.a (mgr.14409) 37 : cluster 0 pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:32.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:32 smithi115 bash[22241]: audit 2024-04-27T02:42:32.148354+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:32 smithi115 bash[22241]: audit 2024-04-27T02:42:32.157473+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:32 smithi115 bash[22241]: audit 2024-04-27T02:42:32.163429+0000 mon.a (mon.0) 863 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:32.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:32 smithi115 bash[22241]: audit 2024-04-27T02:42:32.168495+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:32.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:32 smithi115 bash[22241]: audit 2024-04-27T02:42:32.175343+0000 mon.a (mon.0) 865 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:32.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:32 smithi115 bash[22241]: audit 2024-04-27T02:42:32.177077+0000 mon.a (mon.0) 866 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:32.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:32 smithi115 bash[22241]: audit 2024-04-27T02:42:32.187742+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:33.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:33 smithi076 bash[21577]: cluster 2024-04-27T02:42:32.159366+0000 mgr.a (mgr.14409) 38 : cluster 0 pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:33.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:33 smithi076 bash[21577]: cluster 2024-04-27T02:42:32.180247+0000 mgr.a (mgr.14409) 39 : cluster 0 pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:33.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:33 smithi076 bash[21577]: cluster 2024-04-27T02:42:32.180620+0000 mgr.a (mgr.14409) 40 : cluster 0 pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:33.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:33 smithi076 bash[21577]: cluster 2024-04-27T02:42:33.153996+0000 mon.a (mon.0) 868 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T02:42:33.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:33 smithi161 bash[22361]: cluster 2024-04-27T02:42:32.159366+0000 mgr.a (mgr.14409) 38 : cluster 0 pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:33.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:33 smithi161 bash[22361]: cluster 2024-04-27T02:42:32.180247+0000 mgr.a (mgr.14409) 39 : cluster 0 pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:33.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:33 smithi161 bash[22361]: cluster 2024-04-27T02:42:32.180620+0000 mgr.a (mgr.14409) 40 : cluster 0 pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:33.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:33 smithi161 bash[22361]: cluster 2024-04-27T02:42:33.153996+0000 mon.a (mon.0) 868 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T02:42:33.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:33 smithi115 bash[22241]: cluster 2024-04-27T02:42:32.159366+0000 mgr.a (mgr.14409) 38 : cluster 0 pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:33.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:33 smithi115 bash[22241]: cluster 2024-04-27T02:42:32.180247+0000 mgr.a (mgr.14409) 39 : cluster 0 pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:33.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:33 smithi115 bash[22241]: cluster 2024-04-27T02:42:32.180620+0000 mgr.a (mgr.14409) 40 : cluster 0 pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:33.722 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:33 smithi115 bash[22241]: cluster 2024-04-27T02:42:33.153996+0000 mon.a (mon.0) 868 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-27T02:42:35.506 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:35 smithi161 bash[22361]: cluster 2024-04-27T02:42:34.181100+0000 mgr.a (mgr.14409) 41 : cluster 0 pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:35.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:35 smithi076 bash[21577]: cluster 2024-04-27T02:42:34.181100+0000 mgr.a (mgr.14409) 41 : cluster 0 pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:35.721 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:35 smithi115 bash[22241]: cluster 2024-04-27T02:42:34.181100+0000 mgr.a (mgr.14409) 41 : cluster 0 pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:37.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:37 smithi076 bash[21577]: audit 2024-04-27T02:42:36.113976+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:37.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:37 smithi076 bash[21577]: audit 2024-04-27T02:42:36.123511+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:37.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:37 smithi076 bash[21577]: cluster 2024-04-27T02:42:36.125109+0000 mgr.a (mgr.14409) 42 : cluster 0 pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:37.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:37 smithi076 bash[21577]: cluster 2024-04-27T02:42:36.125604+0000 mgr.a (mgr.14409) 43 : cluster 0 pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:37.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:37 smithi076 bash[21577]: audit 2024-04-27T02:42:36.134431+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:37.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:37 smithi161 bash[22361]: audit 2024-04-27T02:42:36.113976+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:37.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:37 smithi161 bash[22361]: audit 2024-04-27T02:42:36.123511+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:37.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:37 smithi161 bash[22361]: cluster 2024-04-27T02:42:36.125109+0000 mgr.a (mgr.14409) 42 : cluster 0 pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:37.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:37 smithi161 bash[22361]: cluster 2024-04-27T02:42:36.125604+0000 mgr.a (mgr.14409) 43 : cluster 0 pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:37.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:37 smithi161 bash[22361]: audit 2024-04-27T02:42:36.134431+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:37.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:37 smithi115 bash[22241]: audit 2024-04-27T02:42:36.113976+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:37.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:37 smithi115 bash[22241]: audit 2024-04-27T02:42:36.123511+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:37.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:37 smithi115 bash[22241]: cluster 2024-04-27T02:42:36.125109+0000 mgr.a (mgr.14409) 42 : cluster 0 pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:37.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:37 smithi115 bash[22241]: cluster 2024-04-27T02:42:36.125604+0000 mgr.a (mgr.14409) 43 : cluster 0 pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:37.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:37 smithi115 bash[22241]: audit 2024-04-27T02:42:36.134431+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:39.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:39 smithi115 bash[22241]: cluster 2024-04-27T02:42:38.126208+0000 mgr.a (mgr.14409) 44 : cluster 0 pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:39.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:39 smithi076 bash[21577]: cluster 2024-04-27T02:42:38.126208+0000 mgr.a (mgr.14409) 44 : cluster 0 pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:39.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:39 smithi161 bash[22361]: cluster 2024-04-27T02:42:38.126208+0000 mgr.a (mgr.14409) 44 : cluster 0 pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:41.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:41 smithi115 bash[22241]: cluster 2024-04-27T02:42:40.126781+0000 mgr.a (mgr.14409) 45 : cluster 0 pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:41.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:41 smithi076 bash[21577]: cluster 2024-04-27T02:42:40.126781+0000 mgr.a (mgr.14409) 45 : cluster 0 pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:41.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:41 smithi161 bash[22361]: cluster 2024-04-27T02:42:40.126781+0000 mgr.a (mgr.14409) 45 : cluster 0 pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:43.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:43 smithi115 bash[22241]: cluster 2024-04-27T02:42:42.127408+0000 mgr.a (mgr.14409) 46 : cluster 0 pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:43.592 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:43 smithi076 bash[21577]: cluster 2024-04-27T02:42:42.127408+0000 mgr.a (mgr.14409) 46 : cluster 0 pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:43.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:43 smithi161 bash[22361]: cluster 2024-04-27T02:42:42.127408+0000 mgr.a (mgr.14409) 46 : cluster 0 pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:45.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:44 smithi076 bash[21577]: audit 2024-04-27T02:42:43.941294+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:45.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:44 smithi076 bash[21577]: audit 2024-04-27T02:42:43.943157+0000 mon.a (mon.0) 873 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:42:45.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:44 smithi076 bash[21577]: cluster 2024-04-27T02:42:44.127816+0000 mgr.a (mgr.14409) 47 : cluster 0 pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:45.163 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:44 smithi115 bash[22241]: audit 2024-04-27T02:42:43.941294+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:45.163 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:44 smithi115 bash[22241]: audit 2024-04-27T02:42:43.943157+0000 mon.a (mon.0) 873 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:42:45.163 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:44 smithi115 bash[22241]: cluster 2024-04-27T02:42:44.127816+0000 mgr.a (mgr.14409) 47 : cluster 0 pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:45.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:44 smithi161 bash[22361]: audit 2024-04-27T02:42:43.941294+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:45.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:44 smithi161 bash[22361]: audit 2024-04-27T02:42:43.943157+0000 mon.a (mon.0) 873 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:42:45.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:44 smithi161 bash[22361]: cluster 2024-04-27T02:42:44.127816+0000 mgr.a (mgr.14409) 47 : cluster 0 pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:47.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:46 smithi076 bash[21577]: audit 2024-04-27T02:42:45.829293+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:47.092 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:46 smithi076 bash[21577]: audit 2024-04-27T02:42:45.836103+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:47.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:46 smithi076 bash[21577]: cluster 2024-04-27T02:42:45.836977+0000 mgr.a (mgr.14409) 48 : cluster 0 pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:47.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:46 smithi076 bash[21577]: cluster 2024-04-27T02:42:45.837171+0000 mgr.a (mgr.14409) 49 : cluster 0 pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:47.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:46 smithi076 bash[21577]: audit 2024-04-27T02:42:45.842432+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:47.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:46 smithi161 bash[22361]: audit 2024-04-27T02:42:45.829293+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:47.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:46 smithi161 bash[22361]: audit 2024-04-27T02:42:45.836103+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:47.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:46 smithi161 bash[22361]: cluster 2024-04-27T02:42:45.836977+0000 mgr.a (mgr.14409) 48 : cluster 0 pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:47.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:46 smithi161 bash[22361]: cluster 2024-04-27T02:42:45.837171+0000 mgr.a (mgr.14409) 49 : cluster 0 pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:47.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:46 smithi161 bash[22361]: audit 2024-04-27T02:42:45.842432+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:47.177 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:46 smithi115 bash[22241]: audit 2024-04-27T02:42:45.829293+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:47.177 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:46 smithi115 bash[22241]: audit 2024-04-27T02:42:45.836103+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:47.177 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:46 smithi115 bash[22241]: cluster 2024-04-27T02:42:45.836977+0000 mgr.a (mgr.14409) 48 : cluster 0 pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:47.177 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:46 smithi115 bash[22241]: cluster 2024-04-27T02:42:45.837171+0000 mgr.a (mgr.14409) 49 : cluster 0 pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:47.177 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:46 smithi115 bash[22241]: audit 2024-04-27T02:42:45.842432+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:49.131 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:48 smithi161 bash[22361]: cluster 2024-04-27T02:42:47.837777+0000 mgr.a (mgr.14409) 50 : cluster 0 pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:49.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:48 smithi115 bash[22241]: cluster 2024-04-27T02:42:47.837777+0000 mgr.a (mgr.14409) 50 : cluster 0 pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:49.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:48 smithi076 bash[21577]: cluster 2024-04-27T02:42:47.837777+0000 mgr.a (mgr.14409) 50 : cluster 0 pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:51.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:50 smithi115 bash[22241]: cluster 2024-04-27T02:42:49.838354+0000 mgr.a (mgr.14409) 51 : cluster 0 pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:51.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:50 smithi115 bash[22241]: audit 2024-04-27T02:42:49.973318+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:51.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:50 smithi115 bash[22241]: audit 2024-04-27T02:42:49.984085+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:51.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:50 smithi115 bash[22241]: cluster 2024-04-27T02:42:49.985867+0000 mgr.a (mgr.14409) 52 : cluster 0 pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:51.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:50 smithi115 bash[22241]: cluster 2024-04-27T02:42:49.986384+0000 mgr.a (mgr.14409) 53 : cluster 0 pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:51.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:50 smithi115 bash[22241]: audit 2024-04-27T02:42:49.996377+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:51.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:50 smithi076 bash[21577]: cluster 2024-04-27T02:42:49.838354+0000 mgr.a (mgr.14409) 51 : cluster 0 pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:51.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:50 smithi076 bash[21577]: audit 2024-04-27T02:42:49.973318+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:51.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:50 smithi076 bash[21577]: audit 2024-04-27T02:42:49.984085+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:51.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:50 smithi076 bash[21577]: cluster 2024-04-27T02:42:49.985867+0000 mgr.a (mgr.14409) 52 : cluster 0 pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:51.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:50 smithi076 bash[21577]: cluster 2024-04-27T02:42:49.986384+0000 mgr.a (mgr.14409) 53 : cluster 0 pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:51.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:50 smithi076 bash[21577]: audit 2024-04-27T02:42:49.996377+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:51.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:50 smithi161 bash[22361]: cluster 2024-04-27T02:42:49.838354+0000 mgr.a (mgr.14409) 51 : cluster 0 pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:51.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:50 smithi161 bash[22361]: audit 2024-04-27T02:42:49.973318+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:51.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:50 smithi161 bash[22361]: audit 2024-04-27T02:42:49.984085+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:51.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:50 smithi161 bash[22361]: cluster 2024-04-27T02:42:49.985867+0000 mgr.a (mgr.14409) 52 : cluster 0 pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:51.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:50 smithi161 bash[22361]: cluster 2024-04-27T02:42:49.986384+0000 mgr.a (mgr.14409) 53 : cluster 0 pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:51.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:50 smithi161 bash[22361]: audit 2024-04-27T02:42:49.996377+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:53.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:53 smithi076 bash[21577]: cluster 2024-04-27T02:42:51.986958+0000 mgr.a (mgr.14409) 54 : cluster 0 pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:53.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:53 smithi161 bash[22361]: cluster 2024-04-27T02:42:51.986958+0000 mgr.a (mgr.14409) 54 : cluster 0 pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:53.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:53 smithi115 bash[22241]: cluster 2024-04-27T02:42:51.986958+0000 mgr.a (mgr.14409) 54 : cluster 0 pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:55.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:54 smithi161 bash[22361]: audit 2024-04-27T02:42:53.918765+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:55.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:54 smithi161 bash[22361]: audit 2024-04-27T02:42:53.929559+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:55.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:54 smithi161 bash[22361]: cluster 2024-04-27T02:42:53.931229+0000 mgr.a (mgr.14409) 55 : cluster 0 pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:55.153 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:54 smithi161 bash[22361]: audit 2024-04-27T02:42:53.941579+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:55.153 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:54 smithi161 bash[22361]: audit 2024-04-27T02:42:53.942276+0000 mon.a (mon.0) 883 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:55.153 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:54 smithi161 bash[22361]: audit 2024-04-27T02:42:53.948125+0000 mon.a (mon.0) 884 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:55.153 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:54 smithi161 bash[22361]: audit 2024-04-27T02:42:53.949892+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:55.153 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:54 smithi161 bash[22361]: audit 2024-04-27T02:42:53.959532+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:55.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:54 smithi115 bash[22241]: audit 2024-04-27T02:42:53.918765+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:55.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:54 smithi115 bash[22241]: audit 2024-04-27T02:42:53.929559+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:55.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:54 smithi115 bash[22241]: cluster 2024-04-27T02:42:53.931229+0000 mgr.a (mgr.14409) 55 : cluster 0 pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:55.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:54 smithi115 bash[22241]: audit 2024-04-27T02:42:53.941579+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:55.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:54 smithi115 bash[22241]: audit 2024-04-27T02:42:53.942276+0000 mon.a (mon.0) 883 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:55.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:54 smithi115 bash[22241]: audit 2024-04-27T02:42:53.948125+0000 mon.a (mon.0) 884 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:55.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:54 smithi115 bash[22241]: audit 2024-04-27T02:42:53.949892+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:55.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:54 smithi115 bash[22241]: audit 2024-04-27T02:42:53.959532+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:55.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:54 smithi076 bash[21577]: audit 2024-04-27T02:42:53.918765+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:55.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:54 smithi076 bash[21577]: audit 2024-04-27T02:42:53.929559+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:55.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:54 smithi076 bash[21577]: cluster 2024-04-27T02:42:53.931229+0000 mgr.a (mgr.14409) 55 : cluster 0 pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:55.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:54 smithi076 bash[21577]: audit 2024-04-27T02:42:53.941579+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:55.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:54 smithi076 bash[21577]: audit 2024-04-27T02:42:53.942276+0000 mon.a (mon.0) 883 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:42:55.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:54 smithi076 bash[21577]: audit 2024-04-27T02:42:53.948125+0000 mon.a (mon.0) 884 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:42:55.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:54 smithi076 bash[21577]: audit 2024-04-27T02:42:53.949892+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:42:55.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:54 smithi076 bash[21577]: audit 2024-04-27T02:42:53.959532+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:56.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:55 smithi161 bash[22361]: cluster 2024-04-27T02:42:54.925789+0000 mon.a (mon.0) 887 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T02:42:56.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:55 smithi161 bash[22361]: cluster 2024-04-27T02:42:54.925859+0000 mon.a (mon.0) 888 : cluster 1 Cluster is now healthy 2024-04-27T02:42:56.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:55 smithi115 bash[22241]: cluster 2024-04-27T02:42:54.925789+0000 mon.a (mon.0) 887 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T02:42:56.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:55 smithi115 bash[22241]: cluster 2024-04-27T02:42:54.925859+0000 mon.a (mon.0) 888 : cluster 1 Cluster is now healthy 2024-04-27T02:42:56.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:55 smithi076 bash[21577]: cluster 2024-04-27T02:42:54.925789+0000 mon.a (mon.0) 887 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-27T02:42:56.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:55 smithi076 bash[21577]: cluster 2024-04-27T02:42:54.925859+0000 mon.a (mon.0) 888 : cluster 1 Cluster is now healthy 2024-04-27T02:42:57.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:56 smithi161 bash[22361]: cluster 2024-04-27T02:42:55.931762+0000 mgr.a (mgr.14409) 56 : cluster 0 pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:57.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:56 smithi115 bash[22241]: cluster 2024-04-27T02:42:55.931762+0000 mgr.a (mgr.14409) 56 : cluster 0 pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:57.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:56 smithi076 bash[21577]: cluster 2024-04-27T02:42:55.931762+0000 mgr.a (mgr.14409) 56 : cluster 0 pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:59.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:58 smithi115 bash[22241]: cluster 2024-04-27T02:42:57.932333+0000 mgr.a (mgr.14409) 57 : cluster 0 pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:59.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:58 smithi115 bash[22241]: audit 2024-04-27T02:42:58.941042+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:59.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:42:58 smithi115 bash[22241]: audit 2024-04-27T02:42:58.942987+0000 mon.a (mon.0) 890 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:42:59.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:58 smithi076 bash[21577]: cluster 2024-04-27T02:42:57.932333+0000 mgr.a (mgr.14409) 57 : cluster 0 pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:59.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:58 smithi076 bash[21577]: audit 2024-04-27T02:42:58.941042+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:59.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:42:58 smithi076 bash[21577]: audit 2024-04-27T02:42:58.942987+0000 mon.a (mon.0) 890 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:42:59.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:58 smithi161 bash[22361]: cluster 2024-04-27T02:42:57.932333+0000 mgr.a (mgr.14409) 57 : cluster 0 pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:42:59.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:58 smithi161 bash[22361]: audit 2024-04-27T02:42:58.941042+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:42:59.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:42:58 smithi161 bash[22361]: audit 2024-04-27T02:42:58.942987+0000 mon.a (mon.0) 890 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:43:01.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:00 smithi115 bash[22241]: cluster 2024-04-27T02:42:59.932830+0000 mgr.a (mgr.14409) 58 : cluster 0 pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:01.342 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:00 smithi076 bash[21577]: cluster 2024-04-27T02:42:59.932830+0000 mgr.a (mgr.14409) 58 : cluster 0 pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:01.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:00 smithi161 bash[22361]: cluster 2024-04-27T02:42:59.932830+0000 mgr.a (mgr.14409) 58 : cluster 0 pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:03.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:02 smithi115 bash[22241]: cluster 2024-04-27T02:43:01.933323+0000 mgr.a (mgr.14409) 59 : cluster 0 pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:03.295 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:02 smithi076 bash[21577]: cluster 2024-04-27T02:43:01.933323+0000 mgr.a (mgr.14409) 59 : cluster 0 pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:03.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:02 smithi161 bash[22361]: cluster 2024-04-27T02:43:01.933323+0000 mgr.a (mgr.14409) 59 : cluster 0 pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:05.223 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:04 smithi115 bash[22241]: cluster 2024-04-27T02:43:03.933894+0000 mgr.a (mgr.14409) 60 : cluster 0 pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:05.272 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:05 smithi076 bash[21577]: cluster 2024-04-27T02:43:03.933894+0000 mgr.a (mgr.14409) 60 : cluster 0 pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:05.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:04 smithi161 bash[22361]: cluster 2024-04-27T02:43:03.933894+0000 mgr.a (mgr.14409) 60 : cluster 0 pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:07.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:07 smithi076 bash[21577]: cluster 2024-04-27T02:43:05.934305+0000 mgr.a (mgr.14409) 61 : cluster 0 pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:07.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:07 smithi076 bash[21577]: audit 2024-04-27T02:43:06.034167+0000 mon.a (mon.0) 891 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:07.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:07 smithi076 bash[21577]: audit 2024-04-27T02:43:06.042884+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:07.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:07 smithi076 bash[21577]: audit 2024-04-27T02:43:06.055142+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:07.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:07 smithi161 bash[22361]: cluster 2024-04-27T02:43:05.934305+0000 mgr.a (mgr.14409) 61 : cluster 0 pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:07.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:07 smithi161 bash[22361]: audit 2024-04-27T02:43:06.034167+0000 mon.a (mon.0) 891 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:07.403 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:07 smithi161 bash[22361]: audit 2024-04-27T02:43:06.042884+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:07.403 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:07 smithi161 bash[22361]: audit 2024-04-27T02:43:06.055142+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:07.406 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:07 smithi115 bash[22241]: cluster 2024-04-27T02:43:05.934305+0000 mgr.a (mgr.14409) 61 : cluster 0 pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:07.406 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:07 smithi115 bash[22241]: audit 2024-04-27T02:43:06.034167+0000 mon.a (mon.0) 891 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:07.406 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:07 smithi115 bash[22241]: audit 2024-04-27T02:43:06.042884+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:07.406 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:07 smithi115 bash[22241]: audit 2024-04-27T02:43:06.055142+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:09.343 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:09 smithi076 bash[21577]: cluster 2024-04-27T02:43:07.934799+0000 mgr.a (mgr.14409) 62 : cluster 0 pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:09.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:09 smithi161 bash[22361]: cluster 2024-04-27T02:43:07.934799+0000 mgr.a (mgr.14409) 62 : cluster 0 pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:09.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:09 smithi115 bash[22241]: cluster 2024-04-27T02:43:07.934799+0000 mgr.a (mgr.14409) 62 : cluster 0 pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:11.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:11 smithi115 bash[22241]: cluster 2024-04-27T02:43:09.935446+0000 mgr.a (mgr.14409) 63 : cluster 0 pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:11.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:11 smithi115 bash[22241]: audit 2024-04-27T02:43:10.203179+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:11.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:11 smithi115 bash[22241]: audit 2024-04-27T02:43:10.212837+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:11.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:11 smithi115 bash[22241]: audit 2024-04-27T02:43:10.223326+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:11.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:11 smithi076 bash[21577]: cluster 2024-04-27T02:43:09.935446+0000 mgr.a (mgr.14409) 63 : cluster 0 pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:11.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:11 smithi076 bash[21577]: audit 2024-04-27T02:43:10.203179+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:11.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:11 smithi076 bash[21577]: audit 2024-04-27T02:43:10.212837+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:11.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:11 smithi076 bash[21577]: audit 2024-04-27T02:43:10.223326+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:11.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:11 smithi161 bash[22361]: cluster 2024-04-27T02:43:09.935446+0000 mgr.a (mgr.14409) 63 : cluster 0 pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:11.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:11 smithi161 bash[22361]: audit 2024-04-27T02:43:10.203179+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:11.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:11 smithi161 bash[22361]: audit 2024-04-27T02:43:10.212837+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:11.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:11 smithi161 bash[22361]: audit 2024-04-27T02:43:10.223326+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:13.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:13 smithi161 bash[22361]: cluster 2024-04-27T02:43:11.936011+0000 mgr.a (mgr.14409) 64 : cluster 0 pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:13.473 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:13 smithi115 bash[22241]: cluster 2024-04-27T02:43:11.936011+0000 mgr.a (mgr.14409) 64 : cluster 0 pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:13.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:13 smithi076 bash[21577]: cluster 2024-04-27T02:43:11.936011+0000 mgr.a (mgr.14409) 64 : cluster 0 pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:14.403 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:14 smithi161 bash[22361]: audit 2024-04-27T02:43:13.936137+0000 mon.a (mon.0) 897 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:43:14.403 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:14 smithi161 bash[22361]: audit 2024-04-27T02:43:14.147784+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:14.403 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:14 smithi161 bash[22361]: audit 2024-04-27T02:43:14.157144+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:14.403 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:14 smithi161 bash[22361]: audit 2024-04-27T02:43:14.167521+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:14.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:14 smithi115 bash[22241]: audit 2024-04-27T02:43:13.936137+0000 mon.a (mon.0) 897 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:43:14.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:14 smithi115 bash[22241]: audit 2024-04-27T02:43:14.147784+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:14.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:14 smithi115 bash[22241]: audit 2024-04-27T02:43:14.157144+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:14.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:14 smithi115 bash[22241]: audit 2024-04-27T02:43:14.167521+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:14.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:14 smithi076 bash[21577]: audit 2024-04-27T02:43:13.936137+0000 mon.a (mon.0) 897 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:43:14.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:14 smithi076 bash[21577]: audit 2024-04-27T02:43:14.147784+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:14.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:14 smithi076 bash[21577]: audit 2024-04-27T02:43:14.157144+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:14.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:14 smithi076 bash[21577]: audit 2024-04-27T02:43:14.167521+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:15.724 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:15 smithi115 bash[22241]: cluster 2024-04-27T02:43:13.936497+0000 mgr.a (mgr.14409) 65 : cluster 0 pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:15.724 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:15 smithi115 bash[22241]: audit 2024-04-27T02:43:14.453717+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:15.724 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:15 smithi115 bash[22241]: audit 2024-04-27T02:43:14.463065+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:15.724 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:15 smithi115 bash[22241]: audit 2024-04-27T02:43:14.473300+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:15.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:15 smithi076 bash[21577]: cluster 2024-04-27T02:43:13.936497+0000 mgr.a (mgr.14409) 65 : cluster 0 pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:15.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:15 smithi076 bash[21577]: audit 2024-04-27T02:43:14.453717+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:15.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:15 smithi076 bash[21577]: audit 2024-04-27T02:43:14.463065+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:15.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:15 smithi076 bash[21577]: audit 2024-04-27T02:43:14.473300+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:15.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:15 smithi161 bash[22361]: cluster 2024-04-27T02:43:13.936497+0000 mgr.a (mgr.14409) 65 : cluster 0 pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:15.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:15 smithi161 bash[22361]: audit 2024-04-27T02:43:14.453717+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:15.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:15 smithi161 bash[22361]: audit 2024-04-27T02:43:14.463065+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:15.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:15 smithi161 bash[22361]: audit 2024-04-27T02:43:14.473300+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:17.724 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:17 smithi115 bash[22241]: cluster 2024-04-27T02:43:15.937123+0000 mgr.a (mgr.14409) 66 : cluster 0 pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:17.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:17 smithi076 bash[21577]: cluster 2024-04-27T02:43:15.937123+0000 mgr.a (mgr.14409) 66 : cluster 0 pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:17.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:17 smithi161 bash[22361]: cluster 2024-04-27T02:43:15.937123+0000 mgr.a (mgr.14409) 66 : cluster 0 pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:18.343 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:43:17 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:43:17] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-04-27T02:43:19.724 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:19 smithi115 bash[22241]: cluster 2024-04-27T02:43:17.937649+0000 mgr.a (mgr.14409) 67 : cluster 0 pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:19.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:19 smithi076 bash[21577]: cluster 2024-04-27T02:43:17.937649+0000 mgr.a (mgr.14409) 67 : cluster 0 pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:19.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:19 smithi161 bash[22361]: cluster 2024-04-27T02:43:17.937649+0000 mgr.a (mgr.14409) 67 : cluster 0 pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:21.724 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:21 smithi115 bash[22241]: cluster 2024-04-27T02:43:19.938201+0000 mgr.a (mgr.14409) 68 : cluster 0 pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:21.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:21 smithi076 bash[21577]: cluster 2024-04-27T02:43:19.938201+0000 mgr.a (mgr.14409) 68 : cluster 0 pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:21.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:21 smithi161 bash[22361]: cluster 2024-04-27T02:43:19.938201+0000 mgr.a (mgr.14409) 68 : cluster 0 pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:23.724 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:23 smithi115 bash[22241]: cluster 2024-04-27T02:43:21.938739+0000 mgr.a (mgr.14409) 69 : cluster 0 pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:23.747 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:23 smithi076 bash[21577]: cluster 2024-04-27T02:43:21.938739+0000 mgr.a (mgr.14409) 69 : cluster 0 pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:23.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:23 smithi161 bash[22361]: cluster 2024-04-27T02:43:21.938739+0000 mgr.a (mgr.14409) 69 : cluster 0 pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:25.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:25 smithi076 bash[21577]: cluster 2024-04-27T02:43:23.939161+0000 mgr.a (mgr.14409) 70 : cluster 0 pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:25.724 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:25 smithi115 bash[22241]: cluster 2024-04-27T02:43:23.939161+0000 mgr.a (mgr.14409) 70 : cluster 0 pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:25 smithi161 bash[22361]: cluster 2024-04-27T02:43:23.939161+0000 mgr.a (mgr.14409) 70 : cluster 0 pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:27.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:27 smithi115 bash[22241]: cluster 2024-04-27T02:43:25.939699+0000 mgr.a (mgr.14409) 71 : cluster 0 pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:27.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:27 smithi115 bash[22241]: audit 2024-04-27T02:43:26.193640+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:27.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:27 smithi115 bash[22241]: audit 2024-04-27T02:43:26.198527+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:27.475 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:27 smithi115 bash[22241]: audit 2024-04-27T02:43:26.205867+0000 mon.a (mon.0) 906 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:27 smithi076 bash[21577]: cluster 2024-04-27T02:43:25.939699+0000 mgr.a (mgr.14409) 71 : cluster 0 pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:27.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:27 smithi076 bash[21577]: audit 2024-04-27T02:43:26.193640+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:27.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:27 smithi076 bash[21577]: audit 2024-04-27T02:43:26.198527+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:27.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:27 smithi076 bash[21577]: audit 2024-04-27T02:43:26.205867+0000 mon.a (mon.0) 906 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:27.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:27 smithi161 bash[22361]: cluster 2024-04-27T02:43:25.939699+0000 mgr.a (mgr.14409) 71 : cluster 0 pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:27.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:27 smithi161 bash[22361]: audit 2024-04-27T02:43:26.193640+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:27.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:27 smithi161 bash[22361]: audit 2024-04-27T02:43:26.198527+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:27.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:27 smithi161 bash[22361]: audit 2024-04-27T02:43:26.205867+0000 mon.a (mon.0) 906 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:28.343 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:43:27 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:43:27] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-04-27T02:43:29.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:29 smithi115 bash[22241]: cluster 2024-04-27T02:43:27.940237+0000 mgr.a (mgr.14409) 72 : cluster 0 pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:29.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:29 smithi115 bash[22241]: audit 2024-04-27T02:43:28.936530+0000 mon.a (mon.0) 907 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:43:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:29 smithi076 bash[21577]: cluster 2024-04-27T02:43:27.940237+0000 mgr.a (mgr.14409) 72 : cluster 0 pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:29.593 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:29 smithi076 bash[21577]: audit 2024-04-27T02:43:28.936530+0000 mon.a (mon.0) 907 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:43:29.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:29 smithi161 bash[22361]: cluster 2024-04-27T02:43:27.940237+0000 mgr.a (mgr.14409) 72 : cluster 0 pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:29.654 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:29 smithi161 bash[22361]: audit 2024-04-27T02:43:28.936530+0000 mon.a (mon.0) 907 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:43:31.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:31 smithi161 bash[22361]: cluster 2024-04-27T02:43:29.940750+0000 mgr.a (mgr.14409) 73 : cluster 0 pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:31.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:31 smithi161 bash[22361]: audit 2024-04-27T02:43:30.429480+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:31.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:31 smithi161 bash[22361]: audit 2024-04-27T02:43:30.440585+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:31.653 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:31 smithi161 bash[22361]: audit 2024-04-27T02:43:30.452438+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:31.724 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:31 smithi115 bash[22241]: cluster 2024-04-27T02:43:29.940750+0000 mgr.a (mgr.14409) 73 : cluster 0 pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:31.725 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:31 smithi115 bash[22241]: audit 2024-04-27T02:43:30.429480+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:31.725 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:31 smithi115 bash[22241]: audit 2024-04-27T02:43:30.440585+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:31.725 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:31 smithi115 bash[22241]: audit 2024-04-27T02:43:30.452438+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:31.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:31 smithi076 bash[21577]: cluster 2024-04-27T02:43:29.940750+0000 mgr.a (mgr.14409) 73 : cluster 0 pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:31.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:31 smithi076 bash[21577]: audit 2024-04-27T02:43:30.429480+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:31.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:31 smithi076 bash[21577]: audit 2024-04-27T02:43:30.440585+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:31.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:31 smithi076 bash[21577]: audit 2024-04-27T02:43:30.452438+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:33.724 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:33 smithi115 bash[22241]: cluster 2024-04-27T02:43:31.941194+0000 mgr.a (mgr.14409) 74 : cluster 0 pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:33.817 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:33 smithi161 bash[22361]: cluster 2024-04-27T02:43:31.941194+0000 mgr.a (mgr.14409) 74 : cluster 0 pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:33.843 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:33 smithi076 bash[21577]: cluster 2024-04-27T02:43:31.941194+0000 mgr.a (mgr.14409) 74 : cluster 0 pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:35.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:35 smithi161 bash[22361]: cluster 2024-04-27T02:43:33.941706+0000 mgr.a (mgr.14409) 75 : cluster 0 pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:35.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:35 smithi161 bash[22361]: audit 2024-04-27T02:43:34.669933+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:35.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:35 smithi161 bash[22361]: audit 2024-04-27T02:43:34.680469+0000 mon.a (mon.0) 912 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:35.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:35 smithi161 bash[22361]: audit 2024-04-27T02:43:34.690817+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:35.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:35 smithi115 bash[22241]: cluster 2024-04-27T02:43:33.941706+0000 mgr.a (mgr.14409) 75 : cluster 0 pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:35.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:35 smithi115 bash[22241]: audit 2024-04-27T02:43:34.669933+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:35.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:35 smithi115 bash[22241]: audit 2024-04-27T02:43:34.680469+0000 mon.a (mon.0) 912 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:35.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:35 smithi115 bash[22241]: audit 2024-04-27T02:43:34.690817+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:36.093 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:35 smithi076 bash[21577]: cluster 2024-04-27T02:43:33.941706+0000 mgr.a (mgr.14409) 75 : cluster 0 pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:36.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:35 smithi076 bash[21577]: audit 2024-04-27T02:43:34.669933+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:36.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:35 smithi076 bash[21577]: audit 2024-04-27T02:43:34.680469+0000 mon.a (mon.0) 912 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:36.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:35 smithi076 bash[21577]: audit 2024-04-27T02:43:34.690817+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:37.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:37 smithi161 bash[22361]: cluster 2024-04-27T02:43:35.942257+0000 mgr.a (mgr.14409) 76 : cluster 0 pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:37.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:37 smithi115 bash[22241]: cluster 2024-04-27T02:43:35.942257+0000 mgr.a (mgr.14409) 76 : cluster 0 pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:38.093 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:43:37 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:43:37] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-04-27T02:43:38.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:37 smithi076 bash[21577]: cluster 2024-04-27T02:43:35.942257+0000 mgr.a (mgr.14409) 76 : cluster 0 pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:39.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:39 smithi161 bash[22361]: cluster 2024-04-27T02:43:37.942761+0000 mgr.a (mgr.14409) 77 : cluster 0 pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:39.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:39 smithi115 bash[22241]: cluster 2024-04-27T02:43:37.942761+0000 mgr.a (mgr.14409) 77 : cluster 0 pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:40.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:39 smithi076 bash[21577]: cluster 2024-04-27T02:43:37.942761+0000 mgr.a (mgr.14409) 77 : cluster 0 pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:41.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:41 smithi115 bash[22241]: cluster 2024-04-27T02:43:39.943300+0000 mgr.a (mgr.14409) 78 : cluster 0 pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:42.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:41 smithi076 bash[21577]: cluster 2024-04-27T02:43:39.943300+0000 mgr.a (mgr.14409) 78 : cluster 0 pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:42.153 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:41 smithi161 bash[22361]: cluster 2024-04-27T02:43:39.943300+0000 mgr.a (mgr.14409) 78 : cluster 0 pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:43.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:43 smithi076 bash[21577]: cluster 2024-04-27T02:43:41.943819+0000 mgr.a (mgr.14409) 79 : cluster 0 pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:43.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:43 smithi115 bash[22241]: cluster 2024-04-27T02:43:41.943819+0000 mgr.a (mgr.14409) 79 : cluster 0 pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:44.153 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:43 smithi161 bash[22361]: cluster 2024-04-27T02:43:41.943819+0000 mgr.a (mgr.14409) 79 : cluster 0 pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:44.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:44 smithi115 bash[22241]: audit 2024-04-27T02:43:43.937115+0000 mon.a (mon.0) 914 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:43:44.997 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:44 smithi076 bash[21577]: audit 2024-04-27T02:43:43.937115+0000 mon.a (mon.0) 914 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:43:45.154 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:44 smithi161 bash[22361]: audit 2024-04-27T02:43:43.937115+0000 mon.a (mon.0) 914 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:43:45.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:45 smithi076 bash[21577]: cluster 2024-04-27T02:43:43.946106+0000 mgr.a (mgr.14409) 80 : cluster 0 pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:45.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:45 smithi115 bash[22241]: cluster 2024-04-27T02:43:43.946106+0000 mgr.a (mgr.14409) 80 : cluster 0 pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:46.153 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:45 smithi161 bash[22361]: cluster 2024-04-27T02:43:43.946106+0000 mgr.a (mgr.14409) 80 : cluster 0 pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:47.344 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:47 smithi076 bash[21577]: cluster 2024-04-27T02:43:45.946543+0000 mgr.a (mgr.14409) 81 : cluster 0 pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:47.344 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:47 smithi076 bash[21577]: audit 2024-04-27T02:43:46.322501+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:47.344 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:47 smithi076 bash[21577]: audit 2024-04-27T02:43:46.328144+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:47.344 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:47 smithi076 bash[21577]: audit 2024-04-27T02:43:46.333986+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:47.654 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:47 smithi161 bash[22361]: cluster 2024-04-27T02:43:45.946543+0000 mgr.a (mgr.14409) 81 : cluster 0 pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:47.654 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:47 smithi161 bash[22361]: audit 2024-04-27T02:43:46.322501+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:47.654 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:47 smithi161 bash[22361]: audit 2024-04-27T02:43:46.328144+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:47.654 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:47 smithi161 bash[22361]: audit 2024-04-27T02:43:46.333986+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:47.664 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:47 smithi115 bash[22241]: cluster 2024-04-27T02:43:45.946543+0000 mgr.a (mgr.14409) 81 : cluster 0 pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:47.664 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:47 smithi115 bash[22241]: audit 2024-04-27T02:43:46.322501+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:47.664 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:47 smithi115 bash[22241]: audit 2024-04-27T02:43:46.328144+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:47.664 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:47 smithi115 bash[22241]: audit 2024-04-27T02:43:46.333986+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:48.344 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:43:47 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:43:47] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-04-27T02:43:49.594 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:49 smithi076 bash[21577]: cluster 2024-04-27T02:43:47.947049+0000 mgr.a (mgr.14409) 82 : cluster 0 pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:49.654 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:49 smithi161 bash[22361]: cluster 2024-04-27T02:43:47.947049+0000 mgr.a (mgr.14409) 82 : cluster 0 pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:49.725 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:49 smithi115 bash[22241]: cluster 2024-04-27T02:43:47.947049+0000 mgr.a (mgr.14409) 82 : cluster 0 pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:51.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:51 smithi161 bash[22361]: cluster 2024-04-27T02:43:49.947575+0000 mgr.a (mgr.14409) 83 : cluster 0 pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:51.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:51 smithi161 bash[22361]: audit 2024-04-27T02:43:50.632826+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:51.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:51 smithi161 bash[22361]: audit 2024-04-27T02:43:50.642438+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:51.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:51 smithi161 bash[22361]: audit 2024-04-27T02:43:50.652836+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:51.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:51 smithi115 bash[22241]: cluster 2024-04-27T02:43:49.947575+0000 mgr.a (mgr.14409) 83 : cluster 0 pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:51.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:51 smithi115 bash[22241]: audit 2024-04-27T02:43:50.632826+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:51.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:51 smithi115 bash[22241]: audit 2024-04-27T02:43:50.642438+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:51.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:51 smithi115 bash[22241]: audit 2024-04-27T02:43:50.652836+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:52.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:51 smithi076 bash[21577]: cluster 2024-04-27T02:43:49.947575+0000 mgr.a (mgr.14409) 83 : cluster 0 pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:52.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:51 smithi076 bash[21577]: audit 2024-04-27T02:43:50.632826+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:52.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:51 smithi076 bash[21577]: audit 2024-04-27T02:43:50.642438+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:52.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:51 smithi076 bash[21577]: audit 2024-04-27T02:43:50.652836+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:53.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:53 smithi161 bash[22361]: cluster 2024-04-27T02:43:51.948069+0000 mgr.a (mgr.14409) 84 : cluster 0 pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:53.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:53 smithi115 bash[22241]: cluster 2024-04-27T02:43:51.948069+0000 mgr.a (mgr.14409) 84 : cluster 0 pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:54.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:53 smithi076 bash[21577]: cluster 2024-04-27T02:43:51.948069+0000 mgr.a (mgr.14409) 84 : cluster 0 pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:54.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:54 smithi161 bash[22361]: audit 2024-04-27T02:43:54.089355+0000 mon.a (mon.0) 921 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:43:54.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:54 smithi161 bash[22361]: audit 2024-04-27T02:43:54.095458+0000 mon.a (mon.0) 922 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:43:54.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:54 smithi161 bash[22361]: audit 2024-04-27T02:43:54.097116+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:43:54.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:54 smithi161 bash[22361]: audit 2024-04-27T02:43:54.107290+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:54.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:54 smithi115 bash[22241]: audit 2024-04-27T02:43:54.089355+0000 mon.a (mon.0) 921 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:43:54.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:54 smithi115 bash[22241]: audit 2024-04-27T02:43:54.095458+0000 mon.a (mon.0) 922 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:43:54.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:54 smithi115 bash[22241]: audit 2024-04-27T02:43:54.097116+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:43:54.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:54 smithi115 bash[22241]: audit 2024-04-27T02:43:54.107290+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:55.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:54 smithi076 bash[21577]: audit 2024-04-27T02:43:54.089355+0000 mon.a (mon.0) 921 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:43:55.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:54 smithi076 bash[21577]: audit 2024-04-27T02:43:54.095458+0000 mon.a (mon.0) 922 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:43:55.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:54 smithi076 bash[21577]: audit 2024-04-27T02:43:54.097116+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:43:55.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:54 smithi076 bash[21577]: audit 2024-04-27T02:43:54.107290+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:55.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:55 smithi161 bash[22361]: cluster 2024-04-27T02:43:53.948546+0000 mgr.a (mgr.14409) 85 : cluster 0 pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:55.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:55 smithi161 bash[22361]: audit 2024-04-27T02:43:54.868947+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:55.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:55 smithi161 bash[22361]: audit 2024-04-27T02:43:54.878164+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:55.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:55 smithi161 bash[22361]: audit 2024-04-27T02:43:54.888232+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:55.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:55 smithi115 bash[22241]: cluster 2024-04-27T02:43:53.948546+0000 mgr.a (mgr.14409) 85 : cluster 0 pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:55.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:55 smithi115 bash[22241]: audit 2024-04-27T02:43:54.868947+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:55.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:55 smithi115 bash[22241]: audit 2024-04-27T02:43:54.878164+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:55.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:55 smithi115 bash[22241]: audit 2024-04-27T02:43:54.888232+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:56.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:55 smithi076 bash[21577]: cluster 2024-04-27T02:43:53.948546+0000 mgr.a (mgr.14409) 85 : cluster 0 pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:56.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:55 smithi076 bash[21577]: audit 2024-04-27T02:43:54.868947+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:56.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:55 smithi076 bash[21577]: audit 2024-04-27T02:43:54.878164+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:56.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:55 smithi076 bash[21577]: audit 2024-04-27T02:43:54.888232+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:43:57.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:57 smithi161 bash[22361]: cluster 2024-04-27T02:43:55.949063+0000 mgr.a (mgr.14409) 86 : cluster 0 pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:57.975 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:57 smithi115 bash[22241]: cluster 2024-04-27T02:43:55.949063+0000 mgr.a (mgr.14409) 86 : cluster 0 pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:58.094 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:43:57 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:43:57] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-04-27T02:43:58.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:57 smithi076 bash[21577]: cluster 2024-04-27T02:43:55.949063+0000 mgr.a (mgr.14409) 86 : cluster 0 pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:59.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:59 smithi161 bash[22361]: cluster 2024-04-27T02:43:57.949594+0000 mgr.a (mgr.14409) 87 : cluster 0 pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:59.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:43:59 smithi161 bash[22361]: audit 2024-04-27T02:43:58.937431+0000 mon.a (mon.0) 928 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:43:59.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:59 smithi115 bash[22241]: cluster 2024-04-27T02:43:57.949594+0000 mgr.a (mgr.14409) 87 : cluster 0 pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:43:59.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:43:59 smithi115 bash[22241]: audit 2024-04-27T02:43:58.937431+0000 mon.a (mon.0) 928 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:00.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:59 smithi076 bash[21577]: cluster 2024-04-27T02:43:57.949594+0000 mgr.a (mgr.14409) 87 : cluster 0 pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:00.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:43:59 smithi076 bash[21577]: audit 2024-04-27T02:43:58.937431+0000 mon.a (mon.0) 928 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:01.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:01 smithi161 bash[22361]: cluster 2024-04-27T02:43:59.950198+0000 mgr.a (mgr.14409) 88 : cluster 0 pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:01.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:01 smithi115 bash[22241]: cluster 2024-04-27T02:43:59.950198+0000 mgr.a (mgr.14409) 88 : cluster 0 pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:02.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:01 smithi076 bash[21577]: cluster 2024-04-27T02:43:59.950198+0000 mgr.a (mgr.14409) 88 : cluster 0 pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:03.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:03 smithi161 bash[22361]: cluster 2024-04-27T02:44:01.950750+0000 mgr.a (mgr.14409) 89 : cluster 0 pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:03.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:03 smithi115 bash[22241]: cluster 2024-04-27T02:44:01.950750+0000 mgr.a (mgr.14409) 89 : cluster 0 pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:04.094 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:03 smithi076 bash[21577]: cluster 2024-04-27T02:44:01.950750+0000 mgr.a (mgr.14409) 89 : cluster 0 pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:05.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:05 smithi076 bash[21577]: cluster 2024-04-27T02:44:03.951225+0000 mgr.a (mgr.14409) 90 : cluster 0 pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:05.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:05 smithi161 bash[22361]: cluster 2024-04-27T02:44:03.951225+0000 mgr.a (mgr.14409) 90 : cluster 0 pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:05.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:05 smithi115 bash[22241]: cluster 2024-04-27T02:44:03.951225+0000 mgr.a (mgr.14409) 90 : cluster 0 pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:07.726 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:07 smithi115 bash[22241]: cluster 2024-04-27T02:44:05.951722+0000 mgr.a (mgr.14409) 91 : cluster 0 pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:07.726 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:07 smithi115 bash[22241]: audit 2024-04-27T02:44:06.498313+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:07.726 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:07 smithi115 bash[22241]: audit 2024-04-27T02:44:06.503306+0000 mon.a (mon.0) 930 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:07.726 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:07 smithi115 bash[22241]: audit 2024-04-27T02:44:06.508786+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:07.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:07 smithi076 bash[21577]: cluster 2024-04-27T02:44:05.951722+0000 mgr.a (mgr.14409) 91 : cluster 0 pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:07.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:07 smithi076 bash[21577]: audit 2024-04-27T02:44:06.498313+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:07.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:07 smithi076 bash[21577]: audit 2024-04-27T02:44:06.503306+0000 mon.a (mon.0) 930 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:07.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:07 smithi076 bash[21577]: audit 2024-04-27T02:44:06.508786+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:07.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:07 smithi161 bash[22361]: cluster 2024-04-27T02:44:05.951722+0000 mgr.a (mgr.14409) 91 : cluster 0 pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:07.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:07 smithi161 bash[22361]: audit 2024-04-27T02:44:06.498313+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:07.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:07 smithi161 bash[22361]: audit 2024-04-27T02:44:06.503306+0000 mon.a (mon.0) 930 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:07.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:07 smithi161 bash[22361]: audit 2024-04-27T02:44:06.508786+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:08.103 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:44:07 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:44:07] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-04-27T02:44:09.726 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:09 smithi115 bash[22241]: cluster 2024-04-27T02:44:07.952129+0000 mgr.a (mgr.14409) 92 : cluster 0 pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:09.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:09 smithi076 bash[21577]: cluster 2024-04-27T02:44:07.952129+0000 mgr.a (mgr.14409) 92 : cluster 0 pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:09.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:09 smithi161 bash[22361]: cluster 2024-04-27T02:44:07.952129+0000 mgr.a (mgr.14409) 92 : cluster 0 pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:11.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:11 smithi076 bash[21577]: cluster 2024-04-27T02:44:09.952680+0000 mgr.a (mgr.14409) 93 : cluster 0 pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:11.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:11 smithi076 bash[21577]: audit 2024-04-27T02:44:10.795188+0000 mon.a (mon.0) 932 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:11.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:11 smithi076 bash[21577]: audit 2024-04-27T02:44:10.804547+0000 mon.a (mon.0) 933 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:11.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:11 smithi076 bash[21577]: audit 2024-04-27T02:44:10.814762+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:11.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:11 smithi161 bash[22361]: cluster 2024-04-27T02:44:09.952680+0000 mgr.a (mgr.14409) 93 : cluster 0 pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:11.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:11 smithi161 bash[22361]: audit 2024-04-27T02:44:10.795188+0000 mon.a (mon.0) 932 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:11.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:11 smithi161 bash[22361]: audit 2024-04-27T02:44:10.804547+0000 mon.a (mon.0) 933 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:11.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:11 smithi161 bash[22361]: audit 2024-04-27T02:44:10.814762+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:11.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:11 smithi115 bash[22241]: cluster 2024-04-27T02:44:09.952680+0000 mgr.a (mgr.14409) 93 : cluster 0 pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:11.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:11 smithi115 bash[22241]: audit 2024-04-27T02:44:10.795188+0000 mon.a (mon.0) 932 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:11.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:11 smithi115 bash[22241]: audit 2024-04-27T02:44:10.804547+0000 mon.a (mon.0) 933 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:11.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:11 smithi115 bash[22241]: audit 2024-04-27T02:44:10.814762+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:13.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:13 smithi076 bash[21577]: cluster 2024-04-27T02:44:11.953215+0000 mgr.a (mgr.14409) 94 : cluster 0 pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:13.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:13 smithi161 bash[22361]: cluster 2024-04-27T02:44:11.953215+0000 mgr.a (mgr.14409) 94 : cluster 0 pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:13.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:13 smithi115 bash[22241]: cluster 2024-04-27T02:44:11.953215+0000 mgr.a (mgr.14409) 94 : cluster 0 pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:14.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:14 smithi161 bash[22361]: audit 2024-04-27T02:44:13.938735+0000 mon.a (mon.0) 935 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:14.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:14 smithi076 bash[21577]: audit 2024-04-27T02:44:13.938735+0000 mon.a (mon.0) 935 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:14.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:14 smithi115 bash[22241]: audit 2024-04-27T02:44:13.938735+0000 mon.a (mon.0) 935 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:15.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:15 smithi076 bash[21577]: cluster 2024-04-27T02:44:13.953739+0000 mgr.a (mgr.14409) 95 : cluster 0 pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:15.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:15 smithi076 bash[21577]: audit 2024-04-27T02:44:15.029247+0000 mon.a (mon.0) 936 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:15.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:15 smithi076 bash[21577]: audit 2024-04-27T02:44:15.043627+0000 mon.a (mon.0) 937 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:15.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:15 smithi076 bash[21577]: audit 2024-04-27T02:44:15.065512+0000 mon.a (mon.0) 938 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:15.845 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:15 smithi161 bash[22361]: cluster 2024-04-27T02:44:13.953739+0000 mgr.a (mgr.14409) 95 : cluster 0 pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:15.845 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:15 smithi161 bash[22361]: audit 2024-04-27T02:44:15.029247+0000 mon.a (mon.0) 936 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:15.845 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:15 smithi161 bash[22361]: audit 2024-04-27T02:44:15.043627+0000 mon.a (mon.0) 937 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:15.845 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:15 smithi161 bash[22361]: audit 2024-04-27T02:44:15.065512+0000 mon.a (mon.0) 938 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:15.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:15 smithi115 bash[22241]: cluster 2024-04-27T02:44:13.953739+0000 mgr.a (mgr.14409) 95 : cluster 0 pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:15.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:15 smithi115 bash[22241]: audit 2024-04-27T02:44:15.029247+0000 mon.a (mon.0) 936 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:15.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:15 smithi115 bash[22241]: audit 2024-04-27T02:44:15.043627+0000 mon.a (mon.0) 937 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:15.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:15 smithi115 bash[22241]: audit 2024-04-27T02:44:15.065512+0000 mon.a (mon.0) 938 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:17.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:17 smithi076 bash[21577]: cluster 2024-04-27T02:44:15.954224+0000 mgr.a (mgr.14409) 96 : cluster 0 pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:17.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:17 smithi161 bash[22361]: cluster 2024-04-27T02:44:15.954224+0000 mgr.a (mgr.14409) 96 : cluster 0 pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:17.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:17 smithi115 bash[22241]: cluster 2024-04-27T02:44:15.954224+0000 mgr.a (mgr.14409) 96 : cluster 0 pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:18.344 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:44:17 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:44:17] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-04-27T02:44:19.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:19 smithi076 bash[21577]: cluster 2024-04-27T02:44:17.954751+0000 mgr.a (mgr.14409) 97 : cluster 0 pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:19.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:19 smithi161 bash[22361]: cluster 2024-04-27T02:44:17.954751+0000 mgr.a (mgr.14409) 97 : cluster 0 pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:19.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:19 smithi115 bash[22241]: cluster 2024-04-27T02:44:17.954751+0000 mgr.a (mgr.14409) 97 : cluster 0 pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:21.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:21 smithi076 bash[21577]: cluster 2024-04-27T02:44:19.955366+0000 mgr.a (mgr.14409) 98 : cluster 0 pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:21.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:21 smithi161 bash[22361]: cluster 2024-04-27T02:44:19.955366+0000 mgr.a (mgr.14409) 98 : cluster 0 pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:21.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:21 smithi115 bash[22241]: cluster 2024-04-27T02:44:19.955366+0000 mgr.a (mgr.14409) 98 : cluster 0 pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:23.844 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:23 smithi076 bash[21577]: cluster 2024-04-27T02:44:21.955898+0000 mgr.a (mgr.14409) 99 : cluster 0 pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:23.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:23 smithi161 bash[22361]: cluster 2024-04-27T02:44:21.955898+0000 mgr.a (mgr.14409) 99 : cluster 0 pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:23.976 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:23 smithi115 bash[22241]: cluster 2024-04-27T02:44:21.955898+0000 mgr.a (mgr.14409) 99 : cluster 0 pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:25.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:25 smithi076 bash[21577]: cluster 2024-04-27T02:44:23.956449+0000 mgr.a (mgr.14409) 100 : cluster 0 pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:25.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:25 smithi161 bash[22361]: cluster 2024-04-27T02:44:23.956449+0000 mgr.a (mgr.14409) 100 : cluster 0 pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:25.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:25 smithi115 bash[22241]: cluster 2024-04-27T02:44:23.956449+0000 mgr.a (mgr.14409) 100 : cluster 0 pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:27.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:27 smithi076 bash[21577]: cluster 2024-04-27T02:44:25.956988+0000 mgr.a (mgr.14409) 101 : cluster 0 pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:27.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:27 smithi076 bash[21577]: audit 2024-04-27T02:44:26.614020+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:27.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:27 smithi076 bash[21577]: audit 2024-04-27T02:44:26.618453+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:27.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:27 smithi076 bash[21577]: audit 2024-04-27T02:44:26.623055+0000 mon.a (mon.0) 941 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:27.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:27 smithi161 bash[22361]: cluster 2024-04-27T02:44:25.956988+0000 mgr.a (mgr.14409) 101 : cluster 0 pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:27.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:27 smithi161 bash[22361]: audit 2024-04-27T02:44:26.614020+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:27.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:27 smithi161 bash[22361]: audit 2024-04-27T02:44:26.618453+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:27.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:27 smithi161 bash[22361]: audit 2024-04-27T02:44:26.623055+0000 mon.a (mon.0) 941 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:27.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:27 smithi115 bash[22241]: cluster 2024-04-27T02:44:25.956988+0000 mgr.a (mgr.14409) 101 : cluster 0 pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:27.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:27 smithi115 bash[22241]: audit 2024-04-27T02:44:26.614020+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:27.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:27 smithi115 bash[22241]: audit 2024-04-27T02:44:26.618453+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:27.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:27 smithi115 bash[22241]: audit 2024-04-27T02:44:26.623055+0000 mon.a (mon.0) 941 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:28.344 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:44:27 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:44:27] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-04-27T02:44:29.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:29 smithi076 bash[21577]: cluster 2024-04-27T02:44:27.957487+0000 mgr.a (mgr.14409) 102 : cluster 0 pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:29.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:29 smithi076 bash[21577]: audit 2024-04-27T02:44:28.939238+0000 mon.a (mon.0) 942 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:29.896 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:29 smithi115 bash[22241]: cluster 2024-04-27T02:44:27.957487+0000 mgr.a (mgr.14409) 102 : cluster 0 pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:29.897 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:29 smithi115 bash[22241]: audit 2024-04-27T02:44:28.939238+0000 mon.a (mon.0) 942 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:29.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:29 smithi161 bash[22361]: cluster 2024-04-27T02:44:27.957487+0000 mgr.a (mgr.14409) 102 : cluster 0 pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:29.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:29 smithi161 bash[22361]: audit 2024-04-27T02:44:28.939238+0000 mon.a (mon.0) 942 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:31.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:31 smithi161 bash[22361]: cluster 2024-04-27T02:44:29.958056+0000 mgr.a (mgr.14409) 103 : cluster 0 pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:31.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:31 smithi161 bash[22361]: audit 2024-04-27T02:44:30.972107+0000 mon.a (mon.0) 943 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:31.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:31 smithi161 bash[22361]: audit 2024-04-27T02:44:30.982863+0000 mon.a (mon.0) 944 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:31.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:31 smithi161 bash[22361]: audit 2024-04-27T02:44:30.995087+0000 mon.a (mon.0) 945 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:31.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:31 smithi115 bash[22241]: cluster 2024-04-27T02:44:29.958056+0000 mgr.a (mgr.14409) 103 : cluster 0 pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:31.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:31 smithi115 bash[22241]: audit 2024-04-27T02:44:30.972107+0000 mon.a (mon.0) 943 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:31.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:31 smithi115 bash[22241]: audit 2024-04-27T02:44:30.982863+0000 mon.a (mon.0) 944 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:31.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:31 smithi115 bash[22241]: audit 2024-04-27T02:44:30.995087+0000 mon.a (mon.0) 945 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:32.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:31 smithi076 bash[21577]: cluster 2024-04-27T02:44:29.958056+0000 mgr.a (mgr.14409) 103 : cluster 0 pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:32.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:31 smithi076 bash[21577]: audit 2024-04-27T02:44:30.972107+0000 mon.a (mon.0) 943 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:32.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:31 smithi076 bash[21577]: audit 2024-04-27T02:44:30.982863+0000 mon.a (mon.0) 944 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:32.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:31 smithi076 bash[21577]: audit 2024-04-27T02:44:30.995087+0000 mon.a (mon.0) 945 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:33.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:33 smithi161 bash[22361]: cluster 2024-04-27T02:44:31.958547+0000 mgr.a (mgr.14409) 104 : cluster 0 pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:33.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:33 smithi115 bash[22241]: cluster 2024-04-27T02:44:31.958547+0000 mgr.a (mgr.14409) 104 : cluster 0 pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:34.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:33 smithi076 bash[21577]: cluster 2024-04-27T02:44:31.958547+0000 mgr.a (mgr.14409) 104 : cluster 0 pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:35.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:35 smithi161 bash[22361]: cluster 2024-04-27T02:44:33.959055+0000 mgr.a (mgr.14409) 105 : cluster 0 pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:35.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:35 smithi161 bash[22361]: audit 2024-04-27T02:44:35.254425+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:35.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:35 smithi161 bash[22361]: audit 2024-04-27T02:44:35.264855+0000 mon.a (mon.0) 947 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:35.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:35 smithi161 bash[22361]: audit 2024-04-27T02:44:35.276511+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:35.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:35 smithi115 bash[22241]: cluster 2024-04-27T02:44:33.959055+0000 mgr.a (mgr.14409) 105 : cluster 0 pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:35.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:35 smithi115 bash[22241]: audit 2024-04-27T02:44:35.254425+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:35.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:35 smithi115 bash[22241]: audit 2024-04-27T02:44:35.264855+0000 mon.a (mon.0) 947 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:35.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:35 smithi115 bash[22241]: audit 2024-04-27T02:44:35.276511+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:36.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:35 smithi076 bash[21577]: cluster 2024-04-27T02:44:33.959055+0000 mgr.a (mgr.14409) 105 : cluster 0 pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:36.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:35 smithi076 bash[21577]: audit 2024-04-27T02:44:35.254425+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:36.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:35 smithi076 bash[21577]: audit 2024-04-27T02:44:35.264855+0000 mon.a (mon.0) 947 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:36.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:35 smithi076 bash[21577]: audit 2024-04-27T02:44:35.276511+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:37.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:37 smithi161 bash[22361]: cluster 2024-04-27T02:44:35.959646+0000 mgr.a (mgr.14409) 106 : cluster 0 pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:37.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:37 smithi115 bash[22241]: cluster 2024-04-27T02:44:35.959646+0000 mgr.a (mgr.14409) 106 : cluster 0 pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:38.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:37 smithi076 bash[21577]: cluster 2024-04-27T02:44:35.959646+0000 mgr.a (mgr.14409) 106 : cluster 0 pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:38.095 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:44:37 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:44:37] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.43.0" 2024-04-27T02:44:39.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:39 smithi161 bash[22361]: cluster 2024-04-27T02:44:37.960104+0000 mgr.a (mgr.14409) 107 : cluster 0 pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:39.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:39 smithi115 bash[22241]: cluster 2024-04-27T02:44:37.960104+0000 mgr.a (mgr.14409) 107 : cluster 0 pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:40.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:39 smithi076 bash[21577]: cluster 2024-04-27T02:44:37.960104+0000 mgr.a (mgr.14409) 107 : cluster 0 pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:41.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:41 smithi161 bash[22361]: cluster 2024-04-27T02:44:39.960655+0000 mgr.a (mgr.14409) 108 : cluster 0 pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:41.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:41 smithi115 bash[22241]: cluster 2024-04-27T02:44:39.960655+0000 mgr.a (mgr.14409) 108 : cluster 0 pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:42.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:41 smithi076 bash[21577]: cluster 2024-04-27T02:44:39.960655+0000 mgr.a (mgr.14409) 108 : cluster 0 pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:43.905 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:43 smithi161 bash[22361]: cluster 2024-04-27T02:44:41.961121+0000 mgr.a (mgr.14409) 109 : cluster 0 pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:43.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:43 smithi115 bash[22241]: cluster 2024-04-27T02:44:41.961121+0000 mgr.a (mgr.14409) 109 : cluster 0 pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:44.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:43 smithi076 bash[21577]: cluster 2024-04-27T02:44:41.961121+0000 mgr.a (mgr.14409) 109 : cluster 0 pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:44.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:44 smithi161 bash[22361]: audit 2024-04-27T02:44:43.939612+0000 mon.a (mon.0) 949 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:44.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:44 smithi115 bash[22241]: audit 2024-04-27T02:44:43.939612+0000 mon.a (mon.0) 949 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:45.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:44 smithi076 bash[21577]: audit 2024-04-27T02:44:43.939612+0000 mon.a (mon.0) 949 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:45.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:45 smithi076 bash[21577]: cluster 2024-04-27T02:44:43.961589+0000 mgr.a (mgr.14409) 110 : cluster 0 pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:45.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:45 smithi161 bash[22361]: cluster 2024-04-27T02:44:43.961589+0000 mgr.a (mgr.14409) 110 : cluster 0 pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:45.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:45 smithi115 bash[22241]: cluster 2024-04-27T02:44:43.961589+0000 mgr.a (mgr.14409) 110 : cluster 0 pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:47.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:47 smithi076 bash[21577]: cluster 2024-04-27T02:44:45.962442+0000 mgr.a (mgr.14409) 111 : cluster 0 pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:47.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:47 smithi076 bash[21577]: audit 2024-04-27T02:44:46.815918+0000 mon.a (mon.0) 950 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:47.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:47 smithi076 bash[21577]: audit 2024-04-27T02:44:46.826022+0000 mon.a (mon.0) 951 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:47.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:47 smithi076 bash[21577]: audit 2024-04-27T02:44:46.837751+0000 mon.a (mon.0) 952 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:47.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:47 smithi161 bash[22361]: cluster 2024-04-27T02:44:45.962442+0000 mgr.a (mgr.14409) 111 : cluster 0 pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:47.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:47 smithi161 bash[22361]: audit 2024-04-27T02:44:46.815918+0000 mon.a (mon.0) 950 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:47.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:47 smithi161 bash[22361]: audit 2024-04-27T02:44:46.826022+0000 mon.a (mon.0) 951 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:47.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:47 smithi161 bash[22361]: audit 2024-04-27T02:44:46.837751+0000 mon.a (mon.0) 952 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:47.977 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:47 smithi115 bash[22241]: cluster 2024-04-27T02:44:45.962442+0000 mgr.a (mgr.14409) 111 : cluster 0 pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:47.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:47 smithi115 bash[22241]: audit 2024-04-27T02:44:46.815918+0000 mon.a (mon.0) 950 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:47.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:47 smithi115 bash[22241]: audit 2024-04-27T02:44:46.826022+0000 mon.a (mon.0) 951 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:47.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:47 smithi115 bash[22241]: audit 2024-04-27T02:44:46.837751+0000 mon.a (mon.0) 952 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:48.345 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:44:47 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:44:47] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-04-27T02:44:49.845 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:49 smithi076 bash[21577]: cluster 2024-04-27T02:44:47.962993+0000 mgr.a (mgr.14409) 112 : cluster 0 pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:49.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:49 smithi161 bash[22361]: cluster 2024-04-27T02:44:47.962993+0000 mgr.a (mgr.14409) 112 : cluster 0 pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:49.974 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:49 smithi115 bash[22241]: cluster 2024-04-27T02:44:47.962993+0000 mgr.a (mgr.14409) 112 : cluster 0 pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:51.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:51 smithi115 bash[22241]: cluster 2024-04-27T02:44:49.963534+0000 mgr.a (mgr.14409) 113 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:51.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:51 smithi115 bash[22241]: audit 2024-04-27T02:44:51.135172+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:51.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:51 smithi115 bash[22241]: audit 2024-04-27T02:44:51.146209+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:51.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:51 smithi115 bash[22241]: audit 2024-04-27T02:44:51.157937+0000 mon.a (mon.0) 955 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:52.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:51 smithi076 bash[21577]: cluster 2024-04-27T02:44:49.963534+0000 mgr.a (mgr.14409) 113 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:52.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:51 smithi076 bash[21577]: audit 2024-04-27T02:44:51.135172+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:52.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:51 smithi076 bash[21577]: audit 2024-04-27T02:44:51.146209+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:52.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:51 smithi076 bash[21577]: audit 2024-04-27T02:44:51.157937+0000 mon.a (mon.0) 955 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:52.156 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:51 smithi161 bash[22361]: cluster 2024-04-27T02:44:49.963534+0000 mgr.a (mgr.14409) 113 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:52.156 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:51 smithi161 bash[22361]: audit 2024-04-27T02:44:51.135172+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:52.156 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:51 smithi161 bash[22361]: audit 2024-04-27T02:44:51.146209+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:52.156 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:51 smithi161 bash[22361]: audit 2024-04-27T02:44:51.157937+0000 mon.a (mon.0) 955 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:53.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:53 smithi115 bash[22241]: cluster 2024-04-27T02:44:51.964046+0000 mgr.a (mgr.14409) 114 : cluster 0 pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:54.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:53 smithi076 bash[21577]: cluster 2024-04-27T02:44:51.964046+0000 mgr.a (mgr.14409) 114 : cluster 0 pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:54.140 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:53 smithi161 bash[22361]: cluster 2024-04-27T02:44:51.964046+0000 mgr.a (mgr.14409) 114 : cluster 0 pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:54.949 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:54 smithi161 bash[22361]: audit 2024-04-27T02:44:54.232515+0000 mon.a (mon.0) 956 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:44:54.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:54 smithi115 bash[22241]: audit 2024-04-27T02:44:54.232515+0000 mon.a (mon.0) 956 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:44:55.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:54 smithi076 bash[21577]: audit 2024-04-27T02:44:54.232515+0000 mon.a (mon.0) 956 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:44:55.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:55 smithi115 bash[22241]: cluster 2024-04-27T02:44:53.964578+0000 mgr.a (mgr.14409) 115 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:55.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:55 smithi115 bash[22241]: audit 2024-04-27T02:44:54.762008+0000 mon.a (mon.0) 957 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:55.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:55 smithi115 bash[22241]: audit 2024-04-27T02:44:54.770879+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:55.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:55 smithi115 bash[22241]: audit 2024-04-27T02:44:54.772839+0000 mon.a (mon.0) 959 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:44:55.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:55 smithi115 bash[22241]: audit 2024-04-27T02:44:54.774013+0000 mon.a (mon.0) 960 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:44:55.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:55 smithi115 bash[22241]: audit 2024-04-27T02:44:54.782435+0000 mon.a (mon.0) 961 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:55.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:55 smithi115 bash[22241]: audit 2024-04-27T02:44:55.481250+0000 mon.a (mon.0) 962 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:55.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:55 smithi115 bash[22241]: audit 2024-04-27T02:44:55.490514+0000 mon.a (mon.0) 963 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:55.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:55 smithi115 bash[22241]: audit 2024-04-27T02:44:55.501137+0000 mon.a (mon.0) 964 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:55 smithi076 bash[21577]: cluster 2024-04-27T02:44:53.964578+0000 mgr.a (mgr.14409) 115 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:56.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:55 smithi076 bash[21577]: audit 2024-04-27T02:44:54.762008+0000 mon.a (mon.0) 957 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:55 smithi076 bash[21577]: audit 2024-04-27T02:44:54.770879+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:55 smithi076 bash[21577]: audit 2024-04-27T02:44:54.772839+0000 mon.a (mon.0) 959 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:44:56.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:55 smithi076 bash[21577]: audit 2024-04-27T02:44:54.774013+0000 mon.a (mon.0) 960 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:44:56.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:55 smithi076 bash[21577]: audit 2024-04-27T02:44:54.782435+0000 mon.a (mon.0) 961 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:55 smithi076 bash[21577]: audit 2024-04-27T02:44:55.481250+0000 mon.a (mon.0) 962 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:55 smithi076 bash[21577]: audit 2024-04-27T02:44:55.490514+0000 mon.a (mon.0) 963 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:55 smithi076 bash[21577]: audit 2024-04-27T02:44:55.501137+0000 mon.a (mon.0) 964 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.156 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:55 smithi161 bash[22361]: cluster 2024-04-27T02:44:53.964578+0000 mgr.a (mgr.14409) 115 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:56.156 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:55 smithi161 bash[22361]: audit 2024-04-27T02:44:54.762008+0000 mon.a (mon.0) 957 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.157 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:55 smithi161 bash[22361]: audit 2024-04-27T02:44:54.770879+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.157 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:55 smithi161 bash[22361]: audit 2024-04-27T02:44:54.772839+0000 mon.a (mon.0) 959 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:44:56.157 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:55 smithi161 bash[22361]: audit 2024-04-27T02:44:54.774013+0000 mon.a (mon.0) 960 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:44:56.157 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:55 smithi161 bash[22361]: audit 2024-04-27T02:44:54.782435+0000 mon.a (mon.0) 961 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.157 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:55 smithi161 bash[22361]: audit 2024-04-27T02:44:55.481250+0000 mon.a (mon.0) 962 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.157 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:55 smithi161 bash[22361]: audit 2024-04-27T02:44:55.490514+0000 mon.a (mon.0) 963 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.157 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:55 smithi161 bash[22361]: audit 2024-04-27T02:44:55.501137+0000 mon.a (mon.0) 964 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:44:56.906 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:56 smithi161 bash[22361]: cluster 2024-04-27T02:44:55.965078+0000 mgr.a (mgr.14409) 116 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:56.978 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:56 smithi115 bash[22241]: cluster 2024-04-27T02:44:55.965078+0000 mgr.a (mgr.14409) 116 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:57.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:56 smithi076 bash[21577]: cluster 2024-04-27T02:44:55.965078+0000 mgr.a (mgr.14409) 116 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:58.345 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:44:57 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:44:57] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-04-27T02:44:59.345 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:59 smithi076 bash[21577]: cluster 2024-04-27T02:44:57.965588+0000 mgr.a (mgr.14409) 117 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:59.346 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:44:59 smithi076 bash[21577]: audit 2024-04-27T02:44:58.939948+0000 mon.a (mon.0) 965 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:59.406 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:59 smithi161 bash[22361]: cluster 2024-04-27T02:44:57.965588+0000 mgr.a (mgr.14409) 117 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:59.406 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:44:59 smithi161 bash[22361]: audit 2024-04-27T02:44:58.939948+0000 mon.a (mon.0) 965 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:44:59.478 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:59 smithi115 bash[22241]: cluster 2024-04-27T02:44:57.965588+0000 mgr.a (mgr.14409) 117 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:44:59.478 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:44:59 smithi115 bash[22241]: audit 2024-04-27T02:44:58.939948+0000 mon.a (mon.0) 965 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:45:01.315 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:01 smithi076 bash[21577]: cluster 2024-04-27T02:44:59.966105+0000 mgr.a (mgr.14409) 118 : cluster 0 pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:01.406 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:01 smithi161 bash[22361]: cluster 2024-04-27T02:44:59.966105+0000 mgr.a (mgr.14409) 118 : cluster 0 pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:01.478 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:01 smithi115 bash[22241]: cluster 2024-04-27T02:44:59.966105+0000 mgr.a (mgr.14409) 118 : cluster 0 pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:03.345 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:03 smithi076 bash[21577]: cluster 2024-04-27T02:45:01.966625+0000 mgr.a (mgr.14409) 119 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:03.406 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:03 smithi161 bash[22361]: cluster 2024-04-27T02:45:01.966625+0000 mgr.a (mgr.14409) 119 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:03.478 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:03 smithi115 bash[22241]: cluster 2024-04-27T02:45:01.966625+0000 mgr.a (mgr.14409) 119 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:05.345 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:05 smithi076 bash[21577]: cluster 2024-04-27T02:45:03.967088+0000 mgr.a (mgr.14409) 120 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:05.406 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:05 smithi161 bash[22361]: cluster 2024-04-27T02:45:03.967088+0000 mgr.a (mgr.14409) 120 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:05.478 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:05 smithi115 bash[22241]: cluster 2024-04-27T02:45:03.967088+0000 mgr.a (mgr.14409) 120 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:07.345 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:07 smithi076 bash[21577]: cluster 2024-04-27T02:45:05.967666+0000 mgr.a (mgr.14409) 121 : cluster 0 pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:07.346 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:07 smithi076 bash[21577]: audit 2024-04-27T02:45:06.992766+0000 mon.a (mon.0) 966 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:07.346 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:07 smithi076 bash[21577]: audit 2024-04-27T02:45:06.999126+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:07.346 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:07 smithi076 bash[21577]: audit 2024-04-27T02:45:07.005821+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:07.407 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:07 smithi161 bash[22361]: cluster 2024-04-27T02:45:05.967666+0000 mgr.a (mgr.14409) 121 : cluster 0 pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:07.407 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:07 smithi161 bash[22361]: audit 2024-04-27T02:45:06.992766+0000 mon.a (mon.0) 966 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:07.407 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:07 smithi161 bash[22361]: audit 2024-04-27T02:45:06.999126+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:07.407 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:07 smithi161 bash[22361]: audit 2024-04-27T02:45:07.005821+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:07.478 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:07 smithi115 bash[22241]: cluster 2024-04-27T02:45:05.967666+0000 mgr.a (mgr.14409) 121 : cluster 0 pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:07.478 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:07 smithi115 bash[22241]: audit 2024-04-27T02:45:06.992766+0000 mon.a (mon.0) 966 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:07.478 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:07 smithi115 bash[22241]: audit 2024-04-27T02:45:06.999126+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:07.479 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:07 smithi115 bash[22241]: audit 2024-04-27T02:45:07.005821+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:08.114 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:45:07 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:45:07] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-04-27T02:45:09.346 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:09 smithi076 bash[21577]: cluster 2024-04-27T02:45:07.968062+0000 mgr.a (mgr.14409) 122 : cluster 0 pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:09.406 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:09 smithi161 bash[22361]: cluster 2024-04-27T02:45:07.968062+0000 mgr.a (mgr.14409) 122 : cluster 0 pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:09.478 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:09 smithi115 bash[22241]: cluster 2024-04-27T02:45:07.968062+0000 mgr.a (mgr.14409) 122 : cluster 0 pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:11.228 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:11 smithi115 bash[22241]: cluster 2024-04-27T02:45:09.968565+0000 mgr.a (mgr.14409) 123 : cluster 0 pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:11.345 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:11 smithi076 bash[21577]: cluster 2024-04-27T02:45:09.968565+0000 mgr.a (mgr.14409) 123 : cluster 0 pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:11.407 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:11 smithi161 bash[22361]: cluster 2024-04-27T02:45:09.968565+0000 mgr.a (mgr.14409) 123 : cluster 0 pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:12.478 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:12 smithi115 bash[22241]: audit 2024-04-27T02:45:11.308553+0000 mon.a (mon.0) 969 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:12.479 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:12 smithi115 bash[22241]: audit 2024-04-27T02:45:11.317815+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:12.479 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:12 smithi115 bash[22241]: audit 2024-04-27T02:45:11.328450+0000 mon.a (mon.0) 971 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:12.595 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:12 smithi076 bash[21577]: audit 2024-04-27T02:45:11.308553+0000 mon.a (mon.0) 969 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:12.596 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:12 smithi076 bash[21577]: audit 2024-04-27T02:45:11.317815+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:12.596 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:12 smithi076 bash[21577]: audit 2024-04-27T02:45:11.328450+0000 mon.a (mon.0) 971 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:12.657 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:12 smithi161 bash[22361]: audit 2024-04-27T02:45:11.308553+0000 mon.a (mon.0) 969 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:12.657 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:12 smithi161 bash[22361]: audit 2024-04-27T02:45:11.317815+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:12.657 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:12 smithi161 bash[22361]: audit 2024-04-27T02:45:11.328450+0000 mon.a (mon.0) 971 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:13.595 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:13 smithi076 bash[21577]: cluster 2024-04-27T02:45:11.969021+0000 mgr.a (mgr.14409) 124 : cluster 0 pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:13.657 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:13 smithi161 bash[22361]: cluster 2024-04-27T02:45:11.969021+0000 mgr.a (mgr.14409) 124 : cluster 0 pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:13.728 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:13 smithi115 bash[22241]: cluster 2024-04-27T02:45:11.969021+0000 mgr.a (mgr.14409) 124 : cluster 0 pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:13.745 INFO:teuthology.orchestra.run.smithi076.stderr:+ ceph orch ls 2024-04-27T02:45:14.114 INFO:teuthology.orchestra.run.smithi076.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-27T02:45:14.114 INFO:teuthology.orchestra.run.smithi076.stdout:agent 3/3 18s ago 3m * 2024-04-27T02:45:14.114 INFO:teuthology.orchestra.run.smithi076.stdout:alertmanager ?:9093,9094 1/1 18s ago 4m count:1 2024-04-27T02:45:14.115 INFO:teuthology.orchestra.run.smithi076.stdout:grafana ?:3000 1/1 7s ago 4m count:1 2024-04-27T02:45:14.115 INFO:teuthology.orchestra.run.smithi076.stdout:mgr 2/2 7s ago 8m smithi076=a;smithi115=b;count:2 2024-04-27T02:45:14.115 INFO:teuthology.orchestra.run.smithi076.stdout:mon 3/3 18s ago 9m smithi076:172.21.15.76=a;smithi115:172.21.15.115=b;smithi161:172.21.15.161=c;count:3 2024-04-27T02:45:14.115 INFO:teuthology.orchestra.run.smithi076.stdout:node-exporter ?:9100 3/3 18s ago 4m * 2024-04-27T02:45:14.115 INFO:teuthology.orchestra.run.smithi076.stdout:osd 3 18s ago - 2024-04-27T02:45:14.115 INFO:teuthology.orchestra.run.smithi076.stdout:prometheus ?:9095 1/1 2s ago 4m count:1 2024-04-27T02:45:14.129 INFO:teuthology.orchestra.run.smithi076.stderr:+ ceph orch ps 2024-04-27T02:45:14.489 INFO:teuthology.orchestra.run.smithi076.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T02:45:14.489 INFO:teuthology.orchestra.run.smithi076.stdout:agent.smithi076 smithi076 running 7s ago 10m - - 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:agent.smithi115 smithi115 running 3s ago 9m - - 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:agent.smithi161 smithi161 running 19s ago 9m - - 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:alertmanager.smithi161 smithi161 *:9093,9094 running (2m) 19s ago 3m 14.2M - 0.25.0 c8568f914cd2 e166fc559da2 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:grafana.smithi076 smithi076 *:3000 running (2m) 7s ago 3m 71.6M - 9.4.12 2bacad6d85d8 5194be2f1188 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:mgr.a smithi076 *:9283,8765 running (11m) 7s ago 11m 495M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 2e3cd7fd5c21 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:mgr.b smithi115 *:8443,8765 running (8m) 3s ago 8m 437M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 0af91c5fe5a7 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:mon.a smithi076 running (11m) 7s ago 11m 44.9M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 9c124ae1e126 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:mon.b smithi115 running (8m) 3s ago 8m 35.1M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 3ff92e2c7402 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:mon.c smithi161 running (8m) 19s ago 8m 34.0M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 08b3b9bcee3c 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:node-exporter.smithi076 smithi076 *:9100 running (3m) 7s ago 4m 8051k - 1.5.0 0da6a335fe13 686849133ec6 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:node-exporter.smithi115 smithi115 *:9100 running (3m) 3s ago 3m 8196k - 1.5.0 0da6a335fe13 d251686ad52a 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:node-exporter.smithi161 smithi161 *:9100 running (3m) 19s ago 3m 8460k - 1.5.0 0da6a335fe13 59905001f954 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:osd.0 smithi076 running (7m) 7s ago 7m 46.4M 4096M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 516b3c93f111 2024-04-27T02:45:14.490 INFO:teuthology.orchestra.run.smithi076.stdout:osd.1 smithi115 running (6m) 3s ago 6m 37.9M 4096M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 f0e6f0bf2f73 2024-04-27T02:45:14.491 INFO:teuthology.orchestra.run.smithi076.stdout:osd.2 smithi161 running (5m) 19s ago 5m 37.0M 4096M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 b091ee689d75 2024-04-27T02:45:14.491 INFO:teuthology.orchestra.run.smithi076.stdout:prometheus.smithi115 smithi115 *:9095 running (3m) 3s ago 3m 38.4M - 2.43.0 a07b618ecd1d d8af85095efa 2024-04-27T02:45:14.504 INFO:teuthology.orchestra.run.smithi076.stderr:+ ceph orch host ls 2024-04-27T02:45:14.595 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:14 smithi076 bash[21577]: audit 2024-04-27T02:45:13.943787+0000 mon.a (mon.0) 972 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:45:14.657 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:14 smithi161 bash[22361]: audit 2024-04-27T02:45:13.943787+0000 mon.a (mon.0) 972 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:45:14.728 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:14 smithi115 bash[22241]: audit 2024-04-27T02:45:13.943787+0000 mon.a (mon.0) 972 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:45:14.846 INFO:teuthology.orchestra.run.smithi076.stdout:HOST ADDR LABELS STATUS 2024-04-27T02:45:14.847 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 172.21.15.76 2024-04-27T02:45:14.847 INFO:teuthology.orchestra.run.smithi076.stdout:smithi115 172.21.15.115 2024-04-27T02:45:14.847 INFO:teuthology.orchestra.run.smithi076.stdout:smithi161 172.21.15.161 2024-04-27T02:45:14.847 INFO:teuthology.orchestra.run.smithi076.stdout:3 hosts in cluster 2024-04-27T02:45:14.862 INFO:teuthology.orchestra.run.smithi076.stderr:++ ceph orch ps --daemon-type mon -f json 2024-04-27T02:45:14.862 INFO:teuthology.orchestra.run.smithi076.stderr:++ jq -r 'last | .daemon_name' 2024-04-27T02:45:15.219 INFO:teuthology.orchestra.run.smithi076.stderr:+ MON_DAEMON=mon.c 2024-04-27T02:45:15.220 INFO:teuthology.orchestra.run.smithi076.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-04-27T02:45:15.220 INFO:teuthology.orchestra.run.smithi076.stderr:++ jq -e '.[]' 2024-04-27T02:45:15.220 INFO:teuthology.orchestra.run.smithi076.stderr:++ jq -r .hostname 2024-04-27T02:45:15.572 INFO:teuthology.orchestra.run.smithi076.stderr:+ GRAFANA_HOST=smithi076 2024-04-27T02:45:15.572 INFO:teuthology.orchestra.run.smithi076.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-04-27T02:45:15.572 INFO:teuthology.orchestra.run.smithi076.stderr:++ jq -e '.[]' 2024-04-27T02:45:15.573 INFO:teuthology.orchestra.run.smithi076.stderr:++ jq -r .hostname 2024-04-27T02:45:15.595 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:15 smithi076 bash[21577]: cluster 2024-04-27T02:45:13.969537+0000 mgr.a (mgr.14409) 125 : cluster 0 pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:15.595 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:15 smithi076 bash[21577]: audit 2024-04-27T02:45:14.131175+0000 mgr.a (mgr.14409) 126 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:15.595 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:15 smithi076 bash[21577]: audit 2024-04-27T02:45:14.501508+0000 mgr.a (mgr.14409) 127 : audit 0 from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:15.657 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:15 smithi161 bash[22361]: cluster 2024-04-27T02:45:13.969537+0000 mgr.a (mgr.14409) 125 : cluster 0 pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:15.657 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:15 smithi161 bash[22361]: audit 2024-04-27T02:45:14.131175+0000 mgr.a (mgr.14409) 126 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:15.657 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:15 smithi161 bash[22361]: audit 2024-04-27T02:45:14.501508+0000 mgr.a (mgr.14409) 127 : audit 0 from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:15.729 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:15 smithi115 bash[22241]: cluster 2024-04-27T02:45:13.969537+0000 mgr.a (mgr.14409) 125 : cluster 0 pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:15.729 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:15 smithi115 bash[22241]: audit 2024-04-27T02:45:14.131175+0000 mgr.a (mgr.14409) 126 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:15.729 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:15 smithi115 bash[22241]: audit 2024-04-27T02:45:14.501508+0000 mgr.a (mgr.14409) 127 : audit 0 from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:15.918 INFO:teuthology.orchestra.run.smithi076.stderr:+ PROM_HOST=smithi115 2024-04-27T02:45:15.919 INFO:teuthology.orchestra.run.smithi076.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-04-27T02:45:15.919 INFO:teuthology.orchestra.run.smithi076.stderr:++ jq -e '.[]' 2024-04-27T02:45:15.919 INFO:teuthology.orchestra.run.smithi076.stderr:++ jq -r .hostname 2024-04-27T02:45:16.279 INFO:teuthology.orchestra.run.smithi076.stderr:+ ALERTM_HOST=smithi161 2024-04-27T02:45:16.280 INFO:teuthology.orchestra.run.smithi076.stderr:++ ceph orch host ls -f json 2024-04-27T02:45:16.280 INFO:teuthology.orchestra.run.smithi076.stderr:++ jq -r --arg GRAFANA_HOST smithi076 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-04-27T02:45:16.615 INFO:teuthology.orchestra.run.smithi076.stderr:+ GRAFANA_IP=172.21.15.76 2024-04-27T02:45:16.616 INFO:teuthology.orchestra.run.smithi076.stderr:++ ceph orch host ls -f json 2024-04-27T02:45:16.616 INFO:teuthology.orchestra.run.smithi076.stderr:++ jq -r --arg PROM_HOST smithi115 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-04-27T02:45:16.948 INFO:teuthology.orchestra.run.smithi076.stderr:+ PROM_IP=172.21.15.115 2024-04-27T02:45:16.949 INFO:teuthology.orchestra.run.smithi076.stderr:++ ceph orch host ls -f json 2024-04-27T02:45:16.949 INFO:teuthology.orchestra.run.smithi076.stderr:++ jq -r --arg ALERTM_HOST smithi161 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-04-27T02:45:16.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:16 smithi115 bash[22241]: audit 2024-04-27T02:45:14.868568+0000 mgr.a (mgr.14409) 128 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:16.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:16 smithi115 bash[22241]: audit 2024-04-27T02:45:15.226486+0000 mgr.a (mgr.14409) 129 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:16.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:16 smithi115 bash[22241]: audit 2024-04-27T02:45:15.577839+0000 mgr.a (mgr.14409) 130 : audit 0 from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:16.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:16 smithi115 bash[22241]: audit 2024-04-27T02:45:15.694060+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:16.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:16 smithi115 bash[22241]: audit 2024-04-27T02:45:15.700331+0000 mon.a (mon.0) 974 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:16.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:16 smithi115 bash[22241]: audit 2024-04-27T02:45:15.705984+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:17.095 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:16 smithi076 bash[21577]: audit 2024-04-27T02:45:14.868568+0000 mgr.a (mgr.14409) 128 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:17.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:16 smithi076 bash[21577]: audit 2024-04-27T02:45:15.226486+0000 mgr.a (mgr.14409) 129 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:17.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:16 smithi076 bash[21577]: audit 2024-04-27T02:45:15.577839+0000 mgr.a (mgr.14409) 130 : audit 0 from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:17.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:16 smithi076 bash[21577]: audit 2024-04-27T02:45:15.694060+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:17.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:16 smithi076 bash[21577]: audit 2024-04-27T02:45:15.700331+0000 mon.a (mon.0) 974 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:17.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:16 smithi076 bash[21577]: audit 2024-04-27T02:45:15.705984+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:17.157 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:16 smithi161 bash[22361]: audit 2024-04-27T02:45:14.868568+0000 mgr.a (mgr.14409) 128 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:17.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:16 smithi161 bash[22361]: audit 2024-04-27T02:45:15.226486+0000 mgr.a (mgr.14409) 129 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:17.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:16 smithi161 bash[22361]: audit 2024-04-27T02:45:15.577839+0000 mgr.a (mgr.14409) 130 : audit 0 from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:17.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:16 smithi161 bash[22361]: audit 2024-04-27T02:45:15.694060+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:17.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:16 smithi161 bash[22361]: audit 2024-04-27T02:45:15.700331+0000 mon.a (mon.0) 974 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:17.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:16 smithi161 bash[22361]: audit 2024-04-27T02:45:15.705984+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:17.300 INFO:teuthology.orchestra.run.smithi076.stderr:+ ALERTM_IP=172.21.15.161 2024-04-27T02:45:17.301 INFO:teuthology.orchestra.run.smithi076.stderr:++ ceph orch host ls -f json 2024-04-27T02:45:17.301 INFO:teuthology.orchestra.run.smithi076.stderr:++ jq -r '.[] | .addr' 2024-04-27T02:45:17.640 INFO:teuthology.orchestra.run.smithi076.stderr:+ ALL_HOST_IPS='172.21.15.76 2024-04-27T02:45:17.640 INFO:teuthology.orchestra.run.smithi076.stderr:172.21.15.115 2024-04-27T02:45:17.640 INFO:teuthology.orchestra.run.smithi076.stderr:172.21.15.161' 2024-04-27T02:45:17.640 INFO:teuthology.orchestra.run.smithi076.stderr:+ for ip in $ALL_HOST_IPS 2024-04-27T02:45:17.640 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -s http://172.21.15.76:9100/metric 2024-04-27T02:45:17.645 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:45:17.645 INFO:teuthology.orchestra.run.smithi076.stdout: Node Exporter 2024-04-27T02:45:17.645 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:45:17.645 INFO:teuthology.orchestra.run.smithi076.stdout:

Node Exporter

2024-04-27T02:45:17.645 INFO:teuthology.orchestra.run.smithi076.stdout:

Metrics

2024-04-27T02:45:17.645 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:45:17.646 INFO:teuthology.orchestra.run.smithi076.stderr:+ for ip in $ALL_HOST_IPS 2024-04-27T02:45:17.646 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -s http://172.21.15.115:9100/metric 2024-04-27T02:45:17.650 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:45:17.650 INFO:teuthology.orchestra.run.smithi076.stdout: Node Exporter 2024-04-27T02:45:17.650 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:45:17.650 INFO:teuthology.orchestra.run.smithi076.stdout:

Node Exporter

2024-04-27T02:45:17.650 INFO:teuthology.orchestra.run.smithi076.stdout:

Metrics

2024-04-27T02:45:17.650 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:45:17.650 INFO:teuthology.orchestra.run.smithi076.stderr:+ for ip in $ALL_HOST_IPS 2024-04-27T02:45:17.651 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -s http://172.21.15.161:9100/metric 2024-04-27T02:45:17.654 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:45:17.654 INFO:teuthology.orchestra.run.smithi076.stdout: Node Exporter 2024-04-27T02:45:17.654 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:45:17.655 INFO:teuthology.orchestra.run.smithi076.stdout:

Node Exporter

2024-04-27T02:45:17.655 INFO:teuthology.orchestra.run.smithi076.stdout:

Metrics

2024-04-27T02:45:17.655 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-27T02:45:17.655 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -k -s https://172.21.15.76:3000/api/health 2024-04-27T02:45:17.669 INFO:teuthology.orchestra.run.smithi076.stdout: { 2024-04-27T02:45:17.670 INFO:teuthology.orchestra.run.smithi076.stdout: "commit": "37ee25ba46", 2024-04-27T02:45:17.670 INFO:teuthology.orchestra.run.smithi076.stdout: "database": "ok", 2024-04-27T02:45:17.670 INFO:teuthology.orchestra.run.smithi076.stdout: "version": "9.4.12" 2024-04-27T02:45:17.671 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -k -s https://172.21.15.76:3000/api/health 2024-04-27T02:45:17.671 INFO:teuthology.orchestra.run.smithi076.stderr:+ jq -e '.database == "ok"' 2024-04-27T02:45:17.687 INFO:teuthology.orchestra.run.smithi076.stdout:}true 2024-04-27T02:45:17.687 INFO:teuthology.orchestra.run.smithi076.stderr:+ ceph orch daemon stop mon.c 2024-04-27T02:45:17.907 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:17 smithi161 bash[22361]: audit 2024-04-27T02:45:15.925703+0000 mgr.a (mgr.14409) 131 : audit 0 from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:17.907 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:17 smithi161 bash[22361]: cluster 2024-04-27T02:45:15.969941+0000 mgr.a (mgr.14409) 132 : cluster 0 pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:17.907 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:17 smithi161 bash[22361]: audit 2024-04-27T02:45:16.284067+0000 mgr.a (mgr.14409) 133 : audit 0 from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:17.907 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:17 smithi161 bash[22361]: audit 2024-04-27T02:45:16.625071+0000 mgr.a (mgr.14409) 134 : audit 0 from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:17.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:17 smithi115 bash[22241]: audit 2024-04-27T02:45:15.925703+0000 mgr.a (mgr.14409) 131 : audit 0 from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:17.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:17 smithi115 bash[22241]: cluster 2024-04-27T02:45:15.969941+0000 mgr.a (mgr.14409) 132 : cluster 0 pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:17.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:17 smithi115 bash[22241]: audit 2024-04-27T02:45:16.284067+0000 mgr.a (mgr.14409) 133 : audit 0 from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:17.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:17 smithi115 bash[22241]: audit 2024-04-27T02:45:16.625071+0000 mgr.a (mgr.14409) 134 : audit 0 from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:18.030 INFO:teuthology.orchestra.run.smithi076.stdout:Scheduled to stop mon.c on host 'smithi161' 2024-04-27T02:45:18.044 INFO:teuthology.orchestra.run.smithi076.stderr:+ sleep 120 2024-04-27T02:45:18.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:17 smithi076 bash[21577]: audit 2024-04-27T02:45:15.925703+0000 mgr.a (mgr.14409) 131 : audit 0 from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:18.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:17 smithi076 bash[21577]: cluster 2024-04-27T02:45:15.969941+0000 mgr.a (mgr.14409) 132 : cluster 0 pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:18.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:17 smithi076 bash[21577]: audit 2024-04-27T02:45:16.284067+0000 mgr.a (mgr.14409) 133 : audit 0 from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:18.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:17 smithi076 bash[21577]: audit 2024-04-27T02:45:16.625071+0000 mgr.a (mgr.14409) 134 : audit 0 from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:18.097 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:45:17 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:45:17] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-04-27T02:45:18.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: audit 2024-04-27T02:45:16.958513+0000 mgr.a (mgr.14409) 135 : audit 0 from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:18.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: audit 2024-04-27T02:45:17.309708+0000 mgr.a (mgr.14409) 136 : audit 0 from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:18.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: audit 2024-04-27T02:45:17.649730+0000 mgr.a (mgr.14409) 137 : audit 0 from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:18.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: cluster 2024-04-27T02:45:17.970478+0000 mgr.a (mgr.14409) 138 : cluster 0 pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:18.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: audit 2024-04-27T02:45:18.036229+0000 mgr.a (mgr.14409) 139 : audit 0 from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:18.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: cephadm 2024-04-27T02:45:18.036666+0000 mgr.a (mgr.14409) 140 : cephadm 1 Schedule stop daemon mon.c 2024-04-27T02:45:18.979 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: audit 2024-04-27T02:45:18.047464+0000 mon.a (mon.0) 976 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:18.980 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: audit 2024-04-27T02:45:18.053977+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:18.980 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: audit 2024-04-27T02:45:18.084192+0000 mon.a (mon.0) 978 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:45:18.980 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: audit 2024-04-27T02:45:18.087299+0000 mon.a (mon.0) 979 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:45:18.980 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: audit 2024-04-27T02:45:18.088206+0000 mon.a (mon.0) 980 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:45:18.980 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:18 smithi115 bash[22241]: audit 2024-04-27T02:45:18.093929+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:19.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: audit 2024-04-27T02:45:16.958513+0000 mgr.a (mgr.14409) 135 : audit 0 from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:19.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: audit 2024-04-27T02:45:17.309708+0000 mgr.a (mgr.14409) 136 : audit 0 from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:19.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: audit 2024-04-27T02:45:17.649730+0000 mgr.a (mgr.14409) 137 : audit 0 from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:19.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: cluster 2024-04-27T02:45:17.970478+0000 mgr.a (mgr.14409) 138 : cluster 0 pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:19.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: audit 2024-04-27T02:45:18.036229+0000 mgr.a (mgr.14409) 139 : audit 0 from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:19.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: cephadm 2024-04-27T02:45:18.036666+0000 mgr.a (mgr.14409) 140 : cephadm 1 Schedule stop daemon mon.c 2024-04-27T02:45:19.096 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: audit 2024-04-27T02:45:18.047464+0000 mon.a (mon.0) 976 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:19.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: audit 2024-04-27T02:45:18.053977+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:19.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: audit 2024-04-27T02:45:18.084192+0000 mon.a (mon.0) 978 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:45:19.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: audit 2024-04-27T02:45:18.087299+0000 mon.a (mon.0) 979 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:45:19.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: audit 2024-04-27T02:45:18.088206+0000 mon.a (mon.0) 980 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:45:19.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:18 smithi076 bash[21577]: audit 2024-04-27T02:45:18.093929+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:19.157 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: audit 2024-04-27T02:45:16.958513+0000 mgr.a (mgr.14409) 135 : audit 0 from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:19.157 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: audit 2024-04-27T02:45:17.309708+0000 mgr.a (mgr.14409) 136 : audit 0 from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:19.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: audit 2024-04-27T02:45:17.649730+0000 mgr.a (mgr.14409) 137 : audit 0 from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:45:19.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: cluster 2024-04-27T02:45:17.970478+0000 mgr.a (mgr.14409) 138 : cluster 0 pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:19.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: audit 2024-04-27T02:45:18.036229+0000 mgr.a (mgr.14409) 139 : audit 0 from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:45:19.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: cephadm 2024-04-27T02:45:18.036666+0000 mgr.a (mgr.14409) 140 : cephadm 1 Schedule stop daemon mon.c 2024-04-27T02:45:19.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: audit 2024-04-27T02:45:18.047464+0000 mon.a (mon.0) 976 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:19.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: audit 2024-04-27T02:45:18.053977+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:19.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: audit 2024-04-27T02:45:18.084192+0000 mon.a (mon.0) 978 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:45:19.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: audit 2024-04-27T02:45:18.087299+0000 mon.a (mon.0) 979 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:45:19.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: audit 2024-04-27T02:45:18.088206+0000 mon.a (mon.0) 980 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:45:19.158 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:18 smithi161 bash[22361]: audit 2024-04-27T02:45:18.093929+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:21.346 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:21 smithi076 bash[21577]: cluster 2024-04-27T02:45:19.971018+0000 mgr.a (mgr.14409) 141 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:21.407 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:21 smithi161 bash[22361]: cluster 2024-04-27T02:45:19.971018+0000 mgr.a (mgr.14409) 141 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:21.479 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:21 smithi115 bash[22241]: cluster 2024-04-27T02:45:19.971018+0000 mgr.a (mgr.14409) 141 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:23.346 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:23 smithi076 bash[21577]: cluster 2024-04-27T02:45:21.971507+0000 mgr.a (mgr.14409) 142 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:23.407 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:23 smithi161 bash[22361]: cluster 2024-04-27T02:45:21.971507+0000 mgr.a (mgr.14409) 142 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:23.407 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:23 smithi161 systemd[1]: Stopping Ceph mon.c for 55e8a228-043e-11ef-bc93-c7b262605968... 2024-04-27T02:45:23.407 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:23 smithi161 bash[22361]: debug 2024-04-27T02:45:23.226+0000 7f8008611700 -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-04-27T02:45:23.408 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:23 smithi161 bash[22361]: debug 2024-04-27T02:45:23.226+0000 7f8008611700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-27T02:45:23.479 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:23 smithi115 bash[22241]: cluster 2024-04-27T02:45:21.971507+0000 mgr.a (mgr.14409) 142 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:24.407 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:24 smithi161 bash[35084]: ceph-55e8a228-043e-11ef-bc93-c7b262605968-mon-c 2024-04-27T02:45:24.407 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:24 smithi161 bash[35144]: Error response from daemon: No such container: ceph-55e8a228-043e-11ef-bc93-c7b262605968-mon-c 2024-04-27T02:45:24.408 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:24 smithi161 systemd[1]: ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-27T02:45:24.408 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 27 02:45:24 smithi161 systemd[1]: Stopped Ceph mon.c for 55e8a228-043e-11ef-bc93-c7b262605968. 2024-04-27T02:45:28.346 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:45:27 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:45:27] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-04-27T02:45:38.346 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:45:37 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:45:37] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-04-27T02:45:39.347 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:25.972570+0000 mgr.a (mgr.14409) 144 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.347 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:27.973112+0000 mgr.a (mgr.14409) 145 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.347 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:28.944629+0000 mon.a (mon.0) 982 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:45:39.347 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:29.973629+0000 mgr.a (mgr.14409) 146 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.347 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:31.974129+0000 mgr.a (mgr.14409) 147 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:33.031791+0000 mon.b (mon.2) 12 : cluster 1 mon.b calling monitor election 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:33.039150+0000 mon.a (mon.0) 983 : cluster 1 mon.a calling monitor election 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:33.974631+0000 mgr.a (mgr.14409) 148 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:35.975148+0000 mgr.a (mgr.14409) 149 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:37.975668+0000 mgr.a (mgr.14409) 150 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.057817+0000 mon.a (mon.0) 984 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.066119+0000 mon.a (mon.0) 985 : cluster 0 monmap epoch 3 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.066149+0000 mon.a (mon.0) 986 : cluster 0 fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.066168+0000 mon.a (mon.0) 987 : cluster 0 last_changed 2024-04-27T02:36:23.628634+0000 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.066186+0000 mon.a (mon.0) 988 : cluster 0 created 2024-04-27T02:33:28.471387+0000 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.066203+0000 mon.a (mon.0) 989 : cluster 0 min_mon_release 19 (squid) 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.066220+0000 mon.a (mon.0) 990 : cluster 0 election_strategy: 1 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.066241+0000 mon.a (mon.0) 991 : cluster 0 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-04-27T02:45:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.066270+0000 mon.a (mon.0) 992 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-27T02:45:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.066351+0000 mon.a (mon.0) 993 : cluster 0 2: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.b 2024-04-27T02:45:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.067443+0000 mon.a (mon.0) 994 : cluster 0 fsmap 2024-04-27T02:45:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.067506+0000 mon.a (mon.0) 995 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-04-27T02:45:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.069069+0000 mon.a (mon.0) 996 : cluster 0 mgrmap e21: a(active, since 3m), standbys: b 2024-04-27T02:45:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.069399+0000 mon.a (mon.0) 997 : cluster 3 Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-27T02:45:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.097086+0000 mon.a (mon.0) 998 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.098012+0000 mon.a (mon.0) 999 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-27T02:45:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.098072+0000 mon.a (mon.0) 1000 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: cluster 2024-04-27T02:45:38.098105+0000 mon.a (mon.0) 1001 : cluster 3 mon.c (rank 1) addr [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] is down (out of quorum) 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.104242+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.111475+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.119831+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.128954+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.138113+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.146830+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.158540+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.169728+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.171591+0000 mon.a (mon.0) 1010 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.177768+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.185727+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.350 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.703111+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.351 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.712571+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.351 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.715115+0000 mon.a (mon.0) 1015 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:45:39.351 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.717007+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:45:39.351 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:39 smithi076 bash[21577]: audit 2024-04-27T02:45:38.726951+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:25.972570+0000 mgr.a (mgr.14409) 144 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:27.973112+0000 mgr.a (mgr.14409) 145 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:28.944629+0000 mon.a (mon.0) 982 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:29.973629+0000 mgr.a (mgr.14409) 146 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:31.974129+0000 mgr.a (mgr.14409) 147 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:33.031791+0000 mon.b (mon.2) 12 : cluster 1 mon.b calling monitor election 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:33.039150+0000 mon.a (mon.0) 983 : cluster 1 mon.a calling monitor election 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:33.974631+0000 mgr.a (mgr.14409) 148 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:35.975148+0000 mgr.a (mgr.14409) 149 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:37.975668+0000 mgr.a (mgr.14409) 150 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.057817+0000 mon.a (mon.0) 984 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.066119+0000 mon.a (mon.0) 985 : cluster 0 monmap epoch 3 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.066149+0000 mon.a (mon.0) 986 : cluster 0 fsid 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:45:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.066168+0000 mon.a (mon.0) 987 : cluster 0 last_changed 2024-04-27T02:36:23.628634+0000 2024-04-27T02:45:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.066186+0000 mon.a (mon.0) 988 : cluster 0 created 2024-04-27T02:33:28.471387+0000 2024-04-27T02:45:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.066203+0000 mon.a (mon.0) 989 : cluster 0 min_mon_release 19 (squid) 2024-04-27T02:45:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.066220+0000 mon.a (mon.0) 990 : cluster 0 election_strategy: 1 2024-04-27T02:45:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.066241+0000 mon.a (mon.0) 991 : cluster 0 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.a 2024-04-27T02:45:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.066270+0000 mon.a (mon.0) 992 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-27T02:45:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.066351+0000 mon.a (mon.0) 993 : cluster 0 2: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.b 2024-04-27T02:45:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.067443+0000 mon.a (mon.0) 994 : cluster 0 fsmap 2024-04-27T02:45:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.067506+0000 mon.a (mon.0) 995 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-04-27T02:45:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.069069+0000 mon.a (mon.0) 996 : cluster 0 mgrmap e21: a(active, since 3m), standbys: b 2024-04-27T02:45:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.069399+0000 mon.a (mon.0) 997 : cluster 3 Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-27T02:45:39.483 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.097086+0000 mon.a (mon.0) 998 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.483 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.098012+0000 mon.a (mon.0) 999 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-27T02:45:39.483 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.098072+0000 mon.a (mon.0) 1000 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-27T02:45:39.483 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: cluster 2024-04-27T02:45:38.098105+0000 mon.a (mon.0) 1001 : cluster 3 mon.c (rank 1) addr [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] is down (out of quorum) 2024-04-27T02:45:39.483 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.104242+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.483 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.111475+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.484 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.119831+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.484 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.128954+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.484 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.138113+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.484 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.146830+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.484 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.158540+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.484 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.169728+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.484 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.171591+0000 mon.a (mon.0) 1010 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:45:39.484 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.177768+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.484 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.185727+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.485 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.703111+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.485 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.712571+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:39.485 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.715115+0000 mon.a (mon.0) 1015 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:45:39.485 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.717007+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:45:39.485 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:39 smithi115 bash[22241]: audit 2024-04-27T02:45:38.726951+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:40.479 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:40 smithi115 bash[22241]: audit 2024-04-27T02:45:39.134267+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:40.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:40 smithi115 bash[22241]: audit 2024-04-27T02:45:39.143421+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:40.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:40 smithi115 bash[22241]: audit 2024-04-27T02:45:39.153646+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:40.596 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:40 smithi076 bash[21577]: audit 2024-04-27T02:45:39.134267+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:40.596 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:40 smithi076 bash[21577]: audit 2024-04-27T02:45:39.143421+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:40.597 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:40 smithi076 bash[21577]: audit 2024-04-27T02:45:39.153646+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:41.479 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:41 smithi115 bash[22241]: cluster 2024-04-27T02:45:39.976198+0000 mgr.a (mgr.14409) 151 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:41.596 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:41 smithi076 bash[21577]: cluster 2024-04-27T02:45:39.976198+0000 mgr.a (mgr.14409) 151 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:43.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:43 smithi115 bash[22241]: cluster 2024-04-27T02:45:41.976653+0000 mgr.a (mgr.14409) 152 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:43.596 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:43 smithi076 bash[21577]: cluster 2024-04-27T02:45:41.976653+0000 mgr.a (mgr.14409) 152 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:45.230 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:44 smithi115 bash[22241]: audit 2024-04-27T02:45:43.950779+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:45.230 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:44 smithi115 bash[22241]: audit 2024-04-27T02:45:43.952481+0000 mon.a (mon.0) 1022 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:45:45.230 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:44 smithi115 bash[22241]: cluster 2024-04-27T02:45:43.977100+0000 mgr.a (mgr.14409) 153 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:45.346 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:44 smithi076 bash[21577]: audit 2024-04-27T02:45:43.950779+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:45.347 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:44 smithi076 bash[21577]: audit 2024-04-27T02:45:43.952481+0000 mon.a (mon.0) 1022 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:45:45.347 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:44 smithi076 bash[21577]: cluster 2024-04-27T02:45:43.977100+0000 mgr.a (mgr.14409) 153 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:47.294 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:47 smithi076 bash[21577]: cluster 2024-04-27T02:45:45.977630+0000 mgr.a (mgr.14409) 154 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:47.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:47 smithi115 bash[22241]: cluster 2024-04-27T02:45:45.977630+0000 mgr.a (mgr.14409) 154 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:48.347 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:45:47 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:45:47] "GET /metrics HTTP/1.1" 200 21591 "" "Prometheus/2.43.0" 2024-04-27T02:45:49.283 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:49 smithi076 bash[21577]: cluster 2024-04-27T02:45:47.978137+0000 mgr.a (mgr.14409) 155 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:49.479 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:49 smithi115 bash[22241]: cluster 2024-04-27T02:45:47.978137+0000 mgr.a (mgr.14409) 155 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:51.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:51 smithi076 bash[21577]: cluster 2024-04-27T02:45:49.978662+0000 mgr.a (mgr.14409) 156 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:51.344 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:51 smithi115 bash[22241]: cluster 2024-04-27T02:45:49.978662+0000 mgr.a (mgr.14409) 156 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:53.346 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:53 smithi076 bash[21577]: cluster 2024-04-27T02:45:51.979207+0000 mgr.a (mgr.14409) 157 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:53.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:53 smithi115 bash[22241]: cluster 2024-04-27T02:45:51.979207+0000 mgr.a (mgr.14409) 157 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:55.730 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:55 smithi115 bash[22241]: cluster 2024-04-27T02:45:53.979790+0000 mgr.a (mgr.14409) 158 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:55.730 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:55 smithi115 bash[22241]: audit 2024-04-27T02:45:54.382259+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:55.730 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:55 smithi115 bash[22241]: audit 2024-04-27T02:45:54.390721+0000 mon.a (mon.0) 1024 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:55.730 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:55 smithi115 bash[22241]: audit 2024-04-27T02:45:54.401555+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:55.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:55 smithi076 bash[21577]: cluster 2024-04-27T02:45:53.979790+0000 mgr.a (mgr.14409) 158 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:55.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:55 smithi076 bash[21577]: audit 2024-04-27T02:45:54.382259+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:55.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:55 smithi076 bash[21577]: audit 2024-04-27T02:45:54.390721+0000 mon.a (mon.0) 1024 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:55.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:55 smithi076 bash[21577]: audit 2024-04-27T02:45:54.401555+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:57.730 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:57 smithi115 bash[22241]: cluster 2024-04-27T02:45:55.980368+0000 mgr.a (mgr.14409) 159 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:57.730 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:57 smithi115 bash[22241]: audit 2024-04-27T02:45:56.380166+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:57.730 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:57 smithi115 bash[22241]: audit 2024-04-27T02:45:56.392900+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:57.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:57 smithi115 bash[22241]: audit 2024-04-27T02:45:56.403421+0000 mon.a (mon.0) 1028 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:57.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:57 smithi076 bash[21577]: cluster 2024-04-27T02:45:55.980368+0000 mgr.a (mgr.14409) 159 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:57.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:57 smithi076 bash[21577]: audit 2024-04-27T02:45:56.380166+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:57.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:57 smithi076 bash[21577]: audit 2024-04-27T02:45:56.392900+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:57.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:57 smithi076 bash[21577]: audit 2024-04-27T02:45:56.403421+0000 mon.a (mon.0) 1028 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:58.347 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:45:57 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:45:57] "GET /metrics HTTP/1.1" 200 21591 "" "Prometheus/2.43.0" 2024-04-27T02:45:59.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:58 smithi076 bash[21577]: audit 2024-04-27T02:45:57.758558+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:59.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:58 smithi076 bash[21577]: audit 2024-04-27T02:45:57.768140+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:59.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:58 smithi076 bash[21577]: audit 2024-04-27T02:45:57.778700+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:59.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:58 smithi076 bash[21577]: cluster 2024-04-27T02:45:57.980869+0000 mgr.a (mgr.14409) 160 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:45:59.230 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:58 smithi115 bash[22241]: audit 2024-04-27T02:45:57.758558+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:59.230 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:58 smithi115 bash[22241]: audit 2024-04-27T02:45:57.768140+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:59.230 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:58 smithi115 bash[22241]: audit 2024-04-27T02:45:57.778700+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:45:59.230 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:58 smithi115 bash[22241]: cluster 2024-04-27T02:45:57.980869+0000 mgr.a (mgr.14409) 160 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:00.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:45:59 smithi076 bash[21577]: audit 2024-04-27T02:45:58.945511+0000 mon.a (mon.0) 1032 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:46:00.230 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:45:59 smithi115 bash[22241]: audit 2024-04-27T02:45:58.945511+0000 mon.a (mon.0) 1032 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:46:01.097 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:00 smithi076 bash[21577]: cluster 2024-04-27T02:45:59.981406+0000 mgr.a (mgr.14409) 161 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:01.230 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:00 smithi115 bash[22241]: cluster 2024-04-27T02:45:59.981406+0000 mgr.a (mgr.14409) 161 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:03.347 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:03 smithi076 bash[21577]: cluster 2024-04-27T02:46:01.981909+0000 mgr.a (mgr.14409) 162 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:03.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:03 smithi115 bash[22241]: cluster 2024-04-27T02:46:01.981909+0000 mgr.a (mgr.14409) 162 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:05.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:05 smithi076 bash[21577]: cluster 2024-04-27T02:46:03.982396+0000 mgr.a (mgr.14409) 163 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:05.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:05 smithi115 bash[22241]: cluster 2024-04-27T02:46:03.982396+0000 mgr.a (mgr.14409) 163 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:07.347 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:07 smithi076 bash[21577]: cluster 2024-04-27T02:46:05.982919+0000 mgr.a (mgr.14409) 164 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:07.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:07 smithi115 bash[22241]: cluster 2024-04-27T02:46:05.982919+0000 mgr.a (mgr.14409) 164 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:08.347 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:46:07 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:46:07] "GET /metrics HTTP/1.1" 200 21589 "" "Prometheus/2.43.0" 2024-04-27T02:46:09.284 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:09 smithi076 bash[21577]: cluster 2024-04-27T02:46:07.983411+0000 mgr.a (mgr.14409) 165 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:09.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:09 smithi115 bash[22241]: cluster 2024-04-27T02:46:07.983411+0000 mgr.a (mgr.14409) 165 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:11.347 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:11 smithi076 bash[21577]: cluster 2024-04-27T02:46:09.983901+0000 mgr.a (mgr.14409) 166 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:11.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:11 smithi115 bash[22241]: cluster 2024-04-27T02:46:09.983901+0000 mgr.a (mgr.14409) 166 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:12.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:12 smithi076 bash[21577]: audit 2024-04-27T02:46:11.535629+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:12.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:12 smithi076 bash[21577]: audit 2024-04-27T02:46:11.542120+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:12.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:12 smithi076 bash[21577]: audit 2024-04-27T02:46:11.548949+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:12.980 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:12 smithi115 bash[22241]: audit 2024-04-27T02:46:11.535629+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:12.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:12 smithi115 bash[22241]: audit 2024-04-27T02:46:11.542120+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:12.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:12 smithi115 bash[22241]: audit 2024-04-27T02:46:11.548949+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:13.730 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:13 smithi115 bash[22241]: cluster 2024-04-27T02:46:11.984250+0000 mgr.a (mgr.14409) 167 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:13.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:13 smithi076 bash[21577]: cluster 2024-04-27T02:46:11.984250+0000 mgr.a (mgr.14409) 167 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:14.730 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:14 smithi115 bash[22241]: audit 2024-04-27T02:46:13.946043+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:46:14.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:14 smithi115 bash[22241]: audit 2024-04-27T02:46:14.537746+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:14.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:14 smithi115 bash[22241]: audit 2024-04-27T02:46:14.547254+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:14.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:14 smithi076 bash[21577]: audit 2024-04-27T02:46:13.946043+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:46:14.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:14 smithi076 bash[21577]: audit 2024-04-27T02:46:14.537746+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:14.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:14 smithi076 bash[21577]: audit 2024-04-27T02:46:14.547254+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:15.799 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:15 smithi115 bash[22241]: cluster 2024-04-27T02:46:13.984720+0000 mgr.a (mgr.14409) 168 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:15.799 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:15 smithi115 bash[22241]: audit 2024-04-27T02:46:14.557305+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:15.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:15 smithi076 bash[21577]: cluster 2024-04-27T02:46:13.984720+0000 mgr.a (mgr.14409) 168 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:15.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:15 smithi076 bash[21577]: audit 2024-04-27T02:46:14.557305+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:17.847 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:17 smithi076 bash[21577]: cluster 2024-04-27T02:46:15.985199+0000 mgr.a (mgr.14409) 169 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:17.980 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:17 smithi115 bash[22241]: cluster 2024-04-27T02:46:15.985199+0000 mgr.a (mgr.14409) 169 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:18.348 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:46:17 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:46:17] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.43.0" 2024-04-27T02:46:19.231 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:18 smithi115 bash[22241]: audit 2024-04-27T02:46:17.919611+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:19.231 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:18 smithi115 bash[22241]: audit 2024-04-27T02:46:17.928428+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:19.231 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:18 smithi115 bash[22241]: audit 2024-04-27T02:46:17.938489+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:19.231 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:18 smithi115 bash[22241]: cluster 2024-04-27T02:46:17.985702+0000 mgr.a (mgr.14409) 170 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:19.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:18 smithi076 bash[21577]: audit 2024-04-27T02:46:17.919611+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:19.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:18 smithi076 bash[21577]: audit 2024-04-27T02:46:17.928428+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:19.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:18 smithi076 bash[21577]: audit 2024-04-27T02:46:17.938489+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:19.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:18 smithi076 bash[21577]: cluster 2024-04-27T02:46:17.985702+0000 mgr.a (mgr.14409) 170 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:21.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:21 smithi076 bash[21577]: cluster 2024-04-27T02:46:19.986243+0000 mgr.a (mgr.14409) 171 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:21.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:21 smithi115 bash[22241]: cluster 2024-04-27T02:46:19.986243+0000 mgr.a (mgr.14409) 171 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:23.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:23 smithi076 bash[21577]: cluster 2024-04-27T02:46:21.986746+0000 mgr.a (mgr.14409) 172 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:23.480 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:23 smithi115 bash[22241]: cluster 2024-04-27T02:46:21.986746+0000 mgr.a (mgr.14409) 172 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:25.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:25 smithi076 bash[21577]: cluster 2024-04-27T02:46:23.987223+0000 mgr.a (mgr.14409) 173 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:25.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:25 smithi115 bash[22241]: cluster 2024-04-27T02:46:23.987223+0000 mgr.a (mgr.14409) 173 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:27.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:27 smithi076 bash[21577]: cluster 2024-04-27T02:46:25.987589+0000 mgr.a (mgr.14409) 174 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:27.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:27 smithi115 bash[22241]: cluster 2024-04-27T02:46:25.987589+0000 mgr.a (mgr.14409) 174 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:28.348 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:46:27 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:46:27] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.43.0" 2024-04-27T02:46:29.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:29 smithi115 bash[22241]: cluster 2024-04-27T02:46:27.988071+0000 mgr.a (mgr.14409) 175 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:29.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:29 smithi115 bash[22241]: audit 2024-04-27T02:46:28.698877+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:29.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:29 smithi115 bash[22241]: audit 2024-04-27T02:46:28.708363+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:29.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:29 smithi115 bash[22241]: audit 2024-04-27T02:46:28.718394+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:29.982 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:29 smithi115 bash[22241]: audit 2024-04-27T02:46:28.946290+0000 mon.a (mon.0) 1046 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:46:30.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:29 smithi076 bash[21577]: cluster 2024-04-27T02:46:27.988071+0000 mgr.a (mgr.14409) 175 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:30.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:29 smithi076 bash[21577]: audit 2024-04-27T02:46:28.698877+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:30.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:29 smithi076 bash[21577]: audit 2024-04-27T02:46:28.708363+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:30.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:29 smithi076 bash[21577]: audit 2024-04-27T02:46:28.718394+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:30.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:29 smithi076 bash[21577]: audit 2024-04-27T02:46:28.946290+0000 mon.a (mon.0) 1046 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:46:31.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:31 smithi076 bash[21577]: cluster 2024-04-27T02:46:29.988621+0000 mgr.a (mgr.14409) 176 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:31.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:31 smithi115 bash[22241]: cluster 2024-04-27T02:46:29.988621+0000 mgr.a (mgr.14409) 176 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:33.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:33 smithi115 bash[22241]: cluster 2024-04-27T02:46:31.989102+0000 mgr.a (mgr.14409) 177 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:33.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:33 smithi115 bash[22241]: audit 2024-04-27T02:46:32.738538+0000 mon.a (mon.0) 1047 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:33.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:33 smithi115 bash[22241]: audit 2024-04-27T02:46:32.744328+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:33.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:33 smithi115 bash[22241]: audit 2024-04-27T02:46:32.751786+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:34.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:33 smithi076 bash[21577]: cluster 2024-04-27T02:46:31.989102+0000 mgr.a (mgr.14409) 177 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:34.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:33 smithi076 bash[21577]: audit 2024-04-27T02:46:32.738538+0000 mon.a (mon.0) 1047 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:34.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:33 smithi076 bash[21577]: audit 2024-04-27T02:46:32.744328+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:34.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:33 smithi076 bash[21577]: audit 2024-04-27T02:46:32.751786+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:35.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:35 smithi115 bash[22241]: cluster 2024-04-27T02:46:33.989630+0000 mgr.a (mgr.14409) 178 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:36.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:35 smithi076 bash[21577]: cluster 2024-04-27T02:46:33.989630+0000 mgr.a (mgr.14409) 178 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:37.981 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:37 smithi115 bash[22241]: cluster 2024-04-27T02:46:35.990308+0000 mgr.a (mgr.14409) 179 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:38.098 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:37 smithi076 bash[21577]: cluster 2024-04-27T02:46:35.990308+0000 mgr.a (mgr.14409) 179 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:38.099 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:46:37 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:46:37] "GET /metrics HTTP/1.1" 200 21594 "" "Prometheus/2.43.0" 2024-04-27T02:46:39.348 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:39 smithi076 bash[21577]: cluster 2024-04-27T02:46:37.990811+0000 mgr.a (mgr.14409) 180 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:39 smithi076 bash[21577]: audit 2024-04-27T02:46:38.079500+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:39 smithi076 bash[21577]: audit 2024-04-27T02:46:38.088796+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:39 smithi076 bash[21577]: audit 2024-04-27T02:46:38.099072+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:39.349 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:39 smithi076 bash[21577]: audit 2024-04-27T02:46:38.854415+0000 mon.a (mon.0) 1053 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:46:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:39 smithi115 bash[22241]: cluster 2024-04-27T02:46:37.990811+0000 mgr.a (mgr.14409) 180 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:39 smithi115 bash[22241]: audit 2024-04-27T02:46:38.079500+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:39.481 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:39 smithi115 bash[22241]: audit 2024-04-27T02:46:38.088796+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:39 smithi115 bash[22241]: audit 2024-04-27T02:46:38.099072+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:39.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:39 smithi115 bash[22241]: audit 2024-04-27T02:46:38.854415+0000 mon.a (mon.0) 1053 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:46:40.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:40 smithi115 bash[22241]: audit 2024-04-27T02:46:39.384405+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:40.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:40 smithi115 bash[22241]: audit 2024-04-27T02:46:39.393296+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:40.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:40 smithi115 bash[22241]: audit 2024-04-27T02:46:39.395687+0000 mon.a (mon.0) 1056 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:46:40.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:40 smithi115 bash[22241]: audit 2024-04-27T02:46:39.397743+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:46:40.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:40 smithi115 bash[22241]: audit 2024-04-27T02:46:39.407836+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:40.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:40 smithi076 bash[21577]: audit 2024-04-27T02:46:39.384405+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:40.849 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:40 smithi076 bash[21577]: audit 2024-04-27T02:46:39.393296+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:40.849 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:40 smithi076 bash[21577]: audit 2024-04-27T02:46:39.395687+0000 mon.a (mon.0) 1056 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:46:40.849 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:40 smithi076 bash[21577]: audit 2024-04-27T02:46:39.397743+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:46:40.849 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:40 smithi076 bash[21577]: audit 2024-04-27T02:46:39.407836+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:41.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:41 smithi115 bash[22241]: cluster 2024-04-27T02:46:39.991290+0000 mgr.a (mgr.14409) 181 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:41.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:41 smithi076 bash[21577]: cluster 2024-04-27T02:46:39.991290+0000 mgr.a (mgr.14409) 181 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:43.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:43 smithi115 bash[22241]: cluster 2024-04-27T02:46:41.991800+0000 mgr.a (mgr.14409) 182 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:43.849 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:43 smithi076 bash[21577]: cluster 2024-04-27T02:46:41.991800+0000 mgr.a (mgr.14409) 182 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:44.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:44 smithi115 bash[22241]: audit 2024-04-27T02:46:43.946832+0000 mon.a (mon.0) 1059 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:46:44.848 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:44 smithi076 bash[21577]: audit 2024-04-27T02:46:43.946832+0000 mon.a (mon.0) 1059 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:46:45.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:45 smithi115 bash[22241]: cluster 2024-04-27T02:46:43.992363+0000 mgr.a (mgr.14409) 183 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:45.849 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:45 smithi076 bash[21577]: cluster 2024-04-27T02:46:43.992363+0000 mgr.a (mgr.14409) 183 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:47.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:47 smithi115 bash[22241]: cluster 2024-04-27T02:46:45.992945+0000 mgr.a (mgr.14409) 184 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:47.849 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:47 smithi076 bash[21577]: cluster 2024-04-27T02:46:45.992945+0000 mgr.a (mgr.14409) 184 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:48.349 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:46:47 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:46:47] "GET /metrics HTTP/1.1" 200 21596 "" "Prometheus/2.43.0" 2024-04-27T02:46:49.599 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:49 smithi076 bash[21577]: cluster 2024-04-27T02:46:47.993482+0000 mgr.a (mgr.14409) 185 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:49.599 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:49 smithi076 bash[21577]: audit 2024-04-27T02:46:48.921774+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:49.599 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:49 smithi076 bash[21577]: audit 2024-04-27T02:46:48.932455+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:49.599 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:49 smithi076 bash[21577]: audit 2024-04-27T02:46:48.944395+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:49.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:49 smithi115 bash[22241]: cluster 2024-04-27T02:46:47.993482+0000 mgr.a (mgr.14409) 185 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:49.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:49 smithi115 bash[22241]: audit 2024-04-27T02:46:48.921774+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:49.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:49 smithi115 bash[22241]: audit 2024-04-27T02:46:48.932455+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:49.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:49 smithi115 bash[22241]: audit 2024-04-27T02:46:48.944395+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:51.679 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:51 smithi076 bash[21577]: cluster 2024-04-27T02:46:49.994024+0000 mgr.a (mgr.14409) 186 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:51.733 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:51 smithi115 bash[22241]: cluster 2024-04-27T02:46:49.994024+0000 mgr.a (mgr.14409) 186 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:53.731 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:53 smithi115 bash[22241]: cluster 2024-04-27T02:46:51.994616+0000 mgr.a (mgr.14409) 187 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:53.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:53 smithi115 bash[22241]: audit 2024-04-27T02:46:52.953681+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:53.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:53 smithi115 bash[22241]: audit 2024-04-27T02:46:52.965896+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:53.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:53 smithi115 bash[22241]: audit 2024-04-27T02:46:52.974524+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:53.737 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:53 smithi076 bash[21577]: cluster 2024-04-27T02:46:51.994616+0000 mgr.a (mgr.14409) 187 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:53.737 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:53 smithi076 bash[21577]: audit 2024-04-27T02:46:52.953681+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:53.737 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:53 smithi076 bash[21577]: audit 2024-04-27T02:46:52.965896+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:53.737 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:53 smithi076 bash[21577]: audit 2024-04-27T02:46:52.974524+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:55.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:55 smithi115 bash[22241]: cluster 2024-04-27T02:46:53.995258+0000 mgr.a (mgr.14409) 188 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:55.849 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:55 smithi076 bash[21577]: cluster 2024-04-27T02:46:53.995258+0000 mgr.a (mgr.14409) 188 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:57.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:57 smithi115 bash[22241]: cluster 2024-04-27T02:46:55.995832+0000 mgr.a (mgr.14409) 189 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:57.849 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:57 smithi076 bash[21577]: cluster 2024-04-27T02:46:55.995832+0000 mgr.a (mgr.14409) 189 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:58.349 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:46:57 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:46:57] "GET /metrics HTTP/1.1" 200 21596 "" "Prometheus/2.43.0" 2024-04-27T02:46:59.599 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:59 smithi076 bash[21577]: cluster 2024-04-27T02:46:57.996385+0000 mgr.a (mgr.14409) 190 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:59.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:59 smithi076 bash[21577]: audit 2024-04-27T02:46:58.289852+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:59.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:59 smithi076 bash[21577]: audit 2024-04-27T02:46:58.299234+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:59.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:59 smithi076 bash[21577]: audit 2024-04-27T02:46:58.310999+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:59.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:46:59 smithi076 bash[21577]: audit 2024-04-27T02:46:58.947241+0000 mon.a (mon.0) 1069 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:46:59.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:59 smithi115 bash[22241]: cluster 2024-04-27T02:46:57.996385+0000 mgr.a (mgr.14409) 190 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:46:59.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:59 smithi115 bash[22241]: audit 2024-04-27T02:46:58.289852+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:59.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:59 smithi115 bash[22241]: audit 2024-04-27T02:46:58.299234+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:59.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:59 smithi115 bash[22241]: audit 2024-04-27T02:46:58.310999+0000 mon.a (mon.0) 1068 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:46:59.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:46:59 smithi115 bash[22241]: audit 2024-04-27T02:46:58.947241+0000 mon.a (mon.0) 1069 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:47:01.599 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:01 smithi076 bash[21577]: cluster 2024-04-27T02:46:59.996862+0000 mgr.a (mgr.14409) 191 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:01.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:01 smithi115 bash[22241]: cluster 2024-04-27T02:46:59.996862+0000 mgr.a (mgr.14409) 191 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:03.599 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:03 smithi076 bash[21577]: cluster 2024-04-27T02:47:01.997432+0000 mgr.a (mgr.14409) 192 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:03.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:03 smithi115 bash[22241]: cluster 2024-04-27T02:47:01.997432+0000 mgr.a (mgr.14409) 192 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:05.599 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:05 smithi076 bash[21577]: cluster 2024-04-27T02:47:03.997945+0000 mgr.a (mgr.14409) 193 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:05.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:05 smithi115 bash[22241]: cluster 2024-04-27T02:47:03.997945+0000 mgr.a (mgr.14409) 193 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:07.599 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:07 smithi076 bash[21577]: cluster 2024-04-27T02:47:05.998594+0000 mgr.a (mgr.14409) 194 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:07.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:07 smithi115 bash[22241]: cluster 2024-04-27T02:47:05.998594+0000 mgr.a (mgr.14409) 194 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:08.349 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:47:07 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:47:07] "GET /metrics HTTP/1.1" 200 21593 "" "Prometheus/2.43.0" 2024-04-27T02:47:09.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:09 smithi076 bash[21577]: cluster 2024-04-27T02:47:07.999095+0000 mgr.a (mgr.14409) 195 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:09.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:09 smithi076 bash[21577]: audit 2024-04-27T02:47:09.135503+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:09.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:09 smithi076 bash[21577]: audit 2024-04-27T02:47:09.143688+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:09.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:09 smithi076 bash[21577]: audit 2024-04-27T02:47:09.153123+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:09.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:09 smithi115 bash[22241]: cluster 2024-04-27T02:47:07.999095+0000 mgr.a (mgr.14409) 195 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:09.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:09 smithi115 bash[22241]: audit 2024-04-27T02:47:09.135503+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:09.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:09 smithi115 bash[22241]: audit 2024-04-27T02:47:09.143688+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:09.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:09 smithi115 bash[22241]: audit 2024-04-27T02:47:09.153123+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:11.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:11 smithi076 bash[21577]: cluster 2024-04-27T02:47:09.999673+0000 mgr.a (mgr.14409) 196 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:11.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:11 smithi115 bash[22241]: cluster 2024-04-27T02:47:09.999673+0000 mgr.a (mgr.14409) 196 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:13.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:13 smithi115 bash[22241]: cluster 2024-04-27T02:47:12.000191+0000 mgr.a (mgr.14409) 197 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:13.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:13 smithi115 bash[22241]: audit 2024-04-27T02:47:13.163481+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:13.482 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:13 smithi115 bash[22241]: audit 2024-04-27T02:47:13.168937+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:13.483 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:13 smithi115 bash[22241]: audit 2024-04-27T02:47:13.174182+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:13.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:13 smithi076 bash[21577]: cluster 2024-04-27T02:47:12.000191+0000 mgr.a (mgr.14409) 197 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:13.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:13 smithi076 bash[21577]: audit 2024-04-27T02:47:13.163481+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:13.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:13 smithi076 bash[21577]: audit 2024-04-27T02:47:13.168937+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:13.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:13 smithi076 bash[21577]: audit 2024-04-27T02:47:13.174182+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' 2024-04-27T02:47:14.599 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:14 smithi076 bash[21577]: audit 2024-04-27T02:47:13.947593+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:47:14.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:14 smithi115 bash[22241]: audit 2024-04-27T02:47:13.947593+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.14409 172.21.15.76:0/1331266433' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:47:15.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:15 smithi076 bash[21577]: cluster 2024-04-27T02:47:14.000658+0000 mgr.a (mgr.14409) 198 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:15.676 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:15 smithi115 bash[22241]: cluster 2024-04-27T02:47:14.000658+0000 mgr.a (mgr.14409) 198 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:17.600 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:17 smithi076 bash[21577]: cluster 2024-04-27T02:47:16.001264+0000 mgr.a (mgr.14409) 199 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:17.732 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:17 smithi115 bash[22241]: cluster 2024-04-27T02:47:16.001264+0000 mgr.a (mgr.14409) 199 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:47:18.050 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -s http://172.21.15.115:9095/api/v1/status/config 2024-04-27T02:47:18.057 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -s http://172.21.15.115:9095/api/v1/status/config 2024-04-27T02:47:18.057 INFO:teuthology.orchestra.run.smithi076.stderr:+ jq -e '.status == "success"' 2024-04-27T02:47:18.064 INFO:teuthology.orchestra.run.smithi076.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.76:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.76:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.76:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.76: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.76:8765/sd/prometheus/sd-config?service=nvmeof\n"}}true 2024-04-27T02:47:18.064 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -s http://172.21.15.115:9095/api/v1/alerts 2024-04-27T02:47:18.069 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -s http://172.21.15.115:9095/api/v1/alerts 2024-04-27T02:47:18.069 INFO:teuthology.orchestra.run.smithi076.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-04-27T02:47:18.074 INFO:teuthology.orchestra.run.smithi076.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","instance":"smithi076: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-04-27T02:45:50.13866993Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi161","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-04-27T02:45:50.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 smithi161\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-04-27T02:45:50.084118673Z","value":"1e+00"}]}}true 2024-04-27T02:47:18.074 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -s http://172.21.15.161:9093/api/v1/status 2024-04-27T02:47:18.082 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -s http://172.21.15.161:9093/api/v1/alerts 2024-04-27T02:47:18.088 INFO:teuthology.orchestra.run.smithi076.stderr:+ curl -s http://172.21.15.161:9093/api/v1/alerts 2024-04-27T02:47:18.088 INFO:teuthology.orchestra.run.smithi076.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-04-27T02:47:18.092 INFO:teuthology.orchestra.run.smithi076.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi076.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi115.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi076.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi115.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-04-27T02:42:30.641490998Z","clusterStatus":{"name":"01HWEPXJ3GM2X7TM835PAZ9B3V","status":"ready","peers":[{"name":"01HWEPXJ3GM2X7TM835PAZ9B3V","address":"172.21.15.161:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi161","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-04-27T02:46:20.084Z","endsAt":"2024-04-27T02:50:20.084Z","generatorURL":"http://smithi115.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"037d5510ed49d01e"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi161\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-04-27T02:46:20.084Z","endsAt":"2024-04-27T02:50:20.084Z","generatorURL":"http://smithi115.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"b219e5f1afd3ccbd"}]}true 2024-04-27T02:47:18.105 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:47:17 smithi076 bash[21834]: ::ffff:172.21.15.115 - - [27/Apr/2024:02:47:17] "GET /metrics HTTP/1.1" 200 21591 "" "Prometheus/2.43.0" 2024-04-27T02:47:18.709 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-27T02:47:18.718 INFO:tasks.cephadm:Teardown begin 2024-04-27T02:47:18.719 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:47:18.732 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:47:18.746 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:47:18.779 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-27T02:47:18.779 DEBUG:teuthology.orchestra.run.smithi076:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-27T02:47:18.785 DEBUG:teuthology.orchestra.run.smithi115:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-27T02:47:18.793 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-27T02:47:18.825 INFO:tasks.cephadm:Stopping all daemons... 2024-04-27T02:47:18.825 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-27T02:47:18.826 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.a 2024-04-27T02:47:18.978 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:18 smithi076 systemd[1]: Stopping Ceph mon.a for 55e8a228-043e-11ef-bc93-c7b262605968... 2024-04-27T02:47:19.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:18 smithi076 bash[21577]: debug 2024-04-27T02:47:18.992+0000 7faef37f7700 -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-04-27T02:47:19.100 INFO:journalctl@ceph.mon.a.smithi076.stdout:Apr 27 02:47:18 smithi076 bash[21577]: debug 2024-04-27T02:47:18.992+0000 7faef37f7700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-27T02:47:19.100 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:47:19 smithi076 bash[21834]: [27/Apr/2024:02:47:19] ENGINE Bus STOPPING 2024-04-27T02:47:19.101 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:47:19 smithi076 bash[21834]: [27/Apr/2024:02:47:19] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-27T02:47:19.101 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:47:19 smithi076 bash[21834]: [27/Apr/2024:02:47:19] ENGINE Bus STOPPED 2024-04-27T02:47:19.101 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:47:19 smithi076 bash[21834]: [27/Apr/2024:02:47:19] ENGINE Bus STARTING 2024-04-27T02:47:19.593 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:47:19 smithi076 bash[21834]: [27/Apr/2024:02:47:19] ENGINE Serving on http://:::9283 2024-04-27T02:47:19.593 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:47:19 smithi076 bash[21834]: [27/Apr/2024:02:47:19] ENGINE Bus STARTED 2024-04-27T02:47:19.785 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.a.service' 2024-04-27T02:47:19.813 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T02:47:19.813 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-27T02:47:19.814 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-27T02:47:19.814 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.b 2024-04-27T02:47:20.169 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:19 smithi115 systemd[1]: Stopping Ceph mon.b for 55e8a228-043e-11ef-bc93-c7b262605968... 2024-04-27T02:47:20.170 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:19 smithi115 bash[22241]: debug 2024-04-27T02:47:19.988+0000 7fc6d75f0700 -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-04-27T02:47:20.170 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:19 smithi115 bash[22241]: debug 2024-04-27T02:47:19.988+0000 7fc6d75f0700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-27T02:47:20.982 INFO:journalctl@ceph.mon.b.smithi115.stdout:Apr 27 02:47:20 smithi115 bash[35889]: ceph-55e8a228-043e-11ef-bc93-c7b262605968-mon-b 2024-04-27T02:47:20.989 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.b.service' 2024-04-27T02:47:21.019 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T02:47:21.019 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-27T02:47:21.019 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-27T02:47:21.019 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.c 2024-04-27T02:47:21.038 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@mon.c.service' 2024-04-27T02:47:21.133 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T02:47:21.133 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-27T02:47:21.134 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-27T02:47:21.134 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-55e8a228-043e-11ef-bc93-c7b262605968@mgr.a 2024-04-27T02:47:21.510 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:47:21 smithi076 systemd[1]: Stopping Ceph mgr.a for 55e8a228-043e-11ef-bc93-c7b262605968... 2024-04-27T02:47:21.510 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:47:21 smithi076 bash[21834]: debug 2024-04-27T02:47:21.296+0000 7fa666742700 -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-04-27T02:47:21.510 INFO:journalctl@ceph.mgr.a.smithi076.stdout:Apr 27 02:47:21 smithi076 bash[21834]: debug 2024-04-27T02:47:21.296+0000 7fa666742700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-27T02:47:22.108 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-27T02:47:22.129 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T02:47:22.129 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-27T02:47:22.129 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-27T02:47:22.129 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-55e8a228-043e-11ef-bc93-c7b262605968@mgr.b 2024-04-27T02:47:22.482 INFO:journalctl@ceph.mgr.b.smithi115.stdout:Apr 27 02:47:22 smithi115 systemd[1]: Stopping Ceph mgr.b for 55e8a228-043e-11ef-bc93-c7b262605968... 2024-04-27T02:47:23.099 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@mgr.b.service' 2024-04-27T02:47:23.120 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T02:47:23.120 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-27T02:47:23.120 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-27T02:47:23.120 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-55e8a228-043e-11ef-bc93-c7b262605968@osd.0 2024-04-27T02:47:23.600 INFO:journalctl@ceph.osd.0.smithi076.stdout:Apr 27 02:47:23 smithi076 systemd[1]: Stopping Ceph osd.0 for 55e8a228-043e-11ef-bc93-c7b262605968... 2024-04-27T02:47:23.600 INFO:journalctl@ceph.osd.0.smithi076.stdout:Apr 27 02:47:23 smithi076 bash[32077]: debug 2024-04-27T02:47:23.280+0000 7f17448fa700 -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-04-27T02:47:23.600 INFO:journalctl@ceph.osd.0.smithi076.stdout:Apr 27 02:47:23 smithi076 bash[32077]: debug 2024-04-27T02:47:23.280+0000 7f17448fa700 -1 osd.0 22 *** Got signal Terminated *** 2024-04-27T02:47:23.601 INFO:journalctl@ceph.osd.0.smithi076.stdout:Apr 27 02:47:23 smithi076 bash[32077]: debug 2024-04-27T02:47:23.280+0000 7f17448fa700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T02:47:29.600 INFO:journalctl@ceph.osd.0.smithi076.stdout:Apr 27 02:47:29 smithi076 bash[46397]: ceph-55e8a228-043e-11ef-bc93-c7b262605968-osd-0 2024-04-27T02:47:29.600 INFO:journalctl@ceph.osd.0.smithi076.stdout:Apr 27 02:47:29 smithi076 bash[46492]: Error response from daemon: No such container: ceph-55e8a228-043e-11ef-bc93-c7b262605968-osd-0 2024-04-27T02:47:31.030 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@osd.0.service' 2024-04-27T02:47:31.061 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T02:47:31.062 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-27T02:47:31.062 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-27T02:47:31.062 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-55e8a228-043e-11ef-bc93-c7b262605968@osd.1 2024-04-27T02:47:31.483 INFO:journalctl@ceph.osd.1.smithi115.stdout:Apr 27 02:47:31 smithi115 systemd[1]: Stopping Ceph osd.1 for 55e8a228-043e-11ef-bc93-c7b262605968... 2024-04-27T02:47:31.483 INFO:journalctl@ceph.osd.1.smithi115.stdout:Apr 27 02:47:31 smithi115 bash[27184]: debug 2024-04-27T02:47:31.240+0000 7f5f575c1700 -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-04-27T02:47:31.483 INFO:journalctl@ceph.osd.1.smithi115.stdout:Apr 27 02:47:31 smithi115 bash[27184]: debug 2024-04-27T02:47:31.240+0000 7f5f575c1700 -1 osd.1 22 *** Got signal Terminated *** 2024-04-27T02:47:31.483 INFO:journalctl@ceph.osd.1.smithi115.stdout:Apr 27 02:47:31 smithi115 bash[27184]: debug 2024-04-27T02:47:31.240+0000 7f5f575c1700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T02:47:37.707 INFO:journalctl@ceph.osd.1.smithi115.stdout:Apr 27 02:47:37 smithi115 bash[36089]: ceph-55e8a228-043e-11ef-bc93-c7b262605968-osd-1 2024-04-27T02:47:37.983 INFO:journalctl@ceph.osd.1.smithi115.stdout:Apr 27 02:47:37 smithi115 bash[36254]: Error response from daemon: No such container: ceph-55e8a228-043e-11ef-bc93-c7b262605968-osd-1 2024-04-27T02:47:40.064 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@osd.1.service' 2024-04-27T02:47:40.098 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T02:47:40.098 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-27T02:47:40.098 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-27T02:47:40.098 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-55e8a228-043e-11ef-bc93-c7b262605968@osd.2 2024-04-27T02:47:40.411 INFO:journalctl@ceph.osd.2.smithi161.stdout:Apr 27 02:47:40 smithi161 systemd[1]: Stopping Ceph osd.2 for 55e8a228-043e-11ef-bc93-c7b262605968... 2024-04-27T02:47:40.911 INFO:journalctl@ceph.osd.2.smithi161.stdout:Apr 27 02:47:40 smithi161 bash[27626]: debug 2024-04-27T02:47:40.495+0000 7f0e6f26c700 -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-04-27T02:47:40.911 INFO:journalctl@ceph.osd.2.smithi161.stdout:Apr 27 02:47:40 smithi161 bash[27626]: debug 2024-04-27T02:47:40.495+0000 7f0e6f26c700 -1 osd.2 22 *** Got signal Terminated *** 2024-04-27T02:47:40.912 INFO:journalctl@ceph.osd.2.smithi161.stdout:Apr 27 02:47:40 smithi161 bash[27626]: debug 2024-04-27T02:47:40.495+0000 7f0e6f26c700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-27T02:47:46.524 INFO:journalctl@ceph.osd.2.smithi161.stdout:Apr 27 02:47:46 smithi161 bash[37059]: ceph-55e8a228-043e-11ef-bc93-c7b262605968-osd-2 2024-04-27T02:47:46.911 INFO:journalctl@ceph.osd.2.smithi161.stdout:Apr 27 02:47:46 smithi161 bash[37229]: ceph-55e8a228-043e-11ef-bc93-c7b262605968-osd-2 2024-04-27T02:47:48.449 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55e8a228-043e-11ef-bc93-c7b262605968@osd.2.service' 2024-04-27T02:47:48.491 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T02:47:48.491 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-27T02:47:48.491 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55e8a228-043e-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-27T02:47:48.658 INFO:teuthology.orchestra.run.smithi076.stdout:Deleting cluster with fsid: 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:47:57.555 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55e8a228-043e-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-27T02:47:57.721 INFO:teuthology.orchestra.run.smithi115.stdout:Deleting cluster with fsid: 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:48:06.015 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55e8a228-043e-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-27T02:48:06.184 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:48:14.282 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:48:14.296 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:48:14.311 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:48:14.324 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-27T02:48:14.325 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570/remote/smithi076/crash 2024-04-27T02:48:14.326 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/crash -- . 2024-04-27T02:48:14.347 INFO:teuthology.orchestra.run.smithi076.stderr:tar: /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-27T02:48:14.347 INFO:teuthology.orchestra.run.smithi076.stderr:tar: Error is not recoverable: exiting now 2024-04-27T02:48:14.349 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570/remote/smithi115/crash 2024-04-27T02:48:14.350 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/crash -- . 2024-04-27T02:48:14.369 INFO:teuthology.orchestra.run.smithi115.stderr:tar: /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-27T02:48:14.369 INFO:teuthology.orchestra.run.smithi115.stderr:tar: Error is not recoverable: exiting now 2024-04-27T02:48:14.371 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570/remote/smithi161/crash 2024-04-27T02:48:14.372 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/crash -- . 2024-04-27T02:48:14.383 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/55e8a228-043e-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-27T02:48:14.383 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-04-27T02:48:14.384 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-27T02:48:14.385 DEBUG:teuthology.orchestra.run.smithi076:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-27T02:48:14.403 INFO:tasks.cephadm:Compressing logs... 2024-04-27T02:48:14.403 DEBUG:teuthology.orchestra.run.smithi076:> 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-04-27T02:48:14.447 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-27T02:48:14.449 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-27T02:48:14.456 INFO:teuthology.orchestra.run.smithi076.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-27T02:48:14.460 INFO:teuthology.orchestra.run.smithi115.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-27T02:48:14.462 INFO:teuthology.orchestra.run.smithi161.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-27T02:48:14.469 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-osd.2.log 2024-04-27T02:48:14.469 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-27T02:48:14.470 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.log 2024-04-27T02:48:14.471 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-27T02:48:14.471 INFO:teuthology.orchestra.run.smithi161.stderr: 81.7% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-27T02:48:14.471 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mon.c.log 2024-04-27T02:48:14.471 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-27T02:48:14.473 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-27T02:48:14.473 INFO:teuthology.orchestra.run.smithi161.stderr: 87.5% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-27T02:48:14.474 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-27T02:48:14.474 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-osd.1.log 2024-04-27T02:48:14.474 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.cephadm.log: 81.7% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-27T02:48:14.474 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.log 2024-04-27T02:48:14.474 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-27T02:48:14.474 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-osd.1.log: /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mgr.b.log 2024-04-27T02:48:14.474 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-27T02:48:14.474 INFO:teuthology.orchestra.run.smithi115.stderr: 87.4% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-27T02:48:14.474 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-27T02:48:14.475 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/cephadm.log: 90.3% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-27T02:48:14.475 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-27T02:48:14.476 INFO:teuthology.orchestra.run.smithi161.stderr: 83.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-27T02:48:14.477 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 90.4% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-27T02:48:14.480 INFO:teuthology.orchestra.run.smithi115.stderr: 82.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-27T02:48:14.482 INFO:teuthology.orchestra.run.smithi115.stderr: 91.0% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mgr.b.log.gz 2024-04-27T02:48:14.493 INFO:teuthology.orchestra.run.smithi161.stderr: 91.9% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-27T02:48:14.500 INFO:teuthology.orchestra.run.smithi115.stderr: 91.9% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-27T02:48:14.519 INFO:teuthology.orchestra.run.smithi161.stderr: 93.7% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-osd.2.log.gz 2024-04-27T02:48:14.548 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-osd.0.log 2024-04-27T02:48:14.549 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-27T02:48:14.549 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-27T02:48:14.550 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.log 2024-04-27T02:48:14.550 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-27T02:48:14.551 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.cephadm.log: /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-27T02:48:14.552 INFO:teuthology.orchestra.run.smithi076.stderr: 83.0% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-27T02:48:14.552 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-27T02:48:14.553 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-27T02:48:14.553 INFO:teuthology.orchestra.run.smithi076.stderr: 87.4% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-27T02:48:14.555 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mgr.a.log: /var/log/ceph/cephadm.log: 90.2% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-27T02:48:14.558 INFO:teuthology.orchestra.run.smithi115.stderr: 93.9% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-osd.1.log.gz 2024-04-27T02:48:14.565 INFO:teuthology.orchestra.run.smithi161.stderr: 93.2% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-27T02:48:14.567 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-04-27T02:48:14.567 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.113s 2024-04-27T02:48:14.567 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.182s 2024-04-27T02:48:14.567 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.016s 2024-04-27T02:48:14.574 INFO:teuthology.orchestra.run.smithi076.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-27T02:48:14.580 INFO:teuthology.orchestra.run.smithi076.stderr: 91.8% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-27T02:48:14.593 INFO:teuthology.orchestra.run.smithi115.stderr: 93.0% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-27T02:48:14.594 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-04-27T02:48:14.594 INFO:teuthology.orchestra.run.smithi115.stderr:real 0m0.143s 2024-04-27T02:48:14.595 INFO:teuthology.orchestra.run.smithi115.stderr:user 0m0.256s 2024-04-27T02:48:14.595 INFO:teuthology.orchestra.run.smithi115.stderr:sys 0m0.021s 2024-04-27T02:48:14.600 INFO:teuthology.orchestra.run.smithi076.stderr: 93.6% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-osd.0.log.gz 2024-04-27T02:48:14.719 INFO:teuthology.orchestra.run.smithi076.stderr: 88.2% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-27T02:48:14.951 INFO:teuthology.orchestra.run.smithi076.stderr: 91.4% -- replaced with /var/log/ceph/55e8a228-043e-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-27T02:48:14.952 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-04-27T02:48:14.952 INFO:teuthology.orchestra.run.smithi076.stderr:real 0m0.503s 2024-04-27T02:48:14.952 INFO:teuthology.orchestra.run.smithi076.stderr:user 0m0.665s 2024-04-27T02:48:14.952 INFO:teuthology.orchestra.run.smithi076.stderr:sys 0m0.035s 2024-04-27T02:48:14.953 INFO:tasks.cephadm:Archiving logs... 2024-04-27T02:48:14.953 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570/remote/smithi076/log 2024-04-27T02:48:14.954 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-27T02:48:15.115 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570/remote/smithi115/log 2024-04-27T02:48:15.116 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-27T02:48:15.163 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570/remote/smithi161/log 2024-04-27T02:48:15.164 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-27T02:48:15.205 INFO:tasks.cephadm:Removing cluster... 2024-04-27T02:48:15.205 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55e8a228-043e-11ef-bc93-c7b262605968 --force 2024-04-27T02:48:15.359 INFO:teuthology.orchestra.run.smithi076.stdout:Deleting cluster with fsid: 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:48:16.693 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55e8a228-043e-11ef-bc93-c7b262605968 --force 2024-04-27T02:48:16.862 INFO:teuthology.orchestra.run.smithi115.stdout:Deleting cluster with fsid: 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:48:18.203 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55e8a228-043e-11ef-bc93-c7b262605968 --force 2024-04-27T02:48:18.373 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 55e8a228-043e-11ef-bc93-c7b262605968 2024-04-27T02:48:19.710 INFO:tasks.cephadm:Removing cephadm ... 2024-04-27T02:48:19.710 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-27T02:48:19.717 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-27T02:48:19.723 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-27T02:48:19.729 INFO:tasks.cephadm:Teardown complete 2024-04-27T02:48:19.729 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-27T02:48:19.751 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-04-27T02:48:19.751 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-27T02:48:19.759 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-27T02:48:19.767 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-27T02:48:19.855 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-27T02:48:19.863 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-27T02:48:19.864 DEBUG:teuthology.orchestra.run.smithi076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T02:48:19.866 DEBUG:teuthology.orchestra.run.smithi115:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T02:48:19.869 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T02:48:19.877 INFO:teuthology.orchestra.run.smithi076.stdout: remote refid st t when poll reach delay offset jitter 2024-04-27T02:48:19.877 INFO:teuthology.orchestra.run.smithi076.stdout:============================================================================== 2024-04-27T02:48:19.877 INFO:teuthology.orchestra.run.smithi076.stdout:+hv01.front.sepi 67.205.162.81 3 u 47 64 377 0.104 -4.669 5.272 2024-04-27T02:48:19.877 INFO:teuthology.orchestra.run.smithi076.stdout:*hv02.front.sepi 63.231.80.2 3 u 42 64 377 0.079 -6.563 3.863 2024-04-27T02:48:19.877 INFO:teuthology.orchestra.run.smithi076.stdout:+hv03.front.sepi 74.6.168.72 3 u 40 64 377 0.097 -8.606 3.017 2024-04-27T02:48:19.877 INFO:teuthology.orchestra.run.smithi076.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-27T02:48:19.878 INFO:teuthology.orchestra.run.smithi115.stdout: remote refid st t when poll reach delay offset jitter 2024-04-27T02:48:19.878 INFO:teuthology.orchestra.run.smithi115.stdout:============================================================================== 2024-04-27T02:48:19.879 INFO:teuthology.orchestra.run.smithi115.stdout:*hv01.front.sepi 67.205.162.81 3 u 49 64 377 0.087 -6.343 0.362 2024-04-27T02:48:19.879 INFO:teuthology.orchestra.run.smithi115.stdout:+hv02.front.sepi 63.231.80.2 3 u 54 64 377 0.110 -0.604 0.864 2024-04-27T02:48:19.879 INFO:teuthology.orchestra.run.smithi115.stdout:+hv03.front.sepi 74.6.168.72 3 u 47 64 377 0.091 -4.787 0.413 2024-04-27T02:48:19.879 INFO:teuthology.orchestra.run.smithi115.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-27T02:48:19.881 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-27T02:48:19.881 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-27T02:48:19.882 INFO:teuthology.orchestra.run.smithi161.stdout:*hv01.front.sepi 67.205.162.81 3 u 44 64 377 0.091 -5.936 1.388 2024-04-27T02:48:19.882 INFO:teuthology.orchestra.run.smithi161.stdout:+hv02.front.sepi 63.231.80.2 3 u 38 64 377 0.077 -0.143 1.609 2024-04-27T02:48:19.882 INFO:teuthology.orchestra.run.smithi161.stdout:+hv03.front.sepi 74.6.168.72 3 u 43 64 377 0.123 -5.120 1.727 2024-04-27T02:48:19.882 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-27T02:48:19.883 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-27T02:48:19.891 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-27T02:48:19.891 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-27T02:48:19.899 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-27T02:48:19.907 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-27T02:48:19.916 INFO:teuthology.task.internal:Duration was 1522.691914 seconds 2024-04-27T02:48:19.916 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-27T02:48:19.924 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-27T02:48:19.924 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-27T02:48:19.926 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-27T02:48:19.929 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-27T02:48:19.963 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-27T02:48:19.964 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi076.front.sepia.ceph.com 2024-04-27T02:48:19.964 DEBUG:teuthology.orchestra.run.smithi076:> 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-04-27T02:48:20.011 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2024-04-27T02:48:20.011 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-27T02:48:20.021 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-04-27T02:48:20.021 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-27T02:48:20.031 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-27T02:48:20.031 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-27T02:48:20.055 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-27T02:48:20.067 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-27T02:48:20.109 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-27T02:48:20.109 DEBUG:teuthology.orchestra.run.smithi076:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-27T02:48:20.139 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-27T02:48:20.146 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-27T02:48:20.236 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-27T02:48:20.246 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-27T02:48:20.246 DEBUG:teuthology.orchestra.run.smithi076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-27T02:48:20.259 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-27T02:48:20.270 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-27T02:48:20.284 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-27T02:48:20.295 DEBUG:teuthology.orchestra.run.smithi076:> 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-04-27T02:48:20.303 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-27T02:48:20.312 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = core 2024-04-27T02:48:20.315 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-27T02:48:20.324 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2024-04-27T02:48:20.337 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-04-27T02:48:20.395 DEBUG:teuthology.orchestra.run.smithi076:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-27T02:48:20.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:48:20.442 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-27T02:48:20.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:48:20.447 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-27T02:48:20.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:48:20.452 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-27T02:48:20.461 INFO:teuthology.task.internal:Transferring archived files... 2024-04-27T02:48:20.462 DEBUG:teuthology.misc:Transferring archived files from smithi076:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570/remote/smithi076 2024-04-27T02:48:20.462 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-27T02:48:20.509 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570/remote/smithi115 2024-04-27T02:48:20.509 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-27T02:48:20.532 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675570/remote/smithi161 2024-04-27T02:48:20.532 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-27T02:48:20.556 INFO:teuthology.task.internal:Removing archive directory... 2024-04-27T02:48:20.556 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-27T02:48:20.558 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-27T02:48:20.579 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-27T02:48:20.604 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-27T02:48:20.615 INFO:teuthology.task.internal:Not uploading archives. 2024-04-27T02:48:20.615 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-27T02:48:20.624 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-27T02:48:20.624 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-27T02:48:20.627 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-27T02:48:20.629 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-27T02:48:20.630 INFO:teuthology.orchestra.run.smithi076.stdout: 658714 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 27 02:48 /home/ubuntu/cephtest 2024-04-27T02:48:20.633 INFO:teuthology.orchestra.run.smithi115.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 27 02:48 /home/ubuntu/cephtest 2024-04-27T02:48:20.651 INFO:teuthology.orchestra.run.smithi161.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 27 02:48 /home/ubuntu/cephtest 2024-04-27T02:48:20.652 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-27T02:48:20.662 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-27T02:48:20.684 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_monitoring_stack_basic} duration: 1522.6919140815735 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-04-27T02:48:20.684 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-27T02:48:20.799 INFO:teuthology.run:pass